// 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/200911231885.html',
    slug:'Namibia:',
    headline:'Tourism Insurance for Country'
  };
list[1] =
  { url:'http://allafrica.com/stories/200911231385.html',
    slug:'Nigeria:',
    headline:'Tourism Board GM Predicts Bright Future for Hospitality Industry'
  };
list[2] =
  { url:'http://allafrica.com/stories/200911231238.html',
    slug:'Nigeria:',
    headline:'Beechcraft - AIB Releases Bodies of Victims to Families'
  };
list[3] =
  { url:'http://allafrica.com/stories/200911231208.html',
    slug:'Tunisia:',
    headline:'"Country Will Be Hot Destination for 2010" Says Association of Independent Tour Operators'
  };
list[4] =
  { url:'http://allafrica.com/stories/200911231144.html',
    slug:'Nigeria:',
    headline:'Experts Perfect EIA Report On Airport'
  };
list[5] =
  { url:'http://allafrica.com/stories/200911230683.html',
    slug:'Nigeria:',
    headline:'Sheraton Abuja Hotels Hosts Diplomatic Bazaar for Charity'
  };
list[6] =
  { url:'http://allafrica.com/stories/200911230563.html',
    slug:'Nigeria:',
    headline:'NTDC Woos EFCC Over Unwholesome Hotel Practices'
  };
list[7] =
  { url:'http://allafrica.com/stories/200911230438.html',
    slug:'Nigeria:',
    headline:'Productivity Centre Trains Abuja Hoteliers'
  };
list[8] =
  { url:'http://allafrica.com/stories/200911230216.html',
    slug:'Kenya:',
    headline:'Tourism Boom On, Says Balala'
  };
list[9] =
  { url:'http://allafrica.com/stories/200911200947.html',
    slug:'Africa:',
    headline:'Reliving Continent\'s Dark Past of Transatlantic Slave Trade'
  };
list[10] =
  { url:'http://allafrica.com/stories/200911200927.html',
    slug:'South Africa:',
    headline:'\'Beaches Are a Privilege\''
  };
list[11] =
  { url:'http://allafrica.com/stories/200911200659.html',
    slug:'Uganda:',
    headline:'Tourism Sector Gets Shs 25 Billion Boost'
  };
list[12] =
  { url:'http://allafrica.com/stories/200911200607.html',
    slug:'Nigeria:',
    headline:'Jonathan Lauds Tempo of Activities at NTDC'
  };
list[13] =
  { url:'http://allafrica.com/stories/200911200336.html',
    slug:'Rwanda:',
    headline:'City Demolishes Part of Golden Hill Hotel'
  };
list[14] =
  { url:'http://allafrica.com/stories/200911200325.html',
    slug:'Uganda:',
    headline:'CHOGM - MPs Query Sh1.4 Billion Deal for Training Hotel Staff'
  };
list[15] =
  { url:'http://allafrica.com/stories/200911200283.html',
    slug:'Nigeria:',
    headline:'Bakassi - House Seeks UN, AU\'s Intervention'
  };
list[16] =
  { url:'http://allafrica.com/stories/200911200269.html',
    slug:'Nigeria:',
    headline:'VP Commissions NTDC\'s Tourism Radio'
  };
list[17] =
  { url:'http://allafrica.com/stories/200911200249.html',
    slug:'Nigeria:',
    headline:'Place of Orientation in Promoting Local Tourism'
  };
list[18] =
  { url:'http://allafrica.com/stories/200911200204.html',
    slug:'Uganda:',
    headline:'MPs Quiz Tourism\'s Onen Over Accountability'
  };
list[19] =
  { url:'http://allafrica.com/stories/200911200169.html',
    slug:'Nigeria:',
    headline:'Confidence in Tourism Sector Gradually Picking Up - Unwto'
  };
list[20] =
  { url:'http://allafrica.com/stories/200911191193.html',
    slug:'Nigeria:',
    headline:'WTM - Country Set to Be Leading African Tourist Destination'
  };
list[21] =
  { url:'http://allafrica.com/stories/200911180063.html',
    slug:'South Africa:',
    headline:'Govt Denies Delaying Nigerian Visas'
  };
list[22] =
  { url:'http://allafrica.com/stories/200911190932.html',
    slug:'South Africa:',
    headline:'New Tourism CEO Announced'
  };
list[23] =
  { url:'http://allafrica.com/stories/200911190534.html',
    slug:'Uganda:',
    headline:'Shs9 Billion Spent On Absentee Chogm Delegates'
  };
list[24] =
  { url:'http://allafrica.com/stories/200911190153.html',
    slug:'Nigeria:',
    headline:'Port Harcourt Radar Ready, Kano\'s Nears Completion'
  };
list[25] =
  { url:'http://allafrica.com/stories/200911190057.html',
    slug:'South Africa:',
    headline:'MPs \'Milking System\''
  };
list[26] =
  { url:'http://allafrica.com/stories/200911180895.html',
    slug:'Nigeria:',
    headline:'Sakara Oloje and the Spanish Matador'
  };
list[27] =
  { url:'http://allafrica.com/stories/200911180840.html',
    slug:'South Africa:',
    headline:'2010 Information Centre to Open in Bloemfontein'
  };
list[28] =
  { url:'http://allafrica.com/stories/200911180480.html',
    slug:'Nigeria:',
    headline:'FG to Reposition Tourism for Greater Revenue'
  };
list[29] =
  { url:'http://allafrica.com/stories/200911180371.html',
    slug:'Nigeria:',
    headline:'\'Why The Country Can\'t Attain FAA Category 1 This Year\''
  };

// 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 ( 'Travel and Tourism' );
} 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/travel/" 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>' );






