var futuralight = {
  src: 'http://www.candelalaser.com/practice360/js/futuralight.swf',
  ratios: [9, 1.16, 16, 1.09, 24, 1.06, 37, 1.04, 74, 1.02, 1.01]
};
var futuraheavy = {
  src: 'http://www.candelalaser.com/practice360/js/futuraheavy.swf',
  ratios: [9, 1.16, 16, 1.09, 24, 1.06, 37, 1.04, 74, 1.02, 1.01]
};

sIFR.activate(futuralight, futuraheavy);

sIFR.replace(futuralight, {
  selector: 'h2,h4,h5',
  wmode:'transparent',
  css: {
      '.sIFR-root': { 'color': '#00417c', 'background-color': '#d9ecfb' }
    }
});

sIFR.replace(futuraheavy, {
  selector: 'h3.heavy',
  wmode:'transparent',
  css: {
      '.sIFR-root': { 'color': '#00417c', 'background-color': '#d9ecfb' }
    }
});

sIFR.replace(futuralight, {
  selector: '.landingContent h3.white',
  wmode:'transparent',
  css: {
      '.sIFR-root': { 'color': '#ffffff' }
    }
});


sIFR.replace(futuralight, {
  selector: 'h3',
  wmode:'transparent',
  css: {
      '.sIFR-root': { 'color': '#00417c', 'background-color': '#d9ecfb' }
    }
});



sIFR.replace(futuralight, {
  selector: '.jump_landing h1',
  wmode:'transparent',
  css: {
      '.sIFR-root': { 'color': '#ffffff', 'text-align':'center'}
    }
});