var helvatica = { src: '/flash/sifr.swf' };


sIFR.activate(helvatica);


sIFR.replace(helvatica, {
wmode: 'transparent' ,
  selector: 'h1',
  css: '.sIFR-root {  color:#000000; }'
});


sIFR.replace(helvatica, {
wmode: 'transparent' ,
  selector: 'h2',
  css: '.sIFR-root {  color:#3c3c3c; }'
});


sIFR.replace(helvatica, {
wmode: 'transparent' ,
  selector: '.ExtraLargeCopy',
  css: '.sIFR-root {  color: #000000;  display:block; text-align:center; }'
});






