rawTitleString = 'A Prairie Home Companion||'; rawLinkString = 'http://prairiehome.publicradio.org/?refid=0'; rawDescriptionString = 'This week on A Prairie Home Companion a mix of our two January shows from the War Memorial Opera House in San Francisco. Sara Watkins plays her ukulele and sings \"My Friend,\" Guy Noir deals with the San Francisco sea lions, Andy Stein plays the \"Opera Breakdown,\" mezzo- soprano Frederica von Stade sings Delibes\' \"Flower Duet\" with a promising young soprano, and tenor Raśl Melo sings Puccini.'; rawImageString = ''; titlearray = rawTitleString.split('||'); linkarray = rawLinkString.split('||'); descriptionarray = rawDescriptionString.split('||'); imagearray = rawDescriptionString.split('||'); document.write('
'); if ((window.PHC1count == '') || (isNaN(parseInt(window.PHC1count)))) { window.PHC1count = titlearray.length - 1; } if (window.PHC1count > titlearray.length - 1) { window.PHC1count = titlearray.length - 1; } for (i=0; i < window.PHC1count; i++) { document.write('

'); if ((window.PHC1logo==null) || (window.PHC1logo!=false)) { if ((window.image==null) || (window.image=false)) { document.write('\"American'); } } if ((window.PHC1title==null) || (window.PHC1title!=false)) { if ((window.title==null) || (window.title!=false)) { document.write('' + titlearray[i] + '
'); } } if ((window.PHC1image==true)) { document.write('\"http://www.apmstations.org/modules/images/phc.jpg\"'); } if ((window.PHC1description==null) || (window.PHC1description!=false)) { document.write('' + descriptionarray[i] + ''); } document.write('

'); document.write('
'); } document.write('
');