<!-- Begin

// NOTE: These are the view cart buttons and sidebar area under the menu


var paypal		= "yes"			// SHOW THE PAYPAL VIEW CART BUTTON
var paypal_email	="markhallenberg@msn.com"	// ADD YOUR PAYPAL E-MAIL FOR THE VIEW CART

var TWOCO		= "yes"			// SHOW THE 2CO VIEW CART BUTTON
var TWOCO_sellerID	= "1269132"		// YOUR 2CO SELLER ID

var showimage		= "yes"			// SHOW A LINKED SIDEBAR IMAGE
var imagelink		= "contact.htm"		// PAGE TO LINK IMAGE TO

var showline		= "yes"			// SHOW LINE AFTER THE VIEW CART






// YOU DO NOT NEED TO EDIT BELOW THIS LINE

// COPYRIGHT 2007 Recovered Liberal
// Unauthorized use or sale of this script is strictly prohibited by law





document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="156"><tr><td align="center">');




// MENU LINE


   if (showline == "yes") {
document.write('<br><img src="picts/menu-line.gif" width="156" height="2" vspace="4"><br>');
}

//<br><center>

// SMALL PICTURE AREA

   if (showimage == "yes") {
document.write('<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="8124494">
<input type="image" src="https://www.paypal.com/en_US/i/btn/btn_donateCC_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
<img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1">
</form>
);
document.write('<span class="menutitle">Reason To Donate</span><br>');

document.write('<a href="http://www.aclu.com/" class="menu">Eliminate: ACLU</a>');

document.write('<a href="http://www.cair.com/" class="menu">Eliminate: CAIR</a>');

document.write('<a href="http://www.recoveredliberal.com/soros.htm" class="menu">Eliminate: Soros</a>');

document.write('<a href="http://en.wikipedia.org/wiki/United_Nations/" class="menu">Eliminate: United Nations</a>');


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


//  End -->


