int i = 0;
while (true)
{
try
{
IOperations bean = vengine.getOperations();
Person user =
bean.registerNewUser(getFirstName(), getLastName(), getEmail(), password1);
// Ask the login page to return us to the proper place, as well
// as set a cookie identifying the user for next time.
login.loginUser(user, cycle);