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

   images[0] = "images/affiliate/r/rainbowweb2_140x140.jpg";
   images[1] = "images/affiliate/r/realestateempire2_140x140.jpg";
   images[2] = "images/affiliate/r/revengeofthetitans140x140.jpg";
   images[3] = "images/affiliate/r/riseofatlantis140x140.jpg";
   images[4] = "images/affiliate/r/romanceofrome140x140.jpg";
   images[5] = "images/affiliate/r/runesofavalon2_140x140.jpg";
   images[6] = "images/affiliate/s/sheeplings140x140.jpg";
   images[7] = "images/affiliate/s/snowylunchrush140x140.jpg";
   images[8] = "images/affiliate/s/sunkenwords140x140.jpg";
   images[9] = "images/affiliate/s/supercow140x140.jpg";
   images[10] = "images/affiliate/s/supergerball140x140.jpg";
   images[11] = "images/affiliate/t/tenniselbow2011_140x140.jpg";
   images[12] = "images/affiliate/t/thomasandthemagicalwords140x140.jpg";
   images[13] = "images/affiliate/t/tumblejumble140x140.jpg";
   images[14] = "images/affiliate/t/turtleodyssey140x140.jpg";
   images[15] = "images/affiliate/t/tvmanager2_140x140.jpg";
   images[16] = "images/affiliate/t/tvmanager2_140x140.jpg";

   urls[0] = "Products/Other/rainbowweb2.htm";
   urls[1] = "Products/Other/realestateempire2.htm";
   urls[2] = "Products/Other/revengeofthetitans.htm";
   urls[3] = "Products/Other/riseofatlantis.htm";
   urls[4] = "Products/Other/romanceofrome.htm";
   urls[5] = "Products/Other/runesofavalon2.htm";
   urls[6] = "Products/Other/sheeplings.htm";
   urls[7] = "Products/Other/snowylunchrush.htm";
   urls[8] = "Products/Other/sunkenwords.htm";
   urls[9] = "Products/Other/supercow.htm";
   urls[10] = "Products/Other/supergerball.htm";
   urls[11] = "Products/Other/tenniselbow2011.htm";
   urls[12] = "Products/Other/thomasandmagicalwords.htm";
   urls[13] = "Products/Other/tumblejumble.htm";
   urls[14] = "Products/Other/turtleodyssey.htm";
   urls[15] = "Products/Other/tvmanager2.htm";
   urls[16] = "Products/Other/tvmanager2.htm";

   count = 17;

   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>");
}

