function RotateBigSlot2()
{
   images = new Array();
   urls = new Array();

   images[0] = "images/affiliate/e/eschalonbook2_140x140.jpg";
   images[1] = "images/affiliate/g/galconfusion140x140.jpg";
   images[2] = "images/affiliate/g/gish140x140.jpg";
   images[3] = "images/affiliate/g/grapplinghook140x140.jpg";
   images[4] = "images/affiliate/h/hcraft140x140.jpg";

   urls[0] = "Products/Other/eschalonbook2.htm";
   urls[1] = "Products/Other/galcon.htm";
   urls[2] = "Products/Other/gish.htm";
   urls[3] = "Products/Other/grapplinghook.htm";
   urls[4] = "Products/Other/hcraftchampionship.htm";

   count = 5;

   index = Math.floor(Math.random() *count);

   document.writeln("<p style=\"margin-top: 0; margin-bottom: 0\"><font size=\"2\" face=\"Arial\"><a href=\""+urls[index]+"\"><img border=0 src="+images[index]+"></a></font></p>");
}

