// 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_zurich_cn_bt.swf'
};


/*  sIFR.debugMode = true;*/
sIFR.preserveSingleWhitespace = true;
sIFR.prefetch(police_1);
sIFR.activate();

sIFR.replace(police_1, {selector: 'h1'
,css: [
  '.sIFR-root {color: #005ba1; font-size:22px;text-transform:uppercase;}'
],
wmode: 'transparent', fitExactly: true});

sIFR.replace(police_1, {selector: '.h1_bleu'
,css: [
  '.sIFR-root {color: #006AB3; font-size:22px;text-transform:uppercase;padding : 0px;margin : 0px;}'
],
wmode: 'transparent', fitExactly: true, tuneHeight : -9});

sIFR.replace(police_1, {selector: '.h1_orange'
,css: [
  '.sIFR-root {color: #F29500; font-size:22px;text-transform:uppercase;padding : 0px;margin : 0px;}'
],
wmode: 'transparent', fitExactly: true, tuneHeight : -9});

sIFR.replace(police_1, {selector: '.h1_rouge'
,css: [
  '.sIFR-root {color: #B51621; font-size:22px;text-transform:uppercase;padding : 0px;margin : 0px;}'
],
wmode: 'transparent', fitExactly: true, tuneHeight : -9});

sIFR.replace(police_1, {selector: '.h1_bleu-gris'
,css: [
  '.sIFR-root {color: #0290AA; font-size:22px;text-transform:uppercase;padding : 0px;margin : 0px;}'
],
wmode: 'transparent', fitExactly: true, tuneHeight : -9});

sIFR.replace(police_1, {selector: '.h1_kaki'
,css: [
  '.sIFR-root {color: #C3A800; font-size:22px;text-transform:uppercase;padding : 0px;margin : 0px;}'
],
wmode: 'transparent', fitExactly: true, tuneHeight : -9});

sIFR.replace(police_1, {selector: '.h1_vert'
,css: [
  '.sIFR-root {color: #B1C800; font-size:22px;text-transform:uppercase;padding : 0px;margin : 0px;}'
],
wmode: 'transparent', fitExactly: true, tuneHeight : -9});
