// remove title tags from nav 
$(function() {
  $("#header ul .page_item a").removeAttr('title');
});