window.onload=function(){ var wch=(Math.floor(Math.random()*40)+1); document.getElementById('ran'+wch).style.display='block'; }

hoje