var button=new Array()

button[1]='<a href=http://www.pearlsong.com target=_new> <img src="http://www.pearlsong.com/pearlsongpresslogoblue.GIF" align="center" width="150" alt="Pearl Song Press"></a>'

button[2]='<a href=http://ampletraveler.com/support.htm target=_new> <img src="http://ampletraveler.com/buttons/ATlogobtnAnimate.gif" align="center" width="150" alt="Show Your Support for The Ample Traveler&copy; by becoming one of our advertisers.  Click here for details."></a>'

button[3]='<a href=http://feelinggoodfitness.com target=_new> <img src="http://feelinggoodfitness.com/logogreen.gif" align="center" width="150" alt="Feeling Good Fitness"></a>'

button[4]='<a href="http://www.impactbodywear.com" target=_new> <img src="http://www.impactbodywear.com/mast_logo.gif" align="center" width="150" alt="Impact Body Wear"></a>'

button[5]='<a href="http://ample-knitters.com" target=_new> <img src="http://ample-knitters.com/newtitle.gif" align="center" width="150" alt="Ample Knitters"></a>'

button[6]='<a href="http://theeuellconsultinggroup.com" target=_new><img src="http://www.theeuellconsultinggroup.com/images/banner150x120.jpg" align="center" width="150" alt="The Euell Consulting Group, LLC &quot;We help people LOVE themselves and the body they&#39;re in&copy;&quot;" border=0></a>'
 
button[7]='<a href="http://kellybliss.com"  target=_blank> <img src="http://ampletraveler.com/images/kellyblissanime[1].gif" width="130" align="middle" alt="Kelly Bliss"></a>'


var x =1;
do{
document.write(button[x]);
document.write("<br /><br />");
  x = x + 1;
} while (x <= 7) 


