//initialize parameters if they are not defined
if (wpr_header_name == null) {var wpr_header_name = '';}
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>18) {var wpr_total_number = 18;}
if (wpr_odd_row_color == null) {var wpr_odd_row_color = 'white';}
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] = 'Haiti&rsquo;s Rising Urgency';
		wpr_urls[1] = 'http://www.worldpress.org/Americas/3514.cfm';
		wpr_description[1] = 'Teri Schure';
				
		wpr_headlines[2] = 'Saudi Arabia: a Patron to Hafiz Sayeed?';
		wpr_urls[2] = 'http://www.worldpress.org/Mideast/3513.cfm';
		wpr_description[2] = 'Tanveer Jafri';
				
		wpr_headlines[3] = 'No EU-daimonia after Lisbon';
		wpr_urls[3] = 'http://www.worldpress.org/Europe/3512.cfm';
		wpr_description[3] = 'Simon Roughneen';
				
		wpr_headlines[4] = 'Debt Burden Cripples Poorer Nations';
		wpr_urls[4] = 'http://www.worldpress.org/Africa/3511.cfm';
		wpr_description[4] = 'Justin Frewen';
				
		wpr_headlines[5] = 'Boundless Hope in Sierra Leone';
		wpr_urls[5] = 'http://www.worldpress.org/Africa/3510.cfm';
		wpr_description[5] = 'Roland Marke';
				
		wpr_headlines[6] = 'Nobel Laureates Urge Inquiry into Junta Crimes';
		wpr_urls[6] = 'http://www.worldpress.org/Asia/3509.cfm';
		wpr_description[6] = 'Simon Roughneen';
				
		wpr_headlines[7] = 'Women Work toward Equality in Muslim Societies';
		wpr_urls[7] = 'http://www.worldpress.org/Mideast/3508.cfm';
		wpr_description[7] = 'Mehnaz M. Afridi';
											
			wpr_headlines[8] = 'Egypt&rsquo;s Struggle for Democracy';
			wpr_urls[8] = 'http://www.worldpress.org/Mideast/3507.cfm';
			wpr_description[8] = 'Osama Diab';
											
			wpr_headlines[9] = 'Human Rights Violations in Iran and Iraq';
			wpr_urls[9] = 'http://www.worldpress.org/Mideast/.cfm';
			wpr_description[9] = 'Cairo Institute for Human Rights Studies';
											
			wpr_headlines[10] = 'Egypt Reviewed by U.N. Rights Council';
			wpr_urls[10] = 'http://www.worldpress.org/Mideast/3502.cfm';
			wpr_description[10] = 'Cairo Institute for Human Rights Studies';
											
			wpr_headlines[11] = 'Greece: Pulling Its Neighbors Down with It';
			wpr_urls[11] = 'http://www.worldpress.org/Europe/3503.cfm';
			wpr_description[11] = 'Jurnan Goos';
											
			wpr_headlines[12] = 'Screen Wars';
			wpr_urls[12] = 'http://www.worldpress.org/Europe/3487.cfm';
			wpr_description[12] = 'Neal Ungerleider';
											
			wpr_headlines[13] = 'Copenhagen: No Failure, but Just Not Good Enough';
			wpr_urls[13] = 'http://www.worldpress.org/Europe/3470.cfm';
			wpr_description[13] = 'Jurnan Goos';
											
			wpr_headlines[14] = 'Japan and Southeast Asia Take Stock of China&rsquo;s Rise';
			wpr_urls[14] = 'http://www.worldpress.org/Asia/3505.cfm';
			wpr_description[14] = 'Simon Roughneen';
											
			wpr_headlines[15] = 'China-U.S. Rivalry Intensifies';
			wpr_urls[15] = 'http://www.worldpress.org/Asia/3501.cfm';
			wpr_description[15] = 'Simon Roughneen';
											
			wpr_headlines[16] = 'Taiwan&rsquo;s Relief Efforts in Haiti';
			wpr_urls[16] = 'http://www.worldpress.org/Asia/3496.cfm';
			wpr_description[16] = 'Tony Ong';
											
			wpr_headlines[17] = 'Canada, the UNRWA and the Arabs';
			wpr_urls[17] = 'http://www.worldpress.org/Americas/3492.cfm';
			wpr_description[17] = 'Barnabe F. Geisweiller';
											
			wpr_headlines[18] = 'Aid Failure Bodes Ill for Haiti';
			wpr_urls[18] = 'http://www.worldpress.org/Americas/3491.cfm';
			wpr_description[18] = 'Simon Roughneen';
											
			wpr_headlines[19] = 'Orphans Blocked from Departing Haiti';
			wpr_urls[19] = 'http://www.worldpress.org/Americas/3488.cfm';
			wpr_description[19] = 'Teri Schure';
											
			wpr_headlines[20] = 'Global Hunger';
			wpr_urls[20] = 'http://www.worldpress.org/Africa/3504.cfm';
			wpr_description[20] = 'Justin Frewen';
											
			wpr_headlines[21] = 'The Real Evils';
			wpr_urls[21] = 'http://www.worldpress.org/Africa/3499.cfm';
			wpr_description[21] = 'Justin Frewen';
											
			wpr_headlines[22] = 'Guinea Making Steps toward Democracy';
			wpr_urls[22] = 'http://www.worldpress.org/Africa/3498.cfm';
			wpr_description[22] = 'Roland Marke';
		
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>');