$(document).ready(function() {

  $.sifr({
    path: 'http://static.carola.com/data/jquery/sifr/',
    save: true
  });
  $('h1').sifr({ font: 'Kozuka Gothic Std L', fontSize: '22px', textTransform: 'uppercase' });
  $('h5').sifr({ font: 'Constantia', fontSize: '18px' });



});
