if(typeof thecave == "undefined") thecave={};
if(typeof thecave.Web == "undefined") thecave.Web={};
if(typeof thecave.Web.UI == "undefined") thecave.Web.UI={};
if(typeof thecave.Web.UI.ajax == "undefined") thecave.Web.UI.ajax={};
if(typeof thecave.Web.UI.ajax.Blogment == "undefined") thecave.Web.UI.ajax.Blogment={};
thecave.Web.UI.ajax.Blogment_class = function() {};
Object.extend(thecave.Web.UI.ajax.Blogment_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	IsValid: function(value) {
		return this.invoke("IsValid", {"value":value}, this.IsValid.getArguments().slice(1));
	},
	url: '/ajaxpro/thecave.Web.UI.ajax.Blogment,thecave.WebUI.ashx'
}));
thecave.Web.UI.ajax.Blogment = new thecave.Web.UI.ajax.Blogment_class();

