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/32red.php",
"http://www.winnerstrategy.com/go/as.php",
"http://www.winnerstrategy.com/go/ic.php",
"http://www.winnerstrategy.com/go/vo.php",
"http://www.winnerstrategy.com/go/eg.php",
"http://www.winnerstrategy.com/go/wh.php"
);

image = new iA(
"32Red Casino",
"All Slots",
"InterCasino",
"Vegas Online",
"EuroGrand",
"William Hill"
);


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><STRONG><A class=cnt onclick=\"javascript:window.open(\'' +link[i]+ '\')\" href=\"#\">' +image[i]+ '</A></STRONG></TD></TR>');
}
