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

sIFR.activate(bell); // From revision 209 and onwards

sIFR.replace(bell, {
  wmode: 'transparent',
  selector: 'h1'
      ,css: {
      '.sIFR-root': { 'color': '#6d4d09', 'font-weight': 'bold', 'wmode': 'transparent' }
    }
});

sIFR.replace(bell, {
  wmode: 'transparent',
  selector: 'h2'
      ,css: {
      '.sIFR-root': { 'color': '#ffffff', 'font-weight': 'bold', 'wmode': 'transparent' }
    }
});

sIFR.replace(bell, {
  wmode: 'transparent',
  selector: 'h3'
      ,css: {
      '.sIFR-root': { 'color': '#237d43', 'font-weight': 'bold', 'wmode': 'transparent' }
    }
});