if(typeof UrlCheckWeb == "undefined") UrlCheckWeb={};
if(typeof UrlCheckWeb.check == "undefined") UrlCheckWeb.check={};
UrlCheckWeb.check_class = function() {};
Object.extend(UrlCheckWeb.check_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetAjaxCheckResponse: function(checkID) {
		return this.invoke("GetAjaxCheckResponse", {"checkID":checkID}, this.GetAjaxCheckResponse.getArguments().slice(1));
	},
	url: '/Scripts/UrlCheck/ajaxpro/UrlCheckWeb.check,UrlCheckWeb.ashx'
}));
UrlCheckWeb.check = new UrlCheckWeb.check_class();

