if(typeof Mintox == "undefined") Mintox={};
if(typeof Mintox.Components == "undefined") Mintox.Components={};
if(typeof Mintox.Components.Custom == "undefined") Mintox.Components.Custom={};
if(typeof Mintox.Components.Custom.ypwcomau == "undefined") Mintox.Components.Custom.ypwcomau={};
if(typeof Mintox.Components.Custom.ypwcomau.Employee == "undefined") Mintox.Components.Custom.ypwcomau.Employee={};
if(typeof Mintox.Components.Custom.ypwcomau.Employee.Jobs_Search == "undefined") Mintox.Components.Custom.ypwcomau.Employee.Jobs_Search={};
Mintox.Components.Custom.ypwcomau.Employee.Jobs_Search_class = function() {};
Object.extend(Mintox.Components.Custom.ypwcomau.Employee.Jobs_Search_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	AddRemoveJobShortList: function(jobId) {
		return this.invoke("AddRemoveJobShortList", {"jobId":jobId}, this.AddRemoveJobShortList.getArguments().slice(1));
	},
	url: '/ajaxpro/Mintox.Components.Custom.ypwcomau.Employee.Jobs_Search,Mintox.Components.Custom.ypwcomau.ashx'
}));
Mintox.Components.Custom.ypwcomau.Employee.Jobs_Search = new Mintox.Components.Custom.ypwcomau.Employee.Jobs_Search_class();

