var freightBigLight = {
  src: 'assets/flash/freightBigLight.swf'
};

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

sIFR.replace(freightBigLight, {
  selector: 'h1,h2'
    ,css: [
      '.sIFR-root { color: #567347; letter-spacing: 1;}'
         ]
          , wmode: 'transparent'
  });

sIFR.replace(freightBigLight, {
  selector: 'h3'
    ,css: [
      '.sIFR-root { color: #49663b; text-align: right; letter-spacing: 1;}'
   		 ]
           , wmode: 'transparent'  
  });

sIFR.replace(freightBigLight, {
  selector: 'h4'
    ,css: [
      '.sIFR-root { color: #49663b; letter-spacing: 1;}'
         ]
           , wmode: 'transparent'
  });

sIFR.replace(freightBigLight, {
  selector: 'h5'
    ,css: [
      '.sIFR-root { color: #49663b; letter-spacing: 1;}'
         ]
           , wmode: 'transparent'
  });