if(typeof Yard == "undefined") Yard={};
Yard_class = function() {};
Object.extend(Yard_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetYard: function() {
		return this.invoke("GetYard", {}, this.GetYard.getArguments().slice(0));
	},
	url: '/ajaxpro/Yard,Modal.ashx'
}));
Yard = new Yard_class();

