  var rotis = {
    src: '/fonts/rotis.swf', wmode:'transparent'
  };

  // You probably want to switch this on, but read <http://wiki.novemberborn.net/sifr3/DetectingCSSLoad> first.
  // sIFR.useStyleCheck = true;
  sIFR.activate(rotis);

  sIFR.replace(rotis, {
    selector: 'h1, #block-right h2'
    ,css: [
      '.sIFR-root { color: #FF3366;  }'
      ,'a { text-decoration: none; color: #FF3366;  }'
      ,'a:link { color: #FF3366; }'
      ,'a:hover { color: #DC0067; }'
    ]
  });
  //]]>
