// 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/200911200962.html',
    slug:'Mozambique:',
    headline:'Biofuels Targeted by Oil Companies'
  };
list[1] =
  { url:'http://allafrica.com/stories/200911200963.html',
    slug:'Mozambique:',
    headline:'Southern African Rail Managers Meet in Maputo'
  };
list[2] =
  { url:'http://allafrica.com/stories/200911200964.html',
    slug:'Mozambique:',
    headline:'Budget Support From World Bank'
  };
list[3] =
  { url:'http://allafrica.com/stories/200911200960.html',
    slug:'Mozambique:',
    headline:'Renamo Discusses Its Post-Election Future'
  };
list[4] =
  { url:'http://allafrica.com/stories/200911200961.html',
    slug:'Mozambique:',
    headline:'Country Biggest Beneficiary of Proafrica'
  };
list[5] =
  { url:'http://allafrica.com/stories/200911200958.html',
    slug:'Mozambique:',
    headline:'New Assistant Attorney-Generals Sworn in'
  };
list[6] =
  { url:'http://allafrica.com/stories/200911200959.html',
    slug:'Mozambique:',
    headline:'Typhoid Outbreak in Tete'
  };
list[7] =
  { url:'http://allafrica.com/stories/200911200957.html',
    slug:'Mozambique:',
    headline:'Not My Fault, Says Airports Boss'
  };
list[8] =
  { url:'http://allafrica.com/stories/200911180937.html',
    slug:'Mozambique:',
    headline:'Hunger is the Lack of Rain'
  };
list[9] =
  { url:'http://allafrica.com/stories/200911180961.html',
    slug:'Mozambique:',
    headline:'Elections - EU Observers Saw \'Numerous Irregularities\''
  };
list[10] =
  { url:'http://allafrica.com/stories/200911191037.html',
    slug:'Mozambique:',
    headline:'Country and Brazil Seek Partnerships in Biofuels'
  };
list[11] =
  { url:'http://allafrica.com/stories/200911191035.html',
    slug:'Mozambique:',
    headline:'Contracts Signed for Natural Gas Concessions'
  };
list[12] =
  { url:'http://allafrica.com/stories/200911191036.html',
    slug:'Mozambique:',
    headline:'Quality of Education is Main Challenge'
  };
list[13] =
  { url:'http://allafrica.com/stories/200911191034.html',
    slug:'Mozambique:',
    headline:'Former Minister \'Did Not Know\' Loans for His Children Were Illegal'
  };
list[14] =
  { url:'http://allafrica.com/stories/200911180964.html',
    slug:'Mozambique:',
    headline:'Census Results - Work and Poverty'
  };
list[15] =
  { url:'http://allafrica.com/stories/200911180963.html',
    slug:'Mozambique:',
    headline:'Census Results - Birth, Death and Fertility'
  };
list[16] =
  { url:'http://allafrica.com/stories/200911180962.html',
    slug:'Mozambique:',
    headline:'Census - Definitive Results'
  };
list[17] =
  { url:'http://allafrica.com/stories/200911180960.html',
    slug:'Mozambique:',
    headline:'\'I Was Only Obeying Orders\', Says Accused'
  };
list[18] =
  { url:'http://allafrica.com/stories/200911180959.html',
    slug:'Mozambique:',
    headline:'Government Approves \'Good Service\' Programme'
  };
list[19] =
  { url:'http://allafrica.com/stories/200911180958.html',
    slug:'Mozambique:',
    headline:'Guebuza Stresses Importance of Reliable Statistics'
  };
list[20] =
  { url:'http://allafrica.com/stories/200911161902.html',
    slug:'Mozambique:',
    headline:'Renamo Appeals Against Election Results'
  };
list[21] =
  { url:'http://allafrica.com/stories/200911170991.html',
    slug:'Mozambique:',
    headline:'Fire-Damaged Ministry to Be Demolished'
  };
list[22] =
  { url:'http://allafrica.com/stories/200911170992.html',
    slug:'Mozambique:',
    headline:'Managers Discuss Security of Dams'
  };
list[23] =
  { url:'http://allafrica.com/stories/200911170993.html',
    slug:'Mozambique:',
    headline:'Country Performs Poorly on Corruption Index'
  };
list[24] =
  { url:'http://allafrica.com/stories/200911170989.html',
    slug:'Mozambique:',
    headline:'Former Minister Goes on Trial'
  };
list[25] =
  { url:'http://allafrica.com/stories/200911170990.html',
    slug:'Mozambique:',
    headline:'Production of Antiretrovirals to Start This Year'
  };
list[26] =
  { url:'http://allafrica.com/stories/200911170568.html',
    slug:'Africa:',
    headline:'One Move At a Time'
  };
list[27] =
  { url:'http://allafrica.com/stories/200911161903.html',
    slug:'Mozambique:',
    headline:'Mobile Unit to Fight Aids in Niassa'
  };
list[28] =
  { url:'http://allafrica.com/stories/200911161901.html',
    slug:'Mozambique:',
    headline:'Frelimo Sweeps Board in Provincial Elections'
  };
list[29] =
  { url:'http://allafrica.com/stories/200911161900.html',
    slug:'Mozambique:',
    headline:'\'Mozambicans Will Pay Real Price of Fuel\''
  };

// 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 ( 'Mozambique' );
} 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/mozambique/" 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>' );






