
var futuramd = { src: 'futuramd.swf' };
sIFR.activate(futuramd);

sIFR.replace(futuramd, {
  selector: 'h1',
  css: '.sIFR-root { font-weight: normal; line-height:normal; color: #0442AF; font-size: 20px; text-transform: uppercase; }',
	wmode: 'transparent'
});
sIFR.replace(futuramd, {
  selector: 'h4',
  css: '.sIFR-root { font-weight: normal; line-height:normal; color: #0442AF; font-size: 15px; margin:0 0 10px 0; padding:0; text-transform: uppercase; }',
	wmode: 'transparent'
});

