if (document.images) {
ads1 = new Array(10);
ads1[0] = "images/right-hr-ad-ban01.jpg";
ads1[1] = "images/right-hr-ad-ban02.jpg";
ads1[2] = "images/right-hr-ad-ban03.jpg";
ads1[3] = "images/right-hr-ad-ban04.jpg";
ads1[4] = "images/right-hr-ad-ban05.jpg";
ads1[5] = "images/right-hr-ad-ban06.jpg";
ads1[6] = "images/right-hr-ad-ban07.jpg";
ads1[7] = "images/right-hr-ad-ban08.jpg";
ads1[8] = "images/right-hr-ad-ban09.jpg";
ads1[9] = "images/right-hr-ad-ban10.jpg";
}

newplace = new Array(10);
newplace[0] = "#"
newplace[1] = "#"
newplace[2] = "#"
newplace[3] = "#"
newplace[4] = "#"
newplace[5] = "#"
newplace[6] = "#"
newplace[7] = "#"
newplace[8] = "#"
newplace[9] = "#"

var timer = null
var	 counter = 0

function banner() {
	    timer=setTimeout("banner()", 10500);
		counter++;
		if (counter >= 10)
		counter = 0;
		document.bannerad.src = ads1[counter];
}

function gothereh() {
		counter2 = counter;
		window.location.href = newplace[counter2];
}