var cacheZillaInstance,cacheZilla=new Class({initialize:function(){this.interfaceUrl="http://www.tasset.com/cacheZilla/cacheZillaInterface.php";this.clientLanguage=language;this.pid=pid;if(!document.getElementById("pr-contents-"+this.pid))return!1;this.reviews=$("pr-contents-"+this.pid);var a=0;if(document.getElementById("customers_comments"))$("customers_comments").setStyles({visibility:"hidden",position:"absolute"}),a=$ES(" h3","#customers_comments").length;a!=$$(".pr-review-wrap").length&&this.send()},
send:function(){this.setMessageXhr=(new XHR({autoCancel:!1,method:"post"})).send(this.interfaceUrl+"?pid="+this.pid+"&lang="+this.clientLanguage,"data="+encodeURIComponent(this.reviews.innerHTML))}});window.addEvent("load",function(){cacheZillaInstance=new cacheZilla});
