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 align=center>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="290" 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>'
);

document.writeln(link);
document.write(
'<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=250></iframe>'+
'</td></tr>'+
'<tr><td style="padding:5px" align=center>'+
'<iframe width=728 height=90 scrollbars="no" scrolling="no" frameborder=0 src=/banners/bottom.html></iframe>'+
'</TD></tr>'+
'<TR><TD bgColor="red" 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><center><FONT color=#ffffff>'+
'<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="http://www.affiliads.net/cgi-bin/new_agent.pl?camp_id=336" class="bottom">Affiliate</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 PCopen.de.<br>Auf der Basis von <a href="www.wikipedia.org"><font color=white>Wikipedia</font></A></p>'+
'</center></TD></TR></TABLE>'
);
}

show_footer();

