if(typeof Web == "undefined") Web={};
if(typeof Web.Tea == "undefined") Web.Tea={};
if(typeof Web.Tea.UserControl == "undefined") Web.Tea.UserControl={};
if(typeof Web.Tea.UserControl.title == "undefined") Web.Tea.UserControl.title={};
Web.Tea.UserControl.title_class = function() {};
Object.extend(Web.Tea.UserControl.title_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	getIpAddr: function() {
		return this.invoke("getIpAddr", {}, this.getIpAddr.getArguments().slice(0));
	},
	url: '/ajaxpro/Web.Tea.UserControl.title,Web.ashx'
}));
Web.Tea.UserControl.title = new Web.Tea.UserControl.title_class();

