function registerClick(type,id) {
	var url = '/countClicks.php?id='+ id +'&type='+type;
	new Ajax.Request(url, {
	  method: 'get'
	});	
}
