<!-- Begin
var how_many_ads = 10;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;
if (ad==1) {
txt="Enter Super Slots Games";
url="http://www.superslots.com/index.html?ID=play4money";
alt="Download and play free casino slot machine games";
banner="http://www.casinogames42.com/freecasinogame/SSbb250x250.gif";
width="250";
height="250";
}
if (ad==2) {
txt="Enter English Harbour Casino";
url="http://www.englishharbour.com/index.html?ID=play4money";
alt="Download and play free casino slot machine games";
banner="http://www.casinogames42.com/freecasinogame/250x250_eh_Mar0303.gif";
width="250";
height="250";
}
if (ad==3) {
txt="Enter English Harbour Casino";
url="http://www.englishharbour.com/index.html?ID=play4money";
alt="Download and play free casino slot machine games";
banner="http://www.casinogames42.com/freecasinogame/EH_Platinum_250_1.gif";
width="250";
height="250";
}
if (ad==4) {
txt="Enter English Harbour Casino";
url="http://www.englishharbour.com/index.html?ID=play4money";
alt="Download and play free casino slot machine games";
banner="http://www.casinogames42.com/freecasinogame/EH_Platinum_250_2.gif";
width="250";
height="250";
}
if (ad==5) {
txt="Enter Super Slots Games";
url="http://www.superslots.com/index.html?ID=play4money";
alt="Download and play free casino slot machine games";
banner="http://www.casinogames42.com/freecasinogame/SSgb250x250a.gif";
width="250";
height="250";
}
if (ad==6) {
txt="The Silver Dollar Casino";
url="http://www.silverdollar.com/index.html?ID=play4money";
alt="Download and play free casino slot machine games";
banner="http://www.casinogames42.com/freecasinogame/SDwb250x250a.gif";
width="250";
height="250";
}
if (ad==7) {
txt="The Silver Dollar Casino";
url="http://www.silverdollar.com/index.html?ID=play4money";
alt="Download and play free casino slot machine games";
banner="http://www.casinogames42.com/freecasinogame/SDgb250x250a.gif";
width="250";
height="250";
}
if (ad==8) {
txt="Play Caribbean Gold Casino";
url="http://www.superslots.com/index.html?ID=play4money";
alt="Download and play free casino slot machine games";
banner="http://www.casinogames42.com/freecasinogame/CG-250x250-vp1.gif";
width="250";
height="250";
}
if (ad==9) {
txt="Play Caribbean Gold Casino";
url="http://www.superslots.com/index.html?ID=play4money";
alt="Download and play free casino slot machine games";
banner="http://www.casinogames42.com/freecasinogame/CG-250x250-bonus1.gif";
width="250";
height="250";
}
if (ad==10) {
txt="Enter Super Slots";
url="http://www.superslots.com/index.html?ID=play4money";
alt="Download and play free casino slot machine games";
banner="http://www.casinogames42.com/freecasinogame/SSbb250x250.gif";
width="250";
height="250";
}
document.write('<center>');
document.write('<a href=\"' + url + '\" target=\"_top\">');
document.write('<img src=\"' + banner + '\" width=')
document.write(width + ' height=' + height + ' ');
document.write('alt=\"' + alt + '\" border=0><br>');
document.write('<font face="Arial" size="5">' + txt + '</font></a>');
document.write('</center>');
// End -->