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