if(typeof onlineexam == "undefined") onlineexam={};
if(typeof onlineexam.wucHeader == "undefined") onlineexam.wucHeader={};
onlineexam.wucHeader_class = function() {};
Object.extend(onlineexam.wucHeader_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	UpdateTime: function() {
		return this.invoke("UpdateTime", {}, this.UpdateTime.getArguments().slice(0));
	},
	demo: function() {
		return this.invoke("demo", {}, this.demo.getArguments().slice(0));
	},
	live: function() {
		return this.invoke("live", {}, this.live.getArguments().slice(0));
	},
	url: '/ajaxpro/onlineexam.wucHeader,onlineexam.ashx'
}));
onlineexam.wucHeader = new onlineexam.wucHeader_class();

