﻿// JScript File

    function clearPostCode() {
    var postCodeBox = document.getElementById("postCode");
    if (postCodeBox) postCodeBox.value="";
    }
