var HK = "'";
document.write('<br><p align="center">');
T = HK + 'Excel!' + HK;	
document.write('<br>');
document.write('<br>');


Begriff = document.URL;
if (Begriff.substr(29,5) == "excel")
{
	document.write('<p align="center"></p>');
	document.write('<br><br>');
}


if(!parent.main) 
  	location.href="../index.html?" + location.pathname;
  	


