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

   images[0] = "images/affiliate/m/madskillsmotocross140x140.jpg";
   images[1] = "images/affiliate/m/mahjongquest3_140x140.jpg";
   images[2] = "images/affiliate/m/maxidice140x140.jpg";
   images[3] = "images/affiliate/n/nataliebrooks1_140x140.jpg";
   images[4] = "images/affiliate/n/nataliebrooks2_140x140.jpg";
   images[5] = "images/affiliate/n/nataliebrooks3_140x140.jpg";
   images[6] = "images/affiliate/n/1912titanicmystery140x140.jpg";
   images[7] = "images/affiliate/n/nowboarding140x140.jpg";
   images[8] = "images/affiliate/o/ozzybubbles140x140.jpg";
   images[9] = "images/affiliate/p/ponyworld140x140.jpg";
   images[10] = "images/affiliate/p/planttycoon140x140.jpg";
   images[11] = "images/affiliate/p/planethorse140x140.jpg";
   images[12] = "images/affiliate/q/quantz140x140.jpg";
   images[13] = "images/affiliate/q/qwak140x140.jpg";

   urls[0] = "Products/Other/madskillsmotocross.htm";
   urls[1] = "Products/Other/mahjongquest3.htm";
   urls[2] = "Products/Other/maxidice.htm";
   urls[3] = "Products/Other/nataliebrooks.htm";
   urls[4] = "Products/Other/nataliebrooks2.htm";
   urls[5] = "Products/Other/nataliebrooks3.htm";
   urls[6] = "Products/Other/nineteen12titanicmystery.htm";
   urls[7] = "Products/Other/nowboarding.htm";
   urls[8] = "Products/Other/ozzybubbles.htm";
   urls[9] = "Products/Other/ponyworld.htm";
   urls[10] = "Products/Other/planttycoon.htm";
   urls[11] = "Products/Other/planethorse.htm";
   urls[12] = "Products/Other/quantz.htm";
   urls[13] = "Products/Other/qwak.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>");
}

