﻿(function($) {
    function init() {
        Site.loadjscssfile("/modules/forms/ContactUsForm/module.css", "css");

        $(".chat-link").click(function() {
            if (lang == "he") {
                windowOpener(550, 516, "Chat", lang + '/chat.aspx?mode=ChatLogin');
            }
            else {
                window.location.href = "http://fxglobe.com/urgent-note";
            }
        });
    }

    $(document).ready(function() {
        init();
    });

})(jQuery);
