function LycosHit() { domain = document.URL.substring(7,document.URL.indexOf('/',8)); if (domain == "members.lycos.co.uk") tld = "co.uk"; else tld = domain.substring(domain.lastIndexOf('.')+1); main = ".lycos."; if (tld == "fr") site = "multimania"; else if (tld == "net") { site = "pagesperso.accesinternet"; main = ".laposte."; } else { site = "tripod"; if (tld == "se") main = ".spray."; if (tld == "dk") main = ".jubii."; } url = 'hit.' + site + main + tld; var res; if (window.screen) res = screen.width + 'x' + screen.height + 'x' + screen.colorDepth; else res = ''; var ord = new Date(); if (main == ".laposte.") { var tag = '' + ''; } else { var tag = '' + ''; } document.write(tag); } function SprayHit() { LycosHit(); } function JubiiHit() { LycosHit(); } function Count(site, lg, pg) { LycosHit(); } function PagesPersoHit() { LycosHit(); }