
function handleClick(type, link)
{
		
		$.post(root + "ajax/clicks.php",
		   { type: type, target: link },
		   function(data){

		   }
		 );
}



