var ffont = {   src: '/flash/centuryg.swf' };
sIFR.delayCSS  = true;
sIFR.activate(ffont);

var color = '#6f3e39';
var colorh = color;

sIFR.replace(ffont, {
	selector: 'h2'
	,css:
		[
		'.sIFR-root { font-weight: bold; color: '+color+'; text-transform: uppercase; }',
		,'a { color: '+colorh+'; text-decoration: none; cursor: pointer; }'
		,'a:link { color: '+color+'; }'
		,'a:hover { color: '+colorh+'; }'
		]
	,wmode: 'transparent'
});

var color = '#38766d';
var colorh = color;

sIFR.replace(ffont, {
	selector: '#news h3,#sidebarContent h3,#quickLinks h3,.contactForm legend span,#calcLoanResults h3'
	,css:
		[
		'.sIFR-root { font-weight: bold; color: '+color+'; text-transform: uppercase; } em { font-style: normal; font-weight: normal; }',
		,'a { color: '+colorh+'; text-decoration: none; cursor: pointer; }'
		,'a:link { color: '+color+'; }'
		,'a:hover { color: '+colorh+'; }'
		]
	,wmode: 'transparent'
});
