Epointment.txt = {};
Epointment.txt['required'] = "<b>%s</b> is required.";
Epointment.txt['numeric'] = "<b>%s</b> should be a number without symbols or punctuation.";
Epointment.txt['email'] = "<b>%s</b> should be a valid email address.";
Epointment.txt['date'] = "<b>%s</b> should be a valid date.";
