// make sure the optional variables are set (FIX: add all variables to this
// with reasonable defaults?)
if ( aa_new_window == null ) {
 var aa_new_window = false;
}

// which browser are we: netscape 4 dies with
// in-line styles and javascript combined
var aa_not_nscape = navigator.appName.indexOf("Netscape") == -1;

//
// fill the array 
//
var list = new Array();
list[0] =
  { url:'http://allafrica.com/stories/200911240841.html',
    slug:'Ethiopia:',
    headline:'Govt Rejects Politicized Food Aid Claims'
  };
list[1] =
  { url:'http://allafrica.com/stories/200911231971.html',
    slug:'Zimbabwe:',
    headline:'Obama Presents Women With Top Award'
  };
list[2] =
  { url:'http://allafrica.com/stories/200911231880.html',
    slug:'Ethiopia:',
    headline:'Britain, U.S. Urge Probe of Aid Abuse'
  };
list[3] =
  { url:'http://allafrica.com/stories/200911240404.html',
    slug:'Zimbabwe:',
    headline:'Obama Praises Women for Non-Violent Resistance'
  };
list[4] =
  { url:'http://allafrica.com/stories/200911240646.html',
    slug:'Somalia:',
    headline:'Puntland Respond to Donald Payne\'s Statement'
  };
list[5] =
  { url:'http://allafrica.com/stories/200911240539.html',
    slug:'Côte d\'Ivoire:',
    headline:'American Embassy\'s National Daily Press Review'
  };
list[6] =
  { url:'http://allafrica.com/stories/200911240507.html',
    slug:'Nigeria:',
    headline:'\'PDP Chief Not Wanted in U.S.\''
  };
list[7] =
  { url:'http://allafrica.com/stories/200911240489.html',
    slug:'Uganda:',
    headline:'Why Museveni Can Never Do an Oprah Winfrey'
  };
list[8] =
  { url:'http://allafrica.com/stories/200911240427.html',
    slug:'Zimbabwe:',
    headline:'Remarks by Jenni Williams Accepting the  26th Annual Robert F. Kennedy Human Rights Award'
  };
list[9] =
  { url:'http://allafrica.com/stories/200911240416.html',
    slug:'Zimbabwe:',
    headline:'Remarks by Magodonga Mahlangu Accepting the  26th Annual Robert F. Kennedy Human Rights Award'
  };
list[10] =
  { url:'http://allafrica.com/stories/200911240362.html',
    slug:'East Africa:',
    headline:'AGOA Has Opportunities, East Africa Faces Challenges to Exploit It - Workshop'
  };
list[11] =
  { url:'http://allafrica.com/stories/200911240254.html',
    slug:'Tanzania:',
    headline:'Cuba Seeks Dar\'s Help to Have Citizens Released From U.S. Jails'
  };
list[12] =
  { url:'http://allafrica.com/stories/200911240194.html',
    slug:'Uganda:',
    headline:'Viability of Marketing Local Products in North America'
  };
list[13] =
  { url:'http://allafrica.com/stories/200911230006.html',
    slug:'Mauritius:',
    headline:'Chagos Islanders Want Their Land Back'
  };
list[14] =
  { url:'http://allafrica.com/stories/200911220002.html',
    slug:'East Africa:',
    headline:'Ugandans, Kenyans Work as \'Mercenaries\' in Iraq'
  };
list[15] =
  { url:'http://allafrica.com/stories/200911231420.html',
    slug:'Liberia:',
    headline:'U.S. Gov\'t Unveils Rehabilitated Harper City Hall, Administrative Building'
  };
list[16] =
  { url:'http://allafrica.com/stories/200911230241.html',
    slug:'Nigeria:',
    headline:'Country Renews Three Exxonmobil Oil Licences'
  };
list[17] =
  { url:'http://allafrica.com/stories/200911230152.html',
    slug:'Uganda:',
    headline:'U.S. Charities Open Clinic in Kasubi'
  };
list[18] =
  { url:'http://allafrica.com/stories/200911210001.html',
    slug:'Somalia:',
    headline:'Abusive Behavior in Puntland'
  };
list[19] =
  { url:'http://allafrica.com/stories/200911191194.html',
    slug:'Nigeria:',
    headline:'GMO Rice - U.S. Suit Confirms Contamination in Country, ERA'
  };
list[20] =
  { url:'http://allafrica.com/stories/200911190076.html',
    slug:'North Africa:',
    headline:'Al-Qaida Group Menaces Maghreb, Sahel, Says U.S.'
  };
list[21] =
  { url:'http://allafrica.com/stories/200911210012.html',
    slug:'Equatorial Guinea:',
    headline:'Secret Documents Reveal Multi-million Dollar Shopping Spree by Dictator\'s Son'
  };
list[22] =
  { url:'http://allafrica.com/stories/200911191084.html',
    slug:'Africa:',
    headline:'Food Security Now at Center of Global Development Agenda'
  };
list[23] =
  { url:'http://allafrica.com/stories/200911191073.html',
    slug:'Africa:',
    headline:'HIV/Aids - U.S. Increases Funding in Continent'
  };
list[24] =
  { url:'http://allafrica.com/stories/200911201016.html',
    slug:'Zimbabwe:',
    headline:'Uncle Sam - Friend or Foe?'
  };
list[25] =
  { url:'http://allafrica.com/stories/200911200788.html',
    slug:'Uganda:',
    headline:'Shilling Could End Year At 1,700 to the Dollar'
  };
list[26] =
  { url:'http://allafrica.com/stories/200911200588.html',
    slug:'Nigeria:',
    headline:'For the Love of Baobab Fruit'
  };
list[27] =
  { url:'http://allafrica.com/stories/200911200514.html',
    slug:'Namibia:',
    headline:'Eat Your Capital Or Go Back to Work'
  };
list[28] =
  { url:'http://allafrica.com/stories/200911200509.html',
    slug:'Namibia:',
    headline:'Leo Sponsors Poly Students to the United States'
  };
list[29] =
  { url:'http://allafrica.com/stories/200911200499.html',
    slug:'Gambia:',
    headline:'Gambia, US Bilateral Trade, Investment MOU Inked'
  };

// open the table
document.write ( '<table bgcolor="' );
document.write ( aa_outside_color );
document.write ( '" ' );
if ( aa_width != null ) {
  document.write ( 'width="' + aa_width + '" ' );
}
document.write ( 'cellspacing="0" cellpadding="1" border="0"><tr><td>' );

document.write ( '<table width="100%" bgcolor="' );
document.write ( aa_stripe_color_1 );
document.write ( '" cellspacing="0" cellpadding="0" border="0">' );
document.write ( "\n" );

// header ifdefing for netscape idiocy to do font stuff
document.write ( '<tr><td><table width="100%" bgcolor="' );
document.write ( aa_outside_color );
document.write ( '" cellspacing="0" cellpadding="4" border="0"><tr><td align="center">' );
if ( aa_not_nscape ) {
document.write ( '<span style="font-family:arial,sans-serif;font-size:12pt;font-weight:bold;color=' + aa_header_color + '">' );
} else {
document.write ( '<font face="arial,sans-serif" point-size="12" color="' + aa_header_color + '"><strong>' );
}
if ( aa_header == null ) {
document.write ( 'United States, Canada and Africa' );
} else {
  document.write ( aa_header );
}
if ( aa_not_nscape ) {
document.write ( '</span>' );
} else {
document.write ( '</strong></font>' );
}
document.write ( '</td></tr></table></td></tr>' );
document.write ( "\n" );

// interior table
document.write ( '<tr><td><table width="100%" cellspacing="0" cellpadding="3" border="0">' );

// javascript loop
for ( var i=0; i<aa_how_many; i++ ) {
if ( list[i] == null ) { break; }
document.write ( '<tr><td bgcolor="' );
if ( i%2 != 0 ) {
document.write ( aa_stripe_color_2 );
} else {
document.write ( aa_stripe_color_1 );
}
document.write ( '"><a ' );
if ( aa_not_nscape ) {
  document.write ( 'style="font-family:arial,sans-serif;font-size:11pt;text-decoration:none;" ' );
}
document.write ( 'href="' );
document.write ( list[i].url );
document.write ( '"' );
if ( aa_new_window ) {
  document.write ( ' target="_blank"' );
}
document.write ( '"><font face="arial,sans-serif" point-size="11">' );
if ( aa_display_category ) {
document.write ( '<u><strong>' );
document.write ( list[i].slug );
document.write ( '</strong></u> ' );
}
document.write ( list[i].headline );
document.write ( '</font></a> </td></tr>');
document.write ( "\n" );
}

// powered-by text at bottom
document.write ( '<tr><td align="right">');
if ( aa_not_nscape ) {
  document.write ( '<span style="font-family:arial,sans-serif;font-size:9pt;text-decoration:none;">' );
} else {
  document.write ( '<font face="arial,sans-serif" point-size="9">' );
}
document.write ( 'powered by allAfrica.com <br />' );
document.write ( '<a href="http://allafrica.com/usafrica/" target="_blank">more news</a> &gt;&gt; ' );
if ( aa_not_nscape ) {
  document.write ( '</span>' ); 
} else {
  document.write ( '</font>' );
}
document.write ( '</td></tr>' );

// close up the tables
document.write ( '</table></td></tr>' );
document.write ( '</table>' );
document.write ( '</td></tr></table>' );






