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