function exitAlert(URL_OUT) {
var agree = confirm("You are exiting the Arkansas Department of Health Web site.\n\n The Department of Health makes no guarantee as to the accuracy of information provided by the external link to which you are connecting.\n\nLinking to a Web site does not constitute an endorsement by the Department of Health or any of its employees, or sponsorship of the site or the products presented on the site.\n\nPlease click on your 'Back' button to return to HealthyArkansas.com.");
if(agree) 
document.location=URL_OUT;
}
