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

   images[0] = "images/affiliate/e/elementals140x140.jpg";
   images[1] = "images/affiliate/e/empirebuilderancientegypt140x140.jpg";
   images[2] = "images/affiliate/e/eschalon1_140x140.jpg";
   images[3] = "images/affiliate/e/eschalonbook2_140x140.jpg";
   images[4] = "images/affiliate/f/fantasticfarm140x140.jpg";
   images[5] = "images/affiliate/f/feverfrenzy140x140.jpg";
   images[6] = "images/affiliate/f/firstclassflurry140x140.jpg";
   images[7] = "images/affiliate/f/fishdom140x140.jpg";
   images[8] = "images/affiliate/f/fishtycoon140x140.jpg";
   images[9] = "images/affiliate/5realmsofcards140x140.jpg";
   images[10] = "images/affiliate/4elements140x140.jpg";

   urls[0] = "Products/Other/elementalsmagickey.htm";
   urls[1] = "Products/Other/empirebuilderancientegypt.htm";
   urls[2] = "Products/Other/eschalonbook1.htm";
   urls[3] = "Products/Other/eschalonbook2.htm";
   urls[4] = "Products/Other/fantasticfarm.htm";
   urls[5] = "Products/Other/feverfrenzy.htm";
   urls[6] = "Products/Other/firstclassflurry.htm";
   urls[7] = "Products/Other/fishdom.htm";
   urls[8] = "Products/Other/fishtycoon.htm";
   urls[9] = "Products/Other/fiverealmsofcards.htm";
   urls[10] = "Products/Other/fourelements.htm";

   count = 11;

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

