if(typeof Webscene == "undefined") Webscene={};
if(typeof Webscene.UI == "undefined") Webscene.UI={};
if(typeof Webscene.UI.AO == "undefined") Webscene.UI.AO={};
Webscene.UI.AO_class = function() {};
Object.extend(Webscene.UI.AO_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	LoadAOItems: function(clientId, sessionId, pageSize, nodeId, contentTypeIds, skin, showProfilePicture) {
		return this.invoke("LoadAOItems", {"clientId":clientId, "sessionId":sessionId, "pageSize":pageSize, "nodeId":nodeId, "contentTypeIds":contentTypeIds, "skin":skin, "showProfilePicture":showProfilePicture}, this.LoadAOItems.getArguments().slice(7));
	},
	url: '/ajaxpro/Webscene.UI.AO,Webscene.UI.ashx'
}));
Webscene.UI.AO = new Webscene.UI.AO_class();

