// 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_arial_black.swf'
};
/*  sIFR.debugMode = true;*/
sIFR.preserveSingleWhitespace = true;
sIFR.prefetch(font1);
sIFR.activate();


/*sIFR.replace(font2, {selector: 'h1'
,css: [
  '.sIFR-root {font-size: 18px; font-weight: normal; color: #000000;}'
],
wmode: 'transparent', fitExactly: true, tuneHeight: -3});

sIFR.replace(font1, {selector: 'h2'
,css: [
  '.sIFR-root {font-size: 18px; font-weight: normal; color: #000000;}'
],
wmode: 'transparent', fitExactly: true, tuneHeight: -3});

sIFR.replace(font2, {selector: 'h3'
,css: [
  '.sIFR-root {font-size: 14px; font-weight: normal; color: #000000;}'
],
wmode: 'transparent', fitExactly: true, tuneHeight: -3});

sIFR.replace(font1, {selector: 'h4'
,css: [
  '.sIFR-root {font-size: 14px; font-weight: normal; color: #000000;}'
],
wmode: 'transparent', fitExactly: true, tuneHeight: -3});*/