  var arial = {
    src: 'assets/sifr/arial.swf'
    ,ratios: [7,1.32,11,1.31,13,1.24,14,1.25,19,1.23,27,1.2,34,1.19,42,1.18,47,1.17,48,1.18,69,1.17,74,1.16,75,1.17,1.16]
  };
  
   var futura = {
    src: 'assets/sifr/futura.swf'
    ,ratios: [7,1.32,11,1.31,13,1.24,14,1.25,19,1.23,27,1.2,34,1.19,42,1.18,47,1.17,48,1.18,69,1.17,74,1.16,75,1.17,1.16]
  };

  // sIFR.domains = ['novemberborn.net'] // Don't check for domains in this demo
  sIFR.useStyleCheck = true;
  sIFR.activate(arial);
  
    sIFR.replace(arial, {
    selector: 'p.hometext'
    ,css: {
      '.sIFR-root': { 'background-color': '#e5d3ce', 'color': '#fbf7da', 'text-align': 'left' }
    }
	,wmode: 'transparent',
	filters: {
        DropShadow: {
            knockout: false,
            distance: 2,
            color: '#000000',
            strength: 0.6,
            blurX: 0,
            blurY: 0
			}
		}
	}); 
	
	sIFR.replace(arial, {
    selector: 'p.footertext, .contact'
    ,css: [
      '.sIFR-root { background-color: #e5d3ce; color: #48225a; font-weight: bold }' 
	  ,'a { color: #48225a; text-decoration: underline; }'
      ,'a:link { color: #48225a; }'
      ,'a:hover { color: #48225a; text-decoration: none; }'

    ]
	,wmode: 'transparent',
	filters: {
        DropShadow: {
            knockout: false,
            distance: 0.5,
            color: '#FFFFFF',
            strength: 0.6,
            blurX: 6,
            blurY: 6
			}
		}
	});
	
	sIFR.replace(futura, {
    selector: 'h3.current'
    ,css: [
      '.sIFR-root { background-color: #e5d3ce; color: #f9f0a9; text-transform: uppercase }' 
	  ,'a { color: #48225a; text-decoration: underline; }'
      ,'a:link { color: #48225a; }'
      ,'a:hover { color: #48225a; text-decoration: none; }'

    ]
	,wmode: 'transparent',
	filters: {
        DropShadow: {
            knockout: false,
            distance: 0.5,
            color: '#000000',
            strength: 0.6,
            blurX: 3,
            blurY: 3
			}
		}
	});