function goreplace(sifrPath)
{
	var dinbold = {
	src: sifrPath+'din-bold.swf'
	,ratios: [6,1.32,7,1.35,8,1.31,9,1.28,10,1.26,11,1.25,12,1.24,13,1.23,14,1.25,15,1.23,16,1.23,17,1.22,18,1.21,19,1.21,20,1.2,21,1.21,22,1.2,23,1.2,24,1.2,25,1.19,26,1.19,27,1.18,28,1.19,29,1.19,30,1.19,31,1.19,32,1.18,33,1.18,34,1.19,35,1.18,36,1.18,37,1.18,38,1.18,39,1.18,40,1.17,41,1.18,42,1.18,43,1.17,44,1.17,45,1.17,46,1.17,47,1.17,48,1.18,49,1.17,50,1.17,51,1.17,52,1.17,53,1.17,54,1.17,55,1.17,56,1.17,57,1.17,58,1.17,59,1.17,60,1.17,61,1.16,62,1.17,63,1.17,64,1.17,65,1.17,66,1.16,67,1.16,68,1.17,69,1.17,70,1.16,71,1.16,72,1.16,73,1.16,74,1.16,75,1.17,76,1.16,77,1.16,78,1.16,79,1.16,80,1.16,81,1.16,82,1.16,83,1.16,84,1.16,85,1.16,86,1.16,87,1.16,88,1.16,89,1.16,90,1.16,91,1.16,92,1.16,93,1.16,94,1.16,95,1.16,96,1.16,97,1.16,98,1.16,99,1.16,100,1.16,101,1.16,102,1.16,103,1.16,104,1.16,105,1.16,106,1.16,107,1.16,108,1.16,109,1.16,110,1.16,111,1.16,113,1.16,114,1.16,115,1.16,116,1.16,117,1.16,118,1.16,119,1.16,120,1.16,121,1.16,122,1.16,123,1.16,124,1.16,1.16]
	};

	var dinregular = {
	src: sifrPath+'din-regular.swf'
	,ratios: [6,1.41,7,1.35,8,1.33,9,1.31,10,1.29,11,1.27,12,1.29,13,1.27,14,1.26,15,1.25,16,1.25,17,1.23,18,1.25,19,1.24,20,1.23,21,1.23,22,1.22,23,1.24,24,1.23,25,1.22,26,1.22,27,1.21,28,1.21,29,1.22,30,1.22,31,1.21,32,1.21,33,1.21,34,1.2,35,1.21,36,1.21,37,1.21,38,1.21,39,1.2,40,1.2,41,1.21,42,1.2,43,1.2,44,1.2,45,1.2,46,1.21,47,1.2,48,1.2,49,1.2,50,1.2,51,1.19,52,1.2,53,1.2,54,1.2,55,1.2,56,1.19,57,1.19,58,1.2,59,1.2,60,1.19,61,1.19,62,1.19,63,1.19,64,1.19,65,1.19,66,1.19,67,1.19,68,1.19,69,1.2,70,1.19,71,1.19,72,1.19,73,1.19,74,1.19,75,1.19,76,1.19,77,1.19,78,1.19,79,1.19,80,1.19,81,1.19,82,1.19,83,1.19,84,1.19,85,1.19,86,1.19,87,1.19,88,1.19,89,1.19,91,1.19,92,1.19,93,1.19,94,1.19,95,1.19,96,1.19,97,1.18,98,1.19,99,1.19,100,1.19,101,1.19,102,1.19,103,1.18,104,1.19,105,1.19,106,1.19,107,1.19,108,1.18,109,1.19,110,1.19,111,1.19,112,1.19,113,1.18,114,1.18,115,1.19,116,1.19,117,1.18,118,1.18,119,1.18,120,1.18,121,1.19,122,1.18,123,1.18,124,1.18,1.18]
	};
	
	sIFR.debugMode = true;
	sIFR.delayCSS  = true;

	sIFR.activate(dinbold, dinregular);

	sIFR.replace(dinbold, {
	selector: 'h1'
	,css: [
		'.sIFR-root { color:#118D35;}'
	]
	,wmode:'transparent'
	});
		
		
/*
		// needs to be decided
		sIFR.replace({
		selector: '.page-bi-column h2'
		,src: sifrPath+'din-regular.swf'
		,css: [
			'.sIFR-root h2 { color:#118D35; }'
		]
			,filters: {
			DropShadow: {
			knockout: false
			,distance: 1
			,color: '#118D35'
			,strength: 2
			}
		}
		});

*/
        //fix unit 0496224 
		sIFR.replace(dinbold, {
			selector: '.left ul li a'
			,css: [
			'.sIFR-root {color:#656262;font-size:14px;text-decoration:underline;margin-bottom:2px; }' 
			]
			,wmode:'transparent'
		});
		
		sIFR.replace(dinbold, {
			selector: '.right ul li'
			,css: [
			'.sIFR-root {color:#656262;}' 
			]
			,wmode:'transparent'
		});
		//end fix unit 0496224

		
		/* sIFR.replace(dinbold, {selector: 'h2,h3'}); */

/*		// temporarily solved by using a bg image in css, but should be a fully nice web 2.0 sIFR object
		sIFR.replace( dinbold,{
		selector: '.left h4, .right h4'
		,css: [
			'.sIFR-root { color:#118D35;text-align:left;font-weight:bold;}'
		]
		,wmode:'transparent'
		,filters: {
			Glow: {
			knockout: false
			,distance: 2
			,color: '#ffffff'
			,strength: 2
			}			
		}
		});
*/		

/*
		// temporarily solved by using a bg image in css, but should be a fully nice two tone sIFR object
		sIFR.replace( dinbold,{
		selector: 'a.center h4'
		,css: [
			'.sIFR-root { color:#118D35;text-align:center;font-weight:bold;}'
		]
		,wmode:'transparent'
		,filters: {
			Glow: {
			knockout: false
			,distance: 2
			,color: '#ffffff'
			,strength: 5
			}			
		}
		});
*/		
}