if(typeof Website == "undefined") Website={};
Website._Default_class = function() {};
Object.extend(Website._Default_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetProperties: function(Keywords) {
		return this.invoke("GetProperties", {"Keywords":Keywords}, this.GetProperties.getArguments().slice(1));
	},
	GetPropertiesForHomepage: function(amount) {
		return this.invoke("GetPropertiesForHomepage", {"amount":amount}, this.GetPropertiesForHomepage.getArguments().slice(1));
	},
	GetProperty: function(PropertyId) {
		return this.invoke("GetProperty", {"PropertyId":PropertyId}, this.GetProperty.getArguments().slice(1));
	},
	url: '/ajaxpro/Website._Default,Website.ashx'
}));
Website._Default = new Website._Default_class();

