if(typeof clsNews == "undefined") clsNews={};
clsNews_class = function() {};
Object.extend(clsNews_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	getContent: function(dateCreated, synopsis, story) {
		return this.invoke("getContent", {"dateCreated":dateCreated, "synopsis":synopsis, "story":story}, this.getContent.getArguments().slice(3));
	},
	getContentAdmin: function(dateCreated, synopsis, story) {
		return this.invoke("getContentAdmin", {"dateCreated":dateCreated, "synopsis":synopsis, "story":story}, this.getContentAdmin.getArguments().slice(3));
	},
	HTMLlistOnPopupByrestaurant: function(iRestaurantId) {
		return this.invoke("HTMLlistOnPopupByrestaurant", {"iRestaurantId":iRestaurantId}, this.HTMLlistOnPopupByrestaurant.getArguments().slice(1));
	},
	url: '/ajaxpro/Primi.classes.clsNews,Primi.ashx'
}));
clsNews = new clsNews_class();

