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