// 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_black.swf'
};
var police_2 = {
    src: 'static/sIFR/sifr_corinthian_medium_plain.swf'
};


/*  sIFR.debugMode = true;*/
sIFR.preserveSingleWhitespace = true;
sIFR.prefetch(police_1);
sIFR.activate();

sIFR.replace(police_1, {selector: 'h1.h1_sifr'
,css: [
  '.sIFR-root {color: #EC458A; font-size:20px; font-weight : bold;}'
],
wmode: 'transparent', fitExactly: true, tuneHeight : -5});

sIFR.replace(police_2, {selector: 'h1.h1_cor'
,css: [
  '.sIFR-root {color: #ff2b98; font-size:24px; font-weight : bold;}'
],
wmode: 'transparent', fitExactly: true, tuneHeight : -5});

sIFR.replace(police_1, {selector: 'h1.h1_sifrpetit'
,css: [
  '.sIFR-root {color: #EC458A; font-size:16px; font-weight : bold;}'
],
wmode: 'transparent', fitExactly: true, tuneHeight : -5});

sIFR.replace(police_1, {selector: 'h2.h2_sifr'
,css: [
  '.sIFR-root {color: #000000; font-size:14px;}'
],
wmode: 'transparent', fitExactly: true, tuneHeight : -5});
