footNote = '   ' +
' <div class="footNote">    ' +
' '+
' <B>&copy; Třanovice služby, o.p.s.</B>     ' +
' <BR>'+
' http://ops.tranovice.org     ' +
' <BR>    '+
' e-mail: ops@tranovice.org     ' +
' <BR>    '+
' '+
' Datum aktualizace:      ' +
' 	'+
'        <SCRIPT LANGUAGE="JavaScript">	'+
'	'+
'               dat = document.lastModified;'+
'	'+
'                document.write(dat.substring(3,5));	'+
'	'+
'                document.write(".");	'+
'	'+
'                document.write(dat.substring(0,2));	'+
'	'+
'                document.write(".20");	'+
'	'+
'                document.write(dat.substring(8,10));	'+
'	'+
'        </SCRIPT> </div>';


document.write(footNote);