﻿(function($) {
    function init() {
        $(".colorbox-quick").colorbox({ opacity: 0.5 });

//        $(".chat-link").click(function() {
//            if (lang == "he") {
//                windowOpener(550, 516, "Chat", '/chat.aspx?mode=ChatLogin');
//            }
//            else {
//                window.location.href = "http://fxglobe.com/urgent-note";
//            }
//        });
    }

    $(document).ready(function() {
        init();
    });

})(jQuery);

