function AjaxRequestAuth(emailAddress, id, data)
{
	this.profileEmailAddress = emailAddress;
	this.profileID = id;
	this.data = data;
}