var myriad = {
      src: 'images/myriad.swf'
};
 
sIFR.activate(myriad);
 
sIFR.replace(myriad, {
      selector: 'div.content h1, div.newsdigesttitle',
      css: [
      '.sIFR-root { font-size:18px; font-weight:bold; color:#555; text-transform: uppercase; }'
      ],

      wmode: 'transparent'
});

sIFR.replace(myriad, {
      selector: 'div.content h2',
      css: [
      '.sIFR-root { font-size:16px; font-weight:bold; color:#555; }'
      ],

      wmode: 'transparent'
});


sIFR.replace(myriad, {
      selector: 'p.newstitle',
      css: [
      '.sIFR-root { font-size:14px; font-weight:bold; color:#555;  }'
      ],

      wmode: 'transparent'
});
      