if (document.images) {
adsl1 = new Array(2);
adsl1[0] = "images/murraybell1.jpg";
adsl1[1] = "images/banners/svc_banner.png";
}

newplacel1 = new Array(2);
newplacel1[0] = "hswork()"
newplacel1[1] = "http://www.sweethomeproductions.com/webdesign.html";

var timer = null
var	 counter1 = 0

function bannerl1() {
	    timer=setTimeout("bannerl1()", 5000);
		counter1++;
		if (counter1 >= 2)
		counter1 = 0;
		document.bannerl1.src = adsl1[counter1];
}

function gothere3() {
		counter2 = counter1;
		window.location.href = newplacel1[counter2];
}
