/* GoConnectBanner array/function starts here */
myGoConnectBannerPics = new Array(
"images/468x60_banners/mvision_smartphone_468x60.gif",
"images/468x60_banners/goconnect_3plans_468x60.gif",
"images/468x60_banners/468x60_Promo2.gif",
"images/468x60_banners/468x60_Promo4.gif",
"images/468x60_banners/tbm_2004banner_468x60.gif",
"images/468x60_banners/spiderman2.gif"
)

myGoConnectBannerUrl = new Array(
/*images/468x60_banners/mvision_smartphone_468x60.gif*/"http://www.m-vision.tv",
/*images/468x60_banners/goconnect_3plans_468x60.gif*/"http://register.goconnect.net/registration/JoinNow.jsp",
/*images/468x60_banners/468x60_Promo2.gif*/"http://www.gotrek.com.au/gotrek/business.shtml",
/*images/468x60_banners/468x60_Promo4.gif*/"http://www.gotrek.com.au/gotrek/business.shtml",
/*images/468x60_banners/tbm_2004banner_468x60.gif*/"http://www.thebestmix.com/registration.jsp",
/*images/468x60_banners/spiderman2.gif*/"http://www.columbiafilms.com.au/register/spider-man2_goconnect.htm"
)

imgGoConnectBannerCount = myGoConnectBannerPics.length
addGoConnectBannerNum = 0

function chooseGoConnectBannerPics() {
	if(document.images) {
		randomNum = Math.floor ((Math.random() * imgGoConnectBannerCount))
		document.myGoConnectBannerPictures.src = myGoConnectBannerPics[randomNum]
		addGoConnectBannerNum = randomNum
	}
}

function chooseGoConnectBannerURL() {
	window.open(myGoConnectBannerUrl[addGoConnectBannerNum], "popup")
}
/* GoConnectBanner array/function ends here */


/* GoConnectIslandBanner array/function starts here */
myGoConnectIslandPics = new Array(
"images/118x118_banners/home_content_header.gif"
)

myGoConnectIslandUrl = new Array(
/*images/118x118_banners/home_content_header.gif*/"http://www.gotrek.com.au/gotrek/channel_selection.shtml"
)

imgGoConnectIslandCount = myGoConnectIslandPics.length
addGoConnectIslandNum = 0

function chooseGoConnectIslandPics() {
	if(document.images) {
		randomNum = Math.floor ((Math.random() * imgGoConnectIslandCount))
		document.myGoConnectIslandPictures.src = myGoConnectIslandPics[randomNum]
		addGoConnectIslandNum = randomNum
	}
}

function chooseGoConnectIslandURL() {
	document.location.href = myGoConnectIslandUrl[addGoConnectIslandNum]
}
/* GoConnectIsland array/function ends here */

/* GoConnectSkyscraper array/function starts here */
myGoConnectSkyscraperPics = new Array(
"images/131x273_banners/m-vision_banner_131x273.gif"
)

myGoConnectSkyscraperUrl = new Array(
/*images/131x273_banners/m-vision_banner_131x273.gif*/"http://www.m-vision.tv"
)

imgGoConnectSkyscraperCount = myGoConnectSkyscraperPics.length
addGoConnectSkyscraperNum = 0

function chooseGoConnectSkyscraperPics() {
	if(document.images) {
		randomNum = Math.floor ((Math.random() * imgGoConnectSkyscraperCount))
		document.myGoConnectSkyscraperPictures.src = myGoConnectSkyscraperPics[randomNum]
		addGoConnectSkyscraperNum = randomNum
	}
}

function chooseGoConnectSkyscraperURL() {
	window.open(myGoConnectSkyscraperUrl[addGoConnectSkyscraperNum], "popup")
}
/* GoConnectSkyscraper array/function ends here */

/* Button01 array/function starts here */
myButton01Pics = new Array(
"images/nowshowing/englishbites.gif"
)

myButton01Url = new Array(
/*images/nowshowing/englishbites.gif*/"http://www.gotrek.com.au/gotrek/education.shtml"
)

imgButton01Count = myButton01Pics.length
addButton01Num = 0

function chooseButton01Pics() {
	if(document.images) {
		randomNum = Math.floor ((Math.random() * imgButton01Count))
		document.myButton01Pictures.src = myButton01Pics[randomNum]
		addButton01Num = randomNum
	}
}

function chooseButton01URL() {
	document.location.href = myButton01Url[addButton01Num]
}
/* Button01 array/function ends here */


/* Button02 array/function starts here */
myButton02Pics = new Array(
"images/nowshowing/gothika.gif",
"images/nowshowing/punisher.gif",
"images/nowshowing/duff.gif",
"images/nowshowing/jewel.gif"
)

myButton02Url = new Array(
/*images/nowshowing/gothika.gif*/"http://www.gotrek.com.au/gotrek/channel_selection.shtml",
/*images/nowshowing/punisher.gif*/"http://www.gotrek.com.au/gotrek/channel_selection.shtml",
/*images/nowshowing/duff.gif*/"http://www.gotrek.com.au/gotrek/channel_selection.shtml",
/*images/nowshowing/jewel.gif*/"http://www.gotrek.com.au/gotrek/channel_selection.shtml"
)

imgButton02Count = myButton02Pics.length
addButton02Num = 0

function chooseButton02Pics() {
	if(document.images) {
		randomNum = Math.floor ((Math.random() * imgButton02Count))
		document.myButton02Pictures.src = myButton02Pics[randomNum]
		addButton02Num = randomNum
	}
}

function chooseButton02URL() {
	document.location.href = myButton02Url[addButton02Num]
}
/* Button02 array/function ends here */


/* Button03 array/function starts here */
myButton03Pics = new Array(
"images/nowshowing/kylie.gif",
"images/nowshowing/spiderman.gif",
"images/nowshowing/confessions.gif",
"images/nowshowing/lyttle.gif"
)

myButton03Url = new Array(
/*images/nowshowing/kylie.gif*/"http://www.gotrek.com.au/gotrek/channel_selection.shtml",
/*images/nowshowing/spiderman.gif*/"http://www.gotrek.com.au/gotrek/channel_selection.shtml",
/*images/nowshowing/confessions.gif*/"http://www.gotrek.com.au/gotrek/channel_selection.shtml",
/*images/nowshowing/lyttle.gif*/"http://www.gotrek.com.au/gotrek/channel_selection.shtml"
)

imgButton03Count = myButton03Pics.length
addButton03Num = 0

function chooseButton03Pics() {
	if(document.images) {
		randomNum = Math.floor ((Math.random() * imgButton03Count))
		document.myButton03Pictures.src = myButton03Pics[randomNum]
		addButton03Num = randomNum
	}
}

function chooseButton03URL() {
	document.location.href = myButton03Url[addButton03Num]
}
/* Button03 array/function ends here */


/* Button04 array/function starts here */
myButton04Pics = new Array(
"images/nowshowing/window.gif",
"images/nowshowing/alanis.gif",
"images/nowshowing/twista.gif",
"images/nowshowing/prince.gif"
)

myButton04Url = new Array(
/*images/nowshowing/window.gif*/"http://www.gotrek.com.au/gotrek/channel_selection.shtml",
/*images/nowshowing/alanis.gif*/"http://www.gotrek.com.au/gotrek/channel_selection.shtml",
/*images/nowshowing/twista.gif*/"http://www.gotrek.com.au/gotrek/channel_selection.shtml",
/*images/nowshowing/prince.gif*/"http://www.gotrek.com.au/gotrek/channel_selection.shtml"
)

imgButton04Count = myButton04Pics.length
addButton04Num = 0

function chooseButton04Pics() {
	if(document.images) {
		randomNum = Math.floor ((Math.random() * imgButton04Count))
		document.myButton04Pictures.src = myButton04Pics[randomNum]
		addButton04Num = randomNum
	}
}

function chooseButton04URL() {
	document.location.href = myButton04Url[addButton04Num]
}
/* Button04 array/function ends here */


/* Button05 array/function starts here */
myButton05Pics = new Array(
"images/nowshowing/daniel_merriweather.gif",
"images/nowshowing/streets.gif",
"images/nowshowing/thunder.gif",
"images/nowshowing/darkness.gif"
)

myButton05Url = new Array(
/*images/nowshowing/daniel_merriweather.gif*/"http://www.gotrek.com.au/gotrek/channel_selection.shtml",
/*images/nowshowing/streets.gif*/"http://www.gotrek.com.au/gotrek/channel_selection.shtml",
/*images/nowshowing/thunder.gif*/"http://www.gotrek.com.au/gotrek/channel_selection.shtml",
/*images/nowshowing/darkness.gif*/"http://www.gotrek.com.au/gotrek/channel_selection.shtml"
)

imgButton05Count = myButton05Pics.length
addButton05Num = 0

function chooseButton05Pics() {
	if(document.images) {
		randomNum = Math.floor ((Math.random() * imgButton05Count))
		document.myButton05Pictures.src = myButton05Pics[randomNum]
		addButton05Num = randomNum
	}
}

function chooseButton05URL() {
	document.location.href = myButton05Url[addButton05Num]
}
/* Button05 array/function ends here */
