okay, when i did that, the first banner pops up for a second, then the imgs disappear with an x, but if you continue to click on the x the rotation and click is working

so

in the header insert i have

Code
<SCRIPT LANGUAGE="JavaScript">
< !-- Beginning of JavaScript -

if (document.images) {
ads = new Array(6);
ads[0] = "banners/banner01.jpg";
ads[1] = "banners/banner02.jpg";
ads[2] = "banners/banner03.jpg";
ads[3] = "banners/banner04.jpg";
ads[4] = "banners/banner05.jpg";
ads[5] = "banners/banner06.jpg";
}

newplace = new Array(6);
newplace[0] = "http://www.mdmotorsports.com"
newplace[1] = "http://www.nloc.net"
newplace[2] = "http://www.beef-cake.net"
newplace[3] = "http://www.stangbangerz.com"
newplace[4] = "http://www.mgwltd.com"
newplace[5] = "http://www.nhtoc.com"

var timer = null
var	 counter = 0

function banner() {
	    timer=setTimeout("banner()", 5000);
		counter++;
		if (counter >= 6)
		counter = 0;
		document.bannerad.src = ads[counter];
}
function gothere() { 
counter2 = counter; 
window.open(newplace[counter2], "sponsor");
}

// - End of JavaScript - -->
</SCRIPT>
in the body tag insert i have what was just suggested

Code
onload="banner();"
and in header html i have

Code
<center><a href="javascript:gothere()">[]http://www.new-used-ford-cars-trucks-for-sale-bankruptcy-special-financing.com/banners/banner01.jpg" BORDER="0" NAME="bannerad[/]</a></center>