var getCaptcha = function(url)
{
  $('#captcha').attr('src', url + '&r=' + Math.random());
  return false;
}

