// 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/201007300315.html',
    slug:'Liberia:',
    headline:'RUF\'s \'Operation Free the Leader\' Was Not Planned in Monrovia, Issa Sesay Testifies'
  };
list[1] =
  { url:'http://allafrica.com/stories/201007300316.html',
    slug:'Liberia:',
    headline:'Court Spends the Day in Private Session'
  };
list[2] =
  { url:'http://allafrica.com/stories/201007290280.html',
    slug:'Sierra Leone:',
    headline:'Youth Attending Obama\'s Young African Leaders Forum'
  };
list[3] =
  { url:'http://allafrica.com/stories/201007280776.html',
    slug:'West Africa:',
    headline:'Ecowas Leaders Supported Sessay\'s Leadership of the RUF, Says Oluyemi Adeneji'
  };
list[4] =
  { url:'http://allafrica.com/stories/201007280774.html',
    slug:'Sierra Leone:',
    headline:'Defining New Role for Traditional Birth Attendants'
  };
list[5] =
  { url:'http://allafrica.com/stories/201007270133.html',
    slug:'Liberia:',
    headline:'Issa Sesay Says He Was Made Interim Leader of the RUF By West African Leaders'
  };
list[6] =
  { url:'http://allafrica.com/stories/201007270093.html',
    slug:'Sierra Leone/Gambia:',
    headline:'Gambia U-20 Deliver Trounce Visitors 4-1'
  };
list[7] =
  { url:'http://allafrica.com/stories/201007261183.html',
    slug:'Sierra Leone/Gambia:',
    headline:'Shooting Stars Depart for Gambia Today'
  };
list[8] =
  { url:'http://allafrica.com/stories/201007261182.html',
    slug:'Sierra Leone:',
    headline:'Another Salone Player Heads for Lincoln City FC'
  };
list[9] =
  { url:'http://allafrica.com/stories/201007261181.html',
    slug:'Sierra Leone:',
    headline:'Gambia Threatens Shooting Stars With Professional Players'
  };
list[10] =
  { url:'http://allafrica.com/stories/201007261180.html',
    slug:'Sierra Leone:',
    headline:'NPRC Coup - To Try or Not to Try?'
  };
list[11] =
  { url:'http://allafrica.com/stories/201007260868.html',
    slug:'Sierra Leone:',
    headline:'Gambia U-20 Set for Battle'
  };
list[12] =
  { url:'http://allafrica.com/stories/201007260845.html',
    slug:'Sierra Leone:',
    headline:'Health Ministry Kicks-Off \'Influenza a H1N1 Vaccination\' Campaign'
  };
list[13] =
  { url:'http://allafrica.com/stories/201007260844.html',
    slug:'Sierra Leone:',
    headline:'Women Call for Support to Aid Food Security'
  };
list[14] =
  { url:'http://allafrica.com/stories/201007260843.html',
    slug:'Sierra Leone:',
    headline:'Koinadugu Starts Farming Activities'
  };
list[15] =
  { url:'http://allafrica.com/stories/201007260841.html',
    slug:'Sierra Leone:',
    headline:'Civil Society Warned Against Partisan Interest'
  };
list[16] =
  { url:'http://allafrica.com/stories/201007260842.html',
    slug:'Sierra Leone:',
    headline:'Constituency 104 Loses Dedicated Member'
  };
list[17] =
  { url:'http://allafrica.com/stories/201007260840.html',
    slug:'Sierra Leone:',
    headline:'Parliament Makes Firm Request to SLCB'
  };
list[18] =
  { url:'http://allafrica.com/stories/201007260839.html',
    slug:'Sierra Leone:',
    headline:'House Decides On Presidential Nominees Today'
  };
list[19] =
  { url:'http://allafrica.com/stories/201007260838.html',
    slug:'Sierra Leone:',
    headline:'PMDC Iron Lady \'Rescues\' SLPP Woman'
  };
list[20] =
  { url:'http://allafrica.com/stories/201007260837.html',
    slug:'Sierra Leone:',
    headline:'More Reforms in APC Than Ever- Information Minister Boasts'
  };
list[21] =
  { url:'http://allafrica.com/stories/201007260836.html',
    slug:'Sierra Leone:',
    headline:'Climate Change Threatens Food Security'
  };
list[22] =
  { url:'http://allafrica.com/stories/201007260835.html',
    slug:'Sierra Leone:',
    headline:'Lumley Residents Want Ahmed Sesay\'s House Demolished'
  };
list[23] =
  { url:'http://allafrica.com/stories/201007260834.html',
    slug:'Sierra Leone:',
    headline:'\'Why SLPP Opposed Re-Introduction of DOs\' - Resident Minister'
  };
list[24] =
  { url:'http://allafrica.com/stories/201007240137.html',
    slug:'Sierra Leone:',
    headline:'Special Court Prosecutor Impressed by Courage Shown'
  };
list[25] =
  { url:'http://allafrica.com/stories/201007220569.html',
    slug:'Sierra Leone:',
    headline:'Koroma Welcomes Democratic Developments'
  };
list[26] =
  { url:'http://allafrica.com/stories/201007220563.html',
    slug:'Sierra Leone:',
    headline:'Opposition in a Quandary'
  };
list[27] =
  { url:'http://allafrica.com/stories/201007220422.html',
    slug:'Sierra Leone:',
    headline:'To Fight Corruption - \'Koroma Must Stop Special Interest\''
  };
list[28] =
  { url:'http://allafrica.com/stories/201007220025.html',
    slug:'Liberia:',
    headline:'U.S. Court of Appeals Judges Uphold Charles Taylor Junior\'s Convictions and 97 Years Jail Sentence'
  };
list[29] =
  { url:'http://allafrica.com/stories/201007220574.html',
    slug:'Sierra Leone:',
    headline:'Sprinter to Sign Professional Contract in UK'
  };

// 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 ( 'Sierra Leone' );
} 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/sierraleone/" 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>' );






