

$(function() {

$('.help').tooltip({
	
	track: true, 
    delay: 0, 
    fade: 250,
     showURL: false

});


});
