

function loadpage() { 
index1 = 0;
listofimages = new Array(7);
listofimages[0] = new Image(468,60)
listofimages[0].src = "/images/banner_b.gif"
listofimages[1] = new Image(468,60)
listofimages[1].src = "/bursary_banner.gif"
listofimages[2] = new Image(468,60)
listofimages[2].src = "/banner2.gif"
listofimages[3] = new Image(360,30)
listofimages[3].src = "/images/cp.gif"
listofimages[4] = new Image(468,60)
listofimages[4].src = "/images/banner2.gif"
listofimages[5] = new Image(468,60)
listofimages[5].src = "/banner5.gif"
listofimages[6] = new Image(468,60)
listofimages[6].src = "/images/jiisow.gif"
listofimages[7] = new Image(468,60)
listofimages[7].src = "/banner2.gif"



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

} 

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

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

} 


 
function changepage() { 
if (index1 == 0) { 
newlocation = "http:/www.newsomalicanadian.org/" 
}
else if (index1 == 1) { 
newlocation = "http:/www.newsomalicanadian.org/" 
}
else if (index1 == 2) { 
newlocation = "http:/www.newsomalicanadian.org/" 
}
else if (index1 == 3) { 
newlocation = "http://www.banadir.com/"
}
else if (index1 == 4) { 
newlocation = "http://www.banadir.com/" 
}
else if (index1 == 5) { 
newlocation = "http://www.banadir.com/" 
}
else if (index1 == 6) { 
newlocation = "http://www.canada-property.com/" 
}
else if (index1 == 7) { 
newlocation = "http://www.www.banadir.com/" 
}

location = newlocation 
} 


