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>Vermont 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>$20.00 Million</td>");
document.write ("<td class=TDRow1><img align=LEFT src=\"http://www.lottostrategies.com/images/down.gif\">$180.00 Million</td>");
document.write ("<td align=CENTER class=TDRow1><code>WED 03/17</code></td></tr>");
document.write ("<tr align=LEFT><td class=TDRow2><A class=LK3 href=\"JAVASCRIPT:ShowJackpotHist('113')\">MEGA Millions</A></td>");
document.write ("<td class=TDRow2>$12.00 Million</td>");
document.write ("<td class=TDRow2><img align=LEFT src=\"http://www.lottostrategies.com/images/down.gif\">$8.00 Million</td>");
document.write ("<td align=CENTER class=TDRow2><code>TUE 03/16</code></td></tr>");
document.write ("<tr align=LEFT><td class=TDRow1><A class=LK3 href=\"JAVASCRIPT:ShowJackpotHist('128')\">Megabucks Plus</A></td>");
document.write ("<td class=TDRow1>$7.05 Million</td>");
document.write ("<td class=TDRow1><img align=LEFT src=\"http://www.lottostrategies.com/images/up.gif\">$150,000</td>");
document.write ("<td align=CENTER class=TDRow1><code>WED 03/17</code></td></tr>");
document.write ("</table></td></tr></table></center>");
}
