function GoHome()
{
	var	datum=new Date();
	document.write('<div style="text-align:center;font-size:12px" title="Zur Homepage der Golden-Valley-Ranch">'+
//		'<hr style="color:blue;height:1px;width:98%">'+
		'Copyright &copy; <a href="http://www.golden-valley-ranch.de" target="_top"'+
		'onMouseOver="window.status=\'Go to the home of Golden-Valley-Ranch\';return true;"'+
		'onMouseOut="window.status=\'\';">'+
		'Golden-Valley-Ranch</a> 1989 - '+
		datum.getFullYear()+
		'</div>');
}
