if(typeof GraphPaperProxy == "undefined") GraphPaperProxy={};
GraphPaperProxy_class = function() {};
Object.extend(GraphPaperProxy_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	updateLists: function(selection) {
		return this.invoke("updateLists", {"selection":selection}, this.updateLists.getArguments().slice(1));
	},
	url: '/Pearson/ajaxpro/GraphPaperProxy,App_Code.taywqmfu.ashx'
}));
GraphPaperProxy = new GraphPaperProxy_class();

