jQuery(document).ready(function() {
  /*if (jQuery('li.success-msg').length > 0 && jQuery('input#coupon_code').length > 0) {
    var total = parseInt(jQuery('table#shopping-cart-totals-table tfoot span.price').html().replace('$', ''));
    jQuery('div.wrapper').append("<div id='promo_callout'>We will donate 30% of your purchase to the Cancer Council - this will be $" + total * 0.3 + " based on your order. Thank You!</div>");
    jQuery('div#promo_callout').css({
      position: 'absolute', 
      top: '160px', 
      left: '50%',
      marginLeft: '-137px',
      width: '274px',
      background: '#FE67D5', 
      zIndex: '99',
      padding: '12px',
      color: '#fff',
      fontWeight: 'bold',
      fontSize: '1.5em',
      border: '1px solid #FF75D9'
    });
  }*/
});
