// 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 helvetica = {
src: alias_static + 'sifr_helvetica.swf'
};

//sIFR.debugMode = true;
sIFR.preserveSingleWhitespace = true;
sIFR.prefetch(helvetica);
sIFR.activate();

sIFR.replace(helvetica, {
    selector: 'h1'
    , css: [
        '.sIFR-root {color: #000000; font-weight: bold; font-size:24px;}',
        'a {color: #000000; text-decoration:none}',
        'a:hover {color: #000000; text-decoration:none}'
    ]
    , wmode: 'transparent'
    , fitExactly: true
});

sIFR.replace(helvetica, {
    selector: 'div.sous_titre'
    , css: [
        '.sIFR-root {color: #9A9A9A; font-weight: bold; font-size:13px;}',
        '.vert {color: #869057}'
    ]
    , wmode: 'transparent'
    , fitExactly: true
});
