function GoHome()
{
	var	datum=new Date();
	document.write('<div style="text-align:center;font-size:12px" title="Zur Homepage der 4Us"><hr style="color:blue;height:1px;width:98%">'+
		'Copyright &copy; <a href="http://www.michael-ullmann.de" target="_top"'+
		'onMouseOver="window.status=\'Go to the 4 Us &amp; MaD home\';return true;"'+
		'onMouseOut="window.status=\'\';">'+
		'MaD(Mike and Daughters)</a> 1990-'+
		datum.getFullYear()+
		'</div>');
}