var biartStatistic={_id:'undefined',_agent:'undefined',_screen:'undefined',_url:'undefined',_referrer:'undefined',_title:'undefined',_init:function(b){this._id=b;this._agent=navigator.userAgent;var a=(screen.width)?screen.width:'';var c=(screen.height)?screen.height:'';this._screen=a+'x'+c;this._url=document.URL;this._referrer=document.referrer;this._title=document.title},_trackPageView:function(){var b='agent='+encodeURIComponent(this._agent)+'&screen='+encodeURIComponent(this._screen)+'&url='+encodeURIComponent(this._url)+'&referrer='+encodeURIComponent(this._referrer)+'&title='+encodeURIComponent(this._title)+'&id='+encodeURIComponent(this._id);var a=document.createElement("SCRIPT");a.setAttribute("type","text/javascript");a.setAttribute("src","http://statistic.b-cms.ru/statistic.php?"+b);a.setAttribute("id","bstat");document.getElementsByTagName("head")[0].appendChild(a)}}