// on document.ready()
$(function() {
        $("#content-a .subnav ul").localScroll({hash: true});
});
