if(typeof ibi == "undefined") ibi={};
if(typeof ibi.routemapper == "undefined") ibi.routemapper={};
if(typeof ibi.routemapper.interactive == "undefined") ibi.routemapper.interactive={};
if(typeof ibi.routemapper.interactive.ajaxnet == "undefined") ibi.routemapper.interactive.ajaxnet={};
ibi.routemapper.interactive.ajaxnet.AjaxSequenceObtainer_class = function() {};
Object.extend(ibi.routemapper.interactive.ajaxnet.AjaxSequenceObtainer_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	get: function(id) {
		return this.invoke("get", {"id":id}, this.get.getArguments().slice(1));
	},
	getIntersected: function(id) {
		return this.invoke("getIntersected", {"id":id}, this.getIntersected.getArguments().slice(1));
	},
	url: '/rmi/ajaxpro/ibi.routemapper.interactive.ajaxnet.AjaxSequenceObtainer,RMInteractiveLibrary.ashx'
}));
ibi.routemapper.interactive.ajaxnet.AjaxSequenceObtainer = new ibi.routemapper.interactive.ajaxnet.AjaxSequenceObtainer_class();

