$('document').ready(function () {
   if (!getCookie('regionId')) 
        show_region_window();
});
