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

   images[0] = "images/affiliate/a/akkadia140x140.jpg";
   images[1] = "images/affiliate/a/aliceinwonderland140x140.jpg";
   images[2] = "images/affiliate/a/ameliescafehalloween140x140.jpg";
   images[3] = "images/affiliate/a/amandarose140x140.jpg";
   images[4] = "images/affiliate/a/aveyond2_140x140.jpg";
   images[5] = "images/affiliate/b/budredhead140x140.jpg";
   images[6] = "images/affiliate/b/bobthebuildercarnival140x140.jpg";
   images[7] = "images/affiliate/b/bobthebuilderzoo140x140.jpg";
   images[8] = "images/affiliate/b/bricksofatlantis140x140.jpg";
   images[9] = "images/affiliate/b/bricksofcamelot140x140.jpg";
   images[10] = "images/affiliate/b/buildalot5_140x140.jpg";
   images[11] = "images/affiliate/b/bumps140x140.jpg";
   images[12] = "images/affiliate/d/doracandyland140x140.jpg";
   images[13] = "images/affiliate/c/castlevox140x140.jpg";
   images[14] = "images/affiliate/c/chloesdreamresort140x140.jpg";
   images[15] = "images/affiliate/c/clockworkman140x140.jpg";
   images[16] = "images/affiliate/c/cradleofrome140x140.jpg";

   urls[0] = "Products/Other/akkadia.htm";
   urls[1] = "Products/Other/aliceinwonderland.htm";
   urls[2] = "Products/Other/ameliescafehalloween.htm";
   urls[3] = "Products/Other/amandarose.htm";
   urls[4] = "Products/Other/aveyond2.htm";
   urls[5] = "Products/Other/budredhead.htm";
   urls[6] = "Products/Other/bobthebuilder.htm";
   urls[7] = "Products/Other/bobthebuildercandozoo.htm";
   urls[8] = "Products/Other/bricksofatlantis.htm";
   urls[9] = "Products/Other/bricksofcamelot.htm";
   urls[10] = "Products/Other/buildalot5.htm";
   urls[11] = "Products/Other/bumps.htm";
   urls[12] = "Products/Other/candylanddoraedition.htm";
   urls[13] = "Products/Other/castlevox.htm";
   urls[14] = "Products/Other/chloesdreamresort.htm";
   urls[15] = "Products/Other/clockworkman.htm";
   urls[16] = "Products/Other/cradleofrome.htm";

   count = 17;

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

