if (document.images){
premads1 = new Array();
premads1[0] = "picts/topad1.jpg";
premads1[1] = "picts/topad1.jpg";
premads1[2] = "picts/topad1.jpg";

}





newPlace1 = new Array();
newPlace1[0] = "http://www.castinink.com/girls/adinfo.htm"
newPlace1[1] = "http://www.castinink.com/girls/adinfo.htm"
newPlace1[2] = "http://www.castinink.com/girls/adinfo.htm"


var timer1 = null
var	 counter1 = (Math.round((Math.random()*2)+1))

function banner1() {
	    
		if (counter1 >= 2)
		counter1 = 0;
		document.premad.src = premads1[counter1];
}

function gothere1() {
		counter3 = counter1;
		window.open(newPlace1[counter3]);

}






