// horizontale Linie
document.writeln("<br><br><hr style=\"width: 100%; height: 2px;\">");

// hervorgehobene Links ( Rot = RGB[243,39,39] )
//document.writeln("<style fprolloverstyle>A:hover {color: #F32727; font-weight: bold}</style>");
document.writeln("<style fprolloverstyle>A:hover {color: #F32727}</style>");

// Zeile mit: 'letzter Änderung' (linksbuendig)
//            noch nix           (zentriert)
//            Mail an Webmaster  (rechtsbuendig)
//tableDef  = "<font face=\"Verdana\">"
tableDef  = "<table border=0 width=100% align=\"center\"> ";
tableDef += "  <tr><td align=\"left\"    width=45%><font face=\"Verdana\"><small><i><b>Last modified:</b></i> "+document.lastModified+"</small></font></td> ";
tableDef += "      <td align=\"center\"><font face=\"Verdana\"><small></small></font></td> ";
tableDef += "      <td align=\"right\"   width=30%><small><a href=\"mailto:web-support@bonn-bandits.de\"><font face=\"Verdana\">Mail an den Webmaster</font></small></td> ";
tableDef += "  </tr>";
tableDef += "</table>";
//tableDef  = "</font>"
document.writeln(tableDef);
