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

   images[0] = "images/affiliate/d/deepvoyage140x140.jpg";
   images[1] = "images/affiliate/d/diegodinosaurrescue140x140.jpg";
   images[2] = "images/affiliate/d/dorasavesthecrystalkingdom140x140.jpg";
   images[3] = "images/affiliate/d/dorasavessnowprincess140x140.jpg";
   images[4] = "images/affiliate/d/doraswipersbigadventure140x140.jpg";
   images[5] = "images/affiliate/d/dressuppups140x140.jpg";
   images[6] = "images/affiliate/d/dylosadventure140x140.jpg";
   images[7] = "images/affiliate/e/eschalon1_140x140.jpg";
   images[8] = "images/affiliate/f/fantasticfarm140x140.jpg";
   images[9] = "images/affiliate/f/fashioncraze140x140.jpg";
   images[10] = "images/affiliate/f/firstclassflurry140x140.jpg";
   images[11] = "images/affiliate/f/fishtycoon140x140.jpg";
   images[12] = "images/affiliate/f/flipwords2_140x140.jpg";
   images[13] = "images/affiliate/f/frutti2_140x140.jpg";

   urls[0] = "Products/Other/deepvoyage.htm";
   urls[1] = "Products/Other/diegodinosaurrescue.htm";
   urls[2] = "Products/Other/dorasavesthecrystalkingdom.htm";
   urls[3] = "Products/Other/dorasavesthesnowprincess.htm";
   urls[4] = "Products/Other/doraswiper.htm";
   urls[5] = "Products/Other/dressuppups.htm";
   urls[6] = "Products/Other/dylosadventure.htm";
   urls[7] = "Products/Other/eschalonbook1.htm";
   urls[8] = "Products/Other/fantasticfarm.htm";
   urls[9] = "Products/Other/fashioncraze.htm";
   urls[10] = "Products/Other/firstclassflurry.htm";
   urls[11] = "Products/Other/fishtycoon.htm";
   urls[12] = "Products/Other/flipwords2.htm";
   urls[13] = "Products/Other/fruttifreak2.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>");
}

