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

sIFR.activate(jd);

sIFR.replace(jd, {
	css: [
		'.sIFR-root { display: block; }',
		'a { color: #969696; }',
		'a:hover { color: #969696; }'
	],
	forceSingleLine: true,
	selector: 'ul.navigation li.inactive',
	tuneHeight: -9,
	tuneWidth: 1,
	wmode: 'transparent'
});
sIFR.replace(jd, {
	css: [
		'.sIFR-root { display: block; }',
		'a { color: #2498c9; }',
		'a:hover { color: #2498c9; }'
	],
	forceSingleLine: true,
	selector: 'ul.navigation li.active',
	tuneHeight: -9,
	tuneWidth: 1,
	wmode: 'transparent'
});
sIFR.replace(jd, {
	css: '.sIFR-root { color: #191919; display: block; }',
	forceSingleLine: true,
	offsetTop: -5,
	selector: 'p.large-text',
	tuneHeight: -6,
	tuneWidth: 1,
	wmode: 'transparent'
});
sIFR.replace(jd, {
	css: '.sIFR-root { color: #999999; display: block; }',
	forceSingleLine: true,
	offsetTop: -2,
	selector: 'p.medium-text',
	tuneHeight: -6,
	tuneWidth: 1,
	wmode: 'transparent'
});
sIFR.replace(jd, {
	css: '.sIFR-root { color: #a0cb0a; display: block; }',
	forceSingleLine: true,
	offsetTop: -2,
	selector: '#top-content a',
	tuneHeight: -6,
	tuneWidth: 1,
	wmode: 'transparent'
});