$(window).ready(function() {
    
    $("#menu a").currentPage({defaultClass: "active", anyPath: true, closest: "li" });

  });


