	$('#viewcart').click( function() { return EJEJC_lc(this) } );
	$('#addtocart').click( function() { return EJEJC_lc(this) } );
	function EJEJC_lc(th) { return false; }
	function EJEJC_config() {
		EJEJC_BRDRCOLOR = "#34A442";
		EJEJC_POSTCALL=true;
	}
	function EJEJC_shown() {
		jQuery("#btnCC").attr("src", "http://www.writeitwell.com/img/checkout.png").css('margin', '20px 20px 10px 0');
		jQuery('#ej_ejc_frm_1').after('<img src="http://www.writeitwell.com/img/cards.png" id="cards" />').after('<p class="us-only">US orders only.<br />International orders can be placed through <a href="http://www.amazon.com">Amazon.com</a></p>');
		jQuery("#tdPmnt").remove();
	}
