if (xoops_smallworld.inArray('presentcity', smallworlduseverification) > -1) {
                xoops_smallworld("input#present_city").validate({
                    expression: "if (VAL) return true; else return false;",
                    message: SmallworldValidationCityErrorMsg
                });