  var chrishand = {
    src: 'js/chrishand.swf'
	,wmode: 'transparent'
  };

  // You probably want to switch this on, but read <http://wiki.novemberborn.net/sifr3/DetectingCSSLoad> first.
  sIFR.useStyleCheck = true;
  sIFR.activate(chrishand);

  sIFR.replace(chrishand, {
    selector: 'p.flashText'
    ,css: [
      '.sIFR-root { font-size: 35px; color: #000000; padding: 10px; height: 35px; width: 300px }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #547323; }'
      ,'a:hover { color: #547323; }'
    ]
  });