///////////////////////////////////////////////////////////
// fuss.js
//
// generiert den Fussbalken für alle Seiten des "Eisenbahn Club IBM "
// erstellt durch Ulrich Abderhalden, 03.05.2005
///////////////////////////////////////////////////////////
document.writeln ('<TR>')
document.writeln ('<TD class="blockBottom" colspan="3">')
document.writeln (' <DIV class="elementBottomStandard">')
document.writeln ('<P class="textsmall">')
document.writeln ('<script language="JavaScript" type="text/javascript">')
document.writeln ('document.write("Letzte Änderung " + document.lastModified)')
document.writeln ('</script>')
document.writeln ('&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;Eisenbahn Club IBM , eine Sektion des IBM Club Zürich') 
document.writeln ('</P>')
document.writeln ('<P class="textsmall">')
document.writeln ('Kontakt: <a href="mailto:eci@blueclub.ch?subject=Eisenbahn Club IBM">eci@blueclub.ch</a>') 
document.writeln ('</P>')
document.writeln ('</DIV>')
document.writeln ('</TD>')
document.writeln ('</TR>')


