
var sifr = { src: '/scripts/sifr.swf' };
sIFR.activate(sifr);


sIFR.replace(sifr, {
  selector: '#home-boxes h1',
  css: '.sIFR-root { background-color: none; color: #666666;}'
});

sIFR.replace(sifr, {
  selector: '#home-boxes .middle-box h2',
  css: '.sIFR-root { background-color: none; color: #666666;}'
});

sIFR.replace(sifr, {
  selector: '#home-boxes .home-box2 h2',
  css: '.sIFR-root { background-color: none; color: #666666;}'
});

sIFR.replace(sifr, {
  selector: '#further-right h1',
  css: '.sIFR-root { background-color: none; color: #666666;}'
});

sIFR.replace(sifr, {
  selector: '#further-right h2.prices-title',
  css: '.sIFR-root { background-color: none; color: #666666;}'
});









