

/* e-junkie cart popup
-------------------------------------------------- */

function EJEJC_lc(th) { return false; }
function EJEJC_config() {
	// 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", "/images/ej_btn_paypal.gif");
	// Adding a custom line of text or block of HTML inside the cart:
	jQuery("#tdPmnt").attr("innerHTML", "&nbsp;");
}
