var names = [
    // top 50 female names from the 1990 U. S. Census
    'Mary', 'Patricia', 'Linda', 'Barbara', 'Elizabeth',
    'Jennifer', 'Maria', 'Susan', 'Margaret', 'Dorothy',
    'Lisa', 'Nancy', 'Karen', 'Betty', 'Helen',
    'Sandra', 'Donna', 'Carol', 'Ruth', 'Sharon',
    'Michelle', 'Laura', 'Sarah', 'Kimberly', 'Deborah',
    'Jessica', 'Shirley', 'Cynthia', 'Angela', 'Melissa',
    'Brenda', 'Amy', 'Anna', 'Rebecca', 'Virginia',
    'Kathleen', 'Pamela', 'Martha', 'Debra', 'Amanda',
    'Stephanie', 'Carolyn', 'Christine', 'Marie', 'Janet',
    'Catherine', 'Frances', 'Ann', 'Joyce', 'Diane',

    // diminutive forms
    'Patty', 'Trish', 'Trisha', 'Barbie', 'Liz',
    'Beth', 'Jen', 'Jenny', 'Sue', 'Meg',
    'Dot', 'Dottie', 'Shelly', 'Kim', 'Kimmy',
    'Debbie', 'Jess', 'Jessie', 'Cindy', 'Angie',
    'Mel', 'Becky', 'Kathy', 'Pam', 'Pammy',
    'Mandy', 'Steph', 'Carrie', 'Christy', 'Cathy',
    'Annie', 'Joy',

    // top 50 male names from the 1990 U. S. census
    'James', 'John', 'Robert', 'Michael', 'William',
    'David', 'Richard', 'Charles', 'Joseph', 'Thomas',
    'Christopher', 'Daniel', 'Paul', 'Mark', 'Donald',
    'George', 'Kenneth', 'Steven', 'Edward', 'Brian',
    'Ronald', 'Anthony', 'Kevin', 'Jason', 'Matthew',
    'Gary', 'Timothy', 'Jose', 'Larry', 'Jeffrey',
    'Frank', 'Scott', 'Eric', 'Stephen', 'Andrew',
    'Raymond', 'Gregory', 'Joshua', 'Jerry', 'Dennis',
    'Walter', 'Patrick', 'Peter', 'Harold', 'Douglas',
    'Henry', 'Carl', 'Arthur', 'Ryan', 'Roger',

    // diminutive forms
    'Jamie', 'Johnny', 'Rob', 'Bob', 'Bert',
    'Mike', 'Bill', 'Dave', 'Rick', 'Charlie',
    'Joe', 'Tom', 'Tommy', 'Chris', 'Dan',
    'Danny', 'Don', 'Donny', 'Ken', 'Kenny',
    'Steve', 'Ed', 'Ron', 'Tony', 'Matt',
    'Tim', 'Timmy', 'Jeff', 'Andy', 'Drew',
    'Ray', 'Greg', 'Josh', 'Wally', 'Pat',
    'Pete', 'Harry', 'Doug', 'Artie',
];

