// JavaScript Document

//Function to display warning message about sending sensitive content
function warning()
{
	alert("Please do not send any sensitive information (account numbers, social security number, etc) using this email link.");
}

