	
	var thesans = {
		src: '/swf/thesans.swf'
	};
	
	sIFR.useStyleCheck = true;
	sIFR.activate(thesans);

	sIFR.replace(thesans,
	{
		selector: 'h1.sifr'
		,wmode : 'transparent'
		,css: [
		'.sIFR-root { color: #e51e27; font-weight: bold; font-size: 20px; line-height: 20px; }'
		,'.sIFR-root em {  font-style: italic; }'
		]
	});
	sIFR.replace(thesans,
	{
		selector: 'h2.sifr'
		,wmode : 'transparent'
		,css: [
		'.sIFR-root { color: #e51e27; font-weight: bold; font-size: 20px; line-height: 20px; }'
		,'.sIFR-root em {  font-style: italic; }'
		]
	});
		
	sIFR.replace(thesans,
	{
		selector: 'h5.sifr'
		,wmode : 'transparent'
		,css: [
		'.sIFR-root { color: #e51e27; font-weight: bold; font-size: 15px; line-height: 20px; }'
		,'.sIFR-root em {  font-style: italic; }'
		]
	});