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

   images[0] = "images/affiliate/j/jeweltwist140x140.jpg";
   images[1] = "images/affiliate/k/kakuroepic140x140.jpg";
   images[2] = "images/affiliate/l/lualua140x140.jpg";
   images[3] = "images/affiliate/l/luxdeluxe140x140.jpg";

   urls[0] = "Products/Other/jeweltwist.htm";
   urls[1] = "Products/Other/kakuroepic.htm";
   urls[2] = "Products/Other/lualua.htm";
   urls[3] = "Products/Other/luxdeluxe.htm";

   count = 4;

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

