if(typeof conters_head == "undefined") conters_head={};
conters_head_class = function() {};
Object.extend(conters_head_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	checkUserLogin2: function() {
		return this.invoke("checkUserLogin2", {}, this.checkUserLogin2.getArguments().slice(0));
	},
	bindnews: function() {
		return this.invoke("bindnews", {}, this.bindnews.getArguments().slice(0));
	},
	url: '/ajaxpro/conters_head,App_Web__tskdc-h.ashx'
}));
conters_head = new conters_head_class();

