// 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/200911201114.html',
    slug:'Gambia:',
    headline:'The Answer to Isolation is Expanded Democratisation, Term Limit and Respect for Human Rights'
  };
list[1] =
  { url:'http://allafrica.com/stories/200911190852.html',
    slug:'Gambia:',
    headline:'Strengthening Our Growth Potential'
  };
list[2] =
  { url:'http://allafrica.com/stories/200911201123.html',
    slug:'Gambia:',
    headline:'Darusalam Played Jarrington in Knockout Finals'
  };
list[3] =
  { url:'http://allafrica.com/stories/200911201122.html',
    slug:'Gambia:',
    headline:'Serrekunda East Zonal Team Win First Test'
  };
list[4] =
  { url:'http://allafrica.com/stories/200911201121.html',
    slug:'Gambia:',
    headline:'VZW DE Gambia Vrienden Friends Donate to Jambanjelly Village'
  };
list[5] =
  { url:'http://allafrica.com/stories/200911201118.html',
    slug:'Gambia:',
    headline:'Food Safety Seminar for the Media and Consumer Groups'
  };
list[6] =
  { url:'http://allafrica.com/stories/200911201119.html',
    slug:'Gambia:',
    headline:'Voices of the Urban Woman on Clean Drinking Water'
  };
list[7] =
  { url:'http://allafrica.com/stories/200911201120.html',
    slug:'Gambia:',
    headline:'Forum on the Use of the Quotas for Accelerating Gender Equality.'
  };
list[8] =
  { url:'http://allafrica.com/stories/200911201116.html',
    slug:'Gambia:',
    headline:'UN Declares \'Chief Manneh\'s Detention Illegal\''
  };
list[9] =
  { url:'http://allafrica.com/stories/200911201117.html',
    slug:'Gambia:',
    headline:'Journalists Undergo Training on Online Journalism'
  };
list[10] =
  { url:'http://allafrica.com/stories/200911201115.html',
    slug:'Gambia:',
    headline:'Fisher Folk, Fishmongers in Tanji Voice Out Their Constraints'
  };
list[11] =
  { url:'http://allafrica.com/stories/200911201113.html',
    slug:'Gambia:',
    headline:'Halifa Sallah\'s Contribution to the Debate on the Time Table'
  };
list[12] =
  { url:'http://allafrica.com/stories/200911201112.html',
    slug:'Gambia:',
    headline:'World Day for the Prevention of Child Abuse Celebrated'
  };
list[13] =
  { url:'http://allafrica.com/stories/200911201111.html',
    slug:'Gambia:',
    headline:'Accused in Babylon Case Apply for Bail - State Says No'
  };
list[14] =
  { url:'http://allafrica.com/stories/200911201074.html',
    slug:'Gambia:',
    headline:'East Committee Suspend Some Players'
  };
list[15] =
  { url:'http://allafrica.com/stories/200911200848.html',
    slug:'Gambia:',
    headline:'ADG Celebrates World Child Abuse Day'
  };
list[16] =
  { url:'http://allafrica.com/stories/200911200847.html',
    slug:'Gambia:',
    headline:'Fire Ravages Essau Compound'
  };
list[17] =
  { url:'http://allafrica.com/stories/200911200846.html',
    slug:'Gambia:',
    headline:'Gambian Referee Attends CAF Course'
  };
list[18] =
  { url:'http://allafrica.com/stories/200911200845.html',
    slug:'Gambia:',
    headline:'Biodiversity Training Opens at Abuko Nature Reserve'
  };
list[19] =
  { url:'http://allafrica.com/stories/200911200843.html',
    slug:'Gambia:',
    headline:'Muhammed Jammeh Cup Starts Tomorrow'
  };
list[20] =
  { url:'http://allafrica.com/stories/200911200844.html',
    slug:'Gambia:',
    headline:'Yoruba Community Celebrates Sixth Oodua Day'
  };
list[21] =
  { url:'http://allafrica.com/stories/200911200842.html',
    slug:'Gambia:',
    headline:'Islamic Scholars On Tobaski Ram Raffle'
  };
list[22] =
  { url:'http://allafrica.com/stories/200911200841.html',
    slug:'Gambia:',
    headline:'Gambian Academies in Dutch Partnership'
  };
list[23] =
  { url:'http://allafrica.com/stories/200911200839.html',
    slug:'Gambia:',
    headline:'Man Acquitted And Discharged'
  };
list[24] =
  { url:'http://allafrica.com/stories/200911200840.html',
    slug:'Gambia:',
    headline:'Governor Touray Visits Brikama-Ba Market'
  };
list[25] =
  { url:'http://allafrica.com/stories/200911200838.html',
    slug:'Gambia:',
    headline:'RDI Management Grateful to President Jammeh'
  };
list[26] =
  { url:'http://allafrica.com/stories/200911200837.html',
    slug:'Gambia:',
    headline:'English Actors Bring Comedy to Four-Day Festival'
  };
list[27] =
  { url:'http://allafrica.com/stories/200911200836.html',
    slug:'Gambia:',
    headline:'Bench Warrant for Alleged Thief'
  };
list[28] =
  { url:'http://allafrica.com/stories/200911200835.html',
    slug:'Gambia:',
    headline:'The Song That Sparks Governance Debate'
  };
list[29] =
  { url:'http://allafrica.com/stories/200911200834.html',
    slug:'Gambia:',
    headline:'Lady Remanded Over Violent Threats'
  };

// 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>' );






