<!-- Begin
function init() {
define('contact', 'string', 'Person to Contact', 5, 9);
define('name', 'string', 'Your Name', 5, 45);
define('email', 'email', 'Your E-mail');
define('comments', 'string', 'Your Comments Section', 5, 250);
define('code_check', 'num', 'Validator', 5, 5);
}
//  End -->
