if(typeof doodii == "undefined") doodii={};
if(typeof doodii.Web == "undefined") doodii.Web={};
if(typeof doodii.Web.App_Code == "undefined") doodii.Web.App_Code={};
if(typeof doodii.Web.App_Code.Common == "undefined") doodii.Web.App_Code.Common={};
doodii.Web.App_Code.Common_class = function() {};
Object.extend(doodii.Web.App_Code.Common_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	checkImgExt: function(fileName) {
		return this.invoke("checkImgExt", {"fileName":fileName}, this.checkImgExt.getArguments().slice(1));
	},
	GetMyTodayOrder: function() {
		return this.invoke("GetMyTodayOrder", {}, this.GetMyTodayOrder.getArguments().slice(0));
	},
	AppendHastenOrder: function(OrderID) {
		return this.invoke("AppendHastenOrder", {"OrderID":OrderID}, this.AppendHastenOrder.getArguments().slice(1));
	},
	url: '/ajaxpro/doodii.Web.App_Code.Common,App_Code.ashx'
}));
doodii.Web.App_Code.Common = new doodii.Web.App_Code.Common_class();

