window.onload = initBannerLink;var adImages = new Array("../images/ads/ad_daystar.jpg","../images/ads/ad_aacc.jpg","../images/ads/ad_giftBarong.jpg","../images/ads/ad_malaysia.jpg");var adURL = new Array("suncastv.com/page_daystar.html","suncastv.com/page_aacc.html","suncastv.com/tvch_phil.html","suncastv.com/advertising/ad_malaysia.html");var thisAd = 0;function rotate() {	thisAd++;	if (thisAd == adImages.length) {		thisAd = 0;	}	document.getElementById("adBanner").src = adImages[thisAd];	setTimeout("rotate()", 7 * 1000);}function newLocation() {	document.location.href = "http://www." + adURL[thisAd];	return false;}function initBannerLink() {	if (document.getElementById("adBanner").parentNode.tagName == "A") {		document.getElementById("adBanner").parentNode.onclick = newLocation;	}		rotate();}
