var BellGothic = {
  src: '/images/sIFR/BellGothic.swf'
  , ratios: [8,1.41,10,1.32,11,1.31,15,1.29,19,1.28,26,1.25,31,1.24,37,1.23,41,1.22,42,1.23,53,1.22,91,1.21,93,1.2,95,1.21,98,1.2,99,1.21,103,1.2,104,1.21,1.2]
};

sIFR.useStyleCheck = true;
sIFR.activate(BellGothic);

 sIFR.replace(BellGothic, {
    selector: 'h1,h2'
	,css: {
     '.sIFR-root': { 'font-size': '3.6em', 'color': '#1C1C1C', 'text-transform': 'capitalize' }
   },
   wmode: 'transparent'
  });
