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

sIFR.replace(sifr, {
  selector: 'h1',
  css: [
  '.sIFR-root { font-size:30px; color:#00337f; }'
  ],
  wmode: 'transparent'
});

sIFR.replace(sifr, {
  selector: '#contactinfo h2',
  css: [
  '.sIFR-root { font-size:30px; color:#ffae00; }'
  ],
  wmode: 'transparent'
});