<!--
//  Hide script from older browsers
 var urlAddress = "http://www.addictioncareoptions.com/index.htm";
 var pageName = "Addiction Information Center";

 function addToFavorites()
 {
  if (window.external)
  {
   window.external.AddFavorite(urlAddress,pageName)
  }
  else
  { 
   alert("Sorry! Your browser doesn't support this function.");
  }
 }
 function selectstate(){
var statelist = document.leftstateform.State;
destination = statelist.options[statelist.selectedIndex].value;
if (destination) location.href = destination;
}

// -->
