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

   images[0] = "images/affiliate/g/gardenscapes140x140.jpg";
   images[1] = "images/affiliate/g/greatinternationalwordsearch140x140.jpg";
   images[2] = "images/affiliate/h/heavyhogur140x140.jpg";
   images[3] = "images/affiliate/i/incaball140x140.jpg";
   images[4] = "images/affiliate/i/innerquest140x140.jpg";
   images[5] = "images/affiliate/j/jackofallworlds140x140.jpg";
   images[6] = "images/affiliate/j/janeshotel2_140x140.jpg";
   images[7] = "images/affiliate/j/jaspersjourneys140x140.jpg";
   images[8] = "images/affiliate/j/jewelquestheritage140x140.jpg";
   images[9] = "images/affiliate/j/jewelquestmysteries2_140x140.jpg";
   images[10] = "images/affiliate/j/jojofashionshow2_140x140.jpg";
   images[11] = "images/affiliate/k/kittensanctuary140x140.jpg";
   images[12] = "images/affiliate/l/lacasadedora140x140.jpg";
   images[13] = "images/affiliate/l/leahsanimalcoloringbook140x140.jpg";
   images[14] = "images/affiliate/l/littlespaceduo140x140.jpg";
   images[15] = "images/affiliate/l/luxdeluxe140x140.jpg";

   urls[0] = "Products/Other/gardenscapes.htm";
   urls[1] = "Products/Other/greatinternationalwordsearch.htm";
   urls[2] = "Products/Other/heavyhogur.htm";
   urls[3] = "Products/Other/incaball.htm";
   urls[4] = "Products/Other/innerquest.htm";
   urls[5] = "Products/Other/jackofallworlds.htm";
   urls[6] = "Products/Other/janeshotelfamilyhero.htm";
   urls[7] = "Products/Other/jaspersjourneys.htm";
   urls[8] = "Products/Other/jewelquestheritage.htm";
   urls[9] = "Products/Other/jewelquestmysteries2.htm";
   urls[10] = "Products/Other/jojosfashionshow2.htm";
   urls[11] = "Products/Other/kittensanctuary.htm";
   urls[12] = "Products/Other/lacasadedora.htm";
   urls[13] = "Products/Other/leahsanimalcoloringbook.htm";
   urls[14] = "Products/Other/littlespaceduo.htm";
   urls[15] = "Products/Other/luxdeluxe.htm";

   count = 16;

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

