if(typeof HealthCommLLC == "undefined") HealthCommLLC={};
if(typeof HealthCommLLC.com == "undefined") HealthCommLLC.com={};
if(typeof HealthCommLLC.com.ACareerAtHCA == "undefined") HealthCommLLC.com.ACareerAtHCA={};
if(typeof HealthCommLLC.com.ACareerAtHCA.www == "undefined") HealthCommLLC.com.ACareerAtHCA.www={};
HealthCommLLC.com.ACareerAtHCA.www.ContactUs_class = function() {};
Object.extend(HealthCommLLC.com.ACareerAtHCA.www.ContactUs_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	TellAFriend: function(sourcename, sourceaddress, targetname, targetaddress) {
		return this.invoke("TellAFriend", {"sourcename":sourcename, "sourceaddress":sourceaddress, "targetname":targetname, "targetaddress":targetaddress}, this.TellAFriend.getArguments().slice(4));
	},
	SendContactEmail: function(name, address, comment) {
		return this.invoke("SendContactEmail", {"name":name, "address":address, "comment":comment}, this.SendContactEmail.getArguments().slice(3));
	},
	CanUseEmail: function(emailAddress, objId) {
		return this.invoke("CanUseEmail", {"emailAddress":emailAddress, "objId":objId}, this.CanUseEmail.getArguments().slice(2));
	},
	url: '/ajaxpro/HealthCommLLC.com.ACareerAtHCA.www.ContactUs,HealthCommLLC.com.ACareerAtHCA.www.ashx'
}));
HealthCommLLC.com.ACareerAtHCA.www.ContactUs = new HealthCommLLC.com.ACareerAtHCA.www.ContactUs_class();

