function counterInit() { var o; if((o=document.getElementById('counter_tod_a'))) o.innerHTML=cvtW(8); if((o=document.getElementById('counter_ave_a'))) o.innerHTML=cvtW(1); if((o=document.getElementById('counter_tot_a'))) o.innerHTML=cvtW(2655517); } if(window.attachEvent) window.attachEvent('onload',counterInit); else window.addEventListener('load',counterInit,false);