function Reload () {
var f = document.getElementById('captcha');
f.src = f.src;
}