if(typeof Qualitech == "undefined") Qualitech={};
Qualitech.Home_class = function() {};
Object.extend(Qualitech.Home_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetServerTime: function() {
		return this.invoke("GetServerTime", {}, this.GetServerTime.getArguments().slice(0));
	},
	url: '/ajaxpro/Qualitech.Home,Qualitech_deploy.ashx'
}));
Qualitech.Home = new Qualitech.Home_class();


