init = function(){
if(document.getElementById('hb')){
	fl = "<div><object type=\"application/x-shockwave-flash\" data=\"/layout/appz/flashfader.swf\" height=\"168\" width=\"256\" id=\"object\">";
	fl += "<param name=\"bgcolor\" value=\"#F9E4CF\" />";
	fl += "<param name=\"movie\" value=\"/layout/appz/flashfader.swf\" />";
	fl += "<param name=\"FlashVars\" value=\"path2xml=/files/fotos/start/home/home-ss.xml\" />";
	fl += "<param name=\"quality\" value=\"high\" />";
	fl += "</object></div>";
	if(document.getElementById('spot').outerHTML){
		document.getElementById('spot').outerHTML = fl;
		}
	else{
		document.getElementById('hb').removeChild(document.getElementById('hb').firstChild);
		document.getElementById('hb').innerHTML = fl + document.getElementById('hb').innerHTML;
		}
	}
}
window.onload = init;
