// JavaScript Document
function eBookCoupon() {
	var couponCode = document.getElementById("coupon").value;
	if(couponCode == 'kx1129eb') {
		document.getElementById("goCoupon").innerHTML='<p class="imp">Price: $10 <span class="hilite">(you save $5)</span></p><div class="content_l_left"><a href="https://www.e-junkie.com/ecom/gb.php?i=135946&c=gc&cl=29264&ejc=4" title="Buy now using Google Checkout"><img src="https://checkout.google.com/buttons/buy.gif?merchant_id=276872863705184&w=117&h=48&style=white&variant=text&loc=en_US" alt="Buy Now - Google Checkout" width="117" height="48" border="0"/></a><p>After purchasing through Google Checkout, allow 3-5 minutes for download link to be emailed to you.</p></div><div class="content_l_right"><a href="https://www.e-junkie.com/ecom/gb.php?i=135946&c=single&cl=29264" target="ejejcsingle" title="Buy now using PayPal"><img src="/img/paypal.gif" alt="PayPal" width="220" height="56" border="0"/></a><br /><br /><p>After purchasing through PayPal you will be taken to the download page immediately.<span class="strong"></span></p></div>';
	}else{
		document.getElementById("answerCoupon").innerHTML=' Coupon code invalid';
	}
}