if(typeof MatchMyPet == "undefined") MatchMyPet={};
if(typeof MatchMyPet.WebControls == "undefined") MatchMyPet.WebControls={};
if(typeof MatchMyPet.WebControls.ActivityNewsControl == "undefined") MatchMyPet.WebControls.ActivityNewsControl={};
MatchMyPet.WebControls.ActivityNewsControl_class = function() {};
Object.extend(MatchMyPet.WebControls.ActivityNewsControl_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetNextNews: function() {
		return this.invoke("GetNextNews", {}, this.GetNextNews.getArguments().slice(0));
	},
	url: '/ajaxpro/MatchMyPet.WebControls.ActivityNewsControl,MatchMyPet.ashx'
}));
MatchMyPet.WebControls.ActivityNewsControl = new MatchMyPet.WebControls.ActivityNewsControl_class();

