// 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
//alert(alias_static);
var police1 = {
src: alias_static + 'sifr_century_gothic.swf'
};

/*sIFR.debugMode = true;*/
sIFR.preserveSingleWhitespace = true;
sIFR.prefetch(police1);
sIFR.activate();

sIFR.replace(police1, {selector: 'div.sIFR_menu'
,css: [
  'a {color: #FFFFFF; text-decoration: none; font-size: 14px; display: block; width: 168px;}',
  'a\:hover {color: #827972; text-decoration: none; font-size: 14px;}',
],
wmode: 'transparent', fitExactly: true});

sIFR.replace(police1, {selector: 'div.titre_page'
,css: [
  '.sIFR-root {color: #827972; font-size: 18px;}'
],
wmode: 'transparent', fitExactly: true});

sIFR.replace(police1, {selector: 'div.titre_page_sifr'
,css: [
  '.sIFR-root {color: #827972; font-size: 26px;}'
],
wmode: 'transparent', fitExactly: true});

sIFR.replace(police1, {selector: '#public h1'
,css: [
  '.sIFR-root {color: #000000; font-size: 18px;}'
],
wmode: 'transparent', fitExactly: true});