if(typeof Viewers_InteractiveViewer == "undefined") Viewers_InteractiveViewer={};
Viewers_InteractiveViewer_class = function() {};
Object.extend(Viewers_InteractiveViewer_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	CommentsList: function(strChannelID) {
		return this.invoke("CommentsList", {"strChannelID":strChannelID}, this.CommentsList.getArguments().slice(1));
	},
	SendComment: function(strChannelID, strComment) {
		return this.invoke("SendComment", {"strChannelID":strChannelID, "strComment":strComment}, this.SendComment.getArguments().slice(2));
	},
	NewMessages: function(strChannelID) {
		return this.invoke("NewMessages", {"strChannelID":strChannelID}, this.NewMessages.getArguments().slice(1));
	},
	Send: function(strChannelID, strMessage) {
		return this.invoke("Send", {"strChannelID":strChannelID, "strMessage":strMessage}, this.Send.getArguments().slice(2));
	},
	url: '/ajaxpro/Viewers_InteractiveViewer,App_Web_interactiveviewer.aspx.ec3115ef.ashx'
}));
Viewers_InteractiveViewer = new Viewers_InteractiveViewer_class();

