  var futura = {
    src: 'swf/futura.swf'
  };
  
  var futuralt = {
	  src: 'swf/futuralt.swf'
  };
  
  var futuranorm = {
	  src: 'swf/futura-norm.swf'
  };

  sIFR.fromLocal = true;
 // sIFR.debugMode = true;
  sIFR.setPrefetchCookie  = true;
  // sIFR.domains = ['novemberborn.net'] // Don't check for domains in this demo

  sIFR.prefetch(futura,futuralt,futuranorm);
  sIFR.activate();
 
  
  
  sIFR.replaceNonDisplayed = true;
  
  sIFR.replace(futuralt, {
    selector: 'h1'
	,wmode: 'transparent'
    ,css: [
      '.sIFR-root { color: #ffffff; leading: 8;} strong { color: #088ccd; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #000000; }'
      ,'a:hover { color: #4D7CC6; }'
    ]
	,filters: {
      DropShadow: {
        knockout: false
        ,distance: 2
        ,color: '#000000'
        ,strength: 1
      }
    }
  });
  
    sIFR.replace(futura, {
    selector: 'h2'
	,wmode: 'transparent'
    ,css: [
      '.sIFR-root { color: #ffffff; text-transform: uppercase; leading: -10;} '
      ,'a { text-decoration: none; }'
      ,'a:link { color: #4D7CC6 }'
      ,'a:hover { color: #4D7CC6 }'
    ]
  });
	
	
  sIFR.replace(futuranorm, {
    selector: '.hcontent p'
	,wmode: 'transparent'
    ,css: [
      '.sIFR-root { color: #ffffff; leading: 4; font-weight: bold;} strong { font-weight: bold; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #000000; }'
      ,'a:hover { color: #4D7CC6; }'
    ]
	
  });
  
    sIFR.replace(futuranorm, {
    selector: '#right_header p'
	,wmode: 'transparent'
    ,css: [
      '.sIFR-root { color: #ffffff; leading: 4; font-weight: bold;} strong { font-weight: bold; }'
      ,'a:link { color: #ffffff; }'
      ,'a:hover { color: #4D7CC6; }'
    ]
	
  });
  
  
