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

   images[0] = "images/affiliate/g/galconfusion140x140.jpg";
   images[1] = "images/affiliate/g/greatinternationalwordsearch140x140.jpg";
   images[2] = "images/affiliate/i/innerquest140x140.jpg";
   images[3] = "images/affiliate/j/janeshotel2_140x140.jpg";
   images[4] = "images/affiliate/j/jaspersjourneys140x140.jpg";
   images[5] = "images/affiliate/k/kingmania140x140.jpg";
   images[6] = "images/affiliate/l/leahsanimalcoloringbook140x140.jpg";
   images[7] = "images/affiliate/l/littlespaceduo140x140.jpg";
   images[8] = "images/affiliate/l/luxdeluxe140x140.jpg";
   images[9] = "images/affiliate/m/madskillsmotocross140x140.jpg";
   images[10] = "images/affiliate/m/maxidice140x140.jpg";

   urls[0] = "Products/Other/galcon.htm";
   urls[1] = "Products/Other/greatinternationalwordsearch.htm";
   urls[2] = "Products/Other/innerquest.htm";
   urls[3] = "Products/Other/janeshotelfamilyhero.htm";
   urls[4] = "Products/Other/jaspersjourneys.htm";
   urls[5] = "Products/Other/kingmania.htm";
   urls[6] = "Products/Other/leahsanimalcoloringbook.htm";
   urls[7] = "Products/Other/littlespaceduo.htm";
   urls[8] = "Products/Other/luxdeluxe.htm";
   urls[9] = "Products/Other/madskillsmotocross.htm";
   urls[10] = "Products/Other/maxidice.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>");
}

