function count_clic(root,id){
	(new Image()).src=root+"resources/phpscripts/count_clic.php?site_id="+id;
		return true;
}

function count_visit_categ(root,id_cat){
	(new Image()).src=root+"resources/phpscripts/count_visit_categ.php?id_cat="+id_cat;
		return true;

}

function count_clic_in(root, site_url){
		(new Image()).src=root+"resources/phpscripts/count_clic_in.php?site_url="+site_url;
		return true;
}