if(typeof NetSNS == "undefined") NetSNS={};
if(typeof NetSNS.Web == "undefined") NetSNS.Web={};
if(typeof NetSNS.Web.user == "undefined") NetSNS.Web.user={};
NetSNS.Web.user.index_class = function() {};
Object.extend(NetSNS.Web.user.index_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	url: '/ajaxpro/NetSNS.Web.user.index,NetSNS.Web.ashx'
}));
NetSNS.Web.user.index = new NetSNS.Web.user.index_class();


