var theserif = { src: '/images/flash/theserif.swf' };
var myriad   = { src: '/images/flash/myriad.swf' };


sIFR.activate(theserif);
sIFR.activate(myriad);


sIFR.replace(myriad, {
  selector: 'h1',
  css: '.sIFR-root { font-size: 24px; color: #000000; font-weight: bold; }',
  wmode: 'transparent'
});

sIFR.replace(myriad, {
  selector: 'h2',
  css: '.sIFR-root { font-size: 22px; color: #000000; font-weight: bold; }',
  wmode: 'transparent'
});

sIFR.replace(myriad, {
  selector: 'h3',
  css: '.sIFR-root { font-size: 16px; color: #000000; font-weight: bold; }',
  wmode: 'transparent'
});

sIFR.replace(myriad, {
  selector: '.daily-price',
  css: '.sIFR-root { font-size: 24px; color: #000000; font-weight: bold; }',
  wmode: 'transparent',
  forceSingleLine: 'true'
});