google.load('search', '1');
google.setOnLoadCallback(function() {
  google.search.CustomSearchControl.attachAutoCompletion(
    '015693142355168593612:z7nzvvwqx0e',
    document.getElementById('q'),
    'cse-search-box');
});

function siteAlert()  {
  var text = "Tacomacrime.org was created by the City of Tacoma to provide crime data and crime prevention information to Tacoma residents and businesses. Website Disclaimer: Data contained at this location is generally not reviewed for legal sufficiency. TPD\’s documents displayed are for reference purposes only. Their completeness or currency are not guaranteed. Links or references to other information or organizations are for reference only and do not constitute an endorsement.";
  alert(text);
}

function toggleDivDisplay(theDiv) {
  (document.getElementById(theDiv).style.display == 'block') ? 
     document.getElementById(theDiv).style.display = 'none' : document.getElementById(theDiv).style.display = 'block';
}


