var forgotten_futurist = { src: '/swf/forgotten_futurist.swf' };
var forgotten_futurist_bold = { src: '/swf/forgotten_futurist_bold.swf' };

sIFR.activate(forgotten_futurist, forgotten_futurist_bold);

sIFR.replace(forgotten_futurist_bold, {
  selector: 'h1',
  wmode: 'transparent',
  css: '.sIFR-root { color: #61b034; font-size:30px; line-height:30px; z-index:100; }'
});

sIFR.replace(forgotten_futurist, {
  selector: 'h2',
  wmode: 'transparent',
  css: '.sIFR-root { color: #000000; font-size:24px; line-height:24px; z-index:100; }'
});

sIFR.replace(forgotten_futurist, {
  selector: 'h3',
  wmode: 'transparent',
  css: '.sIFR-root { color: #5e5e5e; font-size:24px; line-height:24px; z-index:100; }'
});

