
var themixplain = { src: '/swf/themix-b5plain.swf' };
var themixbold = { src: '/swf/themix-b7bold.swf' };

sIFR.activate(themixplain, themixbold);

sIFR.replace(themixbold, {
  selector: 'h1',
  css: '.sIFR-root { color: #333333; }',
  wmode: 'transparent'
});
sIFR.replace(themixbold, {
  selector: 'h2.text-center',
  css: '.sIFR-root { color: #333333; text-align:center; }',
  wmode: 'transparent'
});

sIFR.replace(themixbold, {
  selector: 'h2.sifr',
  css: '.sIFR-root { color: #333333; }',
  wmode: 'transparent'
});

sIFR.replace(themixbold, {
  selector: 'h3.sifr',
  css: '.sIFR-root { color: #333333; }',
  wmode: 'transparent'
});

sIFR.replace(themixplain, {
  selector: 'blockquote .quote',
  css: '.sIFR-root { color: #333333; }',
  wmode: 'transparent'
});

function pageLoad(sender, args) {
    //sIFR.replace(font, { selector: '#content h2' });
    sIFR.replace(themixbold, { selector: 'h1', css: '.sIFR-root { color: #333333; }', wmode: 'transparent' });
}


