function makeArray(len) {   for (var i = 0; i < len; i++) this[i] = null;this.length = len;}data = new makeArray(2);data[0]='41';data[1]='Compendium of articles from 2007; updated 9/24/07';
