phpAds_random = new String (Math.random()); phpAds_random = phpAds_random.substring(2,11); function ShowPub(idpub,rdnm,pubtype){ document.write ("<" + "script language='JavaScript' type='text/javascript' src='"); document.write ("http://ads.globalinternet.ca/adjs.php?n=" + rdnm); document.write ("&what="+pubtype+":"+idpub); document.write ("&exclude=" + document.phpAds_used); if (document.referrer) document.write ("&referer=" + escape(document.referrer)); document.write ("'><" + "/script>"); } function space(){ document.write ("<" + "script language='JavaScript' type='text/javascript' src='"); document.write ("http://www.quebecweb.com/pub/space.js"); document.write ("'><" + "/script>"); } function Process(x){ if (x.indexOf("gidirect-client")>-1){ ShowPub(x.replace("gidirect-client-",""),phpAds_random,"clientid"); } else if (x.indexOf("gidirect")>-1){ ShowPub(x.replace("gidirect-",""),phpAds_random,"zone"); } } function phpads_deliverActiveX(content) { document.write(content); }