Event.observe(window, 'load', init, false);

function init() {
	
	$A(document.getElementsByTagName("script")).findAll( function(s) {
     return (s.src && s.src.match(/init_sifr\.js(\?.*)?$/))
   }).each( function(s) {
     path = s.src.replace(/init_sifr\.js(\?.*)?$/,'');});
	
	if(typeof sIFR == "function"){
		sIFR.replaceElement("#leftheader h2.sifr", named({sFlashSrc: path+"Hu777.swf", sColor: "#ffffff", sBgColor: "#393939"}));	
	};
}
