<!--
// Add to Cart

function AddToCart(item_id) {

 var URL = 'http://www.humpheadcountry.com/cgi-bin/cart.pl?action=add&id='+item_id;
 window.open(URL,"_self");
 return false;

}
-->
