function ShowTopOfJackpots() {
document.write ("<center><table class=TBLFeed1 width=100%% border=0 cellspacing=0 cellpadding=0><tr><td class=TDBorder>");
document.write ("<table class=TBLFeed2 width=100%% border=0 cellspacing=1 cellpadding=2>");
document.write ("<td align=CENTER colspan=4 class=TDTitle><b>Minnesota Lottery Jackpots</b></td></tr>");
document.write ("<tr align=LEFT><td width=26%% class=TDRowTitle><b>Game</b></td>");
document.write ("<td width=28%% class=TDRowTitle><b>Jackpot</b></td>");
document.write ("<td width=28%% class=TDRowTitle><b>Change</b></td>");
document.write ("<td width=18%% class=TDRowTitle align=CENTER><b>Draw Date</b></td></tr>");
}
function ShowBottomOfJackpots() {
document.write ("<tr align=LEFT><td class=TDRow1><A class=LK3 href=\"JAVASCRIPT:ShowJackpotHist('101')\">Powerball</A></td>");
document.write ("<td class=TDRow1>$15.00 Million</td>");
document.write ("<td class=TDRow1><img align=LEFT src=\"http://www.lottostrategies.com/images/down.gif\">$26.00 Million</td>");
document.write ("<td align=CENTER class=TDRow1><code>WED 04/04</code></td></tr>");
document.write ("<tr align=LEFT><td class=TDRow2><A class=LK3 href=\"JAVASCRIPT:ShowJackpotHist('112')\">Hot Lotto</A></td>");
document.write ("<td class=TDRow2>$5.47 Million</td>");
document.write ("<td class=TDRow2><img align=LEFT src=\"http://www.lottostrategies.com/images/up.gif\">$150,000</td>");
document.write ("<td align=CENTER class=TDRow2><code>WED 04/04</code></td></tr>");
document.write ("<tr align=LEFT><td class=TDRow1><A class=LK3 href=\"JAVASCRIPT:ShowJackpotHist('MN3')\">Gopher 5</A></td>");
document.write ("<td class=TDRow1>$110,000</td>");
document.write ("<td class=TDRow1><img align=LEFT src=\"http://www.lottostrategies.com/images/up.gif\">$10,000</td>");
document.write ("<td align=CENTER class=TDRow1><code>FRI 04/06</code></td></tr>");
document.write ("<tr align=LEFT><td class=TDRow2><A class=LK3 href=\"JAVASCRIPT:ShowJackpotHist('MN2')\">Northstar Cash</A></td>");
document.write ("<td class=TDRow2>$25,000</td>");
document.write ("<td class=TDRow2><img align=LEFT src=\"http://www.lottostrategies.com/images/down.gif\">$1,000</td>");
document.write ("<td align=CENTER class=TDRow2><code>THU 04/05</code></td></tr>");
document.write ("</table></td></tr></table></center>");
}

