// 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'
};
var police_2 = {
    src: 'static/sIFR/sifr_helvetica.swf'
};


/*  sIFR.debugMode = true;*/
sIFR.preserveSingleWhitespace = true;
sIFR.prefetch(police_1);
sIFR.activate();

sIFR.replace(police_1, {selector: 'h1'
,css: [
  '.sIFR-root {color: #435058; font-size:15px;text-transform:uppercase;letter-spacing:3;}'
],
wmode: 'transparent', fitExactly: true});

sIFR.replace(police_1, {selector: 'h2'
,css: [
  '.sIFR-root {color: #435058; font-size:12px;text-transform:uppercase;letter-spacing:1;}'
],
wmode: 'transparent', fitExactly: true});

sIFR.replace(police_1, {selector: '.contact_agence_ville_td'
,css: [
  '.sIFR-root {color: #FFFFFF; font-size:12px;text-transform:uppercase;text-decoration:underline;}',
  'a {color: #FFFFFF;}',
  'a:hover {color: #FFFFFF;}'
],
wmode: 'transparent', fitExactly: true, tuneHeight : -4});

sIFR.replace(police_1, {selector: '.contact_agence_tel_td'
,css: [
  '.sIFR-root {color: #FFFFFF; font-size:12px;text-transform:uppercase;}'
],
wmode: 'transparent', fitExactly: true});

sIFR.replace(police_1, {selector: '.msg'
,css: [
  '.sIFR-root {color: #000000; font-size:11px;}'
],
wmode: 'transparent', fitExactly: true});




