rawTitleString = 'Weekend America||'; rawLinkString = 'http://weekendamerica.publicradio.org/?refid=0'; rawDescriptionString = 'Beginning February 2009, Weekend America is no longer on the airwaves. But the Weekend America Web site will live on indefinitely. We won\'t be making new Weekend America stories, but thousands of amazing stories are still there.'; rawImageString = ''; titlearray = rawTitleString.split('||'); linkarray = rawLinkString.split('||'); descriptionarray = rawDescriptionString.split('||'); imagearray = rawDescriptionString.split('||'); document.write('
'); if ((window.WEA44count == '') || (isNaN(parseInt(window.WEA44count)))) { window.WEA44count = titlearray.length - 1; } if (window.WEA44count > titlearray.length - 1) { window.WEA44count = titlearray.length - 1; } for (i=0; i < window.WEA44count; i++) { document.write('

'); if ((window.WEA44logo==null) || (window.WEA44logo!=false)) { if ((window.image==null) || (window.image=false)) { document.write('\"American'); } } if ((window.WEA44title==null) || (window.WEA44title!=false)) { if ((window.title==null) || (window.title!=false)) { document.write('' + titlearray[i] + '
'); } } if ((window.WEA44image==true)) { document.write('\"http://www.apmstations.org/modules/images/wea.jpg\"'); } if ((window.WEA44description==null) || (window.WEA44description!=false)) { document.write('' + descriptionarray[i] + ''); } document.write('

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