//<[CDATA[

    var frutiger = {
        src: '/include/frutiger.swf'
        ,ratios: [7,1.32,11,1.31,13,1.24,14,1.25,19,1.23,27,1.2,34,1.19,42,1.18,47,1.17,48,1.18,69,1.17,74,1.16,75,1.17,1.16]
    };
    

    // You probably want to switch this on, but read <http://wiki.novemberborn.net/sifr3/DetectingCSSLoad> first.
    // sIFR.useStyleCheck = true;
    sIFR.activate(frutiger);

    sIFR.replace(frutiger, {
        selector: '#content #zoekresultaten .line .row h3'
        ,wmode: 'transparent'
        ,css: [
        '.sIFR-root { color: #1e2a38; font-size: 14px; text-align: left; font-weight: normal; background-color: #c6ced7;}'
        ]
    });

    sIFR.replace(frutiger, {
        selector: '#content #detail .row h3'
        ,wmode: 'transparent'
        ,css: [
        '.sIFR-root { color: #1e2a38; font-size: 14px; text-align: left; font-weight: normal; background-color: #c6ced7;}'
        ]
    });

    sIFR.replace(frutiger, {
        selector: '#main #inloggen h2'
        ,wmode: 'transparent'
        ,css: [
        '.sIFR-root { color: #293543; font-size: 14px; text-align: left; font-weight: normal; background-color: #c6ced7;}'
        ]
    });

    sIFR.replace(frutiger, {
        selector: '#content #nieuws h2'
        ,wmode: 'transparent'
        ,css: [
        '.sIFR-root { color: #cb0001; font-size: 17px; text-align: left; font-weight: normal; background-color: #ffffff;}'
        ]
    });

    sIFR.replace(frutiger, {
        selector: '#content #evenementen h2, #content #serviceenverkoop h2'
        ,wmode: 'transparent'
        ,css: [
        '.sIFR-root { color: #cb0001; font-size: 20px; text-align: left; font-weight: normal; background-color: #ffffff;}'
        ]
    });

    sIFR.replace(frutiger, {
        selector: '#content .column h2, #sidebar .column h2'
        ,wmode: 'transparent'
        ,css: [
        '.sIFR-root { color: #cb0001; font-size: 15px; text-align: left; font-weight: normal; background-color: #f1f3f5;}'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #cb0001; }'
        ,'a:hover { color: #1e2a38;}'
        ]
    });

    sIFR.replace(frutiger, {
        selector: '#content h2'
        ,wmode: 'transparent'
        ,css: [
        '.sIFR-root { color: #cb0001; font-size: 17px; text-align: left; font-weight: normal; background-color: #ffffff;}'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #cb0001; }'
        ,'a:hover { color: #1e2a38;}'
        ]
    });

    sIFR.replace(frutiger, {
        selector: '#subnavigation h2, #content.small .list_big h3'
        ,wmode: 'transparent'
        ,css: [
        '.sIFR-root { color: #1e2a38; font-size: 15px; text-align: left; font-weight: normal; background-color: #f1f3f5;}'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #1e2a38; }'
        ,'a:hover { color: #cb0001;}'
        ]
    });
    sIFR.replace(frutiger, {
        selector: '#content.small h2'
        ,wmode: 'transparent'
        ,css: [
        '.sIFR-root { color: #cb0001; font-size: 17px; text-align: left; font-weight: normal; background-color: #ffffff;}'
        ]
    });

    sIFR.replace(frutiger, {
        selector: '#sidebar .search h2'
        ,wmode: 'transparent'
        ,css: [
        '.sIFR-root { color: #ffffff; font-size: 15px; text-align: left; font-weight: normal; background-color: #cb0001;}'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #000000; }'
        ,'a:hover { color: #CCCCCC; }'
        ]
    });
    sIFR.replace(frutiger, {
        selector: '#footer .column h2'
        ,wmode: 'transparent'
        ,css: [
        '.sIFR-root { color: #ffffff; font-size: 15px; text-align: left; font-weight: normal; background-color: #415b78;}'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #000000; }'
        ,'a:hover { color: #CCCCCC; }'
        ]
    });
    sIFR.replace(frutiger, {
        selector: '#amberalert h2'
        , wmode: 'transparent'
        , css: [
        '.sIFR-root { color: #cb0001; font-size: 15px; text-align: left; font-weight: normal; background-color: #415b78;}'
        , 'a { text-decoration: none; }'
        , 'a:link { color: #000000; }'
        , 'a:hover { color: #CCCCCC; }'
        ]
    });
    
//]]>