
DoInviteAjax = Class.create();
DoInviteAjax.prototype = {

	id: 'invite',
	page: projectUrl +'/member/referer/doInvite',
	interaction: 'info',

	execute: function(object) {
		$('inviteEmail').value = '';
	}

}
Object.extend(DoInviteAjax.prototype, CommonAjax);
