﻿function getNewImage()
{
    document.getElementById("imgCaptcha").src = "captcha.aspx?newWord=Y&ver=" + Math.floor(Math.random()*100)
}