
<!-- // JavaScript Code - footer
var last = document.lastModified

document.writeln("<div align=center>");
document.writeln("<small>");
document.writeln("&copy; 2000 Copyrights Zespół Szkół im.O.Langego w Białym Borze <br>");

document.writeln("e-mail: <B><A href=\"mailto:zserbial@poczta.onet.pl\">zserbial@poczta.onet.pl</A></B><br>");
document.write("ostatnia modyfikacja:");
if (last == 0)
	document.write("nieznana");
else
	document.write(last);
document.writeln("</small></div>");
// end of footer -->



