if(typeof GreenhouseCustom == "undefined") GreenhouseCustom={};
if(typeof GreenhouseCustom.EmailAFriendAjax == "undefined") GreenhouseCustom.EmailAFriendAjax={};
GreenhouseCustom.EmailAFriendAjax_class = function() {};
Object.extend(GreenhouseCustom.EmailAFriendAjax_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetRecordObject: function() {
		return this.invoke("GetRecordObject", {}, this.GetRecordObject.getArguments().slice(0));
	},
	EmailAFriend: function(oRecord) {
		return this.invoke("EmailAFriend", {"oRecord":oRecord}, this.EmailAFriend.getArguments().slice(1));
	},
	RecommendToFriend: function(oRecord) {
		return this.invoke("RecommendToFriend", {"oRecord":oRecord}, this.RecommendToFriend.getArguments().slice(1));
	},
	url: '/ajaxpro/GreenhouseCustom.EmailAFriendAjax,GreenhouseCustom.ashx'
}));
GreenhouseCustom.EmailAFriendAjax = new GreenhouseCustom.EmailAFriendAjax_class();

