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