<!-- hide from old browser

adImages = new Array("../adspace/myad.gif","../adspace/w1.gif","../adspace/w2.gif")
adURL = new Array("ausetute.com.au/contact.html","ausetute.com.au/namiform.html","ausetute.com.au/wriiform.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-->