<!-- 
/*
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 = "globalw" // see topics list above
var limit = "4" // How many results to display; 0 = list all results 
var stype = "AND" // Can subsititue 'OR' here to return larger results set; Use 'KW' to keyword search titles; KW search supports regex; word boundaries = [[:<:]]TheWordToSearch[[:>:]]
var des = "0" // 1 = show descriptions
var nomore = "0" // 1 = do not show more link
var getpage = "/now/php/related-reports.php?topics=" + topics + "&limit=" + limit + "&stype=" + stype + "&des=" + des + "&nomore=" + nomore;

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

//-->