(function($){
    $(document).ready(function(){
        if($.inArray(document.location.hash,['#usage_installation','#usage_available_options','#usage_actions','#vertical_slides']) != -1){
            document.location.href = '/usage-documentation/' + document.location.hash.replace('#', '');
        }
    });
})(jQuery);