//here's the sIfr
//code for the h1 tags
var FuturaBold = {  src: 'FuturaBold.swf' };
sIFR.activate(FuturaBold);
sIFR.replace(FuturaBold, {
  selector: 'h1', 
  wmode: 'transparent', 
  src: 'FuturaBold.swf', 
  css: [ '.sIFR-root {color:#4baa57; font-size: 21px; font-weight: bold;}'  ]
});

