function refreshCaptcha(){ var newCaptcha = new Image(); var randomnumber=Math.floor(Math.random()*100) newCaptcha.src = "http://www.mediabids.com/gjemmeOrd/bla.jsp?"+randomnumber; document.images["captcha"].src = newCaptcha.src; return false; }