function showhits(){document.getElementById('hits_dyn').innerHTML='111';}window.onload=function(){showhits();}