//for random full banner: (07/26/2002)
function postFullBannerAd() {
	fbI = new Array(
					
"<img src='http://www.ispx.com.ph/ads/eScan-468-x-60-pixels-web.jpg' width='468' height='60' alt='Tipid Tawag' border=0>",
//"<img src='http://www.ispx.com.ph/ads/tipid.gif' width='468' height='60' alt='Tipid Tawag' border=0>",
//"<img src='http://www.ispx.com.ph/ads/unisilvertieup.gif' width='468' height='60' alt='Unisilver Toy Watch' border=0>",					
//"<img src='http://www.ispx.com.ph/ads/freetoplay_468x60.gif' width='468' height='60' alt='Free2Play' border=0>",
//"<img src='http://www.ispx.com.ph/ads/santabonanza08_468x60.gif' width='468' height='60' alt='Free2Play' border=0>",
//"<img src='http://www.tri-isys.com/images/banners/bizhostreferral.gif' width='468' height='60' alt='Bizhost Referral' border=0>",
	    //"<img src='http://www.tri-isys.com/images/banners/refer.gif' width='468' height='60' alt='eScan Refer and Earn Promo' border=0>",
		"<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='Powersurf Unlimited Internet Access P560/mo.' 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.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/summertreat_468x60.gif' width='468' height='60' alt=Promo Summer Treat 2008' 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.escan.ph/",
//"http://www.ispx.com.ph/tipidtawag",
//"http://www.unisilvertime.com",					
//"http://www.netplay.ph",
//"http://www.ispx.com.ph/santabonanza08/",
//"http://www.bizhost.ph/referral/refer.php",
		//"http://www.escan.ph/referral/refer.php",
		//"http://www.tri-isys.com/powersurf_adv_plus.php",
		"http://www.tri-isys.com/gcash.php"
		//"http://www.tri-isys.com/loyaltycard.php",
		//"http://www.ispx.com.ph/bonanza/?m=globe",
		//"http://www.tri-isys.com/power_summer_treat_2008.php",			
		//"#"
	);
	
	fbT = new Array(
"_blank",
//"_blank",
//"_blank",
//"_blank",
//"_blank",
//"_blank",
		//"_blank",
		//"_self",
		"_self"
		//"_self"
		//"_self",
		//"_blank",
		//"_self"
		
	);

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