// 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

var police_1 = {
    src: 'static/sIFR/sifr_din_light.swf'
};


/*  sIFR.debugMode = true;*/
sIFR.preserveSingleWhitespace = true;
sIFR.prefetch(police_1);
sIFR.activate();

sIFR.replace(police_1, {selector: '.infos'
,css: [
  '.sIFR-root {color: #1a171b; font-size:11px; text-align : right;}'
],
wmode: 'transparent'});

sIFR.replace(police_1, {selector: 'h1'
,css: [
  '.sIFR-root {color: #6886BE; font-size:30px; text-align : right; margin:0px; padding:0px;text-transform : uppercase;}'
],
wmode: 'transparent', tuneHeight : -13, fitExactly: true});