(besides: i'm not Marty, i'm ikarus1969

On both sites there are 2 typos:
- instead of "... = new array();" you should type "... = new Array();". JavaScript is case-sensitive here ("Array" instead of "array").
- instead of "Mayor cities" you should type "Major cities".