//initialize parameters if they are not defined
if (wpr_header_name == null) {var wpr_header_name = 'World Press Wire';}
if (wpr_total_font == null) {var wpr_total_font = 'size="2" face="Verdana, Arial, Helvetica, sans-serif" color="666666"';}
if (wpr_total_font_desc == null) {var wpr_total_font_desc  = 'size="1" face="Verdana, Arial, Helvetica, sans-serif" color="666666"';}
if (wpr_total_number == null||wpr_total_number>7) {var wpr_total_number = 7;}
if (wpr_odd_row_color == null) {var wpr_odd_row_color = 'e2dec2';}
if (wpr_even_row_color == null) {var wpr_even_row_color = 'white';}
if (wpr_open_in_blank == null) { var wpr_open_in_blank = true;}
if (wpr_table_width == null) {var wpr_table_width = '100%';}
//create an array of headlines
var wpr_headlines = new Array();
var wpr_urls = new Array();
var wpr_description = new Array();

		wpr_headlines[1] = 'Graham Sankey held over attack on Joe Anderson';
		wpr_urls[1] = 'http://www.worldpress.org/feed.cfm?http://rss.feedsportal.com/c/339/f/4601/s/6e237ae/l/0Licliverpool0Bicnetwork0O0C0A10A0Anews0C0A10A0Aregionalnews0Ctm0Iheadline0Fgraham0Esankey0Eheld0Eover0Eattack0Eon0Ejoe0Eanderson0J26method0Ffull0J26objectid0F250A7150A50J26siteid0F50A0A610Ename0Ipage0Bhtml/story01.htm';
		wpr_description[1] = 'icLiverpool, Online news portal, Liverpool, England';
		
		wpr_headlines[2] = 'MNIK release: Karan Johar meets cops';
		wpr_urls[2] = 'http://www.worldpress.org/feed.cfm?http://timesofindia.indiatimes.com/city/mumbai/Mumbai-top-cop-assures-Karan-Johar-of-security-for-My-Name-Is-Khan/articleshow/5551426.cms';
		wpr_description[2] = 'India Times, Conservative daily, New Delhi, India';
		
		wpr_headlines[3] = 'Adam Giambrone says sorry for relationship with young woman';
		wpr_urls[3] = 'http://www.worldpress.org/feed.cfm?http://www.thestar.com/news/gta/torontomayoralrace/article/762532--adam-giambrone-says-sorry-for-relationship-with-young-woman';
		wpr_description[3] = 'Toronto Star, Liberal daily, Toronto, Canada';
		
		wpr_headlines[4] = 'Assembly backs Yar&#39;Adua step-down';
		wpr_urls[4] = 'http://www.worldpress.org/feed.cfm?http://news.bbc.co.uk/go/rss/-/2/hi/africa/8505755.stm';
		wpr_description[4] = 'BBC News, Centrist newscaster, London, England';
		
		wpr_headlines[5] = 'Lubanga Witness Says He Was Paid US$200 To Tell Lies';
		wpr_urls[5] = 'http://www.worldpress.org/feed.cfm?http://congoplanet.com/article.jsp?id=45261603';
		wpr_description[5] = 'CongoPlanet.com, Independent online news aggregator';
		
		wpr_headlines[6] = 'Tirunesh wins again at Boston Games';
		wpr_urls[6] = 'http://www.worldpress.org/feed.cfm?http://www.jimmatimes.com/article.cfm?articleID=33199';
		wpr_description[6] = 'Jimma Times, Online news portal, Jimma, Ethiopia';
		
		wpr_headlines[7] = 'Orphanage: bodies burnt beyond recognition';
		wpr_urls[7] = 'http://www.worldpress.org/feed.cfm?http://www.news24.com/Content/SouthAfrica/News/1059/99b18661bd524cfea1629ece5e00007f/09-02-2010-06-09/Orphanage_bodies_burnt_beyond_recognition';
		wpr_description[7] = 'News24.com, Online news portal, Cape Town, South Africa';
		
document.write('<table width="'+wpr_table_width+'" cellpadding="5" cellspacing="0">');
document.write('<TR><TD colspan="2" align="center"><font '+wpr_total_font+' >'+wpr_header_name+'</font></TD></TR>');
for(var z=1;z<=wpr_total_number;z++)
{
	document.write('<TR bgcolor="');
	if (z % 2 == 0){document.write(wpr_even_row_color);}
	else {document.write(wpr_odd_row_color);}
	document.write('"><TD><a href="'+wpr_urls[z]+'"');
	if (wpr_open_in_blank){document.write(' target="_blank" ');}
	document.write('><font '+wpr_total_font+' >'+wpr_headlines[z]+'</font></a><bR><font '+wpr_total_font_desc+' >'+wpr_description[z]+'</font></TD></TR>');
}

document.write('<tr><td align="right"><font '+wpr_total_font+' >News Headlines Powered by <a href="http://www.worldpress.org" target="_blank">www.worldpress.org</a></font></td></tr></table>');