<!--
// Disclaimer text that pops up when you are leaving SAMHSA.gov
	function disclaimer() {
		document.MM_returnValue = confirm("You are about to leave the SAMHSA website. SAMHSA provides links to other Internet sites as a service to its users, and is not responsible for the availability or content of these external sites.\r\rSAMHSA, its employees, and contractors do not endorse, warrant, or guarantee the products, services, or information described or offered at these other Internet sites.\r\rAny reference to a commercial product, process, or service is not an endorsement or recommendation by the SAMHSA, its employees, or contractors.\r\rFor documents available from this server, the U.S. Government does not warrant or assume any legal liability or responsibility for the accuracy, completeness, or usefulness of any information, apparatus, product, or process disclosed.");
	}

//
// To use this, include this file in the <head> of your
// page, and do the following to the off-site links:
//
// <a href="http://www.whatever.com" onClick="disclaimer();return document.MM_returnValue">Link Text</a>
//

//-->
