Ni> That seems to work well. I'm curious, how did you find that you could use
Ni> an anonymous function for the replacement value in the JavaScript string
Ni> replace() method? I've often referred to the w3schools.com JavaScript
Ni> documentation, and their documentation for the string replace() method
Ni> seems to imply that it expects a string for the replacement value:
Ni> www.w3schools.com/jsref/jsref_replace.asp
Well, I didn't.. This is just stuff Deuce came up with for the
newuser_signup.js I've been testing. ;)