
  var MICfontV3 = {
    src: '/wp-content/themes/TaieriPrint/sifr/Helvetica.Neue.Bold.V419.swf'
  };

  // You probably want to switch this on, but read <http://wiki.novemberborn.net/sifr3/DetectingCSSLoad> first.
  sIFR.useStyleCheck = false;
  sIFR.activate(MICfontV3);

  sIFR.replace(MICfontV3, {
    selector: 'h1'
  ,wmode: 'transparent'
    ,css: [
      '.sIFR-root { text-align: left; font-weight: normal; size: 5.0em;color: #0baeef;}'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #0baeef; }'
      ,'a:hover { color: #0a5989; }'
    ]
  });

  sIFR.replace(MICfontV3, {
    selector: 'h3'
  ,wmode: 'transparent'
    ,css: [
      '.sIFR-root { text-align: left; font-weight: normal;color: #0baeef; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #0baeef; }'
      ,'a:hover { color: #0a5989; }'
    ]
  });

  sIFR.replace(MICfontV3, {
    selector: 'h2'
  ,wmode: 'transparent'
    ,css: [
      '.sIFR-root { text-align: left; font-weight: normal; size: 3.0em;color: #0baeef;}'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #0baeef; }'
      ,'a:hover { color: #0a5989; }'
    ]
  });


  sIFR.replace(MICfontV3, {
    selector: 'h4'
  ,wmode: 'transparent'
    ,css: [
      '.sIFR-root { text-align: left; font-weight: normal; size: 3.0em;color: #0baeef;}'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #0baeef; }'
      ,'a:hover { color: #0a5989; }'
    ]
  });

