> +++ rt/branches/3.5-TESTING/html/NoAuth/js/util.js Mon Nov 21 15:58:42 2005
> @@ -1,3 +1,7 @@
> +function e(id) {
> + return document.getElementById(id);
> +}
> +
For future-compatibility, would it make more sense to use $(id) like
prototype.js?