
$().ready(function() {
	cleanTitle();
});

function cleanTitle() {
	$('#content a[title]').removeAttr('title', '');
}

