function kryska(text) {
document.writeln(
'<TABLE cellSpacing=0 cellPadding=0 border=0><TBODY>'+
'<TR><TD>&nbsp;</TD>'+
'<TD noWrap align=left width="99%">'+
'<DIV style="MARGIN-BOTTOM: 3px; MARGIN-RIGHT: 5px">'+
'<SPAN class="title">'+text+'</SPAN></DIV></TD>'+
'<TD vAlign=bottom align=right width=1 height=1 rowSpan=2>&nbsp;</TD></TR>'+
'<TR><TD width=1 bgColor=#663300 height=1><IMG height=5 src="images/1-0-0.gif" width=1></TD>'+
'<TD width=1 background=images/1-1-1.gif height=1><img border="0" src="images/0-1-0.gif" width="30" height="5"></TD></TR></TBODY></TABLE>')
}