The script uses ajax and jquery. Here is part of the script:
$("#login").next().hide().text("Логин занят").css("color","red").fadeIn(400);
and before the "Login is busy" you need to put <br>
, but if you just write it there, then there will be no effect.