function ShowTopUSJackpotsStart(num_jp) {
document.write("<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=1>")
document.write("<tr><td colspan=5 class=TDTitle align=CENTER><b>Premios Principales</b></td></tr>");
document.write("<tr align=LEFT><td width=21% class=TDRowTitle><b>Estado</b></td>");
document.write("<td width=21% class=TDRowTitle><b>Juego</b></td>");
document.write("<td width=21% class=TDRowTitle><b>premios</b></td>");
document.write("<td width=21% class=TDRowTitle><b>Cambio</b></td>");
document.write("<td width=21% class=TDRowTitle align=CENTER><b>Fecha</b></td></tr>");
}
function ShowTopUSJackpots(num_jp) {
document.write("<tr align=LEFT valign=TOP><td class=TDRow2>1. Multi-State</td>");
document.write("<td class=TDRow2>Powerball</td>");
document.write("<td class=TDRow2>$85.00 Millones</td>");
document.write("<td class=TDRow2><img align=LEFT src=\"http://www.lotterydatacenter.com/imgs/up.gif\">$18.00 Millones</td>");
document.write("<td align=CENTER class=TDRow2><code>SAB 31/07</code></td></tr>");
document.write("<tr align=LEFT valign=TOP><td class=TDRow2>2. Canada National</td>");
document.write("<td class=TDRow2>Lotto Max</td>");
document.write("<td class=TDRow2>$50.00 Millones</td>");
document.write("<td class=TDRow2><img align=LEFT src=\"http://www.lotterydatacenter.com/imgs/blank.gif\">0</td>");
document.write("<td align=CENTER class=TDRow2><code>VIE 30/07</code></td></tr>");
document.write("<tr align=LEFT valign=TOP><td class=TDRow1>3. Multi-state</td>");
document.write("<td class=TDRow1>MEGA Millions</td>");
document.write("<td class=TDRow1>$33.00 Millones</td>");
document.write("<td class=TDRow1><img align=LEFT src=\"http://www.lotterydatacenter.com/images/up.gif\">$9.00 Millones</td>");
document.write("<td align=CENTER class=TDRow1><code>VIE 30/07</code></td></tr>");
document.write("<tr align=LEFT valign=TOP><td class=TDRow2>4. Indiana</td>");
document.write("<td class=TDRow2>Hoosier Lotto</td>");
document.write("<td class=TDRow2>$21.50 Millones</td>");
document.write("<td class=TDRow2><img align=LEFT src=\"http://www.lotterydatacenter.com/images/up.gif\">$500,000</td>");
document.write("<td align=CENTER class=TDRow2><code>SAB 31/07</code></td></tr>");
document.write("<tr align=LEFT valign=TOP><td class=TDRow1>5. Texas</td>");
document.write("<td class=TDRow1>Lotto Texas</td>");
document.write("<td class=TDRow1>$21.00 Millones</td>");
document.write("<td class=TDRow1><img align=LEFT src=\"http://www.lotterydatacenter.com/images/up.gif\">$1.00 Millones</td>");
document.write("<td align=CENTER class=TDRow1><code>SAB 31/07</code></td></tr>");
if (num_jp==10){
document.write("<tr align=LEFT valign=TOP><td class=TDRow2>6. California</td>");
document.write("<td class=TDRow2>SuperLotto Plus</td>");
document.write("<td class=TDRow2>$14.00 Millones</td>");
document.write("<td class=TDRow2><img align=LEFT src=\"http://www.lotterydatacenter.com/images/up.gif\">$1.00 Millones</td>");
document.write("<td align=CENTER class=TDRow2><code>SAB 31/07</code></td></tr>");
document.write("<tr align=LEFT valign=TOP><td class=TDRow1>7. Tri-state</td>");
document.write("<td class=TDRow1>Megabucks Plus</td>");
document.write("<td class=TDRow1>$12.35 Millones</td>");
document.write("<td class=TDRow1><img align=LEFT src=\"http://www.lotterydatacenter.com/images/up.gif\">$125,000</td>");
document.write("<td align=CENTER class=TDRow1><code>SAB 31/07</code></td></tr>");
document.write("<tr align=LEFT valign=TOP><td class=TDRow2>8. Oregon</td>");
document.write("<td class=TDRow2>Megabucks</td>");
document.write("<td class=TDRow2>$12.20 Millones</td>");
document.write("<td class=TDRow2><img align=LEFT src=\"http://www.lotterydatacenter.com/images/up.gif\">$200,000</td>");
document.write("<td align=CENTER class=TDRow2><code>SAB 31/07</code></td></tr>");
document.write("<tr align=LEFT valign=TOP><td class=TDRow1>9. United Kingdom</td>");
document.write("<td class=TDRow1>Lotto 6/49</td>");
document.write("<td class=TDRow1>$10.90 Millones</td>");
document.write("<td class=TDRow1><img align=LEFT src=\"http://www.lotterydatacenter.com/images/up.gif\">$7.21 Millones</td>");
document.write("<td align=CENTER class=TDRow1><code>SAB 31/07</code></td></tr>");
document.write("<tr align=LEFT valign=TOP><td class=TDRow2>10. New York</td>");
document.write("<td class=TDRow2>Lotto</td>");
document.write("<td class=TDRow2>$10.50 Millones</td>");
document.write("<td class=TDRow2><img align=LEFT src=\"http://www.lotterydatacenter.com/images/up.gif\">$500,000</td>");
document.write("<td align=CENTER class=TDRow2><code>SAB 31/07</code></td></tr>");
}
document.write("</table></td></tr></table>");
}
function ShowTopUSJackpotsEnd() {
document.write("<center><font size=-1 face=Arial><b>Current Jackpots</b> - ");
document.write("order by &nbsp;&#149;&nbsp;<A class=LK3 href=\"JAVASCRIPT:ShowCurrUSJackpots('state')\">by State</A>&nbsp;&#149;&nbsp;<A class=LK3 href=\"JAVASCRIPT:ShowCurrUSJackpots('next_amount')\">by Size</A>&nbsp;&#149;&nbsp;<A class=LK3 href=\"JAVASCRIPT:ShowCurrUSJackpots('change')\">by Change</A></font></center>")
}
