

// SECOND IMAGE AREA


   if (showimage_2 == "yes") {
document.write('<IMG SRC="picts/sidebar-1.jpg" border="0" width="122" height="95" class="borders"><br><br>');
}




// START SECOND TEXT AREA
   if (showarea_2 == "yes") {

document.write('<fieldset style=" text-align:left; width:150px; padding: 5px;" class="smalltext"><legend>');
document.write('<span class="subtitle">Coming Soon: </span></legend>');

document.write('Wanna see some pics of what is up at Slappys? ');

document.write('<a href="photogallery.htm">click here</a>');

document.write('</fieldset>');
document.write('<br><br><br>');
}
// END SECOND TEXT AREA










// SAMPLE LINKS AREA
   if (links == "yes") {

document.write('<fieldset style=" text-align:left; width:150px; padding: 5px;" class="smalltext"><legend>');
document.write('<span class="subtitle">More Links:</span></legend>');

document.write('<a href="about.htm">Edit This Sample Link</a><br>');

document.write('<a href="about.htm">Edit This Sample Link</a><br>');

document.write('<a href="about.htm">Edit This Sample Link</a><br>');

document.write('<a href="http://allwebcodesign.com" target="_blank">Edit This Sample Link</a><br>');

document.write('<a href="http://allwebcodesign.com" target="_blank">Edit This Sample Link</a><br>');

document.write('<a href="http://allwebcodesign.com" target="_blank">Edit This Sample Link</a><br>');


document.write('</fieldset>');
document.write('<br><br><br>');
}
// SAMPLE LINKS AREA











// THIRD IMAGE AREA


   if (showimage_3 == "yes") {
document.write('<IMG SRC="picts/sidebar-3.jpg" border="0" width="108" height="121" class="borders"><br><br>');
}




// START THIRD TEXT AREA
   if (showarea_3 == "yes") {

document.write('<fieldset style=" text-align:left; width:150px; padding: 5px;" class="smalltext"><legend>');
document.write('<span class="subtitle">Workshops: </span></legend>');

document.write('Join us for <strong>Circus Camp</strong> this summer! ');


document.write('<a href="contact.htm">click here.</a>');
document.write('Or our  <strong>Winter Clown Workshops</strong> this February! ');
document.write('<a href="http://www.nygoofs.com/clownschool.htm">click here.</a>');
document.write('</fieldset>');
document.write('<br><br><br>');
}
// END THIRD TEXT AREA


// FOURTH IMAGE AREA


   if (showimage_4 == "yes") {
document.write('<IMG SRC="picts/sidebar-4.jpg" border="0" width="150" height="100" class="borders"><br><br>');
}




// START FOURTH TEXT AREA

   if (showarea_4 == "yes") {

document.write('<fieldset style=" text-align:left; width:150px; padding: 5px;" class="smalltext"><legend>');
document.write('<span class="subtitle">Our Mailing List: </span></legend>');
document.write('For more information on any of our services or just for some special deals, join our Mailing List! <a href="contactus.htm">Click Here</a>');

document.write('</fieldset>');
document.write('<br><br><br>');
}

// END FIRST TEXT AREA







document.write('</td></tr></table>');
//  End -->
