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

   images[0] = "images/affiliate/n/newstarsoccer2010_140x140.jpg";
   images[1] = "images/affiliate/n/nowboarding140x140.jpg";
   images[2] = "images/affiliate/p/planttycoon140x140.jpg";
   images[3] = "images/affiliate/p/ponyworld140x140.jpg";
   images[4] = "images/affiliate/p/planethorse140x140.jpg";
   images[5] = "images/affiliate/p/poshboutique140x140.jpg";
   images[6] = "images/affiliate/q/qwak140x140.jpg";

   urls[0] = "Products/Other/newstarsoccer2010.htm";
   urls[1] = "Products/Other/nowboarding.htm";
   urls[2] = "Products/Other/planttycoon.htm";
   urls[3] = "Products/Other/ponyworld.htm";
   urls[4] = "Products/Other/planethorse.htm";
   urls[5] = "Products/Other/poshboutique.htm";
   urls[6] = "Products/Other/qwak.htm";

   count = 7;

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

