 var hermes = {
      src: '/files/flash/sifr.swf'
    };

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

    sIFR.replace(hermes, {
	  transparent : true,
      selector: 'h1',
	  css: '.sIFR-root { color: #ffffff; }'
    });