<!--
function go_mdprogram()
{
 var where_to= confirm("You are now entering our Web site for Healthcare Professionals." + '\n' + '\n' + "The information on this Web site is intended for healthcare professionals in the United " + '\n' + "States. If you are not a member of the healthcare profession, and would like to " + '\n' + "return to the consumer sections of the site, please click 'Cancel'." + '\n' + '\n' + "Yes, I am a healthcare professional in the United States and would like to continue.");
 if (where_to)
 {
window.location="http://www.crhsystem.com/md-program.html";
 }
 else
 {

  }
}
function go_physician()
{
 var where_to= confirm("You are now entering our Web site for Healthcare Professionals." + '\n' + '\n' + "The information on this Web site is intended for healthcare professionals in the United " + '\n' + "States. If you are not a member of the healthcare profession, and would like to " + '\n' + "return to the consumer sections of the site, please click 'Cancel'." + '\n' + '\n' + "Yes, I am a healthcare professional in the United States and would like to continue.");
 if (where_to)
 {
window.location="http://www.crhsystem.com/crh-physician.html";
 }
 else
 {

  }
}
//-->