(function () {
    if (typeof window.Tolcher == "undefined")
    {
        window.Tolcher = {};
    }
    $(document).ready(function () {
        $('html').removeClass('no-js').addClass('with-js');
    });
})();
