<!-- Apply wTooltips on images -->
jQuery.noConflict();
jQuery(document).ready(function() {
	jQuery('img').wTooltip({ 
    className: "wtooltip", 
    style: false//remove all pre-set inline styles 
	});
});


jQuery.noConflict();
jQuery(document).ready(function() {
	jQuery('a').removeAttr('title');
	jQuery('img').removeAttr('title');
});
