function tt(){
$jq(function(){

	$jq('#hit_1, #hit_2').Tooltip({
		track: true,
		delay: 0
	});
	
});
}
