if(typeof CurrentOpenings == "undefined") CurrentOpenings={};
CurrentOpenings_class = function() {};
Object.extend(CurrentOpenings_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetMailSubject: function(OpeningIds) {
		return this.invoke("GetMailSubject", {"OpeningIds":OpeningIds}, this.GetMailSubject.getArguments().slice(1));
	},
	url: '/ajaxpro/CurrentOpenings,App_Web_matvsuia.ashx'
}));
CurrentOpenings = new CurrentOpenings_class();

