$(document).ready(function() {
	$("a, div, img").removeAttr('title');
});

