if(typeof website == "undefined") website={};
if(typeof website.UserControl == "undefined") website.UserControl={};
if(typeof website.UserControl.top == "undefined") website.UserControl.top={};
website.UserControl.top_class = function() {};
Object.extend(website.UserControl.top_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	url: '/ajaxpro/website.UserControl.top,website.ashx'
}));
website.UserControl.top = new website.UserControl.top_class();

