if (window.location.href.indexOf("things-to-do") > -1) {
            jQuery('.things-to-do').parent().addClass('current');
        }