var univers = {
    src: 'flash/gill.swf'
  };

  // You probably want to switch this on, but read <http://wiki.novemberborn.net/sifr3/DetectingCSSLoad> first.
  // sIFR.useStyleCheck = true;
  sIFR.activate(univers);

  sIFR.replace(univers, {
    selector: 'h1'
	,css: [
      '.sIFR-root { color: #000000; font-size: 22px; font-weight: bold; font-style: normal; }'
    ]
	,wmode: 'transparent'
  });
  
  sIFR.replace(univers, {
    selector: 'h2'
	,css: [
      '.sIFR-root { color: #000000; font-size: 16px; font-weight: bold; font-style: normal; }'
    ]
	,wmode: 'transparent'
  });
  
  sIFR.replace(univers, {
    selector: 'h3'
	,css: [
      '.sIFR-root { color: #E77817; font-size: 16px; font-weight: bold; font-style: normal; }'
    ]
	,wmode: 'transparent'
  });
