function displayScores(sClassName) {
document.writeln("<table width='100%' class=' + sClassName + '>");
document.writeln("<tr><td valign='top' width='10' class='formg'><b>Lp.</b></FONT></td>");
document.writeln("<td width='60' valign='top' class='formg'><b>Punkty</b></td>");
document.writeln("<td width='108' valign='top' class='formg'><b>Imiê</b></td>");
document.writeln("<td valign='top' class='formg'><b>Godzina i Data</b></td>");
document.writeln("</tr>");
document.writeln("<tr><td valign='top' width='10' class='form'><b><FONT COLOR=''>1.</b></FONT></td>");
document.writeln("<td width='60' valign='top' class='form'><b>9940</b></td>");
document.writeln("<td width='108' valign='top' class='form'><i>LORENCO</i></td>");
document.writeln("<td valign='top' class='form'>00:11 - 24.01.2003</td>");
document.writeln("</tr>");
document.writeln("<tr><td valign='top' width='10' class='form'><b><FONT COLOR=''>2.</b></FONT></td>");
document.writeln("<td width='60' valign='top' class='form'><b>9936</b></td>");
document.writeln("<td width='108' valign='top' class='form'><i>LORENCO</i></td>");
document.writeln("<td valign='top' class='form'>00:26 - 09.10.2004</td>");
document.writeln("</tr>");
document.writeln("<tr><td valign='top' width='10' class='form'><b><FONT COLOR=''>3.</b></FONT></td>");
document.writeln("<td width='60' valign='top' class='form'><b>9932</b></td>");
document.writeln("<td width='108' valign='top' class='form'><i>LORENCO</i></td>");
document.writeln("<td valign='top' class='form'>00:41 - 02.10.2004</td>");
document.writeln("</tr>");
document.writeln("<tr><td valign='top' width='10' class='form'><b><FONT COLOR=''>4.</b></FONT></td>");
document.writeln("<td width='60' valign='top' class='form'><b>9928</b></td>");
document.writeln("<td width='108' valign='top' class='form'><i>Marcin</i></td>");
document.writeln("<td valign='top' class='form'>16:26 - 03.09.2003</td>");
document.writeln("</tr>");
document.writeln("<tr><td valign='top' width='10' class='form'><b><FONT COLOR=''>5.</b></FONT></td>");
document.writeln("<td width='60' valign='top' class='form'><b>9928</b></td>");
document.writeln("<td width='108' valign='top' class='form'><i>Madzia</i></td>");
document.writeln("<td valign='top' class='form'>10:51 - 01.08.2003</td>");
document.writeln("</tr>");
document.writeln("<tr><td valign='top' width='10' class='form'><b><FONT COLOR=''>6.</b></FONT></td>");
document.writeln("<td width='60' valign='top' class='form'><b>9926</b></td>");
document.writeln("<td width='108' valign='top' class='form'><i>Jack</i></td>");
document.writeln("<td valign='top' class='form'>02:13 - 25.11.2004</td>");
document.writeln("</tr>");
document.writeln("<tr><td valign='top' width='10' class='form'><b><FONT COLOR=''>7.</b></FONT></td>");
document.writeln("<td width='60' valign='top' class='form'><b>9926</b></td>");
document.writeln("<td width='108' valign='top' class='form'><i>leszek</i></td>");
document.writeln("<td valign='top' class='form'>01:43 - 10.02.2004</td>");
document.writeln("</tr>");
document.writeln("<tr><td valign='top' width='10' class='form'><b><FONT COLOR=''>8.</b></FONT></td>");
document.writeln("<td width='60' valign='top' class='form'><b>9924</b></td>");
document.writeln("<td width='108' valign='top' class='form'><i>LORENCO</i></td>");
document.writeln("<td valign='top' class='form'>22:24 - 11.10.2004</td>");
document.writeln("</tr>");
document.writeln("<tr><td valign='top' width='10' class='form'><b><FONT COLOR=''>9.</b></FONT></td>");
document.writeln("<td width='60' valign='top' class='form'><b>9924</b></td>");
document.writeln("<td width='108' valign='top' class='form'><i>LORENCO</i></td>");
document.writeln("<td valign='top' class='form'>23:06 - 25.09.2004</td>");
document.writeln("</tr>");
document.writeln("<tr><td valign='top' width='10' class='form'><b><FONT COLOR=''>10.</b></FONT></td>");
document.writeln("<td width='60' valign='top' class='form'><b>9922</b></td>");
document.writeln("<td width='108' valign='top' class='form'><i>Piotr</i></td>");
document.writeln("<td valign='top' class='form'>14:21 - 15.09.2005</td>");
document.writeln("</tr>");
document.writeln("</table>");
}
