function iA() {
this.length = iA.arguments.length;
  for (var i = 0; i < this.length; i++) {
  this[i] = iA.arguments[i];
  }
}

link = new iA(
"http://www.winnerstrategy.com/go/eg.php",
"http://www.winnerstrategy.com/go/32red.php",
"http://www.winnerstrategy.com/go/as.php",
"http://www.winnerstrategy.com/go/ec.php",
"http://www.winnerstrategy.com/go/ln.php",
"http://www.winnerstrategy.com/go/ic.php",
"http://www.winnerstrategy.com/go/sp.php"
);

image = new iA(
"EuroGrand",
"32Red Casino",
"All Slots",
"Europa Casino",
"Lucky Nugget",
"InterCasino",
"Sun Palace"
);


for (var i = 0; i < image.length; i++) {
document.write('<TR><TD vAlign=center align=middle width=15><IMG height=7 src=images/arr.gif width=7></TD><TD width=110><b><A class=cnt onclick=\"javascript:window.open(\'' +link[i]+ '\')\" href=\"#\">' +image[i]+ '</A></b></TD></TR>');
}
