$(document).ready(function(){	
	$("a.tooltip-orange").easyTooltip({
		tooltipId: "tooltip-orange"
	});
	$("a.tooltip-blue").easyTooltip({
		tooltipId: "tooltip-blue"
	});
	$("a.tooltip-green").easyTooltip({
		tooltipId: "tooltip-green"
	});
	$("a.tooltip-purple").easyTooltip({
		tooltipId: "tooltip-purple"
	});
});
