  var font = {
    src: 'flash/font.swf'
  };


  // sIFR.domains = ['novemberborn.net'] // Don't check for domains in this demo
  sIFR.useStyleCheck = true;
  sIFR.activate(font);
  
    sIFR.replace(font, {
    selector: 'h2'
    ,css: [
      '.sIFR-root { font-weight:bold; letter-spacing: -0.2; color: #FFFFFF; }'
	  ,'strong { color: #313030; }'
      ,'a { text-decoration: none; color:#e30101;}'
      ,'a:link { color: #e30101; }'
      ,'a:hover { text-decoration: underline; color: #e30101; }'
    ]
	,wmode: 'transparent'
	,ratios:[8,1.41,11,1.31,15,1.29,16,1.28,24,1.26,27,1.24,33,1.23,36,1.22,37,1.23,48,1.22,52,1.21,53,1.22,80,1.21,84,1.2,85,1.21,89,1.2,90,1.21,1.2]
	,filters: {
  DropShadow: {
    knockout: false
    ,distance: 1
    ,color: '#000000'
    ,strength: 1
  }
}
  });
	
