  var myriad = {
	fixWrap: true,
	forceClear: true,
	fitExactly: true,
     src: 'sifr/myriad.swf'
  };

  sIFR.useStyleCheck = true;
  sIFR.activate(myriad);

  sIFR.replace(myriad, {
    selector: 'h1.wit'
    ,css: [
      '.sIFR-root { text-align: left; font-weight: bold; font-style: normal; color: #ffffff; leading: -3; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #d2d800; }'
      ,'a:hover { color: #d2d800; }'
    ]
    ,wmode: 'transparent'
  });

  sIFR.replace(myriad, {
    selector: 'h1'
    ,css: [
      '.sIFR-root { text-align: left; font-weight: bold; font-style: normal; color: #53b7e8; leading: -5; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #53b7e8; }'
      ,'a:hover { color: #53b7e8; }'
    ]
    ,wmode: 'transparent'
  });

  sIFR.replace(myriad, {
    selector: 'h2'
    ,css: [
      '.sIFR-root { text-align: left; font-weight: bold; font-style: normal; color: #9ec928; }'
      ,'em { text-align: left; font-style: normal; color: #9ec928; }'
      ,'strong { text-align: left; font-style: normal; color: #9ec928; }'
      ,'a { text-decoration: none; color: #9ec928; }'
      ,'a:link { color: #9ec928; }'
      ,'a:hover { color: #9ec928; }'
    ]
    ,wmode: 'transparent'
  });

  sIFR.replace(myriad, {
    selector: 'h3'
    ,css: [
      '.sIFR-root { text-align: left; font-weight: bold; font-style: normal; color: #44580e; leading: -5; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #44580e; }'
      ,'a:hover { color: #44580e; }'
    ]
    ,wmode: 'transparent'
  });

