<!-- 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 3ND PARAGRAPH
var showimage		= "yes"		// SHOW A SIDEBAR IMAGE

var topspacing		= "5"		// NUDGE SIDEBAR DOWN
var sidewidth		= "120"		// 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


// END RIGHT SIDEBAR AREA PARAGRAPH 1

// START RIGHT SIDEBAR AREA PARAGRAPH 2 EDIT THIS AREA

   if (paragraph_2 == "yes") {

document.write('<fieldset><legend>');

document.write('<a href="candidates.htm" target="_blank" title="Candidates">Candidates</a><br></legend>');

document.write('<a  href="http://joesestak.com/splash.html" target="_blank">Joe Sestak</a> U.S. Senate <br>');

document.write('<a  href="http://www.voteonorato.com/" target="_blank">Dan Onorato</a> Governor<br>');

document.write('<a  href="http://www.scottconklin.net/" target="_blank">Scott Conklin</a> Lt. Governor<br>');

document.write('<a  href="http://www.ryansanders.com/" target="_blank">Ryan Sanders</a> U.S. Congress<br>');

document.write('<a href="http://www.derfmaitland.com/" target="_blank">Derf Maitland</a> State House-91st<br>');

document.write('<a href="http://mikestrausbaugh.com/" target="_blank">Mike Strausbaugh</a> State House-193rd<br>');


document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 2



// START RIGHT SIDEBAR AREA PARAGRAPH 2 EDIT THIS AREA

   if (paragraph_2 == "yes") {

document.write('<fieldset><legend>');

document.write('<a href="links.htm" target="_blank" title="Links">Links</a><br></legend>');

document.write('Favorite Democratic Links</a><br>');
document.write('<a  href="http://www.facebook.com/group.php?gid=154819008729" target="_blank">FACEBOOK</a> Discussion<img SRC="picts/anibull1.gif" height=11 width=10 ALT="flashing ball" border="0"><br>');
document.write('<a href="youtube.htm" target="_blank">ACDC videos on You Tube</a><br>');
document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 2



// START RIGHT SIDEBAR AREA PARAGRAPH 2 EDIT THIS AREA

   if (paragraph_2 == "yes") {

document.write('<fieldset><legend>');

document.write('<a href="contribute.htm" target="_blank" title="Contribute">Contribute</a><br></legend>');

document.write('Please contribute to ACDC</a><br>');

document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 2





// START RIGHT SIDEBAR AREA PARAGRAPH 2 EDIT THIS AREA



// END RIGHT SIDEBAR AREA PARAGRAPH 2


// START RIGHT SIDEBAR AREA PARAGRAPH 3 EDIT THIS AREA

   if (paragraph_3 == "yes") {

document.write('<fieldset><legend>');

document.write('<a href="faq-home.htm">F.A.Q.</a><br></legend>');

document.write('Frequently Asked Questions. <br>');

document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 3

// START RIGHT SIDEBAR AREA PARAGRAPH 3 EDIT THIS AREA

   if (paragraph_3 == "yes") {

document.write('<fieldset><legend>');

document.write('<a href="contact.htm">Volunteer</a><br></legend>');

document.write('Join our mailing list and volunteer. <a href="contact.htm" target="_blank">I want to help</a><br>');

document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 3





// SMALL PICTURE AREA



// START RIGHT SIDEBAR AREA PARAGRAPH 3 EDIT THIS AREA


// END RIGHT SIDEBAR AREA PARAGRAPH 3



document.write('</td></tr></table>');


// -- END -->