var futura = { src: '/swf/futura-heavy.swf' };
sIFR.activate(futura);

/*sIFR.replace(futura, {
  selector: '#main div.gray-title h4',
  css: '.sIFR-root { color: #333333; }',
  wmode: 'transparent'
});

sIFR.replace(futura, {
selector: '#main div.right-sidebar div.black-box div.cont h4',
css: '.sIFR-root { color: #ffffff; }',
wmode: 'transparent'
});*/

sIFR.replace(futura, {
  selector: '#main div.content h2',
  css: '.sIFR-root { color: #000000; }',
  wmode: 'transparent'
});

/*if(typeof sIFR == "function"){
	sIFR.replaceElement(named({sSelector:"#main div.gray-title h4", sFlashSrc:"/swf/futura-heavy.swf", 	sWmode:"transparent", sColor:"#333333", nPaddingTop:0, nPaddingBottom:0, sFlashVars:"textalign=left"}));
	sIFR.replaceElement(named({sSelector:"#main div.right-sidebar div.black-box div.cont h4", sFlashSrc:"/swf/futura-heavy.swf", sWmode:"transparent", sColor:"#ffffff", nPaddingTop:0, nPaddingBottom:0, sFlashVars:"textalign=left"}));
	sIFR.replaceElement(named({sSelector:"#main div.content h2", sFlashSrc:"/swf/futura-heavy.swf", sWmode:"transparent", sColor:"#000000", nPaddingTop:0, nPaddingBottom:0, sFlashVars:"textalign=left"}));
};*/