<!-- 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 	= "yes"		// 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('Republican Precinct Caucuses<br>&#8230;Tuesday, March 16th<br>&#8230;6:00 - 10:00 pm<br>&#8230;<a href="calendar.htm">more...</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(' White House Attacks<br></legend>');

document.write('Companies and Organizations who have spoken out on Obama and the Administration&#8217;s Radical Moves &#8212; To name a few:<br>&nbsp;&nbsp;&#8212; Humana &#8211; Gag Order...<a href="http://www.foxnews.com/search-results/m/26556822/gag-order.htm#q=humana" target="_blank">more...</a><br>&nbsp;&nbsp;&#8212; Price Waterhouse...<a href="http://www.americanthinker.com/blog/2009/10/white_house_dems_reject_price.html" target="_blank">more...</a><br>&nbsp;&nbsp;&#8212; Insurance Companies...<a href="http://www.foxnews.com/politics/2009/10/11/insurers-escalate-criticism-health-overhaul/" target="_blank">more...</a><br>&nbsp;&nbsp;&#8212; U.S. Chamber...<a href="http://www.foxnews.com/politics/2009/10/20/white-house-targets-chamber-commerce-opposition-reform-plans/?test=latestnews" target="_blank">more...</a><br>&nbsp;&nbsp;&#8212; Rush Limbaugh...<a href="http://www.rushlimbaugh.com/home/daily/site_101609/content/01125106.guest.html" target="_blank">more...</a><br>&nbsp;&nbsp;&#8212; Fox News...<a href="http://www.foxnews.com/politics/2009/10/12/white-house-escalates-war-words-fox-news/" target="_blank">more...</a><br>At a time when all is to be transparent and to avoid more costs and loss of liberties; Companies and Organizations are speaking out on the atrocities being thrown at the American People from the Administration through its lies and deceit.<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 -->