function lotto(id) {
	document.getElementById(id).innerHTML = "<table style=\"text-align: left; font-size: 12px;\" class=\"lotto_tabela\"> \
<tr> <th>Lotto <br /> 2010-09-04</th> <td>2, 14, 15, 22, 39, 49</td> </tr> \
<tr> <th>Mini Lotto <br /> 2010-09-04</th> <td>1, 17, 23, 29, 41</td> </tr> \
<tr> <th>Multi Multi (14:00) <br /> 2010-09-05 14:00</th> <td>5, 6, 11, <strong>17</strong>, 19, 23, 28, 29, 36, 45, 49, 52, 53, 58, 61, 64, 65, 73, 74, 77</td> </tr> \
<tr> <th>Multi Multi (22:00) <br /> 2010-09-05 22:15</th> <td>1, 4, 5, 7, 12, 15, 16, 17, 20, 23, 28, <strong>33</strong>, 35, 38, 39, 45, 53, 58, 64, 65</td> </tr> \
<tr> <th>Joker <br /> 2010-09-03</th> <td><strong>25</strong> <br /> \
5, 30, 32, 38</td> </tr> \
<tr> <td colspan=\"2\" style=\"text-align:right; font-size:9px;\"><a href=\"http://www.lottosystems.pl\" style=\"text-decoration:none; color:#444;\">  <span style=\"color:#666;\">Lotto</span></a></td> </tr> \
</table>";
}

lotto('lottoid');
