if(typeof AjaxMethod == "undefined") AjaxMethod={};
AjaxMethod_class = function() {};
Object.extend(AjaxMethod_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetNextImage: function(direction) {
		return this.invoke("GetNextImage", {"direction":direction}, this.GetNextImage.getArguments().slice(1));
	},
	GetNextTip: function() {
		return this.invoke("GetNextTip", {}, this.GetNextTip.getArguments().slice(0));
	},
	url: '/ajaxpro/SevenStarProfile.WebForm1,App_Web_6k4iviqm.ashx'
}));
AjaxMethod = new AjaxMethod_class();

