// 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/200911200899.html',
    slug:'Congo-Kinshasa:',
    headline:'New Wave of Refugees Flees Fresh Fighting'
  };
list[1] =
  { url:'http://allafrica.com/stories/200911210011.html',
    slug:'Uganda:',
    headline:'More LRA Rebels Surrender in DR Congo'
  };
list[2] =
  { url:'http://allafrica.com/stories/200911200152.html',
    slug:'Uganda:',
    headline:'More LRA Rebels Surrender in Congo'
  };
list[3] =
  { url:'http://allafrica.com/stories/200911190011.html',
    slug:'Congo-Kinshasa:',
    headline:'Spain, France Probed on Links to Rwandan Militia'
  };
list[4] =
  { url:'http://allafrica.com/stories/200911191094.html',
    slug:'Congo-Kinshasa:',
    headline:'UN Blue Helmets Help Passengers in Country When Plane Overshoots Runway'
  };
list[5] =
  { url:'http://allafrica.com/stories/200911191060.html',
    slug:'Rwanda:',
    headline:'Leaders of Rebel Militia Arrested for Atrocities Committed in DR Congo - UN'
  };
list[6] =
  { url:'http://allafrica.com/stories/200911190326.html',
    slug:'Central Africa:',
    headline:'UN Condemns LRA on Civilian Attacks'
  };
list[7] =
  { url:'http://allafrica.com/stories/200911190002.html',
    slug:'Congo-Kinshasa:',
    headline:'Gold Still Funds Rwandan Rebels, Says UN Expert'
  };
list[8] =
  { url:'http://allafrica.com/stories/200911180932.html',
    slug:'Congo-Kinshasa:',
    headline:'Angola Seeks Return of Refugees'
  };
list[9] =
  { url:'http://allafrica.com/stories/200911180008.html',
    slug:'Central Africa:',
    headline:'UN to Help Protect Civilians From Ugandan Rebels'
  };
list[10] =
  { url:'http://allafrica.com/stories/200911180002.html',
    slug:'Rwanda:',
    headline:'Germany Arrests Top Rebel Leaders'
  };
list[11] =
  { url:'http://allafrica.com/stories/200911200329.html',
    slug:'Rwanda/Congo-Kinshasa:',
    headline:'DRC\'s Vita Raids Local Clubs'
  };
list[12] =
  { url:'http://allafrica.com/stories/200911200321.html',
    slug:'Uganda:',
    headline:'UPDF Kills Another LRA Commander'
  };
list[13] =
  { url:'http://allafrica.com/stories/200911200153.html',
    slug:'Uganda:',
    headline:'Kasese Feels Pinch of Evictions From DRC'
  };
list[14] =
  { url:'http://allafrica.com/stories/200911181012.html',
    slug:'Congo-Kinshasa:',
    headline:'Calls for LRA to Face Charges'
  };
list[15] =
  { url:'http://allafrica.com/stories/200911180583.html',
    slug:'Congo-Kinshasa:',
    headline:'Water Shortages Hamper Urban Areas'
  };
list[16] =
  { url:'http://allafrica.com/stories/200911191195.html',
    slug:'Congo-Kinshasa:',
    headline:'Rep. McDermott Introduces Conflict Minerals Trade Act'
  };
list[17] =
  { url:'http://allafrica.com/stories/200911191059.html',
    slug:'Uganda:',
    headline:'Nine LRA Fighters Surrender'
  };
list[18] =
  { url:'http://allafrica.com/stories/200911190319.html',
    slug:'East Africa:',
    headline:'Unbs Fails to Monitor Congo, Sudan Borders'
  };
list[19] =
  { url:'http://allafrica.com/stories/200911190173.html',
    slug:'Uganda:',
    headline:'Congolese Refugees Ask to Return Home'
  };
list[20] =
  { url:'http://allafrica.com/stories/200911171076.html',
    slug:'Congo-Kinshasa:',
    headline:'Report Condemns Trial in Military Court Over Killing of UN Journalist'
  };
list[21] =
  { url:'http://allafrica.com/stories/200911161912.html',
    slug:'Congo-Kinshasa:',
    headline:'Street Kids Policy Change Urged'
  };
list[22] =
  { url:'http://allafrica.com/stories/200911180360.html',
    slug:'Sudan:',
    headline:'Security Council Press Statement on Lord\'s Resistance Army'
  };
list[23] =
  { url:'http://allafrica.com/stories/200911170069.html',
    slug:'Congo-Kinshasa:',
    headline:'Kabila Wants Monuc Out - Reports'
  };
list[24] =
  { url:'http://allafrica.com/stories/200911121055.html',
    slug:'Congo-Kinshasa:',
    headline:'Protecting Civilians Is UN\'s Top Priority, Says Official'
  };
list[25] =
  { url:'http://allafrica.com/stories/200911120830.html',
    slug:'Congo-Kinshasa:',
    headline:'Come Back Home, DRC Government Urges Refugees'
  };
list[26] =
  { url:'http://allafrica.com/stories/200911120007.html',
    slug:'Congo-Kinshasa:',
    headline:'Govt Creates Safety Net by Diversifying Economy'
  };
list[27] =
  { url:'http://allafrica.com/stories/200911120340.html',
    slug:'Congo-Kinshasa:',
    headline:'Turning a Blind Eye to Killing and Rape in DR Congo'
  };
list[28] =
  { url:'http://allafrica.com/stories/200911110752.html',
    slug:'Congo-Kinshasa:',
    headline:'Rwanda Refugee Status Could Be Lifted'
  };
list[29] =
  { url:'http://allafrica.com/stories/200911130182.html',
    slug:'Rwanda:',
    headline:'CNDP Chief Resigns'
  };

// 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 ( 'Congo-Kinshasa' );
} 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/congo_kinshasa/" 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>' );






