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

   images[0] = "http://www.mygamecompany.com/images/banners/caster468x60.jpg";
   images[1] = "http://www.mygamecompany.com/images/banners/droidassault480x60.jpg";
   images[2] = "http://www.mygamecompany.com/images/banners/eschalonbook2.jpg";
   images[3] = "http://www.mygamecompany.com/images/banners/gish468x60.jpg";
   images[4] = "http://www.mygamecompany.com/images/banners/grapplinghook.jpg";
   images[5] = "http://www.mygamecompany.com/images/banners/littlespaceduo468x60.jpg";
   images[6] = "http://www.mygamecompany.com/images/banners/lux1.gif";
   images[7] = "http://www.mygamecompany.com/images/banners/madskillsmotocross_linux468x60.png";
   images[8] = "http://www.mygamecompany.com/images/banners/mysticmine468x60_01.png";
   images[9] = "http://www.mygamecompany.com/images/banners/revengeofthetitans2.jpg";
   images[10] = "http://www.mygamecompany.com/images/banners/runesofavalon.jpg";
   images[11] = "http://www.mygamecompany.com/images/banners/titanattacks480x60.jpg";
   images[12] = "http://www.mygamecompany.com/images/banners/tribaltrouble468x60.jpg";
   images[13] = "http://www.mygamecompany.com/images/banners/zatikon_468x60_2.gif";
   images[14] = "http://www.mygamecompany.com/images/banners/dirkdashing2_468x60.jpg";
   images[15] = "http://www.mygamecompany.com/images/banners/fcd_ad468x60.jpg";
   images[16] = "http://www.mygamecompany.com/images/banners/fashioncentsgents468x60.jpg";
   images[17] = "http://www.mygamecompany.com/images/banners/rickrocket468x60.jpg";

   urls[0] = "http://www.mygamecompany.com/Products/Other/caster.htm";
   urls[1] = "http://www.mygamecompany.com/Products/Other/droidassault.htm";
   urls[2] = "http://www.mygamecompany.com/Products/Other/eschalonbook2.htm";
   urls[3] = "http://www.mygamecompany.com/Products/Other/gish.htm";
   urls[4] = "http://www.mygamecompany.com/Products/Other/grapplinghook.htm";
   urls[5] = "http://www.mygamecompany.com/Products/Other/littlespaceduo.htm";
   urls[6] = "http://www.mygamecompany.com/Products/Other/luxdeluxe.htm";
   urls[7] = "http://www.mygamecompany.com/Products/Other/madskillsmotocross.htm";
   urls[8] = "http://www.mygamecompany.com/Products/Other/mysticmine.htm";
   urls[9] = "http://www.mygamecompany.com/Products/Other/revengeofthetitans.htm";
   urls[10] = "http://www.mygamecompany.com/Products/Other/pathofmagic.htm";
   urls[11] = "http://www.mygamecompany.com/Products/Other/titanattacks.htm";
   urls[12] = "http://www.mygamecompany.com/Products/Other/tribaltrouble.htm";
   urls[13] = "http://www.mygamecompany.com/Products/Other/zatikon.htm";
   urls[14] = "http://www.mygamecompany.com/Products/DirkDashing2/main.htm";
   urls[15] = "http://www.mygamecompany.com/Products/FashionCentsDeluxe/main.htm";
   urls[16] = "http://www.mygamecompany.com/Products/FashionCentsGents/main.htm";
   urls[17] = "http://www.mygamecompany.com/Products/RickRocket/index.htm";

   count = 18;

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

   document.writeln("<p align=\"center\" style=\"margin-top: 0; margin-bottom: 0\"><a href=\""+urls[index]+"\"><img border=0 src="+images[index]+"></a></p>");
}

