if(typeof _Default == "undefined") _Default={};
_Default_class = function() {};
Object.extend(_Default_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	SendMsg: function(name, memo, userType) {
		return this.invoke("SendMsg", {"name":name, "memo":memo, "userType":userType}, this.SendMsg.getArguments().slice(3));
	},
	GetMainMsgString: function() {
		return this.invoke("GetMainMsgString", {}, this.GetMainMsgString.getArguments().slice(0));
	},
	GetNewMsgString: function() {
		return this.invoke("GetNewMsgString", {}, this.GetNewMsgString.getArguments().slice(0));
	},
	GetMediaPath: function() {
		return this.invoke("GetMediaPath", {}, this.GetMediaPath.getArguments().slice(0));
	},
	url: '/sonyericsson/ajaxpro/_Default,App_Web_g-ihy7ub.ashx'
}));
_Default = new _Default_class();

