// 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_timesnewroman.swf'
};

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

sIFR.replace(font1, {selector: 'div.titre_cat'
,css: [
  '.sIFR-root {color: #214428; font-size:34px; font-style: italic; font-variant: small-caps;}'
],
wmode: 'transparent', fitExactly: true});
//wmode: 'transparent', tuneHeight: -12, fitExactly: true});