<!-- hide from old browsers
adImages = new Array("../adspace/myad.gif","../adspace/k1.gif","../adspace/k2.gif")
adURL = new Array("ausetute.com.au/contact.html","ausetute.com.au/namiform.html","ausetute.com.au/namiform.html")
thisAd = 0
imgCt = adImages.length
function rotate() {
if (document.images) {
	if (document.adBanner.complete) {
		thisAd++
		if (thisAd == imgCt) {
			thisAd=0
			}
	document.adBanner.src=adImages[thisAd]
		}
	setTimeout("rotate()",7*1000)
	}
}

function newLocation() {
	document.location.href = "http://www."+adURL[thisAd]
}
// end hiding-->