  var myh1 = {
    src: '/flash/myh1.swf'
  };

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

  sIFR.replace(myh1, {
    selector: 'h1#test'
    ,css: [
      '.sIFR-root { text-align: left; font-size: 36px; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #082a56; }'
	  ,'a:hover { color: #7ebe14; }'
	  ,'a:hover em { color: #7ebe14; }'
	  ,'a em { color: #f40; font-style: normal; }'	  
    ]
  });