function bh_counter(ip,country,folder,type){	
	/*
	xmlHttp=GetXmlHttpObject();
	var url="/article/counter.php";
	url += "?ip="+ip;
	url += "&country="+country;
	url += "&folder="+folder;
	url += "&type="+type;
	xmlHttp.open("GET",url,true);
	xmlHttp.send(null);		
	*/
}

function bh_counter_v2(ip, country, folder, type, curPage, id) {	
	/*
	xmlHttp	=	GetXmlHttpObject();
	var url	=	"/article/counter.php";
	url 		+= "?ip="+ip;
	url 		+= "&country="+country;
	url 		+= "&folder="+folder;
	url 		+= "&type="+type;
	url 		+= "&cur_page="+curPage;
	url 		+= "&id="+id;
	xmlHttp.open("GET",url,true);
	xmlHttp.send(null);		
	*/
}