var helvetica = {  
src: '/flash/sifr.swf'  
}; 

sIFR.activate(helvetica);
/*
sIFR.replace(helvetica, {
  selector: '.helvetica',
  wmode: 'transparent',
  css: ['.sIFR-root { color: #fefefe; font-size: 45px; kerning:true;}']

});*/
sIFR.replace(helvetica, {
  selector: '#box_content h1',
  wmode: 'transparent',
  css: '.sIFR-root { color: #555555; font-size: 27px; kerning:true; line-height:0.5em;}'

});
