$(document).ready(function() {
    jQuery('ul.sf-menu').superfish();
    $("#linksHeader *").tooltip({showURL: false});
});
