//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] = 'All Humans Believe in the Same God';
		wpr_urls[1] = 'http://www.worldpress.org/feed.cfm?http://www.iran-daily.com/1390/11/15/MainPaper/4162/Page/1/?NewsID=58930';
		wpr_description[1] = 'Iran Daily, English-language, reformist, Tehran, Iran';
		
		wpr_headlines[2] = '&#39;At least 217 Syrian protesters killed in Homs&#39;';
		wpr_urls[2] = 'http://www.worldpress.org/feed.cfm?http://www.jpost.com/MiddleEast/Article.aspx?id=256394&amp;amp;R=R3';
		wpr_description[2] = 'JPost, Conservative, Jerusalem, Israel';
		
		wpr_headlines[3] = 'Rights group: Gaza court upholds death sentence';
		wpr_urls[3] = 'http://www.worldpress.org/feed.cfm?http://www.maannews.net/eng/ViewDetails.aspx?ID=457557';
		wpr_description[3] = 'Ma'an News Agency, Bethlehem, Palestinian Territories';
		
		wpr_headlines[4] = 'South Sudan facing crisis';
		wpr_urls[4] = 'http://www.worldpress.org/feed.cfm?http://www.neurope.eu/article/south-sudan-facing-crisis';
		wpr_description[4] = 'New Europe, European Weekly, Brussels, Belgium';
		
		wpr_headlines[5] = 'Colosseum closed in rare cold snap';
		wpr_urls[5] = 'http://www.worldpress.org/feed.cfm?http://www.nzherald.co.nz/world/news/article.cfm?c_id=2&amp;amp;objectid=10783394&amp;amp;ref=rss';
		wpr_description[5] = 'New Zealand Herald, Conservative daily, Auckland, New Zealand';
		
		wpr_headlines[6] = 'Haiti leader says he won&#39;t meddle in Duvalier case';
		wpr_urls[6] = 'http://www.worldpress.org/feed.cfm?http://www.sify.com/news/haiti-leader-says-he-won-t-meddle-in-duvalier-case-news-offbeat-mceg4cjjddg.html';
		wpr_description[6] = 'Sify News, Chennai, India';
		
		wpr_headlines[7] = 'Obama to host Cameron at White House in March';
		wpr_urls[7] = 'http://www.worldpress.org/feed.cfm?http://www.thaindian.com/newsportal/politics/obama-to-host-cameron-at-white-house-in-march_100595409.html';
		wpr_description[7] = 'Thaindian News, Bangkok, Thailand';
		
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>');
