function setC(name,value,expire){expDate=new Date();expDate.setTime(expDate.getTime()+(expire!=0?expire:0));document.cookie=name+"="+escape(value)+";path=/"+(expire?";expires="+expDate.toGMTString()+";":"");}function getC(name){cV=document.cookie;keyPos=cV.indexOf(name+"=");if(keyPos==-1)return "";cV=cV.substring(keyPos+(name+"=").length,cV.length);cD=cV.indexOf(";");if(cD==-1)cD=cV.length;return cV.substring(0,cD); }lwtID=getC("lwtCookieID17543");isOnLine = getC("isOnLine17543");procsCount = getC("procsCount17543");if(procsCount==""){procsCount=0;}else if (procsCount>5)procsCount=0;setC("procsCount17543",++procsCount,0);if(lwtID!="-1"&&lwtID!="0"&&procsCount==1){r=screen.width+"x"+screen.height;b=navigator.appName;c=(b.substring(0,9)=="Microsoft")?screen.colorDepth:screen.pixelDepth;t=escape(document.title);rand=(Math.random()+"");rand=rand.substring(rand.indexOf(".")+1,8);queryString="url="+escape(location.href)+"&origin="+escape(document.referrer)+"&resolution="+r+"&colors="+c+"&title="+t+"&rand="+rand+"&lwtCookieID="+lwtID+"&userProductID=17543&isOnLine="+isOnLine;document.write("<"+"script src='http://www.linkws.com/webservices/lwt/lwt_data_completo.jsp?lwt_js=false&"+queryString+"&showAd=false' language='JavaScript' type='text/javascript'><"+"/"+"script>");}