if (document.images) {
adsright = new Array(2);
adsright[0] = "images/banners/the_village_printer_ad.jpg";
adsright[1] = "images/banners/SweetHomeCooperstown.jpg";
}

newplaceright = new Array(2);
newplaceright[0] = "http://www.thevillageprinter.com/"
newplaceright[1] = "http://www.sweethomecooperstown.com"

var timer = null
var	 counter = 0

function bannerright() {
	    timer=setTimeout("bannerright()", 8000);
		counter++;
		if (counter >= 2)
		counter = 0;
		document.bannerright.src = adsright[counter];
}

function gothere3() {
		counter2 = counter;
		window.location.href = newplaceright[counter2];
}
