<!-- 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		= "200"		// SIDEBAR WIDTH





// NUDGE SPACER
document.write('<img src="picts/spacer.gif" height="'+topspacing+'" width="'+sidewidth+'"><br>');

document.write('<table cellpadding="10" cellspacing="20" border="15" class="sidebartext-right"><tr><td>');





// START RIGHT SIDEBAR AREA PARAGRAPH 1 EDIT THIS AREA

   if (paragraph_1 == "yes") {


document.write('<fieldset><legend>');

document.write('Weather Delays<br></legend>');

document.write('None - all classes are running as scheduled<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="register online.htm"><img src="picts/ballet school.jpg" border="0" class="borders"></a><br>');
document.write('</center>');
document.write('<br><br><br><br>');


document.write('<br><center>');
document.write('<a href="https://app.jackrabbitclass.com/portal/ppLogin.asp?id=508360" target="_blank">Existing E-Customer Portal Login</a><br>');
document.write('</center>');
document.write('<br><br><br><br>');

}
 if (paragraph_1 == "no") {

document.write('<fieldset><legend>');

document.write('Important Dates<br></legend>');

document.write('Classes begin September 12th<br>');

document.write('</fieldset>');
document.write('<br><br>');

}
   if (showimage == "no") 
   
   {


}



// SMALL PICTURE AREA

   if (showimage == "no") 
   
   {

document.write('<br><center>');
document.write('<a href="PDF/Jan 11 TD newsletter.pdf"><img src="picts/newsletter.jpg" border="0" class="borders"></a><br>');
document.write('</center>');
document.write('<br><br><br><br>');

}


   if (showimage == "yes") 
   
   {

document.write('<br><center>');
document.write('<a href="contact.htm"><img src="picts/contact_icon.jpg" border="0" class="borders"></a><br>');
document.write('</center>');
document.write('<br><br>');

}
{

document.write('<br><center>');
document.write('<a href="http://www.facebook.com/pages/Tiny-Dancers/166630686709289?ref=ts"><img src="picts/facebook.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 == "no") {

document.write('<fieldset><legend>');

document.write('Class Additions<br></legend>');

document.write('Check out our expanded schedules in Gainesville and Fairfax<br>');

document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 2







document.write('</td></tr></table>');


// -- END -->
