function validateMailForm() {
  new Protoform('form6', {ajax:false});
}
document.observe('dom:loaded', validateMailForm);
