function GetCaptcha(path)
{
  var a = Math.round(Math.random()*1500);
  document.getElementById("captcha_image").src = path +"?"+a;
}