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