var gill = {
  src: '/flash/din.swf'
  , ratios: [8, 1.42, 9, 1.33, 12, 1.35, 15, 1.3, 19, 1.28, 27, 1.27, 28, 1.25, 32, 1.26, 33, 1.24, 34, 1.25, 48, 1.24, 52, 1.23, 53, 1.24, 73, 1.23, 76, 1.22, 77, 1.23, 81, 1.22, 82, 1.23, 1.22]
};

sIFR.activate(gill); // From revision 209 and onwards

sIFR.replace(gill, {
    selector: 'h1'
    ,css: {'.sIFR-root': { 'color': '#ffffff', 'leading': '-2','text-transform': 'capitalize' }}
	,wmode: 'transparent'
	
  });

sIFR.replace(gill, {
    selector: 'h2'
    ,css: {'.sIFR-root': { 'color': '#363633', 'leading': '-2','text-transform': 'capitalize' }}
	,wmode: 'transparent'
	
  });

sIFR.replace(gill, {
    selector: '.quote h3'
    ,css: {'.sIFR-root': { 'color': '#ffffff', 'leading': '-2','text-transform': 'uppercase' }}
	,wmode: 'transparent'
	
  });

sIFR.replace(gill, {
    selector: 'h3'
    ,css: {'.sIFR-root': { 'color': '#ffffff', 'leading': '-2','text-transform': 'capitalize' }}
	,wmode: 'transparent'
	
  });

sIFR.replace(gill, {
    selector: 'h4'
    ,css: {'.sIFR-root': { 'color': '#9A9A99', 'leading': '-2','text-transform': 'capitalize' }}
	,wmode: 'transparent'
	
  });

sIFR.replace(gill, {
    selector: 'h5'
    ,css: {'.sIFR-root': { 'color': '#9A9A99', 'leading': '-2','text-transform': 'capitalize' }}
	,wmode: 'transparent'
	
  });

sIFR.replace(gill, {
    selector: 'h6'
    ,css: {'.sIFR-root': { 'color': '#969695', 'leading': '-2','text-transform': 'capitalize' }}
	,wmode: 'transparent'
	
  });

//sIFR.debug.ratios({ src: '/the-house/webdev-exec-foundation/2/flash/din.swf', selector: 'h1' });




