if(typeof tcyl == "undefined") tcyl={};
if(typeof tcyl.cn == "undefined") tcyl.cn={};
if(typeof tcyl.cn.cn_head == "undefined") tcyl.cn.cn_head={};
tcyl.cn.cn_head_class = function() {};
Object.extend(tcyl.cn.cn_head_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	login: function(name, pass) {
		return this.invoke("login", {"name":name, "pass":pass}, this.login.getArguments().slice(2));
	},
	url: '/ajaxpro/tcyl.cn.cn_head,App_Web_au-h40ke.ashx'
}));
tcyl.cn.cn_head = new tcyl.cn.cn_head_class();

