var chaparral = {
	src: '/flash/chaparral.swf'
}

sIFR.activate(chaparral)

sIFR.replace(
	chaparral,
	{
		selector: '#home_nav a strong',
		css: '.sIFR-root { color: #ffffff; }',
		ratios: [9,1.16,16,1.09,24,1.06,37,1.04,74,1.02,1.01],
		wmode: 'transparent',
		fitExactly: true,
		tuneHeight: -7,
		thickness: -75
	}
);

sIFR.replace(
	chaparral,
	{
		selector: '#in_the_news',
		css: '.sIFR-root { color: #547071; text-align: center; text-transform: uppercase; }',
		ratios: [9,1.16,16,1.09,24,1.06,37,1.04,74,1.02,1.01],
		wmode: 'transparent',
		fitExactly: true,
		tuneHeight: -7,
		thickness: -75
	}
);

