﻿Type.registerNamespace("Telerik.Web");
Telerik.Web.UI.RadCaptcha=function(b){Telerik.Web.UI.RadCaptcha.initializeBase(this,[b])
};
Telerik.Web.UI.RadCaptcha.prototype={initialize:function(){Telerik.Web.UI.RadCaptcha.callBaseMethod(this,"initialize");
var b=$get(this.get_id()+"_CaptchaTextBox");
if(b){b.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();