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>135490</b></td>");
document.writeln("<td width='108' valign='top' class='form'><i>Mayka ;)</i></td>");
document.writeln("<td valign='top' class='form'>19:08 - 05.03.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>106270</b></td>");
document.writeln("<td width='108' valign='top' class='form'><i>de_naturat</i></td>");
document.writeln("<td valign='top' class='form'>02:34 - 22.12.2002</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>59640</b></td>");
document.writeln("<td width='108' valign='top' class='form'><i>Fox</i></td>");
document.writeln("<td valign='top' class='form'>01:08 - 06.01.2003</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>53070</b></td>");
document.writeln("<td width='108' valign='top' class='form'><i>majim</i></td>");
document.writeln("<td valign='top' class='form'>03:21 - 08.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>48000</b></td>");
document.writeln("<td width='108' valign='top' class='form'><i>Paciory</i></td>");
document.writeln("<td valign='top' class='form'>01:37 - 20.04.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>45320</b></td>");
document.writeln("<td width='108' valign='top' class='form'><i>Darek</i></td>");
document.writeln("<td valign='top' class='form'>20:52 - 16.08.2003</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>37410</b></td>");
document.writeln("<td width='108' valign='top' class='form'><i>Marcin.O</i></td>");
document.writeln("<td valign='top' class='form'>01:40 - 11.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>34650</b></td>");
document.writeln("<td width='108' valign='top' class='form'><i>Mayka ;)</i></td>");
document.writeln("<td valign='top' class='form'>20:54 - 21.02.2003</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>33410</b></td>");
document.writeln("<td width='108' valign='top' class='form'><i>Marek</i></td>");
document.writeln("<td valign='top' class='form'>12:57 - 02.10.2003</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>33230</b></td>");
document.writeln("<td width='108' valign='top' class='form'><i>Sprytny Żbik</i></td>");
document.writeln("<td valign='top' class='form'>23:13 - 20.03.2003</td>");
document.writeln("</tr>");
document.writeln("</table>");
}
