	var tempsitc = { src: 'tempsitc.swf' };
	var kalinga = { src: 'kalinga.swf' };
	
	sIFR.activate(tempsitc, kalinga); // From revision 209 and onwards
	
	sIFR.replace(tempsitc, {
	  selector: 'h1',
	   css: '.sIFR-root { background-color: transparent; color: #3f9a0a; }'
	});
	

	sIFR.replace(tempsitc, {
	  selector: '#nav3 h3',
	   css: '.sIFR-root { background-color: transparent; color: #f00001; }'
	   ,wmode: 'transparent'
	});
