// 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 font1 = {
src: 'static/sifr_arial.swf'
};
var font2 = {
src: 'static/sifr_franklin_medium_cond.swf'
};

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

sIFR.replace(font1, {selector: '.baseline'
,css: [
  '.sIFR-root {color: #444444; font-size:13px;}'
],
wmode: 'transparent', fitExactly: true});

sIFR.replace(font2, {selector: 'h1'
,css: [
  '.sIFR-root {color: #0688EC; font-size:22px;text-transform:uppercase;}'
],
wmode: 'transparent', fitExactly: true});

sIFR.replace(font2, {selector: 'h4'
,css: [
  '.sIFR-root {color: #FFFFFF; font-size:20px;}'
],
wmode: 'transparent', fitExactly: true});

sIFR.replace(font2, {selector: 'h5'
,css: [
  '.sIFR-root {color: #A1D638; font-size:22px;}'
],
wmode: 'transparent', fitExactly: true});