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

   images[0] = "images/affiliate/v/vehiclescoloringbook140x140.jpg";
   images[1] = "images/affiliate/v/virtualcity140x140.jpg";
   images[2] = "images/affiliate/v/virtualfamilies140x140.jpg";
   images[3] = "images/affiliate/v/virtualvillagers4_140x140.jpg";
   images[4] = "images/affiliate/w/wonderfulwizardofoz140x140.jpg";
   images[5] = "images/affiliate/y/youdamarina140x140.jpg";
   images[6] = "images/affiliate/y/youdasafari140x140.jpg";
   images[7] = "images/affiliate/y/youdasushichef140x140.jpg";
   images[8] = "images/affiliate/z/zenpuzzlegarden140x140.jpg";
   images[9] = "images/affiliate/z/zhuzhupets140x140.jpg";

   urls[0] = "Products/Other/vehiclescoloringbook.htm";
   urls[1] = "Products/Other/virtualcity.htm";
   urls[2] = "Products/Other/virtualfamilies.htm";
   urls[3] = "Products/Other/virtualvillagers4.htm";
   urls[4] = "Products/Other/wonderfulwizardofoz.htm";
   urls[5] = "Products/Other/youdamarina.htm";
   urls[6] = "Products/Other/youdasafari.htm";
   urls[7] = "Products/Other/youdasushichef.htm";
   urls[8] = "Products/Other/zenpuzzlegarden.htm";
   urls[9] = "Products/Other/zhuzhupets.htm";

   count = 10;

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

