if(typeof org == "undefined") org={};
if(typeof org.cshs == "undefined") org.cshs={};
if(typeof org.cshs.aara == "undefined") org.cshs.aara={};
if(typeof org.cshs.aara.web == "undefined") org.cshs.aara.web={};
if(typeof org.cshs.aara.web.academicenterprise == "undefined") org.cshs.aara.web.academicenterprise={};
if(typeof org.cshs.aara.web.academicenterprise.WebUtility == "undefined") org.cshs.aara.web.academicenterprise.WebUtility={};
org.cshs.aara.web.academicenterprise.WebUtility_class = function() {};
Object.extend(org.cshs.aara.web.academicenterprise.WebUtility_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	EmailPage: function(from, to, subject, body, filename) {
		return this.invoke("EmailPage", {"from":from, "to":to, "subject":subject, "body":body, "filename":filename}, this.EmailPage.getArguments().slice(5));
	},
	SendMail: function(from, to, subject, body) {
		return this.invoke("SendMail", {"from":from, "to":to, "subject":subject, "body":body}, this.SendMail.getArguments().slice(4));
	},
	url: '/ajaxpro/org.cshs.aara.web.academicenterprise.WebUtility,App_Code.ashx'
}));
org.cshs.aara.web.academicenterprise.WebUtility = new org.cshs.aara.web.academicenterprise.WebUtility_class();

