if(typeof website == "undefined") website={};
if(typeof website.showNews == "undefined") website.showNews={};
if(typeof website.showNews.NewsList == "undefined") website.showNews.NewsList={};
website.showNews.NewsList_class = function() {};
Object.extend(website.showNews.NewsList_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetList: function(currentpage, perpages, data) {
		return this.invoke("GetList", {"currentpage":currentpage, "perpages":perpages, "data":data}, this.GetList.getArguments().slice(3));
	},
	url: '/ajaxpro/website.showNews.NewsList,website.ashx'
}));
website.showNews.NewsList = new website.showNews.NewsList_class();


