﻿Type.registerNamespace("Telerik.Web");
Telerik.Web.UI.RadCaptcha=function(a){Telerik.Web.UI.RadCaptcha.initializeBase(this,[a])
};
Telerik.Web.UI.RadCaptcha.prototype={initialize:function(){Telerik.Web.UI.RadCaptcha.callBaseMethod(this,"initialize");
var a=$get(this.get_id()+"_CaptchaTextBox");
if(a){a.setAttribute("autoComplete","off")
}},dispose:function(){Telerik.Web.UI.RadCaptcha.callBaseMethod(this,"dispose")
}};
Telerik.Web.UI.RadCaptcha.registerClass("Telerik.Web.UI.RadCaptcha",Telerik.Web.UI.RadWebControl);
if(typeof(Sys)!=='undefined')Sys.Application.notifyScriptLoaded();