function GetXitiUrl() { if ( document.location.href.match( /protophp/ ) || document.location.href.match( /testweb/ ) || document.location.href.match( /dev/ ) ) return "/artlib/t.gif"; hsh = new Date(); url = 'http://logv17.xiti.com/hit.xiti?s=69653' url += '&p=&hl=' + hsh.getHours() + 'x' + hsh.getMinutes() + 'x' + hsh.getSeconds(); if(parseFloat(navigator.appVersion)>=4) { Xiti_s=screen; url += '&r=' + Xiti_s.width + 'x' + Xiti_s.height + 'x' + Xiti_s.pixelDepth + 'x' + Xiti_s.colorDepth; } hsd = document; return url + '&ref=' + hsd.referrer.replace('&', '$') } function SetXitiUrl() { hsd = document; hsd.images["xitiImg"].src = GetXitiUrl(); } function GetXiti( withUrl ) { var url = ( withUrl ? GetXitiUrl() : "/artlib/t.gif" ); hsd = document var alt = hsd.location.href.match( "/fra/") ? "Mesurez votre audience" : "Measure your audience" hsi = ''; return hsi; } function WriteXiti( withUrl ) { document.write(GetXiti( withUrl )); }