update = new Date(document.lastModified);
theMonth = update.getMonth() + 1;
theDate = update.getDate();
theYear = update.getFullYear();
document.write("\
<div style='clear: both;'></div>\
<hr />\
<div class='sskFooter'>\
(c) Petr Korviny, Kateřina Slaninová 2011\
<br>\
Naposledy upraveno: \
" + theDate + "." + theMonth + "." + theYear + "</div>");

