var sifr = { src: '/scripts/sifr.swf' };


sIFR.activate(sifr);


sIFR.replace(sifr, {
  selector: '#home-banner h1, #further-banner h1',
  css: '.sIFR-root { background-color: none; color: #ffffff;}'
});

sIFR.replace(sifr, {
  selector: '#home-left h2, #home-services h3',
  css: '.sIFR-root { background-color: none; color: #333333;}'
});

sIFR.replace(sifr, {
  selector: '#further-left h2',
  css: '.sIFR-root { background-color: none; color: #653366;}'
});









