var dax = { src: '../flash/dax-light.swf' };

// You probably want to switch this on, but read <http://wiki.novemberborn.net/sifr3/DetectingCSSLoad> first.
sIFR.useStyleCheck = true;
sIFR.activate(dax);
sIFR.preserveSingleWhitespace = false;
sIFR.hideElements = true;

sIFR.replace(dax, {
    selector: 'h2.sifr',
    css: ['.sIFR-root {font-weight: bold; font-size: 30px; color: #ff9933; line-height: 12px; }'],
    wmode: 'transparent'
});

sIFR.replace(dax, {
    selector: 'h3.sifr-orange',
    css: ['.sIFR-root {font-weight: bold; font-size: 21px; color: #ff9933; line-height: 12px; }'],
    wmode: 'transparent'
});

sIFR.replace(dax, {
    selector: 'h3.sifr',
    css: ['.sIFR-root {font-weight: bold; font-size: 21px; color: #17440b; line-height: 12px; }'],
    wmode: 'transparent'
});
