var swis721 = {
  src: 'sifr/Swis721CnBTB.swf'
};

sIFR.activate(swis721);

  sIFR.replace(swis721, {
    selector: 'h1'
    ,css: [
      '.sIFR-root { font-weight: bold }'
      ,'a { text-decoration: none; color: #BD0926 }'
      ,'a:link { color: #5D2C1E; }'
      ,'a:hover { color: #BD0926; }'
    ]
  });