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.bushcampcompany.com/','../matangazo/TheBushcampCompany.gif','Klicken Sie hier, um The Bushcamp Company zu besuchen / Click here to visit The Bushcamp Company','');
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.conservationlowerzambezi.org/','../matangazo/ConservationLowerZambezi.jpeg','Sie k&ouml;nnen helfen! Klicken Sie hier, um Conservation Lower Zambezi zu besuchen / You can help! Click here to visit Conservation Lower Zambezi','');
setTangazo('http://www.hippolodge.com/','../matangazo/HippoLodge.jpeg','Klicken Sie hier, um Hippo Lodge zu besuchen / Click here to visit Hippo Lodge','');
setTangazo('http://www.hippolodge.com/','../matangazo/HippoLodge2.jpeg','Klicken Sie hier, um Hippo Lodge zu besuchen / Click here to visit Hippo Lodge','');
//setTangazo('http://www.luangwa.com/','../matangazo/KafuntaRiverLodgeAndSafaris.gif','Klicken Sie hier, um Kafunta River Lodge &amp; Safaris zu besuchen / Click here to visit Kafunta River Lodge &amp; Safaris','');
setTangazo('http://www.masukulodgezambia.com/','../matangazo/MasukuLodge.jpeg','Klicken Sie hier, um Masuku Lodge zu besuchen / Click here to visit Masuku Lodge','');
setTangazo('http://www.normancarrsafaris.com/','../matangazo/NormanCarrSafaris.gif','Klicken Sie hier, um Norman Carr Safaris zu besuchen / Click here to visit Norman Carr Safaris','');
setTangazo('http://www.sausagetreecamp.com/','../matangazo/SausageTreeCamp.jpeg','Klicken Sie hier, um Sausage Tree Camp zu besuchen / Click here to visit Sausage Tree Camp','');
setTangazo('http://www.slcs-zambia.org/','../matangazo/SouthLuangwaConservationSociety.jpeg','Sie k&ouml;nnen helfen! Klicken Sie hier, um die South Luangwa Conservation Society zu besuchen / You can help! Click here to visit the South Luangwa Conservation Society','');
setTangazo('http://www.stanleysafaris.com/','../matangazo/StanleySafaris-1.gif','Klicken Sie hier, um Stanley Safaris zu besuchen / Click here to visit Stanley Safaris','');
setTangazo('http://www.starofafrica.com/','../matangazo/StarOfAfrica.gif','Klicken Sie hier, um Star of Africa zu besuchen / Click here to visit Star of Africa','');
setTangazo('http://www.trackandtrailrivercamp.com/','../matangazo/TrackAndTrailRiverCamp.gif','Klicken Sie hier, um Track &amp; Trail River Camp zu besuchen / Click here to visit Track &amp; Trail River Camp','');
//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>');

