<!-- 

var topics = "Education" // see topics list above
var limit = "5" // 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",'');

//-->