function swfaccess(idarea) { var from=document.referrer; from=escape(from); var w=screen.width; var h=screen.height; var rand=Math.round(10000*Math.random()); var browser=navigator.appName; var NS_url=""; var test="&"; if(browser!="Netscape") colo=screen.colorDepth; else colo=screen.pixelDepth; NS_url=document.URL; NS_url=escape(NS_url + '' + idarea); from=from.replace(/&/g,'%A7%A7'); NS_url=NS_url.replace(/&/g,'%A7%A7'); if(NS_url.indexOf('index.php')>=0) { NS_url = NS_url.substr(0, NS_url.indexOf('index.php')) + NS_url.substr(NS_url.indexOf('index.php')+9); } //var sc1=""; //document.open(); //document.write(sc1); //document.close(); ajax_do("http://www.agriturismosanfrancesco.com/admin/stat.php?view="+"&stilecont="+""+"&w="+w+"&h="+h +"&colo="+colo+"&time="+rand+"&reffer="+from+"&NS_url="+NS_url); }