Error: Problem at line 2 character 22: Use the array literal notation []. var x = new Array();
Problem at line 9 character 22: Use the array literal notation []. var
  h = new Array();
Problem at line 10 character 24: Missing semicolon. h[0] = "
  
  
Problem at line 11 character 12: Label 'color' on red statement.
  color: red;
Problem at line 11 character 12: Expected an assignment or function
  call and instead saw an expression. color: red;
Problem at line 12 character 5: Expected an assignment or function
  call and instead saw an expression. ">Please type a name!";
Problem at line 13 character 24: Missing semicolon. h[1] = "
  
  
Problem at line 14 character 12: 'color' is already defined. color:
  red;
Problem at line 14 character 12: Label 'color' on red statement.
  color: red;
Problem at line 14 character 12: Expected an assignment or function
  call and instead saw an expression. color: red;
Problem at line 15 character 5: Expected an assignment or function
  call and instead saw an expression. ">You must type a last
  name!";
Problem at line 16 character 24: Missing semicolon. h[2] = "
  
  
Problem at line 17 character 12: 'color' is already defined. color:
  red;
Problem at line 17 character 12: Label 'color' on red statement.
  color: red;
Problem at line 17 character 12: Expected an assignment or function
  call and instead saw an expression. color: red;
Problem at line 18 character 5: Expected an assignment or function
  call and instead saw an expression. ">You must type a valid email
  address!";
Problem at line 19 character 24: Missing semicolon. h[3] = "
  
  
Problem at line 20 character 12: 'color' is already defined. color:
  red;
Problem at line 20 character 12: Label 'color' on red statement.
  color: red;
Problem at line 20 character 12: Expected an assignment or function
  call and instead saw an expression. color: red;
Problem at line 21 character 5: Expected an assignment or function
  call and instead saw an expression. ">You must type a
  password!";
Problem at line 22 character 24: Missing semicolon. h[4] = "
  
  
Problem at line 23 character 12: 'color' is already defined. color:
  red;
Problem at line 23 character 12: Label 'color' on red statement.
  color: red;
Problem at line 23 character 12: Expected an assignment or function
  call and instead saw an expression. color: red;
Problem at line 24 character 5: Expected an assignment or function
  call and instead saw an expression. ">You must confirm the
  password!";
Problem at line 26 character 26: Use the array literal notation [].
  var divs = new Array("mname", "mlname", "memail", "mpassword",
  "mconfirm");
Problem at line 26 character 26: Use the array literal notation [].
  var divs = new Array("mname", "mlname", "memail", "mpassword",
  "mconfirm");
Problem at line 26 character 26: Stopping, unable to continue. (72%
  scanned).