$(document).ready( function() {
  
  // make smooth scroll
  $.localScroll();     

  // initilize mouse over images
  $('.hover').hoverimage();
  
  // prepend span tag to H1 to get gradient headings with png overlay (in css)
  // $("h3").prepend("<span></span>");  
  
  // open external links in new windows
  // $("a[@rel='external']").click(function() { 
  //   window.open($(this).attr('href')); return false; 
  // });
  
});
