	var dax = {
		src: '_sifr/sifr_dax_regular.swf'
		,ratios: [7,1.32,11,1.31,13,1.24,14,1.25,19,1.23,27,1.2,34,1.19,42,1.18,47,1.17,48,1.18,69,1.17,74,1.16,75,1.17,1.16]
	};

	// sIFR.domains = ['novemberborn.net']
	sIFR.useStyleCheck = true;
	sIFR.activate(dax);

	sIFR.replace(dax, {
		selector: '#heading h1'
		,wmode: 'transparent'
		,css: [
			'.sIFR-root { color: #ffffff; font-size: 42px; }'
			,'a { text-decoration: none; }'
			,'a:link { color: #ffffff; }'
			,'a:hover { color: #ffffff; }'
		]
	});
	sIFR.replace(dax, {
		selector: '#content-inner H2'
		,wmode: 'transparent'
		,css: [
			'.sIFR-root { color: #006699; font-size: 14px; font-weight: bold;; }'
			,'a { text-decoration: none; }'
			,'a:link { color: #006699; }'
			,'a:hover { color: #006699; }'
		]
	});
		sIFR.replace(dax, {
		selector: '#content h2.type1, #content h2.type2'
		,wmode: 'transparent'
		,css: [
			'.sIFR-root { color: #006699; font-size: 34px; margin: 0; padding: 0; }'
			,'a { text-decoration: none; }'
			,'a:link { color: #006699; }'
			,'a:hover { color: #006699; }'
		]
	});


