// 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/200911240588.html',
    slug:'Nigeria:',
    headline:'More Locals Flee Bakassi as Cameroon Gendermes Intensify Harassment'
  };
list[1] =
  { url:'http://allafrica.com/stories/200911230760.html',
    slug:'Nigeria:',
    headline:'From Bakassi With Tales of Woes, Fire And Blood'
  };
list[2] =
  { url:'http://allafrica.com/stories/200911200602.html',
    slug:'Nigeria:',
    headline:'Bakassi - Take Cameroon to UN, AU, Representatives Urge FG'
  };
list[3] =
  { url:'http://allafrica.com/stories/200911200417.html',
    slug:'Nigeria:',
    headline:'700 Locals Flee Bakassi'
  };
list[4] =
  { url:'http://allafrica.com/stories/200911170335.html',
    slug:'Nigeria/Cameroon:',
    headline:'World Cup Organising Committee Congratulates Nigeria, New Zealand, Cameroon'
  };
list[5] =
  { url:'http://allafrica.com/stories/200911161557.html',
    slug:'Africa:',
    headline:'Continent\'s Best Soccer Teams Head For World Cup'
  };
list[6] =
  { url:'http://allafrica.com/stories/200911161140.html',
    slug:'Africa:',
    headline:'South Africa 2010 Organisers Hail Nigeria, Cameroon, New Zealand'
  };
list[7] =
  { url:'http://allafrica.com/stories/200911161139.html',
    slug:'Africa:',
    headline:'Profile of Africa\'s Flag Bearers, So Far'
  };
list[8] =
  { url:'http://allafrica.com/stories/200911160792.html',
    slug:'Nigeria:',
    headline:'Imoke Raises Alarm On Poor Security Within Nigeria/Cameroon Waterway'
  };
list[9] =
  { url:'http://allafrica.com/stories/200911171018.html',
    slug:'Cameroon:',
    headline:'Rape Cases on the Rise, Says New Survey'
  };
list[10] =
  { url:'http://allafrica.com/stories/200911161241.html',
    slug:'Africa:',
    headline:'LOC Congratulates Nigeria, Cameroon, New Zealand'
  };
list[11] =
  { url:'http://allafrica.com/stories/200911161055.html',
    slug:'Africa:',
    headline:'Three More Spots Booked for South Africa 2010'
  };
list[12] =
  { url:'http://allafrica.com/stories/200911160774.html',
    slug:'Nigeria:',
    headline:'Imoke Raises Alarm Over Nigeria, Cameroon Waterway'
  };
list[13] =
  { url:'http://allafrica.com/stories/200911160382.html',
    slug:'Uganda/Egypt:',
    headline:'From Cameroon to France, Egypt to Portugal, Do It for Enke And His Kind'
  };
list[14] =
  { url:'http://allafrica.com/stories/200911160138.html',
    slug:'Africa:',
    headline:'Cameroon Qualify for World Cup'
  };
list[15] =
  { url:'http://allafrica.com/stories/200911130096.html',
    slug:'Uganda/Cameroon:',
    headline:'Ex-Indomitable Lions to Tour Country'
  };
list[16] =
  { url:'http://allafrica.com/stories/200911060948.html',
    slug:'Cameroon:',
    headline:'David Mola - «We Need an Enabling Environment»'
  };
list[17] =
  { url:'http://allafrica.com/stories/200911060947.html',
    slug:'Cameroon:',
    headline:'Jean Paul Fouda - «Cameroon\'s Research Works and Researchers are not Well-known»'
  };
list[18] =
  { url:'http://allafrica.com/stories/200911060945.html',
    slug:'Cameroon:',
    headline:'Diaspora Researchers - Useful Partners in Cameroon\'s Dev\'t!'
  };
list[19] =
  { url:'http://allafrica.com/stories/200911060936.html',
    slug:'Cameroon:',
    headline:'Facing National Challenges'
  };
list[20] =
  { url:'http://allafrica.com/stories/200911060937.html',
    slug:'Cameroon:',
    headline:'Governance - Facing the Future With Hope'
  };
list[21] =
  { url:'http://allafrica.com/stories/200911060902.html',
    slug:'Cameroon:',
    headline:'Electricity Supply - Foundation to Industrial Expansion'
  };
list[22] =
  { url:'http://allafrica.com/stories/200911060899.html',
    slug:'Cameroon:',
    headline:'Housing - Visible Changes, But...'
  };
list[23] =
  { url:'http://allafrica.com/stories/200911060897.html',
    slug:'Cameroon:',
    headline:'BICA Yaounde Celebrates 30th Anniversary'
  };
list[24] =
  { url:'http://allafrica.com/stories/200911060895.html',
    slug:'Cameroon:',
    headline:'Simbock Catholic Christians Mobilise for Church Building'
  };
list[25] =
  { url:'http://allafrica.com/stories/200911060894.html',
    slug:'Cameroon:',
    headline:'South West - Road Protection In full Gear'
  };
list[26] =
  { url:'http://allafrica.com/stories/200911060892.html',
    slug:'Cameroon:',
    headline:'Mezam - 98 PIB Projects Realised'
  };
list[27] =
  { url:'http://allafrica.com/stories/200911060889.html',
    slug:'Cameroon:',
    headline:'Taxation Reward Staff for Hard Work'
  };
list[28] =
  { url:'http://allafrica.com/stories/200911060884.html',
    slug:'Cameroon:',
    headline:'Partnership to Boost Technical Education'
  };
list[29] =
  { url:'http://allafrica.com/stories/200911060877.html',
    slug:'Cameroon:',
    headline:'INTERPOL Regional Office Inaugurated'
  };

// 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 ( 'Cameroon' );
} 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/cameroon/" 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>' );






