$(function() {
	$('.nav a').each(function() {
		$(this).removeAttr('title');
	});
	$('#tabs').tabs();
});
