function includeGoogleCart()
{
	document.write('<script close-cart-when-click-away="false" hide-cart-when-empty="false" productweightunits="LB" currency="USD" integration="jscart-wizard" cart-opening-time="0" src="https://checkout.google.com/seller/gsc/v2_2/cart.js?mid=418331252005000" type="text/javascript" id="googlecart-script"></script>');

	$("#store_submitter").attr("action", "https://checkout.google.com/api/checkout/v2/checkout/Merchant/418331252005000");
}

