if (document.images) {
ads = new Array(3);
ads[0] = "http://www.thrillingaudio.com/v/html/home_page/100207/100207_homepage1.jpg";
ads[1] = "http://www.thrillingaudio.com/v/html/home_page/100207/100207_homepage2.jpg";
ads[2] = "http://www.thrillingaudio.com/v/html/home_page/100207/100207_homepage3.jpg";
}

newplace = new Array(3);
newplace[0] = "https://www.thrillingaudio.com/SearchResults.asp?Cat=172&Click=7019"
newplace[1] = "https://www.thrillingaudio.com/SearchResults.asp?Cat=171&Click=7020"
newplace[2] = "https://www.thrillingaudio.com/SearchResults.asp?Cat=173&Click=7021"

var timer = null
var	 counter = 0

function banner() {
	    timer=setTimeout("banner()", 5000);
		counter++;
		if (counter >= 3)
		counter = 0;
		document.bannerad.src = ads[counter];
}

function gothere() {
		counter2 = counter;
		window.location.href = newplace[counter2];
}