// 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_helvetica.swf'
};


/*  sIFR.debugMode = true;*/
sIFR.preserveSingleWhitespace = true;
sIFR.prefetch(police_1);
sIFR.activate();

sIFR.replace(police_1, {selector: 'h1.sifr'
,css: [
  '.sIFR-root {color: #0F6F9F; font-size:17px; font-weight : normal; font-style: italic}'
],
wmode: 'transparent', fitExactly: true, tuneHeight : -5});
