var futura_book = {
  src: 'http://bestbuyinc.com/assets/_swf/futura_book.swf'
  ,ratios:[6,1.24,11,1.13,12,1.12,21,1.07,29,1.04,30,1.05,49,1.03,53,1.02,54,1.03,74,1.02,77,1.01,78,1.02,83,1.01,84,1.02,89,1.01,90,1.02,95,1.01,96,1.02,1.01]
};

var futura_bold = {
  src: 'http://espanol.bestbuy.com/img/bestbuy/ES_79948.swf'
  ,ratios:[6,1.24,11,1.13,12,1.12,21,1.07,29,1.04,30,1.05,49,1.03,53,1.02,54,1.03,74,1.02,77,1.01,78,1.02,83,1.01,84,1.02,89,1.01,90,1.02,95,1.01,96,1.02,1.01]
};

var futura_light = {
  src: 'http://espanol.bestbuy.com/img/bestbuy/ES_79949.swf'
  ,ratios:[6,1.24,11,1.13,12,1.12,21,1.07,29,1.04,30,1.05,49,1.03,53,1.02,54,1.03,74,1.02,77,1.01,78,1.02,83,1.01,84,1.02,89,1.01,90,1.02,95,1.01,96,1.02,1.01]
};

sIFR.activate(futura_book, futura_bold, futura_light); // From revision 209 and onwards

sIFR.replace(futura_bold, {
  selector: '.title h1'
  ,wmode: 'transparent'
  ,css: [
      '.sIFR-root { color: #000000; }'
    ]
});

sIFR.replace(futura_light, {
  selector: 'h1'
  ,wmode: 'transparent'
  ,css: [
      '.sIFR-root { color: #ffffff; }'
    ]
});

sIFR.replace(futura_light, {
  selector: 'h2.light'
  ,wmode: 'transparent'
  ,css: [
      '.sIFR-root { color: #0035ad; }'
    ]
});

sIFR.replace(futura_book, {
  selector: 'h2'
  ,wmode: 'transparent'
  ,css: [
      '.sIFR-root { color: #0035ad; }'
    ]
});


sIFR.replace(futura_bold, {
  selector: 'h3'
  ,wmode: 'transparent'
  ,css: [
      '.sIFR-root { color: #333333; }'
    ]
});


sIFR.replace(futura_book, {
  selector: 'h4'
  ,wmode: 'transparent'
  ,css: [
      '.sIFR-root { color: #0035ad; }'
    ]
});
