<!-- 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 	= "no"		// SHOW THE 2ND PARAGRAPH
var paragraph_3 	= "yes"		// SHOW THE 3RD PARAGRAPH
var paragraph_4 	= "no"		// SHOW THE 4TH PARAGRAPH
var paragraph_5 	= "yes"		// SHOW THE 4TH PARAGRAPH
var showimage		= "yes"		// SHOW A SIDEBAR IMAGE

var topspacing		= "5"		// NUDGE SIDEBAR DOWN
var sidewidth		= "187"		// 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('Events <br></legend>');

document.write('<img src="picts/red_star_bullet_sm.jpg" border="0">&nbsp;Events posted on Calendar<br>...<a href="calendar.htm">click here</a><br><br>');

document.write('<img src="picts/red_star_bullet_sm.jpg" border="0">&nbsp;Voting registration information<br>...<a href="vote.htm">click here</a>');

document.write('</fieldset>');
document.write('<br><br>');

}
// 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="comment.html"><img src="picts/comments-sm.gif" border="0"></a><br></legend>');

document.write('Post a comment...<a href="contact.htm">click here to learn more</a><br>');

document.write('</fieldset>');
document.write('<br><br>');

}
// 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(' Pledge to America<br></legend>');

document.write('Americans need no reminder that the challenges we face are enormous. Our economy has declined and our debt has mushroomed with the loss of millions of jobs. The social fabric that binds us as citizens, families and communities is unraveling. Voices in and out of government whisper that our standing as the world&#8217;s leader of democracy and economic growth is ending.<br>The website:... &#8212; <a href="http://www.gop.gov/pledge" target="_blank">click here...</a><br>The document:... &#8212; <a href="http://www.gop.gov/pledge" target="_blank">click here...<br>');

document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 3





// SMALL PICTURE AREA

   if (showimage == "yes") {

document.write('<br><center>');
document.write('<a href="index.html"><img src="picts/flag-right.jpg" border="0" class="borders"></a><br>');
document.write('</center>');
document.write('<br><br>');
}






// START RIGHT SIDEBAR AREA PARAGRAPH 4 EDIT THIS AREA

   if (paragraph_4 == "yes") {

document.write('<fieldset><legend>');

document.write('Links<br></legend>');

document.write('<a href="http://poofcat.com/july.html" target="_blank">Pledge of Allegiance</a><br>')
document.write('<a href="http://www.natronagop.com/inalienable_rights.htm" target="_blank">Inalienable Rights</a><br>')
document.write('<a href="http://www.natronagop.com/pdf/the-conservative-truth.pdf" target="_blank">The Enemy From Within</a><br>')

document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 4






// START RIGHT SIDEBAR AREA PARAGRAPH 5 EDIT THIS AREA

   if (paragraph_5 == "yes") {

document.write('<fieldset><legend>');

document.write('NO GOVERNMENT-RUN<br>HEALTHCARE PLAN</legend>');

document.write('At a time when major government programs like Medicare and Medicaid are already on a path to fiscal insolvency, creating a brand new government program will not only worsen our long term financial outlook but also negatively impact American families who enjoy the private coverage of their choice....<a href="http://hatch.senate.gov/public/index.cfm?FuseAction=PressReleases.Detail&PressRelease_id=c031dbe1-1b78-be3e-e076-cf8c002f33a6&Month=6&Year=2009" target="_blank">more...</a> <br>');

document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 5




document.write('</td></tr></table>');


// -- END -->
