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

   images[0] = "images/affiliate/a/airforte140x140.jpg";
   images[1] = "images/affiliate/a/awesomesoccer140x140.png";
   images[2] = "images/affiliate/c/caster140x140.png";
   images[3] = "images/affiliate/c/crosswordtwist140x140.jpg";
   images[4] = "images/affiliate/d/deepvoyage140x140.jpg";
   images[5] = "images/affiliate/d/droidassault140x140.jpg";

   urls[0] = "Products/Other/airforte.htm";
   urls[1] = "Products/Other/awesomesoccer.htm";
   urls[2] = "Products/Other/caster.htm";
   urls[3] = "Products/Other/crosswordtwist.htm";
   urls[4] = "Products/Other/deepvoyage.htm";
   urls[5] = "Products/Other/droidassault.htm";

   count = 6;

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

