$(document).ready(function(){
//    $('*[title], abbr').tooltip({
//        track: true,
//        delay: 0,
//        showURL: false,
//        showBody: ". "
//    });

    $('#content, #menu').localScroll(0, 700);
});
