document.write('');
document.write('');
function init()
{
$('.compteur_nb .label1').text('Il y a eu');
$('.compteur_nb .nb').text('3224');
$('.compteur_nb .label2').text('visiteurs depuis l\'installation de ce compteur de visites.');
var bordersize, bordercolor, backgroundcolor, textcolor, textsize, textpolice;
bordersize = "1";
bordercolor = "082d6f";
backgroundcolor = "ffffff";
textcolor = "082d6f";
textsize = "10";
textpolice = "Verdana, Arial, Helvetica, sans-serif";
$('#compteurow8').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});
$('#compteurow8 *').css({'text-decoration':'none', 'color' : '#'+textcolor, 'font-size' : textsize+'px', 'font-family' : textpolice});
}
document.write('');
document.write('Il y a eu 3224 visiteurs depuis l\'installation de ce compteur de visites.');