function lotto(id) {
	document.getElementById(id).innerHTML = "<table style=\"text-align: left; font-size: 11px;\" class=\"jacekk_tabela\"> \
<tr> <th>Lotto <br /> 2010-09-02</th> <td>5, 7, 30, 33, 36, 47</td> </tr> \
<tr> <th>Mini Lotto <br /> 2010-09-02</th> <td>1, 3, 13, 16, 39</td> </tr> \
<tr> <th>Multi Multi (14:00) <br /> 2010-09-03 14:00</th> <td>4, 5, 14, 24, 28, <strong>30</strong>, 33, 34, 40, 43, 44, 46, 47, 58, 68, 71, 74, 77, 78, 80</td> </tr> \
<tr> <th>Multi Multi (22:00) <br /> 2010-09-02 22:15</th> <td>4, 7, 9, 12, 13, 15, 17, 20, 24, 29, 41, 47, 48, 51, 53, 58, 68, <strong>75</strong>, 77, 78</td> </tr> \
<tr> <th>Joker <br /> 2010-09-01</th> <td><strong>2</strong> <br /> \
6, 31, 33, 46</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');
