<!-- 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"     // SHOW THE 3RD PARAGRAPH
var showimage		= "no"		// 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('Sounds Like Fun!</legend>');


document.write('<a href="javascript:popUpFAQ(\'faq-GettingStarted.htm\')">How do I get started?</a><br>'); 

document.write(' ');

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('Send Me a Newsletter<br></legend>');


document.write('Subscribe to the Dancing with Karen Studio e-newsletter and/or the H.A.T.S. e-newsletter <a href="NewsletterRequest.htm"><br>Subscribe ...</a><br>');

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

}
// END RIGHT SIDEBAR AREA PARAGRAPH 2

//Paragraph 3 - Start

if (paragraph_3 == "yes") {
document.write('<fieldset><legend>');
document.write('The Tangled Tango</legend>');
document.write('<a href="http://atthecenterwithfreddieandbenny.blogspot.com/"><img src="picts/Panther Tango 3x3.jpg" border="0" class="borders" width="150px"><br>Read about the felines Argentine Tango on the Cat\'s Cradle blog!</a><br>'); 
document.write(' ');
document.write('</fieldset>');
document.write('<br><br>');
}

//Paragraph 3 - End





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


// -- END -->