// JavaScript Document
 //<[CDATA[

  var futuralt = {
    src: '/website/flash/futuralt.swf'
   // ,ratios: [6,1.24,7,1.21,8,1.18,10,1.16,11,1.13,12,1.12,13,1.11,15,1.1,17,1.09,19,1.08,22,1.07,26,1.06,32,1.05,41,1.04,58,1.03,97,1.02,1.01]
  };
    var futura = {
    src: '/website/flash/futura.swf'
   // ,ratios: [6,1.24,7,1.21,8,1.18,10,1.16,11,1.13,12,1.12,13,1.11,15,1.1,17,1.09,19,1.08,22,1.07,26,1.06,32,1.05,41,1.04,58,1.03,97,1.02,1.01]
  };

  sIFR.fromLocal = true;
 // sIFR.debugMode = true;
  sIFR.setPrefetchCookie  = true;
  // sIFR.domains = ['novemberborn.net'] // Don't check for domains in this demo

  sIFR.prefetch(futura);
  sIFR.activate();
 
  
  
  sIFR.replaceNonDisplayed = true;
  
sIFR.replace(futuralt, {
    selector: 'h1'
	,wmode: 'transparent'
    ,css: [
      '.sIFR-root { color: #FFFFFF;font-weight:bold;font-size:50px; text-align:right; leading:-10px;} 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: #652331;font-size:18px; text-align:left;letter-spacing:1} strong { color: #088ccd; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #000000; }'
      ,'a:hover { color: #4D7CC6; }'
    ]
  });

    
   

   //]]>