<!--
document.write ('<CENTER><TABLE WIDTH="800px" ALIGN="center" class="smtxt">')
document.write ('<TR>')
document.write ('<TD class="smtxt">')
document.write ('<P ALIGN="LEFT" class="smmtxt">')
document.write('&copy; 2009 Lisiak.pl</p>')
document.write ('</TD>')
document.write ('<TD>')
document.write ('<P ALIGN="RIGHT" class="smmtxt">')
document.write('Ostatnia aktualizacja strony: ')
var lastMod = document.lastModified
var tempMod = lastMod.toString()
var tempM = tempMod.substring(0,2)
var tempD = tempMod.substring(3,5)
var tempY = tempMod.substring(6,10)
document.write(tempD + '/' + tempM + '/' + tempY)
document.write ('</P>')
document.write ('</TD>')
document.write ('</TR>')
document.write ('</TABLE>')
document.write ('</CENTER>')
document.write ('</body>')
document.write ('</html>')
// -->
