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