if (document.images) {
ads = new Array(2);
ads[0] = "images/banners/OneontaT-Shirt.jpg";
ads[1] = "images/banners/OneontaMagazine.jpg";
}

newplace = new Array(2);
newplace[0] = "Oneonta-TShirts.php"
newplace[1] = "mag/index.html"

var timer = null
var	 counter = 0

function topbox() {
	    timer=setTimeout("topbox()", 8000);
		counter++;
		if (counter >= 2)
		counter = 0;
		document.topboxad.src = ads[counter];
}

function gothere() {
		counter2 = counter;
		window.location.href = newplace[counter2];
}
