<!-- Begin

// CHANGE ANY OF THESE VARIABLES TO "no" OR "yes" TO TURN AN OPTION OFF OR ON

// ONLY USE lowercase FOR ALL OPTIONS




var paragraph_1 	= "yes"		// SHOW THE 1ST PARAGRAPH
var paragraph_2 	= "yes"		// SHOW THE 2ND PARAGRAPH
var showimage		= "yes"		// SHOW A SIDEBAR IMAGE

var topspacing		= "10"		// NUDGE SIDEBAR DOWN
var sidewidth		= "125"		// SIDEBAR WIDTH





// NUDGE SPACER
document.write('<img src="picts/spacer.gif" height="'+topspacing+'" width="'+sidewidth+'"><br>');

document.write('<table cellpadding="5" cellspacing="10" border="0" class="sidebartext-right"><tr><td>');







// START RIGHT SIDEBAR AREA PARAGRAPH 1 EDIT THIS AREA

   if (paragraph_1 == "yes") {

document.write('<fieldset><legend>');

document.write('Announcements<br></legend>');

//document.write('Holiday Revue DVDs are now available for sale online<br><br>');

//document.write('Check out or Hip Hop Crew Audition Information<br><br>');

document.write('EDGE has 3 great locations: Lumberton NJ, Cinnaminson NJ and MDL Joint Base<br><br>');

//document.write('Costumes are now being ordered - deposits are now due.  Dancers will be measured in class starting Monday, November 8th.  <br><br>');

//document.write('Welcome Mom2Mom NJ Visitors  <a href="http://www.mom2momnj.com/Mom2MomNJ/Mom2MomNJ.html">Mom2Mom Website</a><br><br>');

//document.write('EDC is a proud member of Dance Masters of America  See our FB page  PADT  Chapter 25 The Pennsylvania Association of Dance Teachers is an association of dance educators certified by examination  whos main focus is advancing the art of dance and improving the practice of its teaching. Learn more about this wonderful organization and how to become a member!<br><br>');







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

}
// END RIGHT SIDEBAR AREA PARAGRAPH 1







// SMALL PICTURE AREA

   if (showimage == "yes") {

document.write('<br><center>');
document.write('<a href="index.html"><img src="picts/sidebar-right.jpg" border="0" class="borders"></a><br>');
document.write('</center>');
document.write('<br><br>');
}







// START RIGHT SIDEBAR AREA PARAGRAPH 2 EDIT THIS AREA

   if (paragraph_2 == "yes") {

document.write('<fieldset><legend>');

document.write(' Info<br></legend>');

document.write('Welcome Mom2Mom NJ Visitors  <a href="http://www.mom2momnj.com/Mom2MomNJ/Mom2MomNJ.html">Mom2Mom Website</a><br><br>');

document.write('Christine Callahan Levenson is a proud member of Dance Masters of America  See our FB page  PADT  Chapter 25 The Pennsylvania Association of Dance Teachers is an association of dance educators certified by examination  whos main focus is advancing the art of dance and improving the practice of its teaching. Learn more about this wonderful organization and how to become a member!<a href="http://www.dmachapter25.com/">DMA Chapter 25 Website</a><br><br>');

//document.write('Jazz/Tap Combination Class   Saturdays, 11:00am - Class begins January 15th     Ages 5-7<br><br>');

//document.write('Zumba - Join us for the Hottest Fitness Class around!   Mondays, 8:30pm -   Join for a 6 week session or drop in anytime!<br><br>');

//document.write('Introduction to Lyrical    Saturdays, 12:00pm - Class begins January 15th     Ages 6 & Up<br><br>');

//document.write('Creative Movement / Early Edge    Saturdays, 1:00pm - Class begins January 15th     Ages 2-4<br><br>');

//document.write('Tap Production Group   Tuesdays, 8:30 pm - Class begins January 11th     Ages 12 & Up<br><br>');

//document.write('Lumberton Township Day- October 2nd<br><br>');

//document.write('Edge Holiday Show- December 5th 2010 at Holy Cross High School<br><br>');

//document.write('Edge "Senior" Holiday Tour- December 11th 2010<br><br>');



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

}
// END RIGHT SIDEBAR AREA PARAGRAPH 2







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


// -- END -->
