function bottomLine(home,up,impressum){	var s = "";		if (document.lastModified)	{		var d = new Date(document.lastModified);				if (d.toUTCString)		{			s += d.toUTCString();		}		else		{			s += d;		}		s += "&nbsp;-&nbsp;";	}		document.write('<P>&nbsp;</P><HR><P CLASS="UPDATE">'+s+'<A HREF="mailto:webmaster@snailshell.de?subject='+location.href+'">webmaster@snailshell.de</A>');		up = up ? "../" : "";	if (!impressum)	{		document.write('&nbsp;-&nbsp;<A HREF="' + up + 'impressum.html">Impressum</A>');	}		if (home)	{		document.write('&nbsp;-&nbsp;<A HREF="' + up + 'index.html">Home</A>');	}			document.writeln('</P>');}
