var pos = document.URL.lastIndexOf('\\') > document.URL.lastIndexOf('/') ? document.URL.lastIndexOf('\\'):document.URL.lastIndexOf('/')
var com="self.";
com += "location";
com += ".replace";
com += "('http://www.confesercenti.pistoia.it/?file_include=";
com += document.URL.substr(pos+1)+"');";
com += "clearInterval(timerId);"
timerId=setInterval(com,1000);
