// 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 police1 = {
src: alias_static + 'sifr_crackhouse.swf'
};

/*sIFR.debugMode = true;*/
sIFR.preserveSingleWhitespace = true;
sIFR.prefetch(police1);
sIFR.activate();

sIFR.replace(police1, {selector: 'div.SIFRaccueil'
,css: [
  '.sIFR-root {color: #EDED30; font-weight: bold; font-size: 40px;}',
],
wmode: 'transparent', fitExactly: true});

sIFR.replace(police1, {selector: 'div.SIFRmenuhaut'
,css: [
  '.sIFR-root {color: #EDED30; font-weight: bold; font-size: 18px;}',
],
wmode: 'transparent', fitExactly: true});

sIFR.replace(police1, {selector: 'div.SIFRroulage'
,css: [
  '.sIFR-root {color: #EDED30; font-weight: bold; font-size: 30px;}',
],
wmode: 'transparent', fitExactly: true});

sIFR.replace(police1, {selector: 'div.titre_page'
,css: [
  '.sIFR-root {color: #EDED30; font-weight: bold; font-size: 30px;}',
],
wmode: 'transparent', fitExactly: true});