// 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/200911240663.html',
    slug:'Nigeria:',
    headline:'Health Agency Donates H1N1 Vaccines for 14 Million'
  };
list[1] =
  { url:'http://allafrica.com/stories/200911231949.html',
    slug:'Kenya:',
    headline:'Testing Drive On to Fight Aids'
  };
list[2] =
  { url:'http://allafrica.com/stories/200911240879.html',
    slug:'Congo-Kinshasa:',
    headline:'UN Peacekeepers\' Hospital Brings Treatment to Hundreds of Local Congolese'
  };
list[3] =
  { url:'http://allafrica.com/stories/200911240854.html',
    slug:'Senegal:',
    headline:'Shoring Up Children\'s Health Amid Turmoil'
  };
list[4] =
  { url:'http://allafrica.com/stories/200911240852.html',
    slug:'South Africa:',
    headline:'Male Circumcision Plan Almost There'
  };
list[5] =
  { url:'http://allafrica.com/stories/200911240851.html',
    slug:'South Africa:',
    headline:'Multiple and Concurrent Partners'
  };
list[6] =
  { url:'http://allafrica.com/stories/200911240324.html',
    slug:'Africa:',
    headline:'Swine Flu - African Countries Meet to Discuss Vaccine Deployment'
  };
list[7] =
  { url:'http://allafrica.com/stories/200911240260.html',
    slug:'Tanzania:',
    headline:'Plan to Cut Malaria Drugs Price Laudable'
  };
list[8] =
  { url:'http://allafrica.com/stories/200911240234.html',
    slug:'Uganda:',
    headline:'30,000 Babies Born With Aids Annually'
  };
list[9] =
  { url:'http://allafrica.com/stories/200911231938.html',
    slug:'Kenya:',
    headline:'Combat Killer Cholera'
  };
list[10] =
  { url:'http://allafrica.com/stories/200911240888.html',
    slug:'Mozambique:',
    headline:'Four People Died in Cholera Riot'
  };
list[11] =
  { url:'http://allafrica.com/stories/200911240853.html',
    slug:'Kenya:',
    headline:'The Talking Rocks of Emuhaya'
  };
list[12] =
  { url:'http://allafrica.com/stories/200911240638.html',
    slug:'Ghana:',
    headline:'Heath Ministry Urges NGOs'
  };
list[13] =
  { url:'http://allafrica.com/stories/200911240585.html',
    slug:'Nigeria:',
    headline:'Again, Yar\'Adua Jets Out for Medical Check-Up'
  };
list[14] =
  { url:'http://allafrica.com/stories/200911240476.html',
    slug:'Uganda:',
    headline:'\'Don\'t Blame Congolese Women for HIV Rise\''
  };
list[15] =
  { url:'http://allafrica.com/stories/200911240314.html',
    slug:'Nigeria:',
    headline:'HIV/Aids - The Real Issues'
  };
list[16] =
  { url:'http://allafrica.com/stories/200911240297.html',
    slug:'Nigeria:',
    headline:'NHIS Coordinator Bemoans State of Healthcare'
  };
list[17] =
  { url:'http://allafrica.com/stories/200911240238.html',
    slug:'Uganda:',
    headline:'Deny Bail to Suspected Drug Thieves - Museveni'
  };
list[18] =
  { url:'http://allafrica.com/stories/200911240206.html',
    slug:'Uganda:',
    headline:'Barclays Helps Mothers'
  };
list[19] =
  { url:'http://allafrica.com/stories/200911240203.html',
    slug:'Uganda:',
    headline:'\'I Will Remain a Virgin Till I Make a Big Impact in the HIV Fight\''
  };
list[20] =
  { url:'http://allafrica.com/stories/200911240202.html',
    slug:'Uganda:',
    headline:'He Broke the Silence, Gave HIV At Workplace a Positive Face'
  };
list[21] =
  { url:'http://allafrica.com/stories/200911240159.html',
    slug:'Nigeria:',
    headline:'Yar\'Adua Returns to Saudi Hospital'
  };
list[22] =
  { url:'http://allafrica.com/stories/200911240158.html',
    slug:'Nigeria:',
    headline:'Borno HIV/Aids Fighting Agency Donates Materials to School'
  };
list[23] =
  { url:'http://allafrica.com/stories/200911240119.html',
    slug:'South Africa:',
    headline:'Netcare Sees Increasing Demand for Private Care'
  };
list[24] =
  { url:'http://allafrica.com/stories/200911240090.html',
    slug:'Zambia:',
    headline:'Katele Kalumba Stable in UTH'
  };
list[25] =
  { url:'http://allafrica.com/stories/200911240087.html',
    slug:'Zambia:',
    headline:'Thandiwe Opens OAFLA Maternity Workshop'
  };
list[26] =
  { url:'http://allafrica.com/stories/200911240082.html',
    slug:'Rwanda:',
    headline:'Senators Debate Bill on Bio-Medical Centre'
  };
list[27] =
  { url:'http://allafrica.com/stories/200911240072.html',
    slug:'Rwanda:',
    headline:'Rwf 20 Billion Health Project Unveiled'
  };
list[28] =
  { url:'http://allafrica.com/stories/200911240030.html',
    slug:'Zimbabwe:',
    headline:'Cholera Cases Resurface in Harare'
  };
list[29] =
  { url:'http://allafrica.com/stories/200911231967.html',
    slug:'Zimbabwe:',
    headline:'Global Fund Gives NAC Grace Period'
  };

// 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 ( 'Health and Medicine' );
} 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/health/" 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>' );






