var frutiger = {
    src: "http://cdn.matrixwebs.net/matrixsuites/scripts/sifr/frutiger.swf"
};
sIFR.activate(frutiger);
replaceSifrText();

function replaceSifrText(){
    sIFR.replace(frutiger, {
        selector: 'h1, #title span',
        css: ['.sIFR-root { color: #003366;}'],
        wmode: 'transparent'
    });
    sIFR.replace(frutiger, {
        selector: '#aside h2',
        css: [
        '.sIFR-root { color: #003366; font-size: 13px; }'
        ,'a { text-decoration: none; color: #003366; }'
        ,'a:link { color: #003366; }'
        ,'a:hover { color: #003366; }'
        ],
        wmode: 'transparent'
    });
    
    sIFR.replace(frutiger, {
        selector: '#detail h2, .title h2',
        css: [
        '.sIFR-root { color: #003366 }'
        ,'a { text-decoration: none; color: #003366; }'
        ,'a:link { color: #003366; }'
        ,'a:hover { color: #003366; }'
        ],
        wmode: 'transparent'
    });

    

    sIFR.replace(frutiger, {
        selector: '#middle h3, #middle h4',
        css: ['.sIFR-root { color: #003366;}'],
        wmode: 'transparent'
    });
}
