document.write('State <input type="text" size="20" name="State" value="' + State + '" onChange="newCookie(this.name,this.value);">');var State = (thisCookie) ? getCookie("State") : " ";