<!--Begin Featured Products-->
 if (document.images) {
ads = new Array(3);
ads[0] = "http://www.itwswitches.com/images/products/featured/f58M-SS_w.jpg";
ads[1] = "http://www.itwswitches.com/images/products/featured/f48EM_w.jpg";
ads[2] = "http://www.itwswitches.com/images/products/featured/f58M-EM_w.jpg";
}

newplace = new Array(3);
newplace[0] = "http://www.itwswitches.com/S58M-SS.shtml";
newplace[1] = "http://www.itwswitches.com/S48EM.shtml";
newplace[2] = "http://www.itwswitches.com/S58M-EM.shtml";

var timer = null
var	 counter = 0

function banner() {
	    timer=setTimeout("banner()", 6333);
		counter++;
		if (counter>= 3)
		counter = 0;
		document.bannerad.src = ads[counter];
}

function gothere() {
		countera = counter;
		window.location.href = newplace[countera];
}
<!--End Featured Products-->


<!--Begin Custom Top-->
 if (document.images) {
ads2 = new Array(7);
ads2[0] = "http://www.itwswitches.com/images/products/custom/CP6.jpg";
ads2[1] = "http://www.itwswitches.com/images/products/custom/CP0.jpg";
ads2[2] = "http://www.itwswitches.com/images/products/custom/CP1.jpg";
ads2[3] = "http://www.itwswitches.com/images/products/custom/CP2.jpg";
ads2[4] = "http://www.itwswitches.com/images/products/custom/CP3.jpg";
ads2[5] = "http://www.itwswitches.com/images/products/custom/CP4.jpg";
ads2[6] = "http://www.itwswitches.com/images/products/custom/CP5.jpg";
}

newplace2 = new Array(7);
newplace2[0] = "http://www.itwswitches.com/custom_products.shtml";
newplace2[1] = "http://www.itwswitches.com/custom_products.shtml";
newplace2[2] = "http://www.itwswitches.com/custom_products.shtml";
newplace2[3] = "http://www.itwswitches.com/custom_products.shtml";
newplace2[4] = "http://www.itwswitches.com/custom_products.shtml";
newplace2[5] = "http://www.itwswitches.com/custom_products.shtml";
newplace2[6] = "http://www.itwswitches.com/custom_products.shtml";

var timer2 = null
var	 counter2 = 0

function banner2() {
	    timer2=setTimeout("banner2()", 10000);
		counter2++;
		if (counter2>= 7)
		counter2 = 0;
		document.bannerad2.src = ads2[counter2];
}

function gothere2() {
		counterb = counter2;
		window.location.href = newplace2[counterb];
}
<!--End Custom Top-->
