yeah thats what i thought
Like I said I dont know javascript very well, but whats this bit:
<!-- IF UA_FIND_USERNAME -->
its obviously an if condition, but I have never seen it used that way before. I would think it would look something like this:
if ($var == $var2){
// do something
}
and why the <!-- comments in the if?