document.write('<table border="0" cellpadding="0" cellspacing="0" width="50%">');
document.write('<tr>');
document.write('<td align="right" width="300" nowrap>');
document.write('<B>First Name</B> <input type="text" size="20" name="FirstName" value="' + FirstName + '" onChange="newCookie(this.name,this.value);">');var FirstName = (thisCookie) ? getCookie("FirstName") : " ";
document.write('</td>');
document.write('</tr><tr>');

document.write('<td align="right" width="300" nowrap>');
document.write('<B>Last Name </B><input type="text" size="20" name="LastName" value="' + LastName + '" onChange="newCookie(this.name,this.value);">');var LastName = (thisCookie) ? getCookie("LastName") : " ";
document.write('</td>');

document.write('</tr><tr>');

document.write('<td align="right" width="300" nowrap>');
document.write('<B>Title/Position</B> <input type="text" size="20" name="Title" value="' + Title + '" onChange="newCookie(this.name,this.value);">');var Title = (thisCookie) ? getCookie("Title") : " ";
document.write('</td>');

document.write('</tr><tr>');

document.write('<td align="right" width="300" nowrap>');
document.write('<B>Company</B> <input type="text" size="20" name="Company" value="' + Company + '" onChange="newCookie(this.name,this.value);">');var Company = (thisCookie) ? getCookie("Company") : " ";
document.write('</td>');

document.write('</tr><tr>');
document.write('<td align="right" width="300" nowrap>');
document.write('<B>Address</B> <input type="text" size="20" name="Address" value="' + Address + '" onChange="newCookie(this.name,this.value);">');var Address = (thisCookie) ? getCookie("Address") : " ";
document.write('</td>');

document.write('</tr><tr>');

document.write('<td align="right" width="300" nowrap>');
document.write('<B>City</B> <input type="text" size="20" name="City" value="' + City + '" onChange="newCookie(this.name,this.value);">');var City = (thisCookie) ? getCookie("City") : " ";
document.write('</td>');

document.write('</tr><tr>');

document.write('<td align="right" width="300" nowrap>');
document.write('<B>State</B> <input type="text" size="20" name="State" value="' + State + '" onChange="newCookie(this.name,this.value);">');var State = (thisCookie) ? getCookie("State") : " ";
document.write('</td>');

document.write('</tr><tr>');

document.write('<td align="right" width="300" nowrap>');
document.write('<B>Country</B> <input type="text" size="20" name="Country" value="' + Address + '" onChange="newCookie(this.name,this.value);">');var Country = (thisCookie) ? getCookie("Country") : " ";
document.write('</td>');

document.write('</tr><tr>');

document.write('<td align="right" width="300" nowrap>');
document.write('<B>Zip/Postal</B> <input type="text" size="20" name="Zip" value="' + Zip + '" onChange="newCookie(this.name,this.value);">');var Zip = (thisCookie) ? getCookie("Zip") : " ";
document.write('</td>');

document.write('</tr><tr>');

document.write('<td align="right" width="300" nowrap>');
document.write('<B>Fax</B> <input type="text" size="20" name="Fax" value="' + Fax + '" onChange="newCookie(this.name,this.value);">');var Fax = (thisCookie) ? getCookie("Fax") : " ";
document.write('</td>');

document.write('</tr><tr>');

document.write('<td align="right" width="300" nowrap>');
document.write('<B>Phone</B> <input type="text" size="20" name="Phone" value="' + Phone + '" onChange="newCookie(this.name,this.value);">');var Phone = (thisCookie) ? getCookie("Phone") : " ";
document.write('</td>');

document.write('</tr><tr>');

document.write('<td align="right" width="300" nowrap>');
document.write('<B>Email</B> <input type="text" size="20" name="email" value="' + email + '" onChange="newCookie(this.name,this.value);">');var email = (thisCookie) ? getCookie("email") : " ";
document.write('</td>');

document.write('</tr>');
document.write('</table>');





