<!--
function checkForm(e) {
	if (e.keyCode == 13) {
		//alert("You pressed enter - yay!");	
		if(validateNs(document.getElementById('pcIsoform'))) postcodeLookUp(document.getElementById('pcIsoform'));
	}
}
//-->
