/************* SPEEDBUMB FUNCTION *************/

	function outboundLink()

	{

		

				var answer =  confirm("Some of these links are to Internet sites maintained by third parties that are not affiliated with Bedford Commons OB-GYN.  We do not have any control over these third parties or their sites, and are not responsible for the availability, updating or accuracy of any information contained on the sites, any virus or other malware threats posed by these sites, and we do not endorse opinions expressed on them.\n\n"+

								"Please click OK to continue ...");	

		

		return answer;

	}

	

/*******************************************************************

******************* 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 (800) 547-2885 or visit us and speak with a \n"+

							 "Personal Banker. \n\n\n"+

							 "Please click OK to continue ... \n\n");

			return answer;

		}




