<!-- EAS JS INCLUDE --> 
var ref="http" + (window.location.protocol.indexOf('https:')==0?'s':'') + "://jaws.elytics.com/cp.gif?"; function ad(name, val) { ref += "&" + name + "=" + escape(val); } var domain=self.location.hostname; var i=domain.indexOf("."); if (i < domain.lastIndexOf(".")) { domain=domain.substr(i+1); } var d = new Date(); var eas_guid = ""; if (document.referrer.indexOf(domain)==-1) { if (document.cookie.indexOf("guid=")==-1) { var exp = new Date(); exp.setTime(exp.getTime() + (999999999999)); eas_guid = d.getTime() + ":" + Math.round(Math.random()*1e6); document.cookie = "guid=" + escape(eas_guid + "&&" + document.referrer + "&&" + d.toGMTString()) + "; expires=" + exp.toGMTString() + "; path=/" + "; domain=" + domain; } if (document.cookie.indexOf("sguid=")==-1) { i = document.cookie.indexOf("guid="); j = document.cookie.indexOf(";",i+5); if (j==-1) j = document.cookie.length; eas_guid = document.cookie.substring(i,j); document.cookie = "sguid=" + escape(eas_guid + "-" + d.getTime() + "&&" + document.referrer + "&&" + d.toGMTString()) + "path=/" + "; domain=" + domain; } } ad("ver", "1.2"); ad("clid", "40032"); ad("loc", new String(escape(window.location))); ad("url", document.URL); ad("title", document.title); ad("rfr", document.referrer); ad("cbid", d.getTime() + ":" + Math.random()); ad("ngid", eas_guid); ad("ts", d.toGMTString()); ad("pvs", history.length); ad("ck", document.cookie); ad("tz", d.getTimezoneOffset()); ad("agent", navigator.userAgent); ad("je", navigator.javaEnabled()); ad("res", screen.width + "x" + screen.height); ad("cd", screen.colorDepth); ad("platform", navigator.platform); ad("fb", "ti"); gen = "<img border='0' width='1' height='1' alt='' src=" + ref + ">"; document.write(gen);
<!-- END EAS JS INCLUDE --> 
