$(document).ready(function(){
	$('#content a img').tooltip({ 
    delay: 0, 
    showURL: false
	});
});
