$(document).ready(function() {
  $('#logo').flash({
    src: Drupal.settings.path_to_theme + '/flash_header.swf',
    width: 960,
    height: 347
  });
  $('#logo .alt').css('display', 'none');

  // $.sifr({
  //   path: '/sites/ericbenet.wbrdev.com/themes/zen/fonts/HelmetCondensed.swf',
  //   color: '#9ab5da',
  //   save: true
  // });
  // $('#primary a').sifr();
  // $('h2.title').sifr();
});