jQuery(function(){
    var b = jQuery(".badge").hide();
    jQuery(b[Math.floor(Math.random()*b.length)]).show();
});
