Not making a comment either way on whether they should be doing this, but ... I think we all know what's going to come next :(
//add random number to stop Chrome from disabling autocomplete
//--number is stripped off in form processing routine
print "Address: <input type='text' name='address--" . rand() . "'>";