if(window.location.hash.indexOf("#!") != -1)
    window.location = httpPath + window.location.hash.substr(2);
/*
var loader;
$(document).ready(function(){
    $.getScript(httpPath + 'system/js/loader.class.js');
    $.getScript(httpPath + 'system/js/firstStep.js');
});

 */

if(typeof httpPath == undefined)
    var httpPath = '/';

$(document).ready(function(){
    $.getScript(httpPath + 'js/messages.js');
    $.getScript(httpPath + 'js/presentation.js');

});
