var futura = { src: '/flash/sifr.swf' };

sIFR.activate(futura);

sIFR.replace(futura, {
selector: '#headtitle h1'
      , css: [
                '.sIFR-root { color: #262262; text-transform: uppercase; font-weight: bold; font-size: 50px; }'
            ]
	, wmode: 'transparent'
	, antiAliasType: 'advanced'
	, selectable: false
});

sIFR.replace(futura, {
selector: '#box_practiceupd .title, #box_physicians .title'
      , css: [
                '.sIFR-root { color: #000000; text-transform: uppercase; font-weight: bold; }'
            ]
	, wmode: 'transparent'
	, antiAliasType: 'advanced'
	, selectable: false
});

sIFR.replace(futura, {
selector: '#homeMsg .title'
      , css: [
                '.sIFR-root { color: #667b90; text-transform: uppercase; font-weight: bold; }'
            ]
	, wmode: 'transparent'
	, antiAliasType: 'advanced'
	, selectable: false
});


