function writeCamp(){
  var j,d="",l="",m="",p="",q="",z="",list= new Array()
  list[list.length]='<table width="100%" border="0" cellspacing="0" cellpadding="10"><tr><td width="67%" valign="top" height="140"><p><span class="bodyhead">Handbuilding with Clay</span><br /><br /><span class="bodytext">Students will learn to use common items (lace, ribbon, buttons, silk flowers, etc.) to create textured decorations on bowls that they hand build. Once the bowls are fired, students will learn glazing techniques that will show off the textures they have created.<br /><a href="camps.html">~ See All of Our Camps</a></span><br /></p> </td><td width="33%" valign="top"><span class="bodytext"><br /><br /><strong>Instructor: </strong>Carolina Elizabeth<br /><strong>Dates: </strong>May 25-29<br /><strong>Time:</strong> 9am-Noon<br /><strong>Cost:</strong> $65.00</span></td></tr></table>';
  
  list[list.length]='<table width="100%" border="0" cellspacing="0" cellpadding="10"><tr><td width="67%" valign="top" height="140"><p><span class="bodyhead">Jewelry Making</span><br /><br /><span class="bodytext">Students will be introduced to the design and function of jewelry making. They will learn how to design and draw their original designs using watercolor pencils to scale, matting and presentation of their designs. They will then proceed to learn how to manipulate several mediums to create their design in 3-D using paper, polymer clay and precious metal clay.<br /><a href="camps.html">~ See All of Our Camps</a></span><br /></p></td><td width="33%" valign="top"><span class="bodytext"><br /><br /><strong>Instructor: </strong>Sheridan Scott<br /><strong>Dates: </strong>May 25-29<br /><strong>Time:</strong> 1pm-4pm<br /><strong>Cost:</strong> $65.00</span></td></tr></table>';
  
  list[list.length]='<table width="100%" border="0" cellspacing="0" cellpadding="10"><tr><td width="67%" valign="top" height="140"><p><span class="bodyhead">Rock &amp; Roll Art</span><br /><br /><span class="bodytext">Get rockin\' in this fun camp.  We\'ll explore vintage to present images of rock and roll from instruments to album covers.  Your child will name their band, design a logo and incorporate that logo into promotional print material for their band and much more!  We\'ll have a rockin\' good time!<br /><a href="camps.html">~ See All of Our Camps</a></span><br /></p></td><td width="33%" valign="top"><span class="bodytext"><br /><br /><strong>Instructor: </strong>Kelly Smith<br /><strong>Dates: </strong>June 1-5<br /><strong>Time:</strong> 1pm-4pm<br /><strong>Cost:</strong> $65.00</span></td></tr></table>';

  
  j=parseInt(Math.random()*list.length);
  j=(isNaN(j))?0:j;
  document.write(list[j]);
}