document.write(''); document.write(''); function init() { $('.online_nb .label1').text('compteur live : '); $('.online_nb .nb').text('1'); $('.online_nb .label2').text('visiteurs en ligne'); var bordersize, bordercolor, backgroundcolor, textcolor, textsize, textpolice; bordersize = "2"; bordercolor = "abc1d6"; backgroundcolor = "edecdf"; textcolor = "505c99"; textsize = "14"; textpolice = "Times New Roman, Times, serif"; $('#onlineow1').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}); $('#onlineow1 *').css({'text-decoration':'none', 'color' : '#'+textcolor, 'font-size' : textsize+'px', 'font-family' : textpolice}); } document.write(''); document.write('compteur live :  1 visiteurs en ligne');