/*******************************************************************
******************* Email Speed Bumb ******************************
******************************************************************/
	function emailBumb() {
		var answer = confirm("E-MAIL DISCLAIMER \n\n"+ 
							"The security and privacy of your information is \n"+
							 "important to us. When communicating with us via \n"+
							 "e-mail please do not send any information that is \n"+
							 "considered confidential or sensitive in nature.\n"+
							 "If you need to communicate any personal, confidential \n"+
							 "information (such as account numbers, social security \n"+
							"number, etc.), please call our Customer Contact Center \n"+
							 "at (603) 934-4445 or visit us and speak with a \n"+
							 "Customer Service Representative. \n\n\n"+
							 "Please click OK to continue ... \n\n");
			return answer;
		}

