var serifgothic = {
src: '/flash/serifgothic.swf'
};

sIFR.activate(serifgothic);

sIFR.replace(serifgothic, {
	selector: '.green',
	forceSingleLine: true,
	wmode: 'transparent',
	fitExactly: true,
	offsetLeft: 0,
	offsetTop: 0,
	css: ['.sIFR-root {color:#008b92;font-weight:bold}']
});

sIFR.replace(serifgothic, {
	selector: '.serifgothic',
	forceSingleLine: true,
	wmode: 'transparent',
	fitExactly: true,
	offsetLeft: 0,
	offsetTop: 0,
	css: ['.sIFR-root {color:#666666;font-weight:bold}']
});