// JavaScript for Mouseover Tabs - ANGSTUDIO.COM
  $(document).ready(function(){
    $("#events").load("events.html");
  });