			var djConfig = {
				isDebug: true // ,
				// debugAtAllCosts: true
			};
			function chPrice(){
				
				if (document.getElementById('couponfield').value.substr(0,1).toLowerCase() == 'r'){
					document.getElementById('couponarea').innerHTML = '<IMG SRC="images/accepted123.gif">';
					setTimeout("dojo.lfx.html.wipeIn('box2', 1000).play();", 500);
					dojo.lfx.html.wipeOut('box1', 1000).play();
				} else {
					alert('That is not an active coupon code.');
					document.getElementById('couponfield').value = '';
				}
			}