if(typeof HotFeet == "undefined") HotFeet={};
if(typeof HotFeet.Web == "undefined") HotFeet.Web={};
HotFeet.Web.DynText_class = function() {};
Object.extend(HotFeet.Web.DynText_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	SetText: function(dataStoreId, propertyName, language, text) {
		return this.invoke("SetText", {"dataStoreId":dataStoreId, "propertyName":propertyName, "language":language, "text":text}, this.SetText.getArguments().slice(4));
	},
	url: '/ajaxpro/HotFeet.Web.DynText,HotFeet.Libs_V2.ashx'
}));
HotFeet.Web.DynText = new HotFeet.Web.DynText_class();

