
if (document.layers)
{
	document.write("<layer visibility='show' " +post +" width=508 height=20 bgcolor=#ffffff><a style='color:#000000; font-family:verdana; font-size:13pt; font-weight:bold; padding:3mm'>         Championsleague - In puncto möbliert.</a></layer>");
}

if (document.getElementById && document.all)
{	
	document.all.Text.style.backgroundColor = "#e9e9e9";
	document.all.Text.filters.revealTrans.Apply();
  	document.all.Text.innerText = "         Championsleague - In puncto möbliert.";
  	document.all.Text.filters.revealTrans.Play();
}


if (document.all && !document.getElementById)
{
	stopuntillloadingie4main = "loaded";
	
}

function startie4()
{
	if (document.all && !document.getElementById)
	{	
		document.all.Text.style.backgroundColor = "#e9e9e9";
		document.all.Text.innerText = "         Championsleague - In puncto möbliert.";
		
	}
}

