<SCRIPT LANGUAGE="JavaScript">
<!-- Beginning of JavaScript banner advertising -

if (document.images) {
ads = new Array(3);
ads[0] = "img/nursery.png";
ads[1] = "img/musi.png";
ads[2] = "img/logo2.gif";
}

newplace = new Array(3);
newplace[0] = "http://kikambala.cfsites.org/index.php"
newplace[1] = "http://www.museums.or.ke/"
newplace[2] = "http://www.1stmediawebservices.co.uk"

var timer = null
var	 counter = 0

function banner() {
	    timer=setTimeout("banner()", 4000);
		counter++;
		if (counter >= 3)
		counter = 0;
		document.bannerad.src = ads[counter];
}

function gothere() {
		counter2 = counter;
		window.location.href = newplace[counter2];
}

// - End of JavaScript - -->
</SCRIPT>


