couv = new Array;
txt = new Array;
lien = new Array;
couv[0] = 'images/photos/accueil/explore.jpg'
txt[0]='Singita
100% mobile camp in Serengeti, Tanzania !'
lien[0]='http://www.tselana.com/rubriques_en/detailhotels.php?id=1&id_pays=15&id_hotels=820'
couv[1] = 'images/photos/accueil/ranch.jpg'
txt[1]='Ranch at
Rock Creek
Discover the Wild West in an authentic and exclusive ranch in Montana...'
lien[1]=''
couv[2] = 'images/photos/accueil/tpoty2.jpg'
txt[2]='TPOTY
Tselana Travel, official sponsor of the “Travel Photographer of the Year” 2011 at the Royal Geographical Society, London...'
lien[2]='http://www.tpoty.com/'
couv[3] = 'images/photos/accueil/abu.jpg'
txt[3]='Abu Camp
A unique experience in Botswana, an elephant ride safari in the heart of Okavango Delta...'
lien[3]='http://www.tselana.com/rubriques_en/detailhotels.php?id=1&id_pays=8&id_hotels=818'
couv[4] = 'images/photos/accueil/bushmen.jpg'
txt[4]='New Experience
A few days with the bushmen in the Kalahari, Botswana...'
lien[4]='http://www.tselana.com/rubriques_en/detailhotels.php?id=1&id_pays=8&id_hotels=821'
couv[5] = 'images/photos/accueil/north.jpg'
txt[5]='North Island
The pearl of Seychelles is now ready to welcome you…'
lien[5]='http://www.tselana.com/rubriques_en/detailhotels.php?id=4&id_pays=44&id_hotels=118'
couv[6] = 'images/photos/accueil/Batler-Camp_Kenya.jpg'
txt[6]='Kenya
Bateleur Camp, an "Out Of Africa" experience in the Masaï Mara region...'
lien[6]='http://www.tselana.com/rubriques_en/detailhotels.php?id=1&id_pays=9&id_hotels=396'
num = x = Math.floor(Math.random()*(couv.length));
function ChangeImage()
{
if (num == -1) { num = (couv.length-1)}
if(document.getElementById)
{
document.getElementById("zone").innerHTML ='
'
document.getElementById("zonetxt").innerHTML =''+txt[num]+''
num = num-1
}
setTimeout("ChangeImage()", 7000);
}