function RefreshImage()
{
    var img = document.getElementById('captcha');
    alert(img.src);
    img.src = "captcha.php";
    //document.captcha.src = "captcha.php";
}