<!-- Beginning of JavaScript -
			
			if (document.images) {
			ads = new Array(3);
			ads[0] = "/images/masthead_banner1.jpg";
			ads[1] = "/images/masthead_banner3.jpg";
			}
			
			newplace = new Array(3);
			newplace[0] = "http://www.rdoauctions.com/index.cfm?baid=D2256FC2-5056-A477-112AB8CF3BF322AC"
			newplace[1] = "http://www.rdoauctions.com/index.cfm?baid=D2256FC2-5056-A477-112AB8CF3BF322AC"
			
			var timer = null
			var	 counter = 0
			
			function banner() {
				    timer=setTimeout("banner()", 5000);
					counter++;
					if (counter >= 2)
					counter = 0;
					document.bannerad.src = ads[counter];
			}
			
			function gothere() {
					counter2 = counter;
					window.location.href = newplace[counter2];
			}
			
			// - End of JavaScript - -->