

function loadpage() { 
index1 = 0;
listofimages = new Array(11);
listofimages[0] = new Image(60,468)
listofimages[0].src = "/images/banner_new2.gif"

listofimages[1] = new Image(60,468)
listofimages[1].src = "/images/banner_new3.gif"

listofimages[2] = new Image(60,468)
listofimages[2].src = "/images/gala.gif"
listofimages[3] = new Image(60,468)
listofimages[3].src = "/images/banner_new3.gif"
listofimages[4] = new Image(60,468)
listofimages[4].src = "/images/banner_new2.gif"
listofimages[5] = new Image(60,468)
listofimages[5].src = "/images/banner_new3.gif"
listofimages[6] = new Image(60,468)
listofimages[6].src = "/images/banner_new3.gif"
listofimages[7] = new Image(60,468)
listofimages[7].src = "/images/crdlog45.swf"
listofimages[8] = new Image(60,468)
listofimages[6].src = "/images/banner_new3.gif"






thetimer = setTimeout("changeimage()", 15000);

} 

function changeimage(){ 
index1 = index1 + 1
if (index1 == "7") { 
index1 = 0 
} 
imagesource = listofimages[index1].src
window.document.banner1.src = imagesource

thetimer = setTimeout("changeimage()", 10500);

} 


 
function changepage() { 
if (index1 == 0) { 
newlocation = "http://www.crdsomalia.org/" 
}
else if (index1 == 1) { 
newlocation = "http://www.crdsomalia.org/" 
}
else if (index1 == 2) { 
newlocation = "http://www.crdsomalia.org/" 
}
else if (index1 == 3) { 
newlocation = "http://www.falsan.org/"
}
else if (index1 == 4) { 
newlocation = "http://www.crdsomalia.org/" 
}
else if (index1 == 5) { 
newlocation = "http://www.crdsomalia.org/" 
}
else if (index1 == 6) { 
newlocation = "http://www.crdsomalia.org/" 
}
else if (index1 == 7) { 
newlocation = "http://www.crdsomalia.org/" 
}
else if (index1 == 8) { 
newlocation = "http://www.crdsomalia.org/" 
}
location = newlocation 
} 


