var stopads=false
adImages = new Array("images/slides/2.gif","images/slides/3.gif","images/slides/1.gif")
adURL = new Array("index.htm","index.htm","index.htm")
thisAd = 0
imgCt = adImages.length

window.onerror = SymError;

function getgoing(){
	rotate();
	//MM_preloadImages('../images/home_02-over.gif','../images/home_03-home_02_over.gif','../images/home_04-home_02_over.gif','../images/home_05-home_02_over.gif','../images/home_06-home_02_over.gif','../images/home_07-home_02_over.gif','../images/home_08-home_02_over.gif','../images/home_09-home_02_over.gif','images/home_02-over.gif','images/home_04-home_02_over.gif','images/home_03-home_02_over.gif','images/home_05-home_02_over.gif','images/home_06-home_02_over.gif','images/home_09-home_02_over.gif');
}

function rotate() {
	
	if (stopads==true){return true;}

	if (document.images) {
		if (document.adBanner.complete) {
			thisAd++
			if (thisAd == imgCt) {
				thisAd = 0
			}
			document.adBanner.src=adImages[thisAd]
		}
	  	setTimeout("rotate()", 4 * 1000)
  	}
}

function newLocation() {
	document.location.href = "http://www." + adURL[thisAd]
	stopads=true
}

function SymError()
{
  return true;
}

function newImage(arg) {
	if (document.images) {
		rslt = new Image();
		rslt.src = arg;
		return rslt;
	}
}

function changeImages() {
	if (document.images && (preloadFlag == true)) {
		for (var i=0; i<changeImages.arguments.length; i+=2) {
			document[changeImages.arguments[i]].src = changeImages.arguments[i+1];
		}
	}
}