 













//sIFR v3 Beta 2

var truth_md = {
    src: '/sifr/flash/truth_medium.swf'
    ,ratios: [8,1.42,9,1.33,12,1.35,21,1.3,31,1.27,32,1.25,40,1.26,41,1.24,42,1.25,62,1.24,64,1.23,66,1.24,69,1.23,70,1.24,73,1.23,74,1.24,119,1.23,120,1.22,1.23]
  };

var truth_lt = {
    src: '/sifr/flash/truth_light.swf'
    ,ratios: [8,1.41,10,1.32,11,1.31,15,1.29,16,1.28,24,1.26,27,1.24,33,1.23,36,1.22,37,1.23,53,1.22,80,1.21,83,1.2,85,1.21,88,1.2,90,1.21,1.2]
  };

sIFR.activate(truth_md, truth_lt);

sIFR.replace(truth_md, {selector: 'h1', css: {
      '.sIFR-root': { 'font-size':'22px', 'color': '#8b1618'}
			 } ,wmode:'transparent'											   
});

sIFR.replace(truth_lt, {selector: '#teaser1-btm h2, #teaser2 h2', css: {
      '.sIFR-root': { 'font-size':'22px', 'color': '#8b1618'}
			 } ,wmode:'transparent'											   
});

sIFR.replace(truth_lt, {selector: '#logo p', css: {
      '.sIFR-root': { 'font-size':'28px', 'color': '#ffffff'}
			 } ,wmode:'transparent'											   
});


sIFR.replace(truth_md, {selector: '#teaser3-btm h2', css: {
      '.sIFR-root': { 'font-size':'22px', 'color': '#ffffff'}
			 } ,wmode:'transparent'											   
});

sIFR.replace(truth_md, {selector: '#teaser4-btm h2', css: {
      '.sIFR-root': { 'font-size':'16px', 'color': '#000000'}
			 } ,wmode:'transparent'											   
});
 
