// JavaScript Document
function loadpage() {
browver= parseInt(navigator.appVersion);
browtype = navigator.appName;
browsertype = "old";
if (browtype == "Netscape" && !(browver < 3)) {
browsertype = "new";
}
if (browtype == "Microsoft Internet Explorer" && !(browver < 4)) {
browsertype = "new";
}
if (browsertype == "new") {
thetimer = setTimeout("changeimage()", 3000);
banneradcode = 0;
listofimages = new Array(4);
listofimages[0] = new Image(468,60)
listofimages[0].src = "468x60-0.jpg"
listofimages[1] = new Image(468,60)
listofimages[1].src = "468x60-1.jpg"
listofimages[2] = new Image(468,60)
listofimages[2].src = "468x60-2.jpg"
listofimages[3] = new Image(468,60)
listofimages[3].src = "468x60-3.jpg"
listofimages[4] = new Image(468,60)
listofimages[4].src = "468x60-4.jpg"
listofimages[5] = new Image(468,60)
listofimages[5].src = "468x60-5.jpg"
listofimages[6] = new Image(468,60)
listofimages[6].src = "468x60-6.jpg"
listofimages[7] = new Image(468,60)
listofimages[7].src = "468x60-7.jpg"
}
}

function changeimage(){
if (browsertype == "new") {
banneradcode = banneradcode + 1
if (banneradcode == "4") {
banneradcode = 0
}
imagesource = "images/468x60-" + banneradcode + ".jpg"
window.document.bannerad.src = imagesource
thetimer = setTimeout("changeimage()", 5000);
}
else if (browsertype == "old") {
}
}

function changepage() {
if (browsertype == "new") {
if (banneradcode == 0) {//-------------cleartrip
newlocation = "http://www.s2d6.com/x/?x=c&z=s&v=1442205&k=netG"
}
else if (banneradcode == 1) {//-------------travelguru
newlocation = "http://www.s2d6.com/x/?x=c&z=s&v=1446906&k=netG"
}
else if (banneradcode == 2) {//-------------akbar
newlocation = "http://www.s2d6.com/x/?x=c&z=s&v=2507621&k=netG"
}
else if (banneradcode == 3) {//-------------rediff
newlocation = "http://www.s2d6.com/x/?x=c&z=s&v=1589588&k=netG"
}
else if (banneradcode == 4) {//-------------yatra
newlocation = "http://www.s2d6.com/x/?x=c&z=s&v=1442201&k=netG"
}
else if (banneradcode == 5) {//-------------travelocity
newlocation = "http://www.s2d6.com/x/?x=c&z=s&v=1446918&k=netG"
}
else if (banneradcode == 6) {//-------------expedia
newlocation = "http://www.s2d6.com/x/?x=c&z=s&v=2695436&k=netG"
}
else if (banneradcode == 7) {//-------------ezeego
newlocation = "http://www.s2d6.com/x/?x=c&z=s&v=2730821&k=netG"
}
//location = newlocation
window.open(newlocation,"ad","");
}
else if (browsertype == "old") {//-------------cleartrip
location = "hhttp://www.s2d6.com/x/?x=c&z=s&v=1442205&k=netG"
}
}
