function updatepagina() {
   img = document.getElementById('norobot'); 
   img.src = 'http://www.funnysite.org/requires/captcha/captcha.php?' + Math.random();
}
