function lotto(id) {
	document.getElementById(id).innerHTML = "<table style=\"text-align: left; font-size: 11px;\" class=\"jacekk_tabela\"> \
<tr> <th>Lotto <br /> 2012-01-26</th> <td>3, 6, 15, 27, 37, 48</td> </tr> \
<tr> <th>Mini Lotto <br /> 2012-01-26</th> <td>6, 12, 14, 29, 33</td> </tr> \
<tr> <th>Multi Multi (14:00) <br /> 2012-01-27 14:00</th> <td>1, 3, 13, 16, 18, 20, 24, 28, 31, 32, 40, <strong>45</strong>, 49, 54, 61, 62, 63, 64, 70, 74</td> </tr> \
<tr> <th>Multi Multi (22:00) <br /> 2012-01-26 22:15</th> <td><strong>2</strong>, 14, 15, 20, 23, 29, 31, 35, 36, 49, 54, 57, 58, 59, 60, 61, 63, 73, 76, 78</td> </tr> \
<tr> <th>Joker <br /> 2012-01-25</th> <td><strong>30</strong> <br /> \
10, 11, 42, 50</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');

