//for random full banner: (07/26/2002)
function postFullBannerAd() {
	fbI = new Array(
		"<img src='http://www.tri-isys.com/images/banners/ad_gcash.gif' width='468' height='60' alt='ISP G-Cash Payment' border=0>",
		"<img src='http://www.tri-isys.com/images/banners/ad_powersurf560_468x60.gif' width='468' height='60' alt='Drizzle Dazzle FREE Golf Umbrella ' border=0>",
		"<img src='http://www.tri-isys.com/images/banners/ad_loyaltycard_468x60.gif' width='468' height='60' alt='Tri-Isys Loyalty Card' border=0>",
		"<img src='http://www.tri-isys.com/images/banners/cc_35off.gif' width='468' height='60' alt='Circuit City Trade In' border=0>",
		"<img src='http://www.ispx.com.ph/images/banner/ad_auto-max.gif' width='468' height='60' alt='Mag Load Na Ng ISPX BONANZA Tru GLOBE' border=0>",		
		"<img src='http://www.ispx.com.ph/images/banner/ad_freeaccess_468x60.gif' width='468' height='60' alt='FREE Access 12AM-8AM' border=0>"
	);
	
	fbL = new Array(
		"http://www.tri-isys.com/gcash.php",
		"http://www.tri-isys.com/index.php?page=news",
		"http://www.tri-isys.com/loyaltycard.php",
		"http://www.tri-isys.com/circuit/trade2007.html",
		"http://www.ispx.com.ph/bonanza/?m=globe",			
		"http://www.ispx.com.ph/bonanza/"
	);
	
	fbT = new Array(
		"_self",
		"_self",
		"_self",
		"_self",
		"_self",		
		"_self"
	);

	ix = fbI.length - 1;
	i = Math.round(ix*Math.random());
	i = 4;
	document.write("<a href="+fbL[i]+" target="+fbT[i]+">"+fbI[i]+"</a>");
	
}