// JavaScript Document
// Function to alert leaving the county site
<!-- hide JavaScript from non-JavaScript browsers
function LinkAlert ()
{
return confirm("You are leaving the County of San Diego Web Site.  This will open in a new window.");

}


function hov(loc,cls){
   if(loc.className)
      loc.className=cls;}
//-->