//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] = 'Abbas Confirms Palestinian Vote to be Postponed';
		wpr_urls[1] = 'http://www.worldpress.org/feed.cfm?http://www.aawsat.com/english/news.asp?section=1&amp;amp;id=18866';
		wpr_description[1] = 'Asharq Al-Awsat, Pan-Arab daily, London, England';
		
		wpr_headlines[2] = 'Lebanese diva accused of singing racist song';
		wpr_urls[2] = 'http://www.worldpress.org/feed.cfm?http://www.jpost.com/servlet/Satellite?pagename=JPost/JPArticle/ShowFull&#0038;cid=1258624595596';
		wpr_description[2] = 'JPost, Conservative, Jerusalem, Israel';
		
		wpr_headlines[3] = 'Orthodox Priest Critical of Islam Shot Dead in Moscow';
		wpr_urls[3] = 'http://www.worldpress.org/feed.cfm?http://www.naharnet.com/domino/tn/NewsDesk.nsf/getstory?openform&amp;amp;DFB439286A956EA5C2257674005EC568';
		wpr_description[3] = 'Nahamet, Online news portal, Beirut, Lebanon';
		
		wpr_headlines[4] = 'Body found in flood is missing Pc';
		wpr_urls[4] = 'http://www.worldpress.org/feed.cfm?http://news.bbc.co.uk/go/rss/-/1/hi/uk/8370865.stm';
		wpr_description[4] = 'BBC News, Centrist newscaster, London, England';
		
		wpr_headlines[5] = 'Get us out of here now or the pirates will kill us: British yacht couple captured by Somali gunmen make desperate plea';
		wpr_urls[5] = 'http://www.worldpress.org/feed.cfm?http://feedproxy.google.com/~r/dailymail/home/~3/GetJPy4YsSY/Impatient-Somali-pirates-kidnapped-yacht-couple-week-live.html';
		wpr_description[5] = 'Daily Mail, Conservative daily, London, England';
		
		wpr_headlines[6] = 'Somalian pirates hijack ship';
		wpr_urls[6] = 'http://www.worldpress.org/feed.cfm?http://www.nzherald.co.nz/world/news/article.cfm?c_id=2&amp;amp;objectid=10610731&amp;amp;ref=rss';
		wpr_description[6] = 'New Zealand Herald, Conservative daily, Auckland, New Zealand';
		
		wpr_headlines[7] = 'US plane drops into Mali';
		wpr_urls[7] = 'http://www.worldpress.org/feed.cfm?http://iafrica.com/news/worldnews/2066600.htm';
		wpr_description[7] = 'iafrica, 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>');