if(typeof fishing == "undefined") fishing={};
fishing.index_class = function() {};
Object.extend(fishing.index_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetSessionOfTheMonth: function() {
		return this.invoke("GetSessionOfTheMonth", {}, this.GetSessionOfTheMonth.getArguments().slice(0));
	},
	url: '/ajaxpro/fishing.index,fishing_deploy.ashx'
}));
fishing.index = new fishing.index_class();

