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

   images[0] = "../images/towers/adventuresofrickrocket.jpg";
   images[1] = "../images/towers/saqqarah.jpg";
   images[2] = "../images/towers/avenueflo.jpg";
   images[3] = "../images/towers/budredhead.jpg";
   images[4] = "../images/towers/caster160x600.jpg";
   images[5] = "../images/towers/cakemania3.jpg";
   images[6] = "../images/towers/dirkdashing160x600.jpg";
   images[7] = "../images/towers/dressuppups.jpg";
   images[8] = "../images/towers/eschalonbook1.png";
   images[9] = "../images/towers/fantasticfarm.jpg";
   images[10] = "../images/towers/fashioncentsdeluxe160x600.jpg";
   images[11] = "../images/towers/fashioncentsgents160x600.jpg";
   images[12] = "../images/towers/firstclassflurrysale_160x600.jpg";
   images[13] = "../images/towers/fishdom.jpg";
   images[14] = "../images/towers/gabcab160x600.jpg";
   images[15] = "../images/towers/grapplinghook.jpg";
   images[16] = "../images/towers/jewelquestsolitaire3.jpg";
   images[17] = "../images/towers/kaptainbrawe.jpg";
   images[18] = "../images/towers/lux.gif";
   images[19] = "../images/towers/madskillsmotocross160x600.jpg";
   images[20] = "../images/towers/minioneracing.png";
   images[21] = "../images/towers/nowboarding.jpg";
   images[22] = "../images/towers/planethorse.jpg";
   images[23] = "../images/towers/quantz.jpg";
   images[24] = "../images/towers/romanceofrome.jpg";
   images[25] = "../images/towers/runesofavalon2.jpg";
   images[26] = "../images/towers/springbonus.jpg";
   images[27] = "../images/towers/stardefender4.jpg";
   images[28] = "../images/towers/valerieporter.jpg";
   images[29] = "../images/towers/virtualvillagers4.jpg";
   images[30] = "../images/towers/wanderingwillows.jpg";

   urls[0] = "RickRocket/index.htm";
   urls[1] = "Other/ancientquestofsaqqarah.htm";
   urls[2] = "Other/avenueflo.htm";
   urls[3] = "Other/budredhead.htm";
   urls[4] = "Other/caster.htm";
   urls[5] = "Other/cakemania3.htm";
   urls[6] = "DirkDashing/main.htm";
   urls[7] = "Other/dressuppups.htm";
   urls[8] = "Other/eschalonbook1.htm";
   urls[9] = "Other/fantasticfarm.htm";
   urls[10] = "FashionCentsDeluxe/main.htm";
   urls[11] = "FashionCentsGents/main.htm";
   urls[12] = "Other/firstclassflurry.htm";
   urls[13] = "Other/fishdom.htm";
   urls[14] = "Other/gabcab.htm";
   urls[15] = "Other/grapplinghook.htm";
   urls[16] = "Other/jewelquestsolitaire3.htm";
   urls[17] = "Other/kaptainbrawe1.htm";
   urls[18] = "Other/luxdeluxe.htm";
   urls[19] = "Other/madskillsmotocross.htm";
   urls[20] = "Other/minioneracing.htm";
   urls[21] = "Other/nowboarding.htm";
   urls[22] = "Other/planethorse.htm";
   urls[23] = "Other/quantz.htm";
   urls[24] = "Other/romanceofrome.htm";
   urls[25] = "Other/runesofavalon2.htm";
   urls[26] = "Other/springbonus.htm";
   urls[27] = "Other/stardefender4.htm";
   urls[28] = "Other/valerieporter.htm";
   urls[29] = "Other/virtualvillagers4.htm";
   urls[30] = "Other/wanderingwillows.htm";

   count = 31;

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

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

