<!--// ***********************************************// AUTHOR: WWW.CGISCRIPT.NET, LLC// URL: http://www.cgiscript.net// Use the script, just leave this message intact.// Download your FREE CGI/Perl Scripts today!// ( http://www.cgiscript.net/scripts.htm )// ***********************************************function banner() {};banner = new banner();number = 0;// bannerArraybanner[number++] = "<a href='http://www.allspiritfitness.com/library/videos/Pilates.shtml'><img src='http://www.allspiritfitness.com/library/graphicsR/EssMat.gif' width='78' height='140' border='0'></a>"banner[number++] = "<a href='http://www.allspiritfitness.com/library/videos/Pilates.shtml'><img src='http://www.allspiritfitness.com/library/graphicsR/PilatesDum.gif' width='77' height='140' border='0'></a>"banner[number++] = "<a href='http://www.allspiritfitness.com/library/videos/Pilates.shtml'><img src='http://www.allspiritfitness.com/library/graphicsR/QuickPilates.gif' width='78' height='140' border='0'></a>"banner[number++] = "<a href='http://www.allspiritfitness.com/library/videos/Pilates.shtml'><img src='http://www.allspiritfitness.com/library/graphicsR/PilatesBall.gif' width='77' height='140' border='0'></a>"banner[number++] = "<a href='http://www.allspiritfitness.com/library/videos/Pilates.shtml'><img src='http://www.allspiritfitness.com/library/graphicsR/PPilates.gif' width='78' height='140' border='0'></a>"// keep adding items here...increment = Math.floor(Math.random() * number);document.write(banner[increment]);//-->