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

   images[0] = "../images/towers/agathachristieperilatendhouse.jpg";
   images[1] = "../images/towers/avenueflo.jpg";
   images[2] = "../images/towers/dinertowndetectiveagency.jpg";
   images[3] = "../images/towers/dreamchronicles2.jpg";
   images[4] = "../images/towers/dreamchronicles3.jpg";
   images[5] = "../images/towers/emeraldcityconfidential_alternate.jpg";
   images[6] = "../images/towers/fashioncentsgents160x600.jpg";
   images[7] = "../images/towers/fashioncentsgents160x600.jpg";
   images[8] = "../images/towers/fishdom.jpg";
   images[9] = "../images/towers/hiddenexpeditionamazon.jpg";
   images[10] = "../images/towers/jollyrover.jpg";
   images[11] = "../images/towers/kaptainbrawe.jpg";
   images[12] = "../images/towers/mysterymasterpiecemoonstone.jpg";
   images[13] = "../images/towers/nightshiftcode.jpg";
   images[14] = "../images/towers/nightshiftlegacy.jpg";
   images[15] = "../images/towers/peggledeluxe.jpg";
   images[16] = "../images/towers/princessisabellawitchscurse.jpg";
   images[17] = "../images/towers/purehidden.jpg";
   images[18] = "../images/towers/romanceofrome.jpg";
   images[19] = "../images/towers/runesofavalon.jpg";
   images[20] = "../images/towers/runesofavalon2.jpg";
   images[21] = "../images/towers/scrapbookpaige.jpg";
   images[22] = "../images/towers/threedayszoomystery.jpg";
   images[23] = "../images/towers/valerieporter.jpg";
   images[24] = "../images/towers/virtualfamilies.jpg";
   images[25] = "../images/towers/virtualvillagers.jpg";
   images[26] = "../images/towers/virtualvillagerssecretcity.jpg";
   images[27] = "../images/towers/wanderingwillows.jpg";
   images[28] = "../images/towers/zuma.jpg";
   images[29] = "../images/towers/saqqarah.jpg";
   images[30] = "../images/towers/empressofthedeep.jpg";
   images[31] = "../images/towers/gardenscapes.jpg";
   images[32] = "../images/towers/dinerdash5boom_160x600.jpg";
   images[33] = "../images/towers/planethorse.jpg";

   urls[0] = "Other/agathachristieperilatendhouse.htm";
   urls[1] = "Other/avenueflo.htm";
   urls[2] = "Other/dinertowndetective.htm";
   urls[3] = "Other/dreamchronicles2.htm";
   urls[4] = "Other/dreamchronicles3.htm";
   urls[5] = "Other/emeraldcityconfidential.htm";
   urls[6] = "FashionCentsGents/main.htm";
   urls[7] = "FashionCentsGents/main.htm";
   urls[8] = "Other/fishdom.htm";
   urls[9] = "Other/hiddenexpeditionamazon.htm";
   urls[10] = "Other/jollyrover.htm";
   urls[11] = "Other/kaptainbrawe1.htm";
   urls[12] = "Other/mysterymasterpiecemoonstone.htm";
   urls[13] = "Other/nightshiftcode.htm";
   urls[14] = "Other/nightshiflegacy.htm";
   urls[15] = "Other/peggle.htm";
   urls[16] = "Other/princessisabella.htm";
   urls[17] = "Other/purehidden.htm";
   urls[18] = "Other/romanceofrome.htm";
   urls[19] = "Other/runesofavalon.htm";
   urls[20] = "Other/runesofavalon2.htm";
   urls[21] = "Other/scrapbookpaige.htm";
   urls[22] = "Other/threedayszoomystery.htm";
   urls[23] = "Other/valerieporter.htm";
   urls[24] = "Other/virtualfamilies.htm";
   urls[25] = "Other/virtualvillagers.htm";
   urls[26] = "Other/virtualvillagerssecretcity.htm";
   urls[27] = "Other/wanderingwillows.htm";
   urls[28] = "Other/zuma.htm";
   urls[29] = "Other/ancientquestofsaqqarah.htm";
   urls[30] = "Other/empressofthedeep.htm";
   urls[31] = "Other/gardenscapes.htm";
   urls[32] = "Other/dinerdash5boom.htm";
   urls[33] = "Other/planethorse.htm";

   count = 34;

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

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

