if(typeof euroinvestorint == "undefined") euroinvestorint={};
if(typeof euroinvestorint.Investor == "undefined") euroinvestorint.Investor={};
euroinvestorint.Investor_class = function() {};
Object.extend(euroinvestorint.Investor_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	url: '/ajaxpro/euroinvestorint.Investor,euroinvestorint.ashx'
}));
euroinvestorint.Investor = new euroinvestorint.Investor_class();

