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

sIFR.useStyleCheck = true;
sIFR.activate(sifr);

sIFR.replace(sifr, {
  selector: 'h2'
    ,css: [
      '.sIFR-root { text-transform:uppercase; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #c90000; font-weight:bold; }'
      ,'a:hover { color: #3F3F3F; }'
    ]
});