My programmer gave me howework to find a fix...
Having a problem with pre-popping email:
if(pairs[2] != null && pairs[2] != "")
pairs[2] = decodeURI(pairs[2]);
document.genForm.EMAIL.value = pairs[2];
instead of:
test@aol.com
pre-pops:
test%40aol.com
Obviously the %40 is the @.