var rockwell = { src: '/weblib/swf/sifr-rockwell.swf' };
sIFR.activate(rockwell);

sIFR.replace(rockwell, {
  selector: 'h1',
  wmode: 'transparent',
  css: '.sIFR-root {color:#BB8138;}',
  tuneHeight:-5,
  offsetTop:0
});

sIFR.replace(rockwell, {
  selector: '#content .sycha-static-block h2',
  wmode: 'transparent',
  css: '.sIFR-root {color:#BB8138;}',
  tuneHeight:-5,
  offsetTop:0
});

sIFR.replace(rockwell, {
  selector: '#content .top h4',
  wmode: 'transparent',
  css: '.sIFR-root {color:#BB8138;}',
  tuneHeight:-5,
  offsetTop:0
});

sIFR.replace(rockwell, {
  selector: '#sidebar h3',
  wmode: 'transparent',
  css: '.sIFR-root {color:#BB8138;}',
  tuneHeight:-5,
  offsetTop:0
});

sIFR.replace(rockwell, {
  selector: '#sidebar .featured-package h4',
  wmode: 'transparent',
  css: '.sIFR-root {color:#BB8138;}',
  tuneHeight:-5,
  offsetTop:0
});

sIFR.replace(rockwell, {
  selector: '#contact-form h4',
  wmode: 'transparent',
  css: '.sIFR-root {color:#BB8138;}',
  tuneHeight:-5,
  offsetTop:0
});

