if(typeof Webscene == "undefined") Webscene={};
if(typeof Webscene.UI == "undefined") Webscene.UI={};
if(typeof Webscene.UI.TWT == "undefined") Webscene.UI.TWT={};
Webscene.UI.TWT_class = function() {};
Object.extend(Webscene.UI.TWT_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	TWTLoad: function(clientId, sessionId, nodeId, controlId, twitterLoginId, userId, contentWidth, contentHeight, showEmbedControl) {
		return this.invoke("TWTLoad", {"clientId":clientId, "sessionId":sessionId, "nodeId":nodeId, "controlId":controlId, "twitterLoginId":twitterLoginId, "userId":userId, "contentWidth":contentWidth, "contentHeight":contentHeight, "showEmbedControl":showEmbedControl}, this.TWTLoad.getArguments().slice(9));
	},
	TWTUpdLogin: function(clientId, sessionId, nodeId, controlId, twitterLoginId, contentWidth, contentHeight, showEmbedControl) {
		return this.invoke("TWTUpdLogin", {"clientId":clientId, "sessionId":sessionId, "nodeId":nodeId, "controlId":controlId, "twitterLoginId":twitterLoginId, "contentWidth":contentWidth, "contentHeight":contentHeight, "showEmbedControl":showEmbedControl}, this.TWTUpdLogin.getArguments().slice(8));
	},
	url: '/ajaxpro/Webscene.UI.TWT,Webscene.UI.ashx'
}));
Webscene.UI.TWT = new Webscene.UI.TWT_class();


