function lotto(id) {
	document.getElementById(id).innerHTML = "<table style=\"text-align: left; font-size: 11px;\" class=\"jacekk_tabela\"> \
<tr> <th>Lotto <br /> 2012-02-21</th> <td>1, 10, 24, 26, 32, 37</td> </tr> \
<tr> <th>Mini Lotto <br /> 2012-02-21</th> <td>7, 8, 11, 32, 33</td> </tr> \
<tr> <th>Multi Multi (14:00) <br /> 2012-02-22 14:00</th> <td>5, 8, 9, <strong>12</strong>, 13, 15, 16, 21, 30, 32, 33, 49, 51, 57, 60, 63, 67, 69, 73, 79</td> </tr> \
<tr> <th>Multi Multi (22:00) <br /> 2012-02-22 22:15</th> <td>2, 4, 10, 11, 13, 19, 20, 21, 22, 23, 31, 33, 37, 40, 51, 58, 67, 68, <strong>74</strong>, 77</td> </tr> \
<tr> <th>Joker <br /> 2012-02-22</th> <td><strong>16</strong> <br /> \
5, 20, 24, 34</td> </tr> \
<tr> <td colspan=\"2\" style=\"text-align:right; font-size:9px;\"><a href=\"http://jacekk.info/tools/lotto\" style=\"text-decoration:none; color:#444;\">Wstawka z  <span style=\"color:#666;\">TOOLS.JACEKK.INFO</span></a></td> </tr> \
</table>";
}

lotto('lottoid');

