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

sIFR.activate(font);

sIFR.replace(font, {
  selector: 'h2, h4, h5',
  wmode: 'transparent',
  css: [ '.sIFR-root { color: #FFFFFF; font-weight: bold; }' ,'a { text-decoration: none; color: #FFFFFF; }' ,'a:hover { text-decoration: none; color: #FFFFFF; }' ]
});

sIFR.replace(font, {
  selector: 'h3',
  wmode: 'transparent',
  css: [ '.sIFR-root { color: #CA0505; font-weight: bold; }' ,'a { text-decoration: none; color: #CA0505; }' ,'a:hover { text-decoration: none; color: #CA0505; }' ]
});

sIFR.replace(font, {
  selector: 'span.scorebord1, span.scorebord2',
  wmode: 'transparent',
  css: [ '.sIFR-root { color: #000000; font-weight: bold; text-align: center; }' ,'a { text-decoration: none; color: #000000; }' ,'a:hover { text-decoration: none; color: #000000; }' ]
});

sIFR.replace(font, {
  selector: 'h6',
  wmode: 'transparent',
  css: [ '.sIFR-root { color: #FFFFFF; font-weight: bold; }' ,'a { text-decoration: none; color: #FFFFFF; }' ,'a:hover { text-decoration: none; color: #FFFFFF; }' ]
});