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