var myriad = {
      src: 'images/sifr.swf'
};
 
sIFR.activate(myriad);

sIFR.replace(myriad, {
      selector: '.content h1.themetitle',
      css: [
      '.sIFR-root { font-size:27px; text-transform: uppercase; font-weight:normal; color: #405467;}'
      ],
      wmode: 'transparent'
});
 
sIFR.replace(myriad, {
      selector: 'h1.addtext span, .newsdigesttitle, .newstitle',
      css: [
      '.sIFR-root { font-size:27px; text-transform: uppercase; font-weight:normal; color: #ffffff;}'
      ],
      wmode: 'transparent'
});

sIFR.replace(myriad, {
      selector: 'a h1.addtext',
      css: [
      '.sIFR-root { font-size:27px; text-transform: uppercase; font-weight:normal; color: #ffffff; cursor: pointer;}'
      ],
      wmode: 'transparent'
});

sIFR.replace(myriad, {
      selector: 'div.stylebox div.content h1',
      css: [
      '.sIFR-root { font-size:20px; font-weight:normal; color: #D34736;}'
      ],
      wmode: 'transparent'
});
