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