  var rotis = {
    src: '/swf/sifr.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, h2'
    ,css: [
      '.sIFR-root { color: #66893b;  }'
      ,'a { text-decoration: none; color: #66893b;  }'
      ,'a:link { color: #66893b; }'
      ,'a:hover { color: #66893b; }'
    ]
  });
  sIFR.replace(rotis, {
    selector: '#login-console h3'
    ,css: [
      '.sIFR-root { color: #ffffff;  }'
    ]
  });
  //]]>