function show_footer() {
var path = "";
var title = window.document.title;
var h = document.location.href;
path += "\&lt;a href='"+h+"'\&gt; "+ title +" \&lt;/a\&gt;";
var link = "<span class=naviText>Mögen Sie die Seite? Dann linken Sie zu ihr:</span><br><span class=fontFaceL>" + path + "</span>";

document.write(
'<TABLE cellSpacing=0 cellPadding=0 width="100%" border=0>'+
'<TR><td width=180></td><TD align=right><a href="#">Nach oben</a></td></tr>'+
'<TR><TD height=12 background="/images/gline.gif" align=right colspan=2>&nbsp;</td></tr></table>'+
'<TABLE cellSpacing=0 cellPadding=0 width="100%" border=0><tr><td align=center>'
);
document.writeln(link);
document.write(
'</td></tr>'+
'<tr><td style="padding:5px">'+
'<table border=0 align=center><tr><td><a href="http://www.virtualuniversity.ch" target="_blank">'+
'<img border="0" src="/banners/vu_180x90.gif" width="180" height="90"></a></td>'+
'<td>-</td></tr></table>'+
'</TD></tr>'+
'<TR><TD bgColor=#006699 height=5><IMG height=5 src="images/1x1.gif" width=1 border=0></TD></TR></TABLE>'+
'<TABLE cellSpacing=0 cellPadding=20 width="100%" border=0>'+
'<TR class=colorMenuTop>'+
'<TD class=fontFaceL vAlign=top><FONT color=#ffffff>'+
'<center><a href="/toolbar/barsetup.exe" class="bottom">Die neue HTML Toolbar runterladen - kostenlos!</A><br><br>'+
'<a href="/impressum.html" class="bottom">Impressum</a>&nbsp; |&nbsp; <a href="/kontakt.html" class="bottom">Kontakt</a>&nbsp;'+
'|&nbsp; <a href="/werbung.html" class="bottom">Werbung</a>&nbsp; |&nbsp; <a href="/about.html" class="bottom">Über Uns</a> '+
'<p>Copyleft | 2004-2006 HTMLopen.de.<br>Auf der Basis von <a href="www.wikipedia.org">Wikipedia</A> und <a href="http://www.fries-websolutions.de">Fries Websolutions</A></p> </FONT> </p>'+
'</center></TD></TR></TABLE>'
);
}

show_footer();

