var dax = {
	src: '/files/nht/swf/dax.swf'
};

sIFR.activate(dax);

var ratios = [
	8,1.31,12,1.27,16,1.21,17,
	1.2,23,1.19,24,1.16,25,
	1.18,27,1.17,32,1.16,33,
	1.17,42,1.16,47,1.15,48,
	1.16,65,1.15,71,1.14,72,
	1.15,110,1.14,111,1.13,
	118,1.14,119,1.13,122,
	1.14,123,1.13,1.14
];

sIFR.replace(dax, {
	selector: '#page-index .col h2, #page-index #tyreselector h3',
	css: [
		'.sIFR-root { color: #000000; font-size: 17px }'
	],
	ratios: ratios,
	wmode: 'transparent'
});

sIFR.replace(dax, {
	selector: 'h2',
	css: [
		'.sIFR-root { color: #000000; font-size: 24px }'
	],
	ratios: ratios,
	wmode: 'transparent'
});

sIFR.replace(dax, {
	selector: '#content h1',
	css: [
		'.sIFR-root { color: #000000; font-size: 24px }'
	],
	ratios: ratios,
	wmode: 'transparent'
});


sIFR.replace(dax, {
	selector: '.here',
	css: [
		'.sIFR-root { color: #000000; text-align: right; font-size: 15px }'
	],
	ratios: ratios,
	wmode: 'transparent'
});
