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

   images[0] = "images/affiliate/a/ageofjapan140x140.jpg";
   images[1] = "images/affiliate/a/airforte140x140.jpg";
   images[2] = "images/affiliate/a/akkadia140x140.jpg";
   images[3] = "images/affiliate/a/aqualux140x140.jpg";
   images[4] = "images/affiliate/a/archibaldsadventures140x140.jpg";
   images[5] = "images/affiliate/a/aroundtheworldin80days140x140.jpg";
   images[6] = "images/affiliate/a/autumnstreasuresjadecoin140x140.jpg";
   images[7] = "images/affiliate/b/beaking2_140x140.jpg";
   images[8] = "images/affiliate/b/bobthebuildercarnival140x140.jpg";
   images[9] = "images/affiliate/b/budredhead140x140.jpg";
   images[10] = "images/affiliate/c/callofatlantis140x140.jpg";
   images[11] = "images/affiliate/c/caster140x140.png";
   images[12] = "images/affiliate/c/castlevox140x140.jpg";
   images[13] = "images/affiliate/c/clockworkman140x140.jpg";
   images[14] = "images/affiliate/c/cradleofrome140x140.jpg";
   images[15] = "images/affiliate/d/deepvoyage140x140.jpg";
   images[16] = "images/affiliate/d/dressuppups140x140.jpg";
   images[17] = "images/affiliate/d/dylosadventure140x140.jpg";

   urls[0] = "Products/Other/ageofjapan.htm";
   urls[1] = "Products/Other/airforte.htm";
   urls[2] = "Products/Other/akkadia.htm";
   urls[3] = "Products/Other/aqualux.htm";
   urls[4] = "Products/Other/archibaldsadventures.htm";
   urls[5] = "Products/Other/aroundtheworldin80days.htm";
   urls[6] = "Products/Other/autumnstreasuresjadecoin.htm";
   urls[7] = "Products/Other/beaking2.htm";
   urls[8] = "Products/Other/bobthebuilder.htm";
   urls[9] = "Products/Other/budredhead.htm";
   urls[10] = "Products/Other/callofatlantis.htm";
   urls[11] = "Products/Other/caster.htm";
   urls[12] = "Products/Other/castlevox.htm";
   urls[13] = "Products/Other/clockworkman.htm";
   urls[14] = "Products/Other/cradleofrome.htm";
   urls[15] = "Products/Other/deepvoyage.htm";
   urls[16] = "Products/Other/dressuppups.htm";
   urls[17] = "Products/Other/dylosadventure.htm";

   count = 18;

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

