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

   images[0] = "../images/towers/airportmania.jpg";
   images[1] = "../images/towers/aroundtheworldin80days.jpg";
   images[2] = "../images/towers/avenueflo.jpg";
   images[3] = "../images/towers/buildalot2.jpg";
   images[4] = "../images/towers/cakemania3.jpg";
   images[5] = "../images/towers/chocolatierdecadence.jpg";
   images[6] = "../images/towers/cookingacademy.jpg";
   images[7] = "../images/towers/cookingdash.jpg";
   images[8] = "../images/towers/cookingdash2.jpg";
   images[9] = "../images/towers/dressuppups.jpg";
   images[10] = "../images/towers/fantasticfarm.jpg";
   images[11] = "../images/towers/fashioncentsgents160x600.jpg";
   images[12] = "../images/towers/fashioncentsgents160x600.jpg";
   images[13] = "../images/towers/fishdom.jpg";
   images[14] = "../images/towers/fitnessdash.gif";
   images[15] = "../images/towers/jessicascupcakefactory.jpg";
   images[16] = "../images/towers/nowboarding.jpg";
   images[17] = "../images/towers/passporttoperfume.jpg";
   images[18] = "../images/towers/ranchrush.jpg";
   images[19] = "../images/towers/weddingdash160x600.jpg";
   images[20] = "../images/towers/zuma.jpg";
   images[21] = "../images/towers/saqqarah.jpg";
   images[22] = "../images/towers/janeszoo.jpg";
   images[23] = "../images/towers/dinerdash5boom_160x600.jpg";
   images[24] = "../images/towers/gabcab160x600.jpg";
   images[25] = "../images/towers/simplzzoo160x600.jpg";
   images[26] = "../images/towers/planethorse.jpg";

   urls[0] = "Other/airportmania.htm";
   urls[1] = "Other/aroundtheworldin80days.htm";
   urls[2] = "Other/avenueflo.htm";
   urls[3] = "Other/buildalot2.htm";
   urls[4] = "Other/cakemania3.htm";
   urls[5] = "Other/chocolatierdecadencebydesign.htm";
   urls[6] = "Other/cookingacademy.htm";
   urls[7] = "Other/cookingdash.htm";
   urls[8] = "Other/cookingdash2.htm";
   urls[9] = "Other/dressuppups.htm";
   urls[10] = "Other/fantasticfarm.htm";
   urls[11] = "FashionCentsGents/main.htm";
   urls[12] = "FashionCentsGents/main.htm";
   urls[13] = "Other/fishdom.htm";
   urls[14] = "Other/fitnessdash.htm";
   urls[15] = "Other/jessicascupcakecafe.htm";
   urls[16] = "Other/nowboarding.htm";
   urls[17] = "Other/passporttoperfume.htm";
   urls[18] = "Other/ranchrush.htm";
   urls[19] = "Other/weddingdashreadyaimlove.htm";
   urls[20] = "Other/zuma.htm";
   urls[21] = "Other/ancientquestofsaqqarah.htm";
   urls[22] = "Other/janeszoo.htm";
   urls[23] = "Other/dinerdash5boom.htm";
   urls[24] = "Other/gabcab.htm";
   urls[25] = "Other/simplzzoo.htm";
   urls[26] = "Other/planethorse.htm";

   count = 27;

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

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

