//Global Functions

function clearEmail() {
	if (document.getElementById("emailFriend").value == "email"){
		document.getElementById("emailFriend").value = "";
	}
}
