<!-- 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 paragraph_3 	= "yes"
var showimage		= "yes"		// SHOW A SIDEBAR IMAGE
var showimage_3		= "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('Follow Us On Facebook<br></legend>');

document.write('You can keep track of daily and weekly updates with us on the Colorado Dancesport Facebook page. <a href="http://www.facebook.com/group.php?gid=15195788970#!/group.php?gid=15195788970&v=info" target="_blank">Facebook...</a><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="http://www.youtube.com/embed/hJi4wNIzYsI?rel"><iframe title="YouTube video player" width="200" height="143" src="http://www.youtube.com/embed/hJi4wNIzYsI?rel=0" frameborder="0" allowfullscreen></iframe> </a><br>');
document.write('Our TV Commercial');
document.write('</center>');
document.write('<br><br>');
}




// SMALL PICTURE AREA

   if (showimage_3 == "yes") {

document.write('<br><center>');
document.write('<a href="http://www.youtube.com/embed/9Zs7yGY0kDM"><iframe title="YouTube video player" width="200" height="180" src="http://www.youtube.com/embed/9Zs7yGY0kDM?rel=0" frameborder="0" allowfullscreen></iframe> </a><br>');
document.write('Our Showcase Intro - 2009');
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('Updates & Notifications<br></legend>');
document.write('<br>');

document.write('Thanksgiving Pot-Luck - Friday Nov. 25th<br>');
document.write('Feel free to bring your leftovers<br>');
document.write('<br>');

document.write('Power Hour Fitness with Julie<br>');
document.write('have moved back to 9:30 am on Saturdays<br>');
document.write('<br>');

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

}
// END RIGHT SIDEBAR AREA PARAGRAPH 2


   if (paragraph_3 == "yes") {

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

document.write('Hours of Operation<br></legend>');

document.write('We are open: <br>');
document.write('Monday - Thursday 10am - 9:30pm<br>');
document.write('Friday 10am - 10:30pm<br>');
document.write('Saturday & Sunday by appointment<br>');

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

}



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


// -- END -->
