function Tangazo( urlHref, relurlImage, txtAlt, urlTunduzi )
  {
  this.urlHref = urlHref;
  this.relurlImage = relurlImage;
  this.txtAlt = txtAlt;
  this.urlTunduzi = urlTunduzi;
  }
function setTangazo( urlHref, relurlImage, txtAlt, urlTunduzi )
  {
  Matangazo[nMatangazo++] = new Tangazo(urlHref, relurlImage, txtAlt, urlTunduzi);
  }

var nRandom = 0;
var nMatangazo = 0;
var Matangazo = new Array();

setTangazo('http://www.classicsafaricamps.com/','matangazo/ClassicSafariCampsOfAfrica.jpeg','...including East and Southern Africa! - Klicken Sie hier, um Classic Safari Camps of Africa in S&uuml;dafrika zu besuchen / Click here to visit Classic Safari Camps of Africa in South Africa','');
setTangazo('http://www.gorilland.co.ug/','matangazo/GorillandSafaris.gif','Klicken Sie hier, um Gorilland Safaris zu besuchen / Click here to visit Gorilland Safaris','');
setTangazo('http://www.hornbillcamp.com/','matangazo/HornbillCampsite.gif','Klicken Sie hier, um Hornbill Camp zu besuchen / Click here to visit Hornbill Camp','');
setTangazo('http://www.mweyalodge.com/','matangazo/MweyaSafariLodge.gif','Klicken Sie hier, um Mweya Safari Lodge zu besuchen / Click here to visit Mweya Safari Lodge','');
setTangazo('http://www.paraalodge.com/','matangazo/ParaaSafariLodge.gif','Klicken Sie hier, um Paraa Safari Lodge zu besuchen / Click here to visit Paraa Safari Lodge','');
setTangazo('http://www.destinationuganda.com/','matangazo/UgandaTravelPlanner.gif','Klicken Sie hier, um den Uganda Travel Planner (Schweiz) zu besuchen / Click here to visit the Uganda Travel Planner (Switzerland)','');
//setTangazo('http://hop.clickbank.net/hop.cgi?bwanamitch/ufguide','matangazo/TheUltimateFieldGuide.gif','Klicken Sie hier, um The Ultimate Field Guide in S&uuml;dafrika zu besuchen / Click here to visit The Ultimate Field Guide in South Africa','');

var now = new Date();
nRandom = now.getSeconds() % nMatangazo;

document.write('<table border="0" cellpadding="0" cellspacing="0"><tr><td>');
document.write('<a href="' + Matangazo[nRandom].urlHref + '" target="_blank">');
document.write('<img src="' + GetBaseURL() + Matangazo[nRandom].relurlImage + '" class="clsTangazo" border="0" alt="' + Matangazo[nRandom].txtAlt + '" title="' + Matangazo[nRandom].txtAlt + '" >');
document.write('</a>');
if (Matangazo[nRandom].urlTunduzi.length > 0)
  document.write('<img src="' + Matangazo[nRandom].urlTunduzi + '" width="1" height="1" border="0">');
document.write('</td></tr></table>');
