if(typeof FCWSite == "undefined") FCWSite={};
if(typeof FCWSite.Features == "undefined") FCWSite.Features={};
if(typeof FCWSite.Features.General == "undefined") FCWSite.Features.General={};
FCWSite.Features.General.Home_class = function() {};
Object.extend(FCWSite.Features.General.Home_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetNextPub: function(index) {
		return this.invoke("GetNextPub", {"index":index}, this.GetNextPub.getArguments().slice(1));
	},
	url: '/ajaxpro/FCWSite.Features.General.Home,FCWSite.ashx'
}));
FCWSite.Features.General.Home = new FCWSite.Features.General.Home_class();

