// Jump to Monthly Archives
function directURL(URL){
  if(URL!=""){
    window.location.href=URL;
  }
}

// Google Map API
    //<![CDATA[

    function GMapload() {
      if (GBrowserIsCompatible()) {
        var map = new GMap2(document.getElementById("map"));
        map.setCenter(new GLatLng(37.4419, -122.1419), 13);
      }
    }

    //]]>


