jQuery(document).ready(function(){  

  // sIFR
  $.sifr({
    path: '/scripts/',
    font: 'baskerville',
    textAlign: 'left'
  });  
  $('h1').sifr({
    hover: '#000000',
    fontWeight: 'bold'
  });
  $('h2').sifr({
  });
  // $('h3').sifr({
  //  color: '#000000'
  // });

});
