function countClicks(_type, _id)
{
	$.post("ajax/countClicks.php",
		{id:_id, type:_type}
	);
}
