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

   images[0] = "images/affiliate/r/rainbowweb2_140x140.jpg";
   images[1] = "images/affiliate/r/realestateempire140x140.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/solitaireepic140x140.jpg";
   images[8] = "images/affiliate/s/supergerball140x140.jpg";
   images[9] = "images/affiliate/t/tenniselbow2011_140x140.jpg";
   images[10] = "images/affiliate/t/threedayszoomystery140x140.jpg";
   images[11] = "images/affiliate/t/threemusketeers140x140.jpg";
   images[12] = "images/affiliate/t/titanattacks140x140.jpg";
   images[13] = "images/affiliate/t/tribal_trouble140x140.jpg";

   urls[0] = "Products/Other/rainbowweb2.htm";
   urls[1] = "Products/Other/realestateempire.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/solitaireepic.htm";
   urls[8] = "Products/Other/supergerball.htm";
   urls[9] = "Products/Other/tenniselbow2011.htm";
   urls[10] = "Products/Other/threedayszoomystery.htm";
   urls[11] = "Products/Other/threemusketeers.htm";
   urls[12] = "Products/Other/titanattacks.htm";
   urls[13] = "Products/Other/tribaltrouble.htm";

   count = 14;

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

