var myriad = {
      src: 'images/sifr.swf'
};
 
sIFR.activate(myriad);
 
sIFR.replace(myriad, {
      selector: '.content h1, .newsdigesttitle, .newstitle, .content h1 a',
      css: [
      '.sIFR-root { font-size:18px; font-weight:bold; color:#555; }',
      'a {color: #555; text-decoration: none; }',
      'a:hover {color: #555; text-decoration: underline; }'
      ],
      wmode: 'transparent'
});