$(document).ready(function(){
  $('h2').sifr({ 
    font: 'audimat' 
    // this will load the font name 'My Awesome Font.swf' 
  });$('#menu h3').sifr({ 
    font: 'audimat',
    // this will load the font name 'My Awesome Font.swf' 
  });
});