<!--
function EJEJC_lc(th) { return false; }

function EJEJC_config() {
EJEJC_INITCSS = false;
// Will call EJEJC_shown function (next section below) after the cart has rendered:
EJEJC_POSTCALL=true; 
}

function EJEJC_shown() {
// Will change the PayPal checkout button image:
jQuery("#btnPP").attr("src", "http://www.moneyaffirmationsmp3.com/images/button_ejunkie_cart_pay.gif");
// Will change "Ship to Country" to "Your Country":
jQuery("#country1").attr("innerHTML", "Your Country");
// Will change "Ship to ZIP/postal Code" to "Your ZIP/Postal Code":
jQuery("#state1").attr("innerHTML", "Your ZIP/Postal Code");
// Adding a custom line of text or block of HTML inside the cart:
jQuery("#tdPmnt").attr("innerHTML", "PayPal account <b><font color=FF0000>NOT</font></b> required");
// Remove "continue shopping" button:
//jQuery("#btnContShop").remove();
}
//-->
