if(typeof site == "undefined") site={};
site_class = function() {};
Object.extend(site_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	SetSession: function(value) {
		return this.invoke("SetSession", {"value":value}, this.SetSession.getArguments().slice(1));
	},
	GetSession: function() {
		return this.invoke("GetSession", {}, this.GetSession.getArguments().slice(0));
	},
	url: '/geert/ajaxpro/site,App_Web_kfdd_jer.ashx'
}));
site = new site_class();

