if(typeof master == "undefined") master={};
master_class = function() {};
Object.extend(master_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	KeepAlive: function() {
		return this.invoke("KeepAlive", {}, this.KeepAlive.getArguments().slice(0));
	},
	url: '/ajaxpro/Pinoy.Codes.Pages.Master,Pinoy.Codes.ashx'
}));
master = new master_class();

