if(typeof tansar == "undefined") tansar={};
if(typeof tansar.Web == "undefined") tansar.Web={};
tansar.Web._default_class = function() {};
Object.extend(tansar.Web._default_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	sendMsg: function(content) {
		return this.invoke("sendMsg", {"content":content}, this.sendMsg.getArguments().slice(1));
	},
	getMsg: function(rnd) {
		return this.invoke("getMsg", {"rnd":rnd}, this.getMsg.getArguments().slice(1));
	},
	url: '/ajaxpro/tansar.Web._default,tansar.Web.ashx'
}));
tansar.Web._default = new tansar.Web._default_class();

