// 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/201002100373.html',
    slug:'Gambia:',
    headline:'Govt Holds Secret Prisoners, Say Rights Groups'
  };
list[1] =
  { url:'http://allafrica.com/stories/201002050185.html',
    slug:'Gambia:',
    headline:'Presidential Guard Impostor\'s Appeal Dismissed'
  };
list[2] =
  { url:'http://allafrica.com/stories/201002050168.html',
    slug:'Gambia:',
    headline:'German Embassy Donates to JLBS'
  };
list[3] =
  { url:'http://allafrica.com/stories/201002040171.html',
    slug:'Gambia:',
    headline:'New Media Association Formed'
  };
list[4] =
  { url:'http://allafrica.com/stories/201002050166.html',
    slug:'Gambia:',
    headline:'Nation Breaks Into World Top 100 Again'
  };
list[5] =
  { url:'http://allafrica.com/stories/201002050165.html',
    slug:'Africa:',
    headline:'Date Set for Nations Cup Qualifying Draw'
  };
list[6] =
  { url:'http://allafrica.com/stories/201002040168.html',
    slug:'Gambia:',
    headline:'Mauritanian Special Envoy Meets President Jammeh'
  };
list[7] =
  { url:'http://allafrica.com/stories/201002040162.html',
    slug:'Gambia:',
    headline:'New IMF Framework for Low-Income Countries Becomes Effective'
  };
list[8] =
  { url:'http://allafrica.com/stories/201002040158.html',
    slug:'Gambia:',
    headline:'A Patriotic Move'
  };
list[9] =
  { url:'http://allafrica.com/stories/201002040157.html',
    slug:'Gambia:',
    headline:'British Philanthropist Donates to Health Ministry'
  };
list[10] =
  { url:'http://allafrica.com/stories/201002040155.html',
    slug:'Gambia:',
    headline:'Colley Impressed With APRC Supporters'
  };
list[11] =
  { url:'http://allafrica.com/stories/201002050253.html',
    slug:'Gambia:',
    headline:'Oyster Collectors Receive Training On Co-Management'
  };
list[12] =
  { url:'http://allafrica.com/stories/201002050187.html',
    slug:'Gambia:',
    headline:'Kuntaur Wharf Imam Murder Case Resumes'
  };
list[13] =
  { url:'http://allafrica.com/stories/201002050186.html',
    slug:'Gambia:',
    headline:'Observer Deputy Editor-in-Chief Attends Ecowas Media Confab'
  };
list[14] =
  { url:'http://allafrica.com/stories/201002050184.html',
    slug:'Gambia:',
    headline:'VDMC Water Management Training Ends'
  };
list[15] =
  { url:'http://allafrica.com/stories/201002050182.html',
    slug:'Gambia:',
    headline:'Magistrate Orders Psychiatric Test for Accused'
  };
list[16] =
  { url:'http://allafrica.com/stories/201002050180.html',
    slug:'Gambia:',
    headline:'Renowned U.S. Actor Due in Banjul Today'
  };
list[17] =
  { url:'http://allafrica.com/stories/201002050178.html',
    slug:'Gambia:',
    headline:'Steve Biko Duo Fail to Impress in Spain'
  };
list[18] =
  { url:'http://allafrica.com/stories/201002050177.html',
    slug:'Gambia:',
    headline:'Defence Raises Concern in Alleged Paedophile Trial'
  };
list[19] =
  { url:'http://allafrica.com/stories/201002050175.html',
    slug:'Gambia:',
    headline:'Counsel Urged to File Written Brief in Brusubi Crew Murder Trial'
  };
list[20] =
  { url:'http://allafrica.com/stories/201002050173.html',
    slug:'Gambia:',
    headline:'Regional Metrological Meeting Opens'
  };
list[21] =
  { url:'http://allafrica.com/stories/201002050171.html',
    slug:'Gambia:',
    headline:'APRC Militant Agrees With Waa, Borry'
  };
list[22] =
  { url:'http://allafrica.com/stories/201002050170.html',
    slug:'Gambia:',
    headline:'University of the Gambia Gets Unesco Club'
  };
list[23] =
  { url:'http://allafrica.com/stories/201002050169.html',
    slug:'Gambia:',
    headline:'Juju Trio Get Six Years'
  };
list[24] =
  { url:'http://allafrica.com/stories/201002050167.html',
    slug:'Gambia:',
    headline:'GLMA Board Meets President Jammeh'
  };
list[25] =
  { url:'http://allafrica.com/stories/201002040170.html',
    slug:'Gambia:',
    headline:'Murder Case Withdrawn'
  };
list[26] =
  { url:'http://allafrica.com/stories/201002040169.html',
    slug:'Gambia:',
    headline:'African Union Seeks ICC Statute Amendment'
  };
list[27] =
  { url:'http://allafrica.com/stories/201002040167.html',
    slug:'Gambia:',
    headline:'Man Charged for Going Arm in Public'
  };
list[28] =
  { url:'http://allafrica.com/stories/201002040166.html',
    slug:'Gambia:',
    headline:'ASFA Poised to Combat Illegal Migration'
  };
list[29] =
  { url:'http://allafrica.com/stories/201002040165.html',
    slug:'Gambia:',
    headline:'Femi Peters\' Case Adjourned Yet Again'
  };

// 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 ( 'Gambia' );
} 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/gambia/" 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>' );






