<!-- 
/*
arts = Arts & Culture
business = Business/Corporate Ethics
freedom = Civil Liberties
defense = Defense/Military
economy = Economy/Taxes
education = Education
elections = Elections/Campaign Finance
employment = Employment/Labor
environment = Environment/Energy
foreigna = Foreign Affairs
freedom2 = Freedom of Speech & Protest
gay = Gay Rights
globalw = Global Warming
government = Government/Politics
history = History
income = Income & Inequality
iraq = Iraq War
law = Law & Courts
media = Media
health = Medicine & Healthcare
race = Race
religion = Religion
sci_tech = Science/Technology
social = Society/Community
september = Terrorism
women = Women's Issues
*/
	var topics = "environment" // see topics list above
	var limit = "4" // How many results to display
	var stype = "AND" // Can subsititue 'OR' here to return larger results set
	var getpage = "/now/php/related-reports.php?topics=" + topics + "&limit=" + limit + "&stype=" + stype;

ajaxFunction(getpage,"topicsDiv",'');


//-->