// 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/200911200792.html',
    slug:'Zimbabwe:',
    headline:'Mugabe\'s Party in Turmoil Over Internal Struggle'
  };
list[1] =
  { url:'http://allafrica.com/stories/200911201044.html',
    slug:'Zimbabwe:',
    headline:'MDC Accuses Zanu PF of Rolling Out Terror Campaign'
  };
list[2] =
  { url:'http://allafrica.com/stories/200911201020.html',
    slug:'Zimbabwe:',
    headline:'Ministers Face Chop, as Biti Acts on Comptroller and Auditor-General Report'
  };
list[3] =
  { url:'http://allafrica.com/stories/200911201012.html',
    slug:'Zimbabwe:',
    headline:'Zanu-PF, MDC in Fresh Attempt to Mend Ties'
  };
list[4] =
  { url:'http://allafrica.com/stories/200911200902.html',
    slug:'South Africa:',
    headline:'Xenophobic Attacks Draw Condemnation From UN Agency'
  };
list[5] =
  { url:'http://allafrica.com/stories/200911200798.html',
    slug:'Zimbabwe:',
    headline:'Country\'s Corruption Wanes'
  };
list[6] =
  { url:'http://allafrica.com/stories/200911200795.html',
    slug:'Zimbabwe:',
    headline:'Talks Deadline Lapses Without Any Progress'
  };
list[7] =
  { url:'http://allafrica.com/stories/200911201046.html',
    slug:'Zimbabwe:',
    headline:'South African Refugee Group Slams Political Leaders Over Xenophobia'
  };
list[8] =
  { url:'http://allafrica.com/stories/200911201043.html',
    slug:'Zimbabwe:',
    headline:'MDC-T Launches Attack on MDC-M for Delaying Talks'
  };
list[9] =
  { url:'http://allafrica.com/stories/200911201017.html',
    slug:'Zimbabwe:',
    headline:'Revitalise Role of Parly'
  };
list[10] =
  { url:'http://allafrica.com/stories/200911201014.html',
    slug:'Zimbabwe:',
    headline:'Eleventh Hour Verdict Rescues Unity Accord'
  };
list[11] =
  { url:'http://allafrica.com/stories/200911200925.html',
    slug:'South Africa:',
    headline:'Farmers Responsible for Attacks?'
  };
list[12] =
  { url:'http://allafrica.com/stories/200911200004.html',
    slug:'Zimbabwe:',
    headline:'Zanu-PF Congress Postponed'
  };
list[13] =
  { url:'http://allafrica.com/stories/200911191113.html',
    slug:'Zimbabwe:',
    headline:'Unity Govt Parties to Hold Secret Weekend Talks'
  };
list[14] =
  { url:'http://allafrica.com/stories/200911200045.html',
    slug:'South Africa:',
    headline:'Govt Will Not Tolerate Attacks on Foreign Nationals - Gigaba'
  };
list[15] =
  { url:'http://allafrica.com/stories/200911191114.html',
    slug:'Zimbabwe:',
    headline:'Refugee Agency Clarifies Repatriation Plan'
  };
list[16] =
  { url:'http://allafrica.com/stories/200911191112.html',
    slug:'Zimbabwe:',
    headline:'Mixed Reactions Greet Central Bank Reform Bill'
  };
list[17] =
  { url:'http://allafrica.com/stories/200911191048.html',
    slug:'Zimbabwe:',
    headline:'Weapons Theft Stokes Fears of Instability'
  };
list[18] =
  { url:'http://allafrica.com/stories/200911190936.html',
    slug:'South Africa:',
    headline:'Zimbabweans Chased From Homes Total 3,000'
  };
list[19] =
  { url:'http://allafrica.com/stories/200911190001.html',
    slug:'Zimbabwe:',
    headline:'Security Forces Leave One Diamond Field'
  };
list[20] =
  { url:'http://allafrica.com/stories/200911200035.html',
    slug:'Zimbabwe:',
    headline:'World Cup Roadshow Begins'
  };
list[21] =
  { url:'http://allafrica.com/stories/200911191116.html',
    slug:'Zimbabwe:',
    headline:'Minister-Designate\'s Lawyer Accuse Police of \'Stunt\''
  };
list[22] =
  { url:'http://allafrica.com/stories/200911190078.html',
    slug:'South Africa:',
    headline:'Locals Jeer, Swear at Zimbabweans'
  };
list[23] =
  { url:'http://allafrica.com/stories/200911180939.html',
    slug:'Zimbabwe:',
    headline:'Deadline for Resolving Govt Disunity Looms'
  };
list[24] =
  { url:'http://allafrica.com/stories/200911201045.html',
    slug:'Zimbabwe:',
    headline:'South Africa Farming Union Insists Land Grab Victims Be Protected'
  };
list[25] =
  { url:'http://allafrica.com/stories/200911201021.html',
    slug:'Zimbabwe:',
    headline:'Nominations Expose Deep Divisions in Zanu-PF'
  };
list[26] =
  { url:'http://allafrica.com/stories/200911201022.html',
    slug:'Zimbabwe:',
    headline:'Dinha Embroiled in Corruption Allegations'
  };
list[27] =
  { url:'http://allafrica.com/stories/200911201019.html',
    slug:'Zimbabwe:',
    headline:'Profit Takers Descend on Equities'
  };
list[28] =
  { url:'http://allafrica.com/stories/200911201018.html',
    slug:'Zimbabwe:',
    headline:'Disposal of Ariston Costs Delta'
  };
list[29] =
  { url:'http://allafrica.com/stories/200911201016.html',
    slug:'Zimbabwe:',
    headline:'Uncle Sam - Friend or Foe?'
  };

// 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 ( 'Zimbabwe' );
} 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/zimbabwe/" 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>' );






