if (parseInt(jQuery('.sq_count').html()) >= 0) {
            var notif = (parseInt(jQuery('.sq_count').html()) + 1);
            if (notif > 0) {
                jQuery('.sq_count').html(notif).show();
            }