/*=:project
    scalable Inman Flash Replacement (sIFR) version 3, revision 382

    Provides debug information about sIFR.

  =:file
    Copyright: 2006 Mark Wubben.
    Author: Mark Wubben, <http://novemberborn.net/>

  =:license
    * This software is licensed and provided under the CC-GNU LGPL
    * See <http://creativecommons.org/licenses/LGPL/2.1/>    


sIFR.debug.ratios({ src: 'typefacename.swf', selector: 'h1' });


 
 

*/


  var futura = {
    src: 'http://www.wpt.org/WPT4/futura.swf'
    ,ratios: [9,1.49,10,1.39,13,1.41,16,1.39,19,1.38,20,1.35,23,1.36,29,1.35,30,1.33,39,1.34,40,1.32,44,1.33,46,1.32,47,1.33,74,1.32,76,1.31,77,1.32,1.31]
  };

  var futuraCon = {
    src: 'http://www.wpt.org/WPT4/futuraCon.swf'
    ,ratios: [8,1.41,10,1.33,15,1.31,19,1.28,20,1.27,26,1.26,29,1.24,30,1.25,40,1.24,51,1.23,54,1.22,55,1.23,88,1.22,89,1.21,93,1.22,94,1.21,95,1.22,98,1.21,99,1.22,103,1.21,104,1.22,1.21]
  };

  // sIFR.domains = ['novemberborn.net'] // Don't check for domains in this demo
  sIFR.useStyleCheck = true;
  sIFR.activate(futura, futuraCon);

  
  sIFR.replace(futuraCon, {
    selector: 'h1.white'
	,wmode: 'transparent'
	,css: [
      '.sIFR-root { text-align: left; font-weight: normal; color: #ffffff; letter-spacing: 2; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #ffffff; }'
      ,'a:hover { color: #ffffff; text-decoration: underline; }'
    ]
  });
 

 
   sIFR.replace(futuraCon, {
    selector: 'h1.black'
	,wmode: 'transparent'
	,css: [
      '.sIFR-root { text-align: left; font-weight: normal; color: #000000; letter-spacing: 1.5; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #000000; }'
      ,'a:hover { color: #000000; text-decoration: underline; }'
    ]
  });
   
   
   
   sIFR.replace(futuraCon, {
    selector: 'h1.blackx'
    ,wmode: 'transparent'
	,css: {
      '.sIFR-root': { 'color': '#000000', 'letter-spacing': 1.5, 'text-transform': 'capitalize' }
    }
   
  });
  
    //black h2 futura header
	sIFR.replace(futura, {
    selector: 'h2.one'
	,css: {
      '.sIFR-root': { 'color': '#000000', 'letter-spacing': 1.5, 'text-transform': 'capitalize', 'background-color': '#ffffff' }
    }
   
  });
	
	//orange h2 futura header
	sIFR.replace(futura, {
    selector: 'h2.two'
	,css: {
      '.sIFR-root': { 'color': '#FF9900', 'letter-spacing': 1.5, 'text-transform': 'capitalize', 'background-color': '#ffffff' }
    }
   
  });
	
	//blue h2 futura header
	sIFR.replace(futura, {
    selector: 'h2.three'
	,css: {
      '.sIFR-root': { 'color': '#0066CC', 'letter-spacing': 1.5, 'text-transform': 'capitalize', 'background-color': '#ffffff' }
    }
   
  });
	
	

  
  //]]>

