var sifr = { src: '/scripts/sifr.swf' };


sIFR.activate(sifr);



sIFR.replace(sifr, {
  selector: '#banner1 h1',
  css: '.sIFR-root { background-color: none; color: #ffffff; font-weight:bold; letter-spacing:-1;}'
});

sIFR.replace(sifr, {
  selector: '#banner2 h1',
  css: '.sIFR-root { background-color: none; color: #6295CC; font-weight:bold; letter-spacing:-1;}'
});

sIFR.replace(sifr, {
  selector: '#banner3 h1',
  css: '.sIFR-root { background-color: none; color: #ffffff; font-weight:bold; letter-spacing:-1;}'
});


















