counterNews = {
	
	urlCounter:'/dop/counter/proccess.php',		
		
	setCount:function () {
		var title = encodeURIComponent(document.title);
		var url = encodeURIComponent(location.href);		
		var urlSend = counterNews.urlCounter + '?title=' + title + '&url=' + url;		
		document.write('<img width="1" height="1" src="' + urlSend + '"/>');	
	}
}
counterNews.setCount();
