$(function () {
    if (location.search && /logoff=1/.test(location.search)) {
        //console.log('logged off');
        $.colorbox({href: '.logoff_box', inline: true, width: '50%'});
    }
});

