if(typeof AjaxMethods == "undefined") AjaxMethods={};
if(typeof AjaxMethods.FacebookMethods_class == "undefined") AjaxMethods.FacebookMethods_class={};
AjaxMethods.FacebookMethods_class = function() {};
Object.extend(AjaxMethods.FacebookMethods_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetFacebookFeed: function() {
		return this.invoke("GetFacebookFeed", {}, this.GetFacebookFeed.getArguments().slice(0));
	},
	url: '/ajaxpro/AjaxMethods.FacebookMethods,App_Code.ashx'
}));
AjaxMethods.FacebookMethods = new AjaxMethods.FacebookMethods_class();


