$(document).ready(function(){    page = window.location.pathname.substring(1).replace(/\//g,'');    $("a[href*='" + page + "']").addClass('current-selected');});// JavaScript Document
