if(typeof LatestShouts == "undefined") LatestShouts={};
LatestShouts_class = function() {};
Object.extend(LatestShouts_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetLatestShouts: function() {
		return this.invoke("GetLatestShouts", {}, this.GetLatestShouts.getArguments().slice(0));
	},
	url: '/ajaxpro/Bingjerin.UserInterface.Public.UserControls.LatestShouts,Bingjerin.ashx'
}));
LatestShouts = new LatestShouts_class();

