//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] = 'Canada, the UNRWA and the Arabs';
		wpr_urls[1] = 'http://www.worldpress.org/Americas/3492.cfm';
		wpr_description[1] = 'Barnabe F. Geisweiller';
				
		wpr_headlines[2] = 'Aid Failure Bodes Ill for Haiti';
		wpr_urls[2] = 'http://www.worldpress.org/Americas/3491.cfm';
		wpr_description[2] = 'Simon Roughneen';
				
		wpr_headlines[3] = '2010 World Cup: a Discussion about Crime';
		wpr_urls[3] = 'http://www.worldpress.org/Africa/3490.cfm';
		wpr_description[3] = 'Miriam Mannak';
				
		wpr_headlines[4] = 'Orphans Blocked from Departing Haiti';
		wpr_urls[4] = 'http://www.worldpress.org/Americas/3488.cfm';
		wpr_description[4] = 'Teri Schure';
				
		wpr_headlines[5] = 'Screen Wars';
		wpr_urls[5] = 'http://www.worldpress.org/Europe/3487.cfm';
		wpr_description[5] = 'Neal Ungerleider';
				
		wpr_headlines[6] = 'Haiti Ends Search for Survivors';
		wpr_urls[6] = 'http://www.worldpress.org/Americas/3485.cfm';
		wpr_description[6] = 'Simon Roughneen';
				
		wpr_headlines[7] = 'Haiti: Quake Victims Dying from Treatable Wounds';
		wpr_urls[7] = 'http://www.worldpress.org/Americas/3484.cfm';
		wpr_description[7] = 'Simon Roughneen';
											
			wpr_headlines[8] = 'Muffled Screams of Gaza';
			wpr_urls[8] = 'http://www.worldpress.org/Mideast/3481.cfm';
			wpr_description[8] = 'Abukar Arman';
											
			wpr_headlines[9] = 'Industry as a Bridge for Peace';
			wpr_urls[9] = 'http://www.worldpress.org/Mideast/3475.cfm';
			wpr_description[9] = 'Sima Borkovski';
											
			wpr_headlines[10] = 'Gaza Freedom March';
			wpr_urls[10] = 'http://www.worldpress.org/Mideast/3471.cfm';
			wpr_description[10] = 'Barnabe F. Geisweiller';
											
			wpr_headlines[11] = 'Copenhagen: No Failure, but Just Not Good Enough';
			wpr_urls[11] = 'http://www.worldpress.org/Europe/3470.cfm';
			wpr_description[11] = 'Jurnan Goos';
											
			wpr_headlines[12] = 'Ukraine: Where Are You Going?';
			wpr_urls[12] = 'http://www.worldpress.org/Europe/3468.cfm';
			wpr_description[12] = 'Michael Werbowski';
											
			wpr_headlines[13] = 'U.N. Has the Potential to Overcome Challenges';
			wpr_urls[13] = 'http://www.worldpress.org/Europe/3467.cfm';
			wpr_description[13] = 'Justin Frewen';
											
			wpr_headlines[14] = 'Churches Bear Brunt of Anger in Malaysia';
			wpr_urls[14] = 'http://www.worldpress.org/Asia/3482.cfm';
			wpr_description[14] = 'Simon Roughneen';
											
			wpr_headlines[15] = 'The Stolen Generations of Australia';
			wpr_urls[15] = 'http://www.worldpress.org/Asia/3479.cfm';
			wpr_description[15] = 'Justin Frewen';
											
			wpr_headlines[16] = 'Karen Refugees Have a White Christmas in Ireland';
			wpr_urls[16] = 'http://www.worldpress.org/Asia/3476.cfm';
			wpr_description[16] = 'Simon Roughneen';
											
			wpr_headlines[17] = 'Interview with Dr. Michael Byers';
			wpr_urls[17] = 'http://www.worldpress.org/Americas/3446.cfm';
			wpr_description[17] = 'Am Johal';
											
			wpr_headlines[18] = 'The Break from Impunity in Argentina';
			wpr_urls[18] = 'http://www.worldpress.org/Americas/3444.cfm';
			wpr_description[18] = 'Alexandria Prain';
											
			wpr_headlines[19] = 'Honduras: Stop Blocking Human Rights Inquiries';
			wpr_urls[19] = 'http://www.worldpress.org/Americas/3439.cfm';
			wpr_description[19] = 'Human Rights Watch';
											
			wpr_headlines[20] = 'World Cup 2010: Its Greenness in Question';
			wpr_urls[20] = 'http://www.worldpress.org/Africa/3478.cfm';
			wpr_description[20] = 'Miriam Mannak';
											
			wpr_headlines[21] = 'A New Paradigm for Engaging Somalia';
			wpr_urls[21] = 'http://www.worldpress.org/Africa/3474.cfm';
			wpr_description[21] = 'Abukar Arman';
											
			wpr_headlines[22] = 'Picking up the Pieces of Civil War in Sierra Leone';
			wpr_urls[22] = 'http://www.worldpress.org/Africa/3472.cfm';
			wpr_description[22] = 'Simon Roughneen';
		
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>');