// JavaScript Document
function loadpage() { 
index1 = 0;
listofimages = new Array(2);
listofimages[0] = new Image(400,100)
listofimages[0].src = "/images/bannerb/africaycell.gif"
listofimages[1] = new Image(400,100)
listofimages[1].src = "/images/bannerb/rdh.gif"
listofimages[2] = new Image(400,100)
listofimages[2].src = "/images/bannerb/event.gif"
listofimages[3] = new Image(400,100)
listofimages[3].src = "/images/bannerb/itz_Caribbean_admin_800.jpg"

thetimer = setTimeout("changeimage()", 4000);

} 

function changeimage(){ 
index1 = index1 + 1
if (index1 == "4") { 
index1 = 0 
} 
imagesource = listofimages[index1].src
window.document.banner1.src = imagesource

thetimer = setTimeout("changeimage()", 4000);

} 

/*function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}*/
function changepage(){

{ 
if (index1 == 0) { 
newlocation = "http://www.africayell.com"
}
else if (index1 == 1) { 
newlocation = "http://www.therdhexperience.co.uk"
}
else if (index1 == 2) { 
newlocation = "http://www.londonevents.ukti.gov.uk" 
}
else if (index1 == 3) { 
newlocation = "http://www.itzcaribbean.com" 
}

window.open(newlocation);
} 

}
/*
function changepage() { 
if (index1 == 0) { 
newlocation = "http://www.enlightenmentstudio.com" 
}
else if (index1 == 1) { 
newlocation = "http://www.worldartcollections.co.uk"
}
location = newlocation 
} 


function changepage() { 
if (index1 == 0) { 
newlocation = "http://www.enlightenmentstudio.com" 
}
else if (index1 == 1) { 
newlocation = "http://www.worldartcollections.co.uk"
}
else if (index1 == 2) { 
newlocation = "http://www.oit.wvu.edu" 
}
else if (index1 == 3) { 
newlocation = "http://www.access.wvu.edu" 
}
location = newlocation 
} 
*/