(function($) {
    $.Constants = 
    {
        BASE_URL: "http://" + top.location.host + "/",
        PATH_TO_MODULES: "http://" + top.location.host + "/Ajax/"
    }
})(jQuery);

