  var sifr = {
    src: 'sifr.swf'
    ,ratios: [9, 1.16, 16, 1.09, 24, 1.06, 37, 1.04, 74, 1.02, 1.01]
  };

 
  // You probably want to switch this on, but read <http://wiki.novemberborn.net/sifr3/DetectingCSSLoad> first.
  // sIFR.useStyleCheck = true;
  sIFR.activate(sifr);
  //sIFR.debug.ratios({src:'sifr.swf',selector:'h1'});
  

  sIFR.replace(sifr, {
    selector: 'h1'
    ,css: {
      '.sIFR-root': { 'color': '#000000' , 'padding': 0 , 'margin' : 0 }
    }
    ,filters: {
      
    }
	,wmode: 'transparent'
  });

 sIFR.replace(sifr, {
    selector: 'h2'
    ,css: {
      '.sIFR-root': { 'color': '#FFFFFF' , 'padding': 0 , 'margin' : 0 }
    }
    ,filters: {
	  DropShadow: {
		knockout: false
		,distance: 3
		,color: '#000000'
		,strength: 1
 	 	}
	}
	,wmode: 'transparent'
  });
 
  sIFR.replace(sifr, {
    selector: 'h3'
    ,css: {
      '.sIFR-root': { 'color': '#000000' , 'padding': 0 , 'margin' : 0 }
    }
    ,filters: {
      
    }
	,wmode: 'transparent'
  });
