rawTitleString = 'Pipedreams||'; rawLinkString = 'http://pipedreams.publicradio.org/?refid=0'; rawDescriptionString = 'Beyond the Tabernacle: Performances on the notable instruments of Temple Square, including the Mormon Tabernacle, Assembly Hall and Conference Center, plus Salt Lake City\'s Cathedral of the Madeleine.'; rawImageString = ''; titlearray = rawTitleString.split('||'); linkarray = rawLinkString.split('||'); descriptionarray = rawDescriptionString.split('||'); imagearray = rawDescriptionString.split('||'); document.write('
'); if ((window.PIP6count == '') || (isNaN(parseInt(window.PIP6count)))) { window.PIP6count = titlearray.length - 1; } if (window.PIP6count > titlearray.length - 1) { window.PIP6count = titlearray.length - 1; } for (i=0; i < window.PIP6count; i++) { document.write('

'); if ((window.PIP6logo==null) || (window.PIP6logo!=false)) { if ((window.image==null) || (window.image=false)) { document.write('\"American'); } } if ((window.PIP6title==null) || (window.PIP6title!=false)) { if ((window.title==null) || (window.title!=false)) { document.write('' + titlearray[i] + '
'); } } if ((window.PIP6image==true)) { document.write('\"http://www.apmstations.org/modules/images/pip.jpg\"'); } if ((window.PIP6description==null) || (window.PIP6description!=false)) { document.write('' + descriptionarray[i] + ''); } document.write('

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