var u = new Array(); var a=new Array(); var t=new Array();
u[0] = "http://topforall.com/Casinos"
t[0] = "Top Casinos"
a[0] = "TopForAll Casinos"
u[1] = "http://voopoo.com";
t[1] = "Voopoo Casinos"
a[1] = "Voopoo Online Casinos"
u[2] = "http://games.sinoa.com/Gambling/"
t[2] = "Best Gambling"
a[2] = "Best gambling and games"
u[3] = "http://games1000.com/Gambling/"
t[3] = "Free Games & Casinos"
a[3] = "Casino & Games One Thansand"
u[4] = "http://www.stargrass.com/topsites/index.cgi?csasg"
t[4] = "StarGrass Casinos"
a[4] = "Gambling top sites"
u[5] = "http://www.777top.com/cgi-bin/top100/rankem.cgi?id=csa777"
t[5] = "777 Casinos"
a[5] = "777 Top"

for(i=0;i<u.length; i++)
{ document.write("&nbsp;&nbsp;<a href='" +u[i] +"' title='" + a[i] + "' target=new>" + t[i] + "</a><br>")
}

