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

   images[0] = "../images/towers/ameliescafehalloween.jpg";
   images[1] = "../images/towers/cindysundaessale_160x600.jpg";
   images[2] = "../images/towers/dressuppups.jpg";
   images[3] = "../images/towers/fantasticfarm.jpg";
   images[4] = "../images/towers/fashioncentsgents160x600.jpg";
   images[5] = "../images/towers/fashioncentsgents160x600.jpg";
   images[6] = "../images/towers/firstclassflurrysale_160x600.jpg";
   images[7] = "../images/towers/fishdom.jpg";
   images[8] = "../images/towers/fishdom2.jpg";
   images[9] = "../images/towers/gardenscapes.jpg";
   images[10] = "../images/towers/jewelquestsolitaire3.jpg";
   images[11] = "../images/towers/kudos2.jpg";
   images[12] = "../images/towers/jollyrover.jpg";
   images[13] = "../images/towers/quantz.jpg";
   images[13] = "../images/towers/rescueteam.jpg";
   images[14] = "../images/towers/romanceofrome.jpg";
   images[15] = "../images/towers/royalenvoy.jpg";
   images[16] = "../images/towers/runesofavalon.jpg";
   images[17] = "../images/towers/runesofavalon2.jpg";
   images[18] = "../images/towers/springbonus.jpg";
   images[19] = "../images/towers/tommysale_160x600.jpg";
   images[20] = "../images/towers/virtualfamilies.jpg";

   urls[0] = "Other/ameliescafehalloween.htm";
   urls[1] = "Other/cindyssundaes.htm";
   urls[2] = "Other/dressuppups.htm";
   urls[3] = "Other/fantasticfarm.htm";
   urls[4] = "FashionCentsGents/main.htm";
   urls[5] = "FashionCentsGents/main.htm";
   urls[6] = "Other/firstclassflurry.htm";
   urls[7] = "Other/fishdom.htm";
   urls[8] = "Other/fishdom2.htm";
   urls[9] = "Other/gardenscapes.htm";
   urls[10] = "Other/jewelquestsolitaire3.htm";
   urls[11] = "Other/kudos2.htm";
   urls[12] = "Other/jollyrover.htm";
   urls[13] = "Other/quantz.htm";
   urls[13] = "Other/rescueteam.htm";
   urls[14] = "Other/romanceofrome.htm";
   urls[15] = "Other/royalenvoy.htm";
   urls[16] = "Other/runesofavalon.htm";
   urls[17] = "Other/runesofavalon2.htm";
   urls[18] = "Other/springbonus.htm";
   urls[19] = "Other/thomasandmagicalwords.htm";
   urls[20] = "Other/virtualfamilies.htm";

   count = 21;

   index = Math.floor(Math.random() *count);

   document.writeln("<a href=\""+urls[index]+"\"><img border=0 src="+images[index]+"></a>");
}

