if (document.images) {
adsleft = new Array(2);
adsleft[0] = "images/banners/SweetHomeSavings.jpg";
adsleft[1] = "images/banners/HolidaysContest.jpg";
}

newplaceleft = new Array(2);
newplaceleft[0] = "http://www.sweethomesavings.com"
newplaceleft[1] = "http://www.sweethomefortheholidays.com/contest.html"

var timer = null
var	 counter = 0

function bannerleft() {
	    timer=setTimeout("bannerleft()", 8000);
		counter++;
		if (counter >= 2)
		counter = 0;
		document.bannerleft.src = adsleft[counter];
}

function gothere2() {
		counter2 = counter;
		window.location.href = newplaceleft[counter2];
}
