function footer()

{
var doc=this.document;

doc.open();
doc.writeln("<br><br><br><br>");
doc.writeln("<TABLE align=center border=0>");
doc.writeln("<TR><TD align=center width='100%'>");
doc.writeln("<center><font face='arial narrow, arial, helvetica' color='#777777' size=-4>");
doc.writeln("<a href='../../index.htm' target='_top'>Zur Startseite</a> - Letzte &Auml;nderung : 24.10.2000<br>");
doc.writeln("&#169 2000 HBC-radiomatic - design & concept:");
doc.writeln("Digital Art & Animation / www.daa-direkt.de</center>");
doc.writeln("</TD></TR>");
doc.writeln("</TABLE>");
doc.close();
return true;
}







function header()
{
doc=this.document;
doc.open();
doc.writeln("<BODY LINK='#222222' VLINK='#222222' ALINK='#222222' text='#000000' BGCOLOR='#ffffff'>");
doc.writeln("<br><script language=javascript>");
doc.writeln("window.onerror=fehler;");
doc.writeln("function fehler(){return true;}");
doc.writeln("</script>");
doc.close();
return true;

}








