*/
/* */
isn[0].src="images/1.jpg";
isn[1].src="images/2.jpg";
isn[2].src="images/3.jpg";
isn[3].src="images/4.jpg";
/*
*/
var durl=new Array();
durl[0]="more.html";
durl[1]="more.html";
durl[2]="more.html";
durl[3]="more.html";
/* rotateIt()*/
function rotateIt(){
if (halt!=1){
sctr++;
if (sctr>number_of_sponsors-1){
sctr=0;
}
document.sponsor.src=isn[sctr].src;
setTimeout("rotateIt()",2500);
}
}
/*
*/
function doIt(){
halt=1;
location.href=durl[sctr];
}
function dispIt(){
parent.window.status=durl[sctr];
}
// End Hiding -->