/* $Id: adrotate.js,v 1.7.2.5 2009/05/27 16:26:13 max Exp $ */	
if (document.images) {
ads = new Array(3);
ads[0] = "http://www.planetgizmo.co.uk/skin1/images/edirol.gif";
ads[1] = "http://www.planetgizmo.co.uk/skin1/images/roth.gif";
ads[2] = "http://www.planetgizmo.co.uk/skin1/images/zoom.gif";
}

newplace = new Array(3);
newplace[0] = "http://www.planetgizmo.co.uk/edirol-r-09hr-high-resolution-digital-recorder.html"
newplace[1] = "http://www.planetgizmo.co.uk/mc4.html/"
newplace[2] = "http://www.planetgizmo.co.uk/zoom-h4n.html"

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];
}