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=left><b><font face=verdanda>Die neueste Seminare:</font></b><br><iframe frameborder=0 width="100%" height="250" src="http://www.web-set.com/seminare/besucher.php?style=&action=find_seminars&status=last" scrollbars=0 scrolling="no"></iframe>'+
'<TR><td width=180></td><TD align=right></td></tr>'+
'<TR><TD height=12 background="/images/gline.gif" align=right colspan=2>&nbsp;</td></tr></table><br>'
);

document.writeln(link);

document.write(
'<br><TABLE cellSpacing=0 cellPadding=0 width="100%" border=0><TR><TD align=center>'+
'<iframe src="/banners/templates.html" frameborder=0 scrolling="no" width=900 height=300></iframe><br>'+
'<iframe width=728 height=100 scrollbars="no" scrolling="no" frameborder=0 src="/banners/bottom.html"></iframe><br>'+
'</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();

