var boycott = {
      src: '/flash/boycott.swf'
};
sIFR.activate(boycott);
sIFR.replace(boycott, {
      selector: 'h1',
      wmode: 'transparent'
});
sIFR.replace(boycott, {
      selector: 'h1',
      css: [
      '.sIFR-root {font-size:24px;font-weight:normal;color:#9f0000;}'      
      ],
      wmode: 'transparent'
});