var futura_heavy = {
  src: './swf/futura_heavy.swf'
};

sIFR.activate(futura_heavy); // From revision 209 and onwards

sIFR.replace(futura_heavy, {
  selector: 'div#content div#text h1'
  ,wmode: 'transparent'
  ,css: [
      '.sIFR-root { color: #ffffff; }'
	  ]
});
