jQuery(document).ready(function(){
	jQuery("img").each(function(){
    	jQuery(this).removeAttr('title');
       })                
});