if(typeof Dove == "undefined") Dove={};
if(typeof Dove._Default == "undefined") Dove._Default={};
Dove._Default_class = function() {};
Object.extend(Dove._Default_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	LogOut: function() {
		return this.invoke("LogOut", {}, this.LogOut.getArguments().slice(0));
	},
	GetMessages: function() {
		return this.invoke("GetMessages", {}, this.GetMessages.getArguments().slice(0));
	},
	GetChatRoomIsOpen: function() {
		return this.invoke("GetChatRoomIsOpen", {}, this.GetChatRoomIsOpen.getArguments().slice(0));
	},
	GetChildChatRoomId: function() {
		return this.invoke("GetChildChatRoomId", {}, this.GetChildChatRoomId.getArguments().slice(0));
	},
	url: '/ajaxpro/Dove._Default,Dove.ashx'
}));
Dove._Default = new Dove._Default_class();


