  var myriad = {
	fixWrap: true,
	forceClear: true,
	fitExactly: true,
     src: 'sifr/myriad.swf'
  };

  sIFR.useStyleCheck = true;
  sIFR.activate(myriad);

  sIFR.replace(myriad, {
    selector: 'h1'
    ,css: [
      '.sIFR-root { text-align: left; font-weight: normal; font-style: normal; color: #39bcce; }'
      ,'em { text-align: left; font-weight: bold; font-style: normal; color: #497278; }'
      ,'strong { text-align: left; font-weight: bold; font-style: normal; color: #333333; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #39bcce; }'
      ,'a:hover { color: #39bcce; }'
    ]
    ,wmode: 'transparent'
  });

  sIFR.replace(myriad, {
    selector: 'h2'
    ,css: [
      '.sIFR-root { text-align: left; font-weight: normal; font-style: normal; color: #938c84; padding: 0; margin: 0; }'
      ,'em { text-align: left; font-weight: bold; font-style: normal; color: #938c84; }'
      ,'strong { text-align: left; font-weight: bold; font-style: normal; color: #938c84; }'
      ,'a { text-decoration: none; color: #938c84; }'
      ,'a:link { color: #938c84; }'
      ,'a:hover { color: #938c84; }'
    ]
    ,wmode: 'transparent'
  });

