// Part of a regular expression which matches the end of the domain, so you can exclude subdomains here
// sIFR.domains = ['novemberborn.net'] // Don't check for domains in this demo

// If you are updating from the Alpha, please note that the source refences have changeda
//alert(alias_static);
var arial = {
src: alias_static + 'sifr_arial.swf'
};

//sIFR.debugMode = true;
sIFR.preserveSingleWhitespace = true;
sIFR.prefetch(arial);
sIFR.activate();

sIFR.replace(arial, {
    selector: 'h1'
    , css: [
        '.sIFR-root {color: #B90800; font-weight: bold; font-size:18px;}',
        'a {color: #B90800; text-decoration:none}',
        'a:hover {color: #B90800; text-decoration:none}'
    ]
    , wmode: 'transparent'
    , fitExactly: true
});

sIFR.replace(arial, {
    selector: 'h2'
    , css: [
        '.sIFR-root {color: #7B8129; font-weight: bold; font-size:16px;}',
        'a {color: #7B8129; text-decoration:none}',
        'a:hover {color: #7B8129; text-decoration:none}'
    ]
    , wmode: 'transparent'
    , fitExactly: true
});

sIFR.replace(arial, {
    selector: 'div.titre_page'
    , css: [
        '.sIFR-root {color: #FFFFFF; font-weight: bold; font-size:20px; text-align:left;}',
        'a {color: #FFFFFF; text-decoration:none}',
        'a:hover {color: #FFFFFF; text-decoration:none}'
    ]
    , wmode: 'transparent'
    , fitExactly: true
});
