// <SCRIPT language=JavaScript>
// rotate script
i=0;
var ads = new Object();
// ****** YOU NEED NOT MODIFY ANYTHING THAT IS NOT IN BETWEEN THESE TWO COMMENTS ****
/* The only rule here is that you define the HTML of each individual ad by
   defining multiple ads[i++] statements. Use a "header" if you want. Or
   don't use it. We don't care. */
var header='<div align=CENTER><TABLE CELLPADDING=0 CELLSPACING=0 BORDER=0><TR><TD ALIGN=CENTER>';
// ads[i++] = header
// +'<A HREF="https://www.internet-secure.net/il-eu/oz-sdraw.htm"><img src="img-feature/feature02.jpg" width="578" height="204" alt="Australian Superdraw June Jackpot" border=0></A></TD></TR></TABLE></div>';
ads[i++] = header
+'<A HREF="https://www.internet-secure.net/il/italianlotto.html"><img src="img-feature/feature03.jpg" width="578" height="204" alt="Italian Superenalotto Rollover Jackpot" border=0></A></TD></TR></TABLE></div>';
// ads[i++] = header
// +'<A HREF="https://www.internet-secure.net/il/special-eu-it02.html"><img src="img-feature/feature09.jpg" width="578" height="204" alt="Enter the Euro-Combo for increased chances in Europe\'s two biggest draws" border=0></A></TD></TR></TABLE></div>';
// ads[i++] = header
// +'<A HREF="https://www.internet-secure.net/il-eu/euromillions-rollover.html"><img src="img-feature/feature05.jpg" width="578" height="204" alt="Euro Millions Rollover Jackpot" border=0></A></TD></TR></TABLE></div>';
// ads[i++] = header
// +'<A HREF="https://www.internet-secure.net/il/oz-super7.htm"><img src="img-feature/feature10.jpg" width="578" height="204" alt="Oz Super 7 $50 Million Dollar Jackpot" border=0></A></TD></TR></TABLE></div>';
// ads[i++] = header
// +'<A HREF="https://www.internet-secure.net/il-eu/usa-pb.html"><img src="img-feature/feature01.jpg" width="578" height="204" alt="Powerball Rollover Jackpot" border=0></A></TD></TR></TABLE></div>';
 // ads[i++] = header
 // +'<A HREF="https://www.internet-secure.net/il/gordo-playnow-sept2010.htm"><img src="img-feature/feature04.jpg" width="578" height="204" alt="Spanish El Gordo - the Richest Lottery in the World" border=0></A></TD></TR></TABLE></div>';
ads[i++] = header
+'<A HREF="https://www.internet-secure.net/il/usa-pb.html"><img src="img-feature/feature01.jpg" width="578" height="204" alt="Powerball Rollover Jackpot" border=0></A></TD></TR></TABLE></div>';
// ads[i++] = header
// +'<A HREF="https://www.internet-secure.net/il-eu/usa-biggame.html"><img src="img-feature/feature07.jpg" width="578" height="204" alt="Mega Millions Rollover Jackpot" border=0></A></TD></TR></TABLE></div>';
// ****** YOU NEED NOT MODIFY ANYTHING THAT IS NOT IN BETWEEN THESE TWO COMMENTS ****
ads.length = i;
dat = new Date();
dat = (dat.getTime()+"").charAt(8);
if (dat.length == 1)
 ad_num = dat%ads.length;
else
 ad_num = 0;
document.write(ads[ad_num]);
//-->
// </SCRIPT>
