document.write('');
document.write('');
function init()
{
$('.compteur_nb .label1').text('Il y a eu');
$('.compteur_nb .nb').text('3695');
$('.compteur_nb .label2').text('anges aux paradis');
var bordersize, bordercolor, backgroundcolor, textcolor, textsize, textpolice;
bordersize = "2";
bordercolor = "12cbe0";
backgroundcolor = "c9f3f7";
textcolor = "101ee6";
textsize = "15";
textpolice = "Arial, Helvetica, sans-serif";
$('#compteurow33').css({'text-decoration':'none', 'border-style':'solid', 'padding':'2px 3px 2px 3px', 'margin-bottom':'3px', 'display':'inline-block', 'border-width' : bordersize+'px','border-color' : '#'+bordercolor, 'background-color' : '#'+backgroundcolor, 'color' : '#'+textcolor, 'font-size' : textsize+'px', 'font-family' : textpolice});
$('#compteurow33 *').css({'text-decoration':'none', 'color' : '#'+textcolor, 'font-size' : textsize+'px', 'font-family' : textpolice});
}
document.write('');
document.write('Il y a eu 3695 anges aux paradis');