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/slotsgalore.php",
"http://www.winnerstrategy.com/go/ss.php",
"http://www.winnerstrategy.com/go/action.php",
"http://www.winnerstrategy.com/go/tc.php",
"http://www.winnerstrategy.com/go/omni.php",
"http://www.winnerstrategy.com/go/pp.php",
"http://www.winnerstrategy.com/go/lvusa.php"
);

image = new iA(
"Slots Galore <img src='http://www.winnerstrategy.com/images/us.gif' border=0 width=19 height=10 alt='US players Welcome' />",
"Super Slots <img src='http://www.winnerstrategy.com/images/us.gif' border=0 width=19 height=10 alt='US players Welcome' />",
"Casino Action",
"Titan Casino",
"Omni Casino",
"Platinum Play",
"Las Vegas USA <img src='http://www.winnerstrategy.com/images/us.gif' border=0 width=19 height=10 alt='US players Welcome' />"
);


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