addNamespace("GreenTreeSoft.WebSiteUI");
GreenTreeSoft.WebSiteUI.index_class = Class.create();
GreenTreeSoft.WebSiteUI.index_class.prototype = (new AjaxPro.Request()).extend({
	initialize: function() {
		this.url = "/ajaxpro/GreenTreeSoft.WebSiteUI.index,GreenTreeSoft.WebSiteUI.ashx";
	}
})
GreenTreeSoft.WebSiteUI.index = new GreenTreeSoft.WebSiteUI.index_class();

