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.AjaxSectionProducer_class = function() {};
Object.extend(ibi.routemapper.interactive.ajaxnet.AjaxSectionProducer_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	produceForSequence: function(seq) {
		return this.invoke("produceForSequence", {"seq":seq}, this.produceForSequence.getArguments().slice(1));
	},
	getSequencesIntersectedWithinSection: function(sectionId) {
		return this.invoke("getSequencesIntersectedWithinSection", {"sectionId":sectionId}, this.getSequencesIntersectedWithinSection.getArguments().slice(1));
	},
	url: '/rmi/ajaxpro/ibi.routemapper.interactive.ajaxnet.AjaxSectionProducer,RMInteractiveLibrary.ashx'
}));
ibi.routemapper.interactive.ajaxnet.AjaxSectionProducer = new ibi.routemapper.interactive.ajaxnet.AjaxSectionProducer_class();

