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