if(typeof viewKlatch == "undefined") viewKlatch={};
viewKlatch_class = function() {};
Object.extend(viewKlatch_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	joinGather: function(cmid) {
		return this.invoke("joinGather", {"cmid":cmid}, this.joinGather.getArguments().slice(1));
	},
	sendMsg: function() {
		return this.invoke("sendMsg", {}, this.sendMsg.getArguments().slice(0));
	},
	url: '/ajaxpro/viewKlatch,newmsup.ashx'
}));
viewKlatch = new viewKlatch_class();

