if(typeof magicMsg == "undefined") magicMsg={};
if(typeof magicMsg.Left == "undefined") magicMsg.Left={};
magicMsg.Left_class = function() {};
Object.extend(magicMsg.Left_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetRequest_PreView: function(message, style, fontfamily, fontsize, fontcolor, music, backimg, type) {
		return this.invoke("GetRequest_PreView", {"message":message, "style":style, "fontfamily":fontfamily, "fontsize":fontsize, "fontcolor":fontcolor, "music":music, "backimg":backimg, "type":type}, this.GetRequest_PreView.getArguments().slice(8));
	},
	GetRequest_SendMagic: function(CheckCode, title, to, mobile, feenum, message, style, linkid, report, readreply) {
		return this.invoke("GetRequest_SendMagic", {"CheckCode":CheckCode, "title":title, "to":to, "mobile":mobile, "feenum":feenum, "message":message, "style":style, "linkid":linkid, "report":report, "readreply":readreply}, this.GetRequest_SendMagic.getArguments().slice(10));
	},
	GetRequest_CheckCode: function(mobile) {
		return this.invoke("GetRequest_CheckCode", {"mobile":mobile}, this.GetRequest_CheckCode.getArguments().slice(1));
	},
	GetRequest_CheckState: function() {
		return this.invoke("GetRequest_CheckState", {}, this.GetRequest_CheckState.getArguments().slice(0));
	},
	GetRequest_GetUserInfo: function(mobile) {
		return this.invoke("GetRequest_GetUserInfo", {"mobile":mobile}, this.GetRequest_GetUserInfo.getArguments().slice(1));
	},
	url: '/ajaxpro/magicMsg.Left,magicMsg.ashx'
}));
magicMsg.Left = new magicMsg.Left_class();

