// starting the script on page load => c'est oké

$(document).ready(function(){	
	$("a.tooltip").easyTooltip();
});