// 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/201007300927.html',
    slug:'Congo-Kinshasa:',
    headline:'Clashes in East Uproot Nearly 90,000'
  };
list[1] =
  { url:'http://allafrica.com/stories/201007300941.html',
    slug:'Cameroon:',
    headline:'Public Services Must Act as Catalyst for Growth - Prime Minister'
  };
list[2] =
  { url:'http://allafrica.com/stories/201007300921.html',
    slug:'Congo-Kinshasa:',
    headline:'UN Rushing Aid to Flood-Stricken Areas of North-Western Region'
  };
list[3] =
  { url:'http://allafrica.com/stories/201007300455.html',
    slug:'East Africa:',
    headline:'Burundi Woos Uganda Investors'
  };
list[4] =
  { url:'http://allafrica.com/stories/201007300086.html',
    slug:'Rwanda:',
    headline:'We Are Confident of Victory-Mukabaramba'
  };
list[5] =
  { url:'http://allafrica.com/stories/201007300082.html',
    slug:'Rwanda:',
    headline:'Kagame Attracts Record Crowd in Nyamasheke'
  };
list[6] =
  { url:'http://allafrica.com/stories/201007300081.html',
    slug:'Rwanda:',
    headline:'Diaspora Remittances to Strengthen Our Economy'
  };
list[7] =
  { url:'http://allafrica.com/stories/201007300007.html',
    slug:'Rwanda:',
    headline:'Police in Liberia to Be Honoured'
  };
list[8] =
  { url:'http://allafrica.com/stories/201007300006.html',
    slug:'Rwanda:',
    headline:'Doing Business Reforms to Increase Investments'
  };
list[9] =
  { url:'http://allafrica.com/stories/201007300005.html',
    slug:'Rwanda:',
    headline:'Nation to Participate in Global Agriculture Forum'
  };
list[10] =
  { url:'http://allafrica.com/stories/201007300897.html',
    slug:'Rwanda:',
    headline:'Current State of Achievements to Be Multiplied Seven-Fold, Kagame Says'
  };
list[11] =
  { url:'http://allafrica.com/stories/201007300889.html',
    slug:'Angola:',
    headline:'Regional Centre May Monitor Areas of Environmental Risks'
  };
list[12] =
  { url:'http://allafrica.com/stories/201007300888.html',
    slug:'Angola:',
    headline:'African Women Called to Play Role in Society'
  };
list[13] =
  { url:'http://allafrica.com/stories/201007300887.html',
    slug:'Angola:',
    headline:'President Pedro Pires Returns to Cape Verde'
  };
list[14] =
  { url:'http://allafrica.com/stories/201007300886.html',
    slug:'Angola:',
    headline:'Nation and Congo Brazzaville Set Up Inter-State Joint Oil Exploration Organ'
  };
list[15] =
  { url:'http://allafrica.com/stories/201007300885.html',
    slug:'Angola:',
    headline:'Territory Administration Minister Works in Uíge Province'
  };
list[16] =
  { url:'http://allafrica.com/stories/201007300884.html',
    slug:'Angola:',
    headline:'Producers Aim to Collect Over 700 Tons of \'Coffee Cherries\''
  };
list[17] =
  { url:'http://allafrica.com/stories/201007300883.html',
    slug:'Angola:',
    headline:'ANIP Co-Ordinator Meets With Japanese Entrepreneurs'
  };
list[18] =
  { url:'http://allafrica.com/stories/201007300882.html',
    slug:'Angola:',
    headline:'President Dos Santos Receives Farewell Greetings From Israeli Ambassador'
  };
list[19] =
  { url:'http://allafrica.com/stories/201007300881.html',
    slug:'Southern Africa:',
    headline:'SADC Parliamentary Forum to Establish Common Policy'
  };
list[20] =
  { url:'http://allafrica.com/stories/201007300880.html',
    slug:'Angola:',
    headline:'UN Workers Defends More Training for African Women'
  };
list[21] =
  { url:'http://allafrica.com/stories/201007300879.html',
    slug:'Africa:',
    headline:'Distributor of Satellite TV in Africa Wants to Improve Services'
  };
list[22] =
  { url:'http://allafrica.com/stories/201007300878.html',
    slug:'Angola:',
    headline:'Sixth Edition of Namibe Agricultural Fair Opens'
  };
list[23] =
  { url:'http://allafrica.com/stories/201007300877.html',
    slug:'Angola:',
    headline:'Women Called to Join Electoral Registration Update'
  };
list[24] =
  { url:'http://allafrica.com/stories/201007300876.html',
    slug:'Angola:',
    headline:'Vice President Meets With Former Mozambican Premier'
  };
list[25] =
  { url:'http://allafrica.com/stories/201007300875.html',
    slug:'Angola:',
    headline:'Luanda Customers Owe Power Supplier Akz 1.0 Billion'
  };
list[26] =
  { url:'http://allafrica.com/stories/201007300874.html',
    slug:'Angola:',
    headline:'Chevron Holds Seminar on Investment Projects in Cabinda'
  };
list[27] =
  { url:'http://allafrica.com/stories/201007300873.html',
    slug:'Angola:',
    headline:'Luanda Governor Meets With Former Mozambican Premier'
  };
list[28] =
  { url:'http://allafrica.com/stories/201007300872.html',
    slug:'Angola:',
    headline:'Cabinet Council Analyses Economic Issues'
  };
list[29] =
  { url:'http://allafrica.com/stories/201007300821.html',
    slug:'Angola:',
    headline:'Cabinet Council Meets On Friday'
  };

// 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 ( 'Central Africa' );
} 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/centralafrica/" 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>' );






