// Copyright 1999 Flycast Communications. All rights reserved. // Patent Pending // Version 3.5.5 FlycastLoaded = true; FlycastRandom = 0; FlycastFoundMSIE = navigator.userAgent.indexOf("MSIE") >= 0; FlycastFoundMSIE2 = navigator.userAgent.indexOf("MSIE2") >= 0 || navigator.userAgent.indexOf("MSIE 2") >= 0; FlycastFoundMSIE3 = navigator.userAgent.indexOf("MSIE 3") >= 0; FlycastFoundNN = navigator.userAgent.indexOf("Mozilla/") >= 0 && !FlycastFoundMSIE; FlycastFoundNN2 = navigator.userAgent.indexOf("Mozilla/2.") >= 0 && !FlycastFoundMSIE; FlycastFoundNN3 = navigator.userAgent.indexOf("Mozilla/3.") >= 0 && !FlycastFoundMSIE; function FlycastDeliverAd () { FlycastAdServer = "http://ad-adex3.flycast.com/server"; if (FlycastNewAd) { FlycastNow = new Date(); FlycastRandom = FlycastNow.getTime(); FlycastRandom = FlycastRandom % 10000000; if (!(FlycastFoundNN2 || FlycastFoundMSIE3)) FlycastRandom += Math.floor(Math.random() * 100); } FlycastSiteInfo = FlycastSite + "/" + FlycastPage + "/" + FlycastRandom; if (FlycastFoundMSIE2) { document.write(''); } else if (FlycastFoundMSIE3) { document.write(''); } else { document.write(''); } } if (FlycastFoundNN3 && FlycastPrintTag) { FlycastLoaded = false; FlycastDeliverAd(); }