/*********************************** * * * R&E MODULE JAVASCRIPT CODE * * * **********************************/ var story_descriptions = new Array(); var story_urls = new Array(); var story_titles = new Array(); var headlines = new Array(); var headlines_links = new Array(); /*********************************** * * * LEAD PHOTO URL * * * **********************************/ var lead_photo_url = "http://www.pbs.org/wnet/religionandethics/module/images/072409.jpg"; /*********************************** * * * STORY TITLES AND DESCRIPTIONS * * * **********************************/ story_titles[0] = "Health Care Costs and the Elderly"; story_urls[0] = "http://www.pbs.org/wnet/religionandethics/episodes/july-24-2009/health-care-costs-and-the-elderly/3695/"; story_descriptions[0] = "What ethical issues are raised by trying to control health care costs?"; story_titles[1] = "Watts Priest"; story_urls[1] = "http://www.pbs.org/wnet/religionandethics/episodes/july-24-2009/watts-priest/3680/"; story_descriptions[1] = "Father Peter Banks spent years working in LA's inner city."; story_titles[2] = "Is That All There Is?"; story_urls[2] = "http://www.pbs.org/wnet/religionandethics/episodes/july-24-2009/book-review-charles-taylor/3702/"; story_descriptions[2] = "Philosopher Charles Taylor analyzes the rise of secularism."; story_titles[3] = "Episcopal Convention Report"; story_urls[3] = "http://www.pbs.org/wnet/religionandethics/episodes/july-17-2009/episcopal-convention-report/3604/"; story_descriptions[3] = "Gays and lesbians are now eligible to serve in any other ordained ministry of the Episcopal church."; /*********************************** * * * THIS WEEK'S HEADLINES HERE * * * **********************************/ headlines[0] = "Obama Addresses Health Care Reform"; headlines_links[0] = "http://www.pbs.org/wnet/religionandethics/category/headlines/"; headlines[1] = "Rabbis Arrested in NJ-NY Sting"; headlines_links[1] = "http://www.pbs.org/wnet/religionandethics/category/headlines/"; headlines[2] = "Senate Holds Confirmation Hearing on Vatican Ambassador"; headlines_links[2] = "http://www.pbs.org/wnet/religionandethics/category/headlines/"; /* HEADER */ function writeJS() { var str=''; str+=''; str+=''; str+='
'; str+=''; str+=''; str+=' '; str+='
<\/a><\/td><\/tr>'; str+='
<\/td><\/tr>'; str+='
<\/td><\/tr>'; str+='
<\/td>'; str+='
'; str+='CURRENT STORIES:<\/font>
'; str+='

'; for(var i=0; i' + story_titles[i] + '<\/a>
'; str+=story_descriptions[i] + '

'; } str+=' <\/td>'; str+='
<\/td>'; str+='<\/tr>'; str+='
<\/td><\/tr>'; str+='
<\/td><\/tr>'; str+='
<\/td><\/tr>'; str+='
'; str+='HEADLINES:<\/font>

'; str+=''; for(var j=0;j' + headlines[j] + '<\/a>

'; } str+='Add R&E\'s weekly stories to your Web site. It\'s easy and free. Learn more

' str+=' <\/td>'; str+='<\/tr>'; str+='<\/table><\/td><\/tr><\/table>'; document.write(str); } writeJS();