if(typeof Default == "undefined") Default={};
Default_class = function() {};
Object.extend(Default_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	myLogoCounter: function(logoid) {
		return this.invoke("myLogoCounter", {"logoid":logoid}, this.myLogoCounter.getArguments().slice(1));
	},
	GetFlowPosName: function(posname) {
		return this.invoke("GetFlowPosName", {"posname":posname}, this.GetFlowPosName.getArguments().slice(1));
	},
	url: '/ajaxpro/Default,App_Web_default.aspx.cdcab7d2.ashx'
}));
Default = new Default_class();


