var archer = {src:'sifr/sifr.swf'};
sIFR.useStyleCheck = true;
sIFR.activate(archer);

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

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

sIFR.replace(archer, {
  wmode:'transparent',
  selector:'.cta',
  css:['.sIFR-root {color:#3b7f09; font-size:22px; text-align:center}']
});

sIFR.replace(archer, {
  wmode:'transparent',
  selector:'.phone',
  css:['.sIFR-root {color:#3b7f09; font-size:26px; text-align:center}']
});
