function sendClickUpdateRequest(idEvent, type, a) {

	/*jQuery.post('/events/ajax/frontend_func.php', 
				{ 'idevent' : idEvent, 
				  'type'    : type,
 				  'action'  : 'clickupdate'}, function stub() { }
				);
	*/	
	document.createElement('IMG').src = '/events/ajax/frontend_func.php?type=' + type + '&idEvent=' + idEvent + '&action=clickupdate';
	a.onmousedown="";
	return true;		
	
}
