$(function() {
	$('.nav a').each(function() {
		$(this).removeAttr('title');
	});
	$('#tabs').tabs();
	$('.page-item-945 ul').remove();
});

