diff --git "a/depth_20_size_200_seed_2/facts.pl" "b/depth_20_size_200_seed_2/facts.pl" deleted file mode 100644--- "a/depth_20_size_200_seed_2/facts.pl" +++ /dev/null @@ -1,5485 +0,0 @@ - -:- dynamic term_expansion/2. -:- multifile term_expansion/2. - - -brother_in_law(X, Y) :- - married(X, A), - brother(A, Y). - -husband(X, Y) :- - married(X, Y), - male(Y). - -:- dynamic nonbinary/1. - -nonbinary(X) :- - gender(X, nonbinary). - -niece(X, Y) :- - sibling(X, A), - daughter(A, Y). - -sister_in_law(X, Y) :- - married(X, A), - sister(A, Y). - -daughter_in_law(X, Y) :- - child(X, A), - wife(A, Y). - -daughter(X, Y) :- - child(X, Y), - female(Y). - -:- dynamic library_directory/1. -:- multifile library_directory/1. - - -wife(X, Y) :- - married(X, Y), - female(Y). - -son_in_law(X, Y) :- - child(X, A), - husband(A, Y). - -male(X) :- - gender(X, male). - -:- dynamic goal_expansion/4. -:- multifile goal_expansion/4. - - -father_in_law(X, Y) :- - married(X, A), - father(A, Y). - -child(X, Y) :- - parent(Y, X). - -son(X, Y) :- - child(X, Y), - male(Y). - -mother_in_law(X, Y) :- - married(X, A), - mother(A, Y). - -male_first_cousin_once_removed(X, Y) :- - cousin(X, A), - son(A, Y), - X\=Y. - -mother(X, Y) :- - parent(X, Y), - female(Y). - -:- dynamic term_expansion/4. -:- multifile term_expansion/4. - - -father(X, Y) :- - parent(X, Y), - male(Y). - -female_first_cousin_once_removed(X, Y) :- - cousin(X, A), - daughter(A, Y), - X\=Y. - -:- dynamic file_search_path/2. -:- multifile file_search_path/2. - -file_search_path(library, Dir) :- - library_directory(Dir). -file_search_path(swi, A) :- - system:current_prolog_flag(home, A). -file_search_path(swi, A) :- - system:current_prolog_flag(shared_home, A). -file_search_path(library, app_config(lib)). -file_search_path(library, swi(library)). -file_search_path(library, swi(library/clp)). -file_search_path(library, A) :- - system:'$ext_library_directory'(A). -file_search_path(foreign, swi(A)) :- - system: - ( current_prolog_flag(apple_universal_binary, true), - A='lib/fat-darwin' - ). -file_search_path(path, A) :- - system: - ( getenv('PATH', B), - current_prolog_flag(path_sep, C), - atomic_list_concat(D, C, B), - '$member'(A, D) - ). -file_search_path(user_app_data, A) :- - system:'$xdg_prolog_directory'(data, A). -file_search_path(common_app_data, A) :- - system:'$xdg_prolog_directory'(common_data, A). -file_search_path(user_app_config, A) :- - system:'$xdg_prolog_directory'(config, A). -file_search_path(common_app_config, A) :- - system:'$xdg_prolog_directory'(common_config, A). -file_search_path(app_data, user_app_data('.')). -file_search_path(app_data, common_app_data('.')). -file_search_path(app_config, user_app_config('.')). -file_search_path(app_config, common_app_config('.')). -file_search_path(app_preferences, user_app_config('.')). -file_search_path(user_profile, app_preferences('.')). -file_search_path(app, swi(app)). -file_search_path(app, app_data(app)). -file_search_path(autoload, swi(library)). -file_search_path(autoload, pce(prolog/lib)). -file_search_path(autoload, app_config(lib)). -file_search_path(autoload, Dir) :- - '$autoload':'$ext_library_directory'(Dir). -file_search_path(pack, app_data(pack)). -file_search_path(library, PackLib) :- - '$pack':pack_dir(_Name, prolog, PackLib). -file_search_path(foreign, PackLib) :- - '$pack':pack_dir(_Name, foreign, PackLib). -file_search_path(app, AppDir) :- - '$pack':pack_dir(_Name, app, AppDir). -file_search_path(pce, PceHome) :- - link_xpce: - ( current_prolog_flag(xpce, true), - pcehome_(PceHome) - ). -file_search_path(library, pce('prolog/lib')). -file_search_path(foreign, pce(ArchLib)) :- - link_xpce: - ( current_prolog_flag(arch, Arch), - atom_concat('lib/', Arch, ArchLib) - ). - -:- multifile prolog_list_goal/1. - - -male_second_cousin(X, Y) :- - parent(X, A), - parent(Y, B), - cousin(A, B), - male(Y), - X\=Y. - -sister(Y, X) :- - sibling(X, Y), - female(X). - -brother(X, Y) :- - sibling(X, Y), - male(Y). - -female_second_cousin(X, Y) :- - parent(X, A), - parent(Y, B), - cousin(A, B), - female(Y), - X\=Y. - -male_cousin(X, Y) :- - cousin(X, Y), - male(Y). - -:- dynamic parent/2. - -parent('Adah Herrington', 'Isidro Herrington'). -parent('Adah Herrington', 'Jackqueline Herrington'). -parent('Aida Pressley', 'Cruz Pressley'). -parent('Aida Pressley', 'Yoko Pressley'). -parent('Aletha Ahn', 'Cristina Ahn'). -parent('Aletha Ahn', 'Ismael Ahn'). -parent('Alethia Lance', 'Adrianna Lance'). -parent('Alethia Lance', 'Oren Lance'). -parent('Ali Solomon', 'Cornelius Solomon'). -parent('Ali Solomon', 'Kristi Solomon'). -parent('Allan Lance', 'Dennis Lance'). -parent('Allan Lance', 'Diane Lance'). -parent('Anastasia Merkel', 'Jed Herrington'). -parent('Anastasia Merkel', 'Shemika Herrington'). -parent('Annabelle Mathews', 'Dennis Lance'). -parent('Annabelle Mathews', 'Diane Lance'). -parent('Annette Chumley', 'Joline Chumley'). -parent('Annette Chumley', 'Minh Chumley'). -parent('Armando Poteat', 'Betsy Poteat'). -parent('Armando Poteat', 'Garry Poteat'). -parent('Basil Mahan', 'Brad Mahan'). -parent('Basil Mahan', 'Kerrie Mahan'). -parent('Betsy Poteat', 'Charissa Gerald'). -parent('Betsy Poteat', 'Richie Gerald'). -parent('Bettye Sides', 'Julian Sides'). -parent('Bettye Sides', 'Kris Sides'). -parent('Blondell Lance', 'Dennis Lance'). -parent('Blondell Lance', 'Diane Lance'). -parent('Brad Mahan', 'Bobby Mahan'). -parent('Brad Mahan', 'Lucretia Mahan'). -parent('Burl Magnuson', 'Gilbert Magnuson'). -parent('Burl Magnuson', 'Madelyn Magnuson'). -parent('Calvin Lance', 'Coral Lance'). -parent('Calvin Lance', 'Luciano Lance'). -parent('Carlton Chumley', 'Elicia Chumley'). -parent('Carlton Chumley', 'Timothy Chumley'). -parent('Chance Lance', 'Calvin Lance'). -parent('Chance Lance', 'Essie Lance'). -parent('Charissa Gerald', 'Adolph Chumley'). -parent('Charissa Gerald', 'Yoshiko Chumley'). -parent('Chuck Stearns', 'Clement Stearns'). -parent('Chuck Stearns', 'Shandi Stearns'). -parent('Claudette Willis', 'Adolph Chumley'). -parent('Claudette Willis', 'Yoshiko Chumley'). -parent('Clinton Lance', 'Enid Lance'). -parent('Clinton Lance', 'Gino Lance'). -parent('Concepcion Lance', 'Calvin Lance'). -parent('Concepcion Lance', 'Essie Lance'). -parent('Cornelius Solomon', 'Deloris Solomon'). -parent('Cornelius Solomon', 'Hugo Solomon'). -parent('Cristal Hutchison', 'Marilyn Hutchison'). -parent('Cristal Hutchison', 'Randell Hutchison'). -parent('Cristina Ahn', 'Geneva Brigham'). -parent('Cristina Ahn', 'Leif Brigham'). -parent('Cruz Pressley', 'Douglas Pressley'). -parent('Cruz Pressley', 'Virgina Pressley'). -parent('Dalton Mathews', 'Annabelle Mathews'). -parent('Dalton Mathews', 'Pasquale Mathews'). -parent('Darrell Lance', 'Calvin Lance'). -parent('Darrell Lance', 'Essie Lance'). -parent('Dean Chumley', 'Joline Chumley'). -parent('Dean Chumley', 'Minh Chumley'). -parent('Deborah Lance', 'Hattie Mcdonald'). -parent('Deborah Lance', 'Wm Mcdonald'). -parent('Delinda Ly', 'Cornelius Solomon'). -parent('Delinda Ly', 'Kristi Solomon'). -parent('Dennis Lance', 'Nancy Lance'). -parent('Dennis Lance', 'Normand Lance'). -parent('Dexter Solomon', 'Ali Solomon'). -parent('Dexter Solomon', 'Lori Solomon'). -parent('Dick Hutchison', 'Marilyn Hutchison'). -parent('Dick Hutchison', 'Randell Hutchison'). -parent('Domonique Mahan', 'Brad Mahan'). -parent('Domonique Mahan', 'Kerrie Mahan'). -parent('Donald Herrington', 'Leisa Herrington'). -parent('Donald Herrington', 'Sammy Herrington'). -parent('Donnie Mahan', 'Brad Mahan'). -parent('Donnie Mahan', 'Kerrie Mahan'). -parent('Douglas Pressley', 'Amina Pressley'). -parent('Douglas Pressley', 'Gary Pressley'). -parent('Edris Lance', 'Allan Lance'). -parent('Edris Lance', 'Aura Lance'). -parent('Edwardo Lance', 'Leena Lance'). -parent('Edwardo Lance', 'Sheldon Lance'). -parent('Edwin Lance', 'Leena Lance'). -parent('Edwin Lance', 'Sheldon Lance'). -parent('Elbert Hutchison', 'Marilyn Hutchison'). -parent('Elbert Hutchison', 'Randell Hutchison'). -parent('Elicia Chumley', 'Jed Herrington'). -parent('Elicia Chumley', 'Shemika Herrington'). -parent('Enid Lance', 'Ai Maciel'). -parent('Enid Lance', 'Randolph Maciel'). -parent('Eric Lance', 'Kraig Lance'). -parent('Eric Lance', 'Lela Lance'). -parent('Everette Hutchison', 'Marilyn Hutchison'). -parent('Everette Hutchison', 'Randell Hutchison'). -parent('Francine Lance', 'Maurice Lance'). -parent('Francine Lance', 'Sueann Lance'). -parent('Gayla Ly', 'Delinda Ly'). -parent('Gayla Ly', 'Pedro Ly'). -parent('Gaylord Solomon', 'Cornelius Solomon'). -parent('Gaylord Solomon', 'Kristi Solomon'). -parent('Gilbert Magnuson', 'Howard Magnuson'). -parent('Gilbert Magnuson', 'Madaline Magnuson'). -parent('Gino Lance', 'Kraig Lance'). -parent('Gino Lance', 'Lela Lance'). -parent('Hannah Solomon', 'Ali Solomon'). -parent('Hannah Solomon', 'Lori Solomon'). -parent('Haydee Pressley', 'Douglas Pressley'). -parent('Haydee Pressley', 'Virgina Pressley'). -parent('Hilton Mask', 'Marion Mask'). -parent('Hilton Mask', 'Vicki Mask'). -parent('Ian Herrington', 'Jermaine Herrington'). -parent('Ian Herrington', 'Leonora Herrington'). -parent('Isidro Herrington', 'Jed Herrington'). -parent('Isidro Herrington', 'Shemika Herrington'). -parent('Ismael Ahn', 'Emerson Ahn'). -parent('Ismael Ahn', 'Ruby Ahn'). -parent('Ivette Solomon', 'Cornelius Solomon'). -parent('Ivette Solomon', 'Kristi Solomon'). -parent('Jackqueline Herrington', 'Boyd Mangum'). -parent('Jackqueline Herrington', 'Zoila Mangum'). -parent('Jacob Mathews', 'Annabelle Mathews'). -parent('Jacob Mathews', 'Pasquale Mathews'). -parent('Jan Ly', 'Delinda Ly'). -parent('Jan Ly', 'Pedro Ly'). -parent('Jean Gauthier', 'Jed Herrington'). -parent('Jean Gauthier', 'Shemika Herrington'). -parent('Jed Herrington', 'Donald Herrington'). -parent('Jed Herrington', 'Linda Herrington'). -parent('Jermaine Herrington', 'Isidro Herrington'). -parent('Jermaine Herrington', 'Jackqueline Herrington'). -parent('Joline Chumley', 'Clara Mcclintock'). -parent('Joline Chumley', 'Domingo Mcclintock'). -parent('Juan Magnuson', 'Howard Magnuson'). -parent('Juan Magnuson', 'Madaline Magnuson'). -parent('Juanita Lance', 'Adrianna Lance'). -parent('Juanita Lance', 'Oren Lance'). -parent('Justine Ahn', 'Emerson Ahn'). -parent('Justine Ahn', 'Ruby Ahn'). -parent('Kerrie Mahan', 'Isidro Herrington'). -parent('Kerrie Mahan', 'Jackqueline Herrington'). -parent('Kraig Lance', 'Karolyn Lance'). -parent('Kraig Lance', 'Rocco Lance'). -parent('Kristi Solomon', 'Kraig Lance'). -parent('Kristi Solomon', 'Lela Lance'). -parent('Kyle Lance', 'Nancy Lance'). -parent('Kyle Lance', 'Normand Lance'). -parent('Latrina Mace', 'Lawerence Mace'). -parent('Latrina Mace', 'Roberta Mace'). -parent('Lawerence Mace', 'Kip Mace'). -parent('Lawerence Mace', 'Meagan Mace'). -parent('Leena Lance', 'Jeremy Rodgers'). -parent('Leena Lance', 'Kerry Rodgers'). -parent('Lela Lance', 'Ronnie Jacobo'). -parent('Lela Lance', 'Roxanne Jacobo'). -parent('Lera Ahn', 'Emerson Ahn'). -parent('Lera Ahn', 'Ruby Ahn'). -parent('Lorelei Oconnell', 'Emerson Ahn'). -parent('Lorelei Oconnell', 'Ruby Ahn'). -parent('Lyndon Lance', 'Adelaida Lance'). -parent('Lyndon Lance', 'Shelton Lance'). -parent('Madaline Magnuson', 'Kraig Lance'). -parent('Madaline Magnuson', 'Lela Lance'). -parent('Manda Stearns', 'Clement Stearns'). -parent('Manda Stearns', 'Shandi Stearns'). -parent('Marianne Lance', 'Karolyn Lance'). -parent('Marianne Lance', 'Rocco Lance'). -parent('Marilyn Hutchison', 'Jame Gauthier'). -parent('Marilyn Hutchison', 'Jean Gauthier'). -parent('Maurice Lance', 'Coral Lance'). -parent('Maurice Lance', 'Luciano Lance'). -parent('Mauricio Molnar', 'Jodi Molnar'). -parent('Mauricio Molnar', 'Oskar Molnar'). -parent('Meagan Mace', 'Leena Lance'). -parent('Meagan Mace', 'Sheldon Lance'). -parent('Mechelle Lance', 'Edwin Lance'). -parent('Mechelle Lance', 'Selena Lance'). -parent('Micki Lance', 'Dennis Lance'). -parent('Micki Lance', 'Diane Lance'). -parent('Milford Gerald', 'Charissa Gerald'). -parent('Milford Gerald', 'Richie Gerald'). -parent('Minh Chumley', 'Elicia Chumley'). -parent('Minh Chumley', 'Timothy Chumley'). -parent('Mireya Abbott', 'Elicia Chumley'). -parent('Mireya Abbott', 'Timothy Chumley'). -parent('Nancy Lance', 'Kevin Haworth'). -parent('Nancy Lance', 'Oleta Haworth'). -parent('Nanette Merkel', 'Anastasia Merkel'). -parent('Nanette Merkel', 'Noah Merkel'). -parent('Nathanial Ahn', 'Emerson Ahn'). -parent('Nathanial Ahn', 'Ruby Ahn'). -parent('Nita Poteat', 'Betsy Poteat'). -parent('Nita Poteat', 'Garry Poteat'). -parent('Noah Merkel', 'Peter Merkel'). -parent('Noah Merkel', 'Selina Merkel'). -parent('Normand Lance', 'Coral Lance'). -parent('Normand Lance', 'Luciano Lance'). -parent('Oren Lance', 'Dennis Lance'). -parent('Oren Lance', 'Diane Lance'). -parent('Ozella Abbott', 'Fred Abbott'). -parent('Ozella Abbott', 'Mireya Abbott'). -parent('Pauletta Tuggle', 'Jodi Molnar'). -parent('Pauletta Tuggle', 'Oskar Molnar'). -parent('Rana Chumley', 'Joline Chumley'). -parent('Rana Chumley', 'Minh Chumley'). -parent('Reynaldo Poteat', 'Betsy Poteat'). -parent('Reynaldo Poteat', 'Garry Poteat'). -parent('Robbie Oconnell', 'Lorelei Oconnell'). -parent('Robbie Oconnell', 'Warren Oconnell'). -parent('Rocco Lance', 'Coral Lance'). -parent('Rocco Lance', 'Luciano Lance'). -parent('Rolland Hutchison', 'Marilyn Hutchison'). -parent('Rolland Hutchison', 'Randell Hutchison'). -parent('Roni Lance', 'Maurice Lance'). -parent('Roni Lance', 'Sueann Lance'). -parent('Ronnie Jacobo', 'Rubie Jacobo'). -parent('Ronnie Jacobo', 'Tyrone Jacobo'). -parent('Rosaria Solomon', 'Deloris Solomon'). -parent('Rosaria Solomon', 'Hugo Solomon'). -parent('Ruby Ahn', 'Kraig Lance'). -parent('Ruby Ahn', 'Lela Lance'). -parent('Rubye Chumley', 'Joline Chumley'). -parent('Rubye Chumley', 'Minh Chumley'). -parent('Ryan Willis', 'Benton Willis'). -parent('Ryan Willis', 'Claudette Willis'). -parent('Sanford Herrington', 'Leisa Herrington'). -parent('Sanford Herrington', 'Sammy Herrington'). -parent('Sang Chumley', 'Joline Chumley'). -parent('Sang Chumley', 'Minh Chumley'). -parent('Scot Solomon', 'Ali Solomon'). -parent('Scot Solomon', 'Lori Solomon'). -parent('Shandi Stearns', 'Douglas Pressley'). -parent('Shandi Stearns', 'Virgina Pressley'). -parent('Sheldon Lance', 'Coral Lance'). -parent('Sheldon Lance', 'Luciano Lance'). -parent('Shelton Lance', 'Enid Lance'). -parent('Shelton Lance', 'Gino Lance'). -parent('Shemika Herrington', 'Karolyn Lance'). -parent('Shemika Herrington', 'Rocco Lance'). -parent('Shon Mahan', 'Brad Mahan'). -parent('Shon Mahan', 'Kerrie Mahan'). -parent('Sid Mahan', 'Brad Mahan'). -parent('Sid Mahan', 'Kerrie Mahan'). -parent('Sueann Lance', 'Julian Sides'). -parent('Sueann Lance', 'Kris Sides'). -parent('Tanja Herrington', 'Isidro Herrington'). -parent('Tanja Herrington', 'Jackqueline Herrington'). -parent('Tawana Mcclintock', 'Clara Mcclintock'). -parent('Tawana Mcclintock', 'Domingo Mcclintock'). -parent('Timothy Chumley', 'Adolph Chumley'). -parent('Timothy Chumley', 'Yoshiko Chumley'). -parent('Vicki Mask', 'Antony Dugan'). -parent('Vicki Mask', 'Charity Dugan'). -parent('Virgina Pressley', 'Jed Herrington'). -parent('Virgina Pressley', 'Shemika Herrington'). -parent('Vivienne Chumley', 'Elicia Chumley'). -parent('Vivienne Chumley', 'Timothy Chumley'). -parent('Wallace Tuggle', 'Pearlie Tuggle'). -parent('Wallace Tuggle', 'Werner Tuggle'). -parent('Wiley Herrington', 'Isidro Herrington'). -parent('Wiley Herrington', 'Jackqueline Herrington'). -parent('Yoko Pressley', 'Marion Mask'). -parent('Yoko Pressley', 'Vicki Mask'). -parent('Yoshiko Chumley', 'Jeremiah Barfield'). -parent('Yoshiko Chumley', 'Larue Barfield'). -parent('Zelma Lance', 'Deborah Lance'). -parent('Zelma Lance', 'Kyle Lance'). -parent('Zoila Mangum', 'Pauletta Tuggle'). -parent('Zoila Mangum', 'Wallace Tuggle'). - -married(X, Y) :- - parent(Child, X), - parent(Child, Y), - X\=Y. - -female_cousin(X, Y) :- - cousin(X, Y), - female(Y). - -cousin(X, Y) :- - parent(X, A), - parent(Y, B), - sibling(A, B), - X\=Y. - -sibling(X, Y) :- - parent(X, A), - parent(Y, A), - X\=Y. - -uncle(X, Y) :- - parent(X, A), - brother(A, Y). - -:- multifile message_property/2. - - -aunt(X, Y) :- - parent(X, A), - sister(A, Y). - -:- dynamic gender/2. - -gender('Adah Herrington', female). -gender('Adelaida Lance', female). -gender('Adolph Chumley', male). -gender('Adrianna Lance', female). -gender('Ai Maciel', female). -gender('Aida Pressley', female). -gender('Aletha Ahn', female). -gender('Alethia Lance', female). -gender('Ali Solomon', male). -gender('Allan Lance', male). -gender('Amina Pressley', female). -gender('Anastasia Merkel', female). -gender('Annabelle Mathews', female). -gender('Annette Chumley', female). -gender('Antony Dugan', male). -gender('Armando Poteat', male). -gender('Aura Lance', female). -gender('Basil Mahan', male). -gender('Benton Willis', male). -gender('Betsy Poteat', female). -gender('Bettye Sides', female). -gender('Blondell Lance', female). -gender('Bobby Mahan', male). -gender('Boyd Mangum', male). -gender('Brad Mahan', male). -gender('Burl Magnuson', male). -gender('Calvin Lance', male). -gender('Carlton Chumley', male). -gender('Chance Lance', male). -gender('Charissa Gerald', female). -gender('Charity Dugan', female). -gender('Chuck Stearns', male). -gender('Clara Mcclintock', female). -gender('Claudette Willis', female). -gender('Clement Stearns', male). -gender('Clinton Lance', male). -gender('Concepcion Lance', female). -gender('Coral Lance', female). -gender('Cornelius Solomon', male). -gender('Cristal Hutchison', female). -gender('Cristina Ahn', female). -gender('Cruz Pressley', male). -gender('Dalton Mathews', male). -gender('Darrell Lance', male). -gender('Dean Chumley', male). -gender('Deborah Lance', female). -gender('Delinda Ly', female). -gender('Deloris Solomon', female). -gender('Dennis Lance', male). -gender('Dexter Solomon', male). -gender('Diane Lance', female). -gender('Dick Hutchison', male). -gender('Domingo Mcclintock', male). -gender('Domonique Mahan', female). -gender('Donald Herrington', male). -gender('Donnie Mahan', male). -gender('Douglas Pressley', male). -gender('Edris Lance', female). -gender('Edwardo Lance', male). -gender('Edwin Lance', male). -gender('Elbert Hutchison', male). -gender('Elicia Chumley', female). -gender('Emerson Ahn', male). -gender('Enid Lance', female). -gender('Eric Lance', male). -gender('Essie Lance', female). -gender('Everette Hutchison', male). -gender('Francine Lance', female). -gender('Fred Abbott', male). -gender('Garry Poteat', male). -gender('Gary Pressley', male). -gender('Gayla Ly', female). -gender('Gaylord Solomon', male). -gender('Geneva Brigham', female). -gender('Gilbert Magnuson', male). -gender('Gino Lance', male). -gender('Hannah Solomon', female). -gender('Hattie Mcdonald', female). -gender('Haydee Pressley', female). -gender('Hilton Mask', male). -gender('Howard Magnuson', male). -gender('Hugo Solomon', male). -gender('Ian Herrington', male). -gender('Isidro Herrington', male). -gender('Ismael Ahn', male). -gender('Ivette Solomon', female). -gender('Jackqueline Herrington', female). -gender('Jacob Mathews', male). -gender('Jame Gauthier', male). -gender('Jan Ly', male). -gender('Jean Gauthier', female). -gender('Jed Herrington', male). -gender('Jeremiah Barfield', male). -gender('Jeremy Rodgers', male). -gender('Jermaine Herrington', male). -gender('Jodi Molnar', female). -gender('Joline Chumley', female). -gender('Juan Magnuson', male). -gender('Juanita Lance', female). -gender('Julian Sides', male). -gender('Justine Ahn', female). -gender('Karolyn Lance', female). -gender('Kerrie Mahan', female). -gender('Kerry Rodgers', female). -gender('Kevin Haworth', male). -gender('Kip Mace', male). -gender('Kraig Lance', male). -gender('Kris Sides', female). -gender('Kristi Solomon', female). -gender('Kyle Lance', male). -gender('Larue Barfield', female). -gender('Latrina Mace', female). -gender('Lawerence Mace', male). -gender('Leena Lance', female). -gender('Leif Brigham', male). -gender('Leisa Herrington', female). -gender('Lela Lance', female). -gender('Leonora Herrington', female). -gender('Lera Ahn', female). -gender('Linda Herrington', female). -gender('Lorelei Oconnell', female). -gender('Lori Solomon', female). -gender('Luciano Lance', male). -gender('Lucretia Mahan', female). -gender('Lyndon Lance', male). -gender('Madaline Magnuson', female). -gender('Madelyn Magnuson', female). -gender('Manda Stearns', female). -gender('Marianne Lance', female). -gender('Marilyn Hutchison', female). -gender('Marion Mask', male). -gender('Maurice Lance', male). -gender('Mauricio Molnar', male). -gender('Meagan Mace', female). -gender('Mechelle Lance', female). -gender('Micki Lance', female). -gender('Milford Gerald', male). -gender('Minh Chumley', male). -gender('Mireya Abbott', female). -gender('Nancy Lance', female). -gender('Nanette Merkel', female). -gender('Nathanial Ahn', male). -gender('Nita Poteat', female). -gender('Noah Merkel', male). -gender('Normand Lance', male). -gender('Oleta Haworth', female). -gender('Oren Lance', male). -gender('Oskar Molnar', male). -gender('Ozella Abbott', female). -gender('Pasquale Mathews', male). -gender('Pauletta Tuggle', female). -gender('Pearlie Tuggle', female). -gender('Pedro Ly', male). -gender('Peter Merkel', male). -gender('Rana Chumley', female). -gender('Randell Hutchison', male). -gender('Randolph Maciel', male). -gender('Reynaldo Poteat', male). -gender('Richie Gerald', male). -gender('Robbie Oconnell', female). -gender('Roberta Mace', female). -gender('Rocco Lance', male). -gender('Rolland Hutchison', male). -gender('Roni Lance', female). -gender('Ronnie Jacobo', male). -gender('Rosaria Solomon', female). -gender('Roxanne Jacobo', female). -gender('Rubie Jacobo', female). -gender('Ruby Ahn', female). -gender('Rubye Chumley', female). -gender('Ryan Willis', male). -gender('Sammy Herrington', male). -gender('Sanford Herrington', male). -gender('Sang Chumley', male). -gender('Scot Solomon', male). -gender('Selena Lance', female). -gender('Selina Merkel', female). -gender('Shandi Stearns', female). -gender('Sheldon Lance', male). -gender('Shelton Lance', male). -gender('Shemika Herrington', female). -gender('Shon Mahan', male). -gender('Sid Mahan', male). -gender('Sueann Lance', female). -gender('Tanja Herrington', female). -gender('Tawana Mcclintock', female). -gender('Timothy Chumley', male). -gender('Tyrone Jacobo', male). -gender('Vicki Mask', female). -gender('Virgina Pressley', female). -gender('Vivienne Chumley', female). -gender('Wallace Tuggle', male). -gender('Warren Oconnell', male). -gender('Werner Tuggle', male). -gender('Wiley Herrington', male). -gender('Wm Mcdonald', male). -gender('Yoko Pressley', female). -gender('Yoshiko Chumley', female). -gender('Zelma Lance', female). -gender('Zoila Mangum', female). - -:- dynamic expand_query/4. -:- multifile expand_query/4. - - -:- multifile prolog_clause_name/2. - - -second_uncle(X, Y) :- - great_grandparent(X, A), - brother(A, Y). - -second_aunt(X, Y) :- - great_grandparent(X, A), - sister(A, Y). - -:- dynamic pyrun/2. - -pyrun(A, B) :- - read_term_from_atom(A, C, [variable_names(B)]), - call(C). - -friend(X, Y) :- - friend_(X, Y). -friend(X, Y) :- - friend_(Y, X). - -great_grandson(X, Y) :- - great_grandchild(X, Y), - male(Y). - -:- dynamic friend_/2. - -friend_('Adah Herrington', 'Adolph Chumley'). -friend_('Adah Herrington', 'Amina Pressley'). -friend_('Adah Herrington', 'Anastasia Merkel'). -friend_('Adah Herrington', 'Annabelle Mathews'). -friend_('Adah Herrington', 'Basil Mahan'). -friend_('Adah Herrington', 'Boyd Mangum'). -friend_('Adah Herrington', 'Brad Mahan'). -friend_('Adah Herrington', 'Charissa Gerald'). -friend_('Adah Herrington', 'Chuck Stearns'). -friend_('Adah Herrington', 'Domonique Mahan'). -friend_('Adah Herrington', 'Edwin Lance'). -friend_('Adah Herrington', 'Gino Lance'). -friend_('Adah Herrington', 'Howard Magnuson'). -friend_('Adah Herrington', 'Ian Herrington'). -friend_('Adah Herrington', 'Ismael Ahn'). -friend_('Adah Herrington', 'Jame Gauthier'). -friend_('Adah Herrington', 'Jan Ly'). -friend_('Adah Herrington', 'Jermaine Herrington'). -friend_('Adah Herrington', 'Jodi Molnar'). -friend_('Adah Herrington', 'Juanita Lance'). -friend_('Adah Herrington', 'Kevin Haworth'). -friend_('Adah Herrington', 'Latrina Mace'). -friend_('Adah Herrington', 'Leif Brigham'). -friend_('Adah Herrington', 'Marilyn Hutchison'). -friend_('Adah Herrington', 'Mechelle Lance'). -friend_('Adah Herrington', 'Milford Gerald'). -friend_('Adah Herrington', 'Noah Merkel'). -friend_('Adah Herrington', 'Normand Lance'). -friend_('Adah Herrington', 'Oleta Haworth'). -friend_('Adah Herrington', 'Randell Hutchison'). -friend_('Adah Herrington', 'Roni Lance'). -friend_('Adah Herrington', 'Ruby Ahn'). -friend_('Adah Herrington', 'Wallace Tuggle'). -friend_('Adelaida Lance', 'Ai Maciel'). -friend_('Adelaida Lance', 'Aida Pressley'). -friend_('Adelaida Lance', 'Aletha Ahn'). -friend_('Adelaida Lance', 'Ali Solomon'). -friend_('Adelaida Lance', 'Allan Lance'). -friend_('Adelaida Lance', 'Annette Chumley'). -friend_('Adelaida Lance', 'Antony Dugan'). -friend_('Adelaida Lance', 'Armando Poteat'). -friend_('Adelaida Lance', 'Betsy Poteat'). -friend_('Adelaida Lance', 'Bettye Sides'). -friend_('Adelaida Lance', 'Charity Dugan'). -friend_('Adelaida Lance', 'Claudette Willis'). -friend_('Adelaida Lance', 'Clement Stearns'). -friend_('Adelaida Lance', 'Concepcion Lance'). -friend_('Adelaida Lance', 'Coral Lance'). -friend_('Adelaida Lance', 'Cristina Ahn'). -friend_('Adelaida Lance', 'Darrell Lance'). -friend_('Adelaida Lance', 'Deborah Lance'). -friend_('Adelaida Lance', 'Delinda Ly'). -friend_('Adelaida Lance', 'Dick Hutchison'). -friend_('Adelaida Lance', 'Domingo Mcclintock'). -friend_('Adelaida Lance', 'Donald Herrington'). -friend_('Adelaida Lance', 'Donnie Mahan'). -friend_('Adelaida Lance', 'Douglas Pressley'). -friend_('Adelaida Lance', 'Elbert Hutchison'). -friend_('Adelaida Lance', 'Emerson Ahn'). -friend_('Adelaida Lance', 'Eric Lance'). -friend_('Adelaida Lance', 'Essie Lance'). -friend_('Adelaida Lance', 'Francine Lance'). -friend_('Adelaida Lance', 'Gary Pressley'). -friend_('Adelaida Lance', 'Isidro Herrington'). -friend_('Adelaida Lance', 'Ivette Solomon'). -friend_('Adelaida Lance', 'Jackqueline Herrington'). -friend_('Adelaida Lance', 'Jeremiah Barfield'). -friend_('Adelaida Lance', 'Julian Sides'). -friend_('Adelaida Lance', 'Justine Ahn'). -friend_('Adelaida Lance', 'Karolyn Lance'). -friend_('Adelaida Lance', 'Kerrie Mahan'). -friend_('Adelaida Lance', 'Kris Sides'). -friend_('Adelaida Lance', 'Leena Lance'). -friend_('Adelaida Lance', 'Leisa Herrington'). -friend_('Adelaida Lance', 'Linda Herrington'). -friend_('Adelaida Lance', 'Lorelei Oconnell'). -friend_('Adelaida Lance', 'Lori Solomon'). -friend_('Adelaida Lance', 'Luciano Lance'). -friend_('Adelaida Lance', 'Manda Stearns'). -friend_('Adelaida Lance', 'Marianne Lance'). -friend_('Adelaida Lance', 'Maurice Lance'). -friend_('Adelaida Lance', 'Mireya Abbott'). -friend_('Adelaida Lance', 'Nathanial Ahn'). -friend_('Adelaida Lance', 'Nita Poteat'). -friend_('Adelaida Lance', 'Pasquale Mathews'). -friend_('Adelaida Lance', 'Pedro Ly'). -friend_('Adelaida Lance', 'Randolph Maciel'). -friend_('Adelaida Lance', 'Reynaldo Poteat'). -friend_('Adelaida Lance', 'Robbie Oconnell'). -friend_('Adelaida Lance', 'Roberta Mace'). -friend_('Adelaida Lance', 'Rocco Lance'). -friend_('Adelaida Lance', 'Ronnie Jacobo'). -friend_('Adelaida Lance', 'Rosaria Solomon'). -friend_('Adelaida Lance', 'Rubye Chumley'). -friend_('Adelaida Lance', 'Ryan Willis'). -friend_('Adelaida Lance', 'Sanford Herrington'). -friend_('Adelaida Lance', 'Sang Chumley'). -friend_('Adelaida Lance', 'Selena Lance'). -friend_('Adelaida Lance', 'Selina Merkel'). -friend_('Adelaida Lance', 'Sheldon Lance'). -friend_('Adelaida Lance', 'Sid Mahan'). -friend_('Adelaida Lance', 'Sueann Lance'). -friend_('Adelaida Lance', 'Tanja Herrington'). -friend_('Adelaida Lance', 'Timothy Chumley'). -friend_('Adelaida Lance', 'Vicki Mask'). -friend_('Adelaida Lance', 'Virgina Pressley'). -friend_('Adelaida Lance', 'Yoshiko Chumley'). -friend_('Adelaida Lance', 'Zelma Lance'). -friend_('Adolph Chumley', 'Amina Pressley'). -friend_('Adolph Chumley', 'Anastasia Merkel'). -friend_('Adolph Chumley', 'Basil Mahan'). -friend_('Adolph Chumley', 'Boyd Mangum'). -friend_('Adolph Chumley', 'Brad Mahan'). -friend_('Adolph Chumley', 'Charissa Gerald'). -friend_('Adolph Chumley', 'Ian Herrington'). -friend_('Adolph Chumley', 'Ismael Ahn'). -friend_('Adolph Chumley', 'Jame Gauthier'). -friend_('Adolph Chumley', 'Jodi Molnar'). -friend_('Adolph Chumley', 'Juanita Lance'). -friend_('Adolph Chumley', 'Latrina Mace'). -friend_('Adolph Chumley', 'Leif Brigham'). -friend_('Adolph Chumley', 'Milford Gerald'). -friend_('Adolph Chumley', 'Noah Merkel'). -friend_('Adolph Chumley', 'Randell Hutchison'). -friend_('Adolph Chumley', 'Ruby Ahn'). -friend_('Adolph Chumley', 'Wallace Tuggle'). -friend_('Adrianna Lance', 'Alethia Lance'). -friend_('Adrianna Lance', 'Anastasia Merkel'). -friend_('Adrianna Lance', 'Benton Willis'). -friend_('Adrianna Lance', 'Blondell Lance'). -friend_('Adrianna Lance', 'Clara Mcclintock'). -friend_('Adrianna Lance', 'Cornelius Solomon'). -friend_('Adrianna Lance', 'Dalton Mathews'). -friend_('Adrianna Lance', 'Diane Lance'). -friend_('Adrianna Lance', 'Elicia Chumley'). -friend_('Adrianna Lance', 'Enid Lance'). -friend_('Adrianna Lance', 'Everette Hutchison'). -friend_('Adrianna Lance', 'Gilbert Magnuson'). -friend_('Adrianna Lance', 'Gino Lance'). -friend_('Adrianna Lance', 'Hannah Solomon'). -friend_('Adrianna Lance', 'Ian Herrington'). -friend_('Adrianna Lance', 'Joline Chumley'). -friend_('Adrianna Lance', 'Juan Magnuson'). -friend_('Adrianna Lance', 'Juanita Lance'). -friend_('Adrianna Lance', 'Kip Mace'). -friend_('Adrianna Lance', 'Leif Brigham'). -friend_('Adrianna Lance', 'Lucretia Mahan'). -friend_('Adrianna Lance', 'Lyndon Lance'). -friend_('Adrianna Lance', 'Madaline Magnuson'). -friend_('Adrianna Lance', 'Micki Lance'). -friend_('Adrianna Lance', 'Minh Chumley'). -friend_('Adrianna Lance', 'Nanette Merkel'). -friend_('Adrianna Lance', 'Oren Lance'). -friend_('Adrianna Lance', 'Ozella Abbott'). -friend_('Adrianna Lance', 'Richie Gerald'). -friend_('Adrianna Lance', 'Rubie Jacobo'). -friend_('Adrianna Lance', 'Shandi Stearns'). -friend_('Adrianna Lance', 'Shelton Lance'). -friend_('Adrianna Lance', 'Tawana Mcclintock'). -friend_('Adrianna Lance', 'Warren Oconnell'). -friend_('Adrianna Lance', 'Wm Mcdonald'). -friend_('Adrianna Lance', 'Yoko Pressley'). -friend_('Adrianna Lance', 'Zoila Mangum'). -friend_('Ai Maciel', 'Aletha Ahn'). -friend_('Ai Maciel', 'Ali Solomon'). -friend_('Ai Maciel', 'Annette Chumley'). -friend_('Ai Maciel', 'Betsy Poteat'). -friend_('Ai Maciel', 'Concepcion Lance'). -friend_('Ai Maciel', 'Coral Lance'). -friend_('Ai Maciel', 'Cristina Ahn'). -friend_('Ai Maciel', 'Darrell Lance'). -friend_('Ai Maciel', 'Delinda Ly'). -friend_('Ai Maciel', 'Domingo Mcclintock'). -friend_('Ai Maciel', 'Emerson Ahn'). -friend_('Ai Maciel', 'Eric Lance'). -friend_('Ai Maciel', 'Francine Lance'). -friend_('Ai Maciel', 'Isidro Herrington'). -friend_('Ai Maciel', 'Ivette Solomon'). -friend_('Ai Maciel', 'Jackqueline Herrington'). -friend_('Ai Maciel', 'Jeremiah Barfield'). -friend_('Ai Maciel', 'Julian Sides'). -friend_('Ai Maciel', 'Kerrie Mahan'). -friend_('Ai Maciel', 'Leisa Herrington'). -friend_('Ai Maciel', 'Linda Herrington'). -friend_('Ai Maciel', 'Manda Stearns'). -friend_('Ai Maciel', 'Maurice Lance'). -friend_('Ai Maciel', 'Nathanial Ahn'). -friend_('Ai Maciel', 'Randolph Maciel'). -friend_('Ai Maciel', 'Rocco Lance'). -friend_('Ai Maciel', 'Ronnie Jacobo'). -friend_('Ai Maciel', 'Selina Merkel'). -friend_('Ai Maciel', 'Tanja Herrington'). -friend_('Ai Maciel', 'Vicki Mask'). -friend_('Ai Maciel', 'Virgina Pressley'). -friend_('Ai Maciel', 'Yoshiko Chumley'). -friend_('Ai Maciel', 'Zelma Lance'). -friend_('Aida Pressley', 'Antony Dugan'). -friend_('Aida Pressley', 'Armando Poteat'). -friend_('Aida Pressley', 'Betsy Poteat'). -friend_('Aida Pressley', 'Bettye Sides'). -friend_('Aida Pressley', 'Chance Lance'). -friend_('Aida Pressley', 'Charity Dugan'). -friend_('Aida Pressley', 'Clement Stearns'). -friend_('Aida Pressley', 'Deborah Lance'). -friend_('Aida Pressley', 'Dick Hutchison'). -friend_('Aida Pressley', 'Douglas Pressley'). -friend_('Aida Pressley', 'Essie Lance'). -friend_('Aida Pressley', 'Gary Pressley'). -friend_('Aida Pressley', 'Jeremiah Barfield'). -friend_('Aida Pressley', 'Kraig Lance'). -friend_('Aida Pressley', 'Larue Barfield'). -friend_('Aida Pressley', 'Leena Lance'). -friend_('Aida Pressley', 'Lorelei Oconnell'). -friend_('Aida Pressley', 'Lori Solomon'). -friend_('Aida Pressley', 'Luciano Lance'). -friend_('Aida Pressley', 'Marianne Lance'). -friend_('Aida Pressley', 'Marion Mask'). -friend_('Aida Pressley', 'Minh Chumley'). -friend_('Aida Pressley', 'Mireya Abbott'). -friend_('Aida Pressley', 'Nita Poteat'). -friend_('Aida Pressley', 'Pasquale Mathews'). -friend_('Aida Pressley', 'Pedro Ly'). -friend_('Aida Pressley', 'Robbie Oconnell'). -friend_('Aida Pressley', 'Roberta Mace'). -friend_('Aida Pressley', 'Rosaria Solomon'). -friend_('Aida Pressley', 'Ryan Willis'). -friend_('Aida Pressley', 'Sanford Herrington'). -friend_('Aida Pressley', 'Sang Chumley'). -friend_('Aida Pressley', 'Selena Lance'). -friend_('Aida Pressley', 'Shon Mahan'). -friend_('Aida Pressley', 'Sueann Lance'). -friend_('Aida Pressley', 'Timothy Chumley'). -friend_('Aida Pressley', 'Wiley Herrington'). -friend_('Aletha Ahn', 'Ali Solomon'). -friend_('Aletha Ahn', 'Annette Chumley'). -friend_('Aletha Ahn', 'Betsy Poteat'). -friend_('Aletha Ahn', 'Concepcion Lance'). -friend_('Aletha Ahn', 'Coral Lance'). -friend_('Aletha Ahn', 'Cristina Ahn'). -friend_('Aletha Ahn', 'Darrell Lance'). -friend_('Aletha Ahn', 'Delinda Ly'). -friend_('Aletha Ahn', 'Domingo Mcclintock'). -friend_('Aletha Ahn', 'Donnie Mahan'). -friend_('Aletha Ahn', 'Elbert Hutchison'). -friend_('Aletha Ahn', 'Emerson Ahn'). -friend_('Aletha Ahn', 'Eric Lance'). -friend_('Aletha Ahn', 'Francine Lance'). -friend_('Aletha Ahn', 'Isidro Herrington'). -friend_('Aletha Ahn', 'Ivette Solomon'). -friend_('Aletha Ahn', 'Jackqueline Herrington'). -friend_('Aletha Ahn', 'Julian Sides'). -friend_('Aletha Ahn', 'Kerrie Mahan'). -friend_('Aletha Ahn', 'Leisa Herrington'). -friend_('Aletha Ahn', 'Linda Herrington'). -friend_('Aletha Ahn', 'Manda Stearns'). -friend_('Aletha Ahn', 'Maurice Lance'). -friend_('Aletha Ahn', 'Nathanial Ahn'). -friend_('Aletha Ahn', 'Randolph Maciel'). -friend_('Aletha Ahn', 'Rocco Lance'). -friend_('Aletha Ahn', 'Ronnie Jacobo'). -friend_('Aletha Ahn', 'Sammy Herrington'). -friend_('Aletha Ahn', 'Selina Merkel'). -friend_('Aletha Ahn', 'Tanja Herrington'). -friend_('Aletha Ahn', 'Vicki Mask'). -friend_('Aletha Ahn', 'Virgina Pressley'). -friend_('Aletha Ahn', 'Yoshiko Chumley'). -friend_('Aletha Ahn', 'Zelma Lance'). -friend_('Alethia Lance', 'Anastasia Merkel'). -friend_('Alethia Lance', 'Benton Willis'). -friend_('Alethia Lance', 'Blondell Lance'). -friend_('Alethia Lance', 'Clara Mcclintock'). -friend_('Alethia Lance', 'Cornelius Solomon'). -friend_('Alethia Lance', 'Cruz Pressley'). -friend_('Alethia Lance', 'Dalton Mathews'). -friend_('Alethia Lance', 'Dexter Solomon'). -friend_('Alethia Lance', 'Diane Lance'). -friend_('Alethia Lance', 'Elicia Chumley'). -friend_('Alethia Lance', 'Enid Lance'). -friend_('Alethia Lance', 'Everette Hutchison'). -friend_('Alethia Lance', 'Gilbert Magnuson'). -friend_('Alethia Lance', 'Gino Lance'). -friend_('Alethia Lance', 'Hannah Solomon'). -friend_('Alethia Lance', 'Ian Herrington'). -friend_('Alethia Lance', 'Jermaine Herrington'). -friend_('Alethia Lance', 'Jodi Molnar'). -friend_('Alethia Lance', 'Joline Chumley'). -friend_('Alethia Lance', 'Juan Magnuson'). -friend_('Alethia Lance', 'Juanita Lance'). -friend_('Alethia Lance', 'Kip Mace'). -friend_('Alethia Lance', 'Leif Brigham'). -friend_('Alethia Lance', 'Lucretia Mahan'). -friend_('Alethia Lance', 'Lyndon Lance'). -friend_('Alethia Lance', 'Madaline Magnuson'). -friend_('Alethia Lance', 'Micki Lance'). -friend_('Alethia Lance', 'Minh Chumley'). -friend_('Alethia Lance', 'Nanette Merkel'). -friend_('Alethia Lance', 'Oren Lance'). -friend_('Alethia Lance', 'Ozella Abbott'). -friend_('Alethia Lance', 'Richie Gerald'). -friend_('Alethia Lance', 'Rubie Jacobo'). -friend_('Alethia Lance', 'Shandi Stearns'). -friend_('Alethia Lance', 'Shelton Lance'). -friend_('Alethia Lance', 'Tawana Mcclintock'). -friend_('Alethia Lance', 'Warren Oconnell'). -friend_('Alethia Lance', 'Wm Mcdonald'). -friend_('Alethia Lance', 'Yoko Pressley'). -friend_('Alethia Lance', 'Zoila Mangum'). -friend_('Ali Solomon', 'Allan Lance'). -friend_('Ali Solomon', 'Annette Chumley'). -friend_('Ali Solomon', 'Betsy Poteat'). -friend_('Ali Solomon', 'Claudette Willis'). -friend_('Ali Solomon', 'Concepcion Lance'). -friend_('Ali Solomon', 'Coral Lance'). -friend_('Ali Solomon', 'Cristina Ahn'). -friend_('Ali Solomon', 'Darrell Lance'). -friend_('Ali Solomon', 'Delinda Ly'). -friend_('Ali Solomon', 'Domingo Mcclintock'). -friend_('Ali Solomon', 'Donnie Mahan'). -friend_('Ali Solomon', 'Elbert Hutchison'). -friend_('Ali Solomon', 'Emerson Ahn'). -friend_('Ali Solomon', 'Eric Lance'). -friend_('Ali Solomon', 'Francine Lance'). -friend_('Ali Solomon', 'Isidro Herrington'). -friend_('Ali Solomon', 'Ivette Solomon'). -friend_('Ali Solomon', 'Jackqueline Herrington'). -friend_('Ali Solomon', 'Jeremiah Barfield'). -friend_('Ali Solomon', 'Julian Sides'). -friend_('Ali Solomon', 'Justine Ahn'). -friend_('Ali Solomon', 'Karolyn Lance'). -friend_('Ali Solomon', 'Kerrie Mahan'). -friend_('Ali Solomon', 'Leisa Herrington'). -friend_('Ali Solomon', 'Linda Herrington'). -friend_('Ali Solomon', 'Manda Stearns'). -friend_('Ali Solomon', 'Maurice Lance'). -friend_('Ali Solomon', 'Nathanial Ahn'). -friend_('Ali Solomon', 'Randolph Maciel'). -friend_('Ali Solomon', 'Reynaldo Poteat'). -friend_('Ali Solomon', 'Rocco Lance'). -friend_('Ali Solomon', 'Ronnie Jacobo'). -friend_('Ali Solomon', 'Sammy Herrington'). -friend_('Ali Solomon', 'Selina Merkel'). -friend_('Ali Solomon', 'Sheldon Lance'). -friend_('Ali Solomon', 'Sid Mahan'). -friend_('Ali Solomon', 'Tanja Herrington'). -friend_('Ali Solomon', 'Vicki Mask'). -friend_('Ali Solomon', 'Virgina Pressley'). -friend_('Ali Solomon', 'Yoshiko Chumley'). -friend_('Ali Solomon', 'Zelma Lance'). -friend_('Allan Lance', 'Annette Chumley'). -friend_('Allan Lance', 'Betsy Poteat'). -friend_('Allan Lance', 'Concepcion Lance'). -friend_('Allan Lance', 'Cristina Ahn'). -friend_('Allan Lance', 'Darrell Lance'). -friend_('Allan Lance', 'Delinda Ly'). -friend_('Allan Lance', 'Domingo Mcclintock'). -friend_('Allan Lance', 'Emerson Ahn'). -friend_('Allan Lance', 'Francine Lance'). -friend_('Allan Lance', 'Isidro Herrington'). -friend_('Allan Lance', 'Ivette Solomon'). -friend_('Allan Lance', 'Jackqueline Herrington'). -friend_('Allan Lance', 'Julian Sides'). -friend_('Allan Lance', 'Kerrie Mahan'). -friend_('Allan Lance', 'Leisa Herrington'). -friend_('Allan Lance', 'Linda Herrington'). -friend_('Allan Lance', 'Manda Stearns'). -friend_('Allan Lance', 'Maurice Lance'). -friend_('Allan Lance', 'Nathanial Ahn'). -friend_('Allan Lance', 'Randolph Maciel'). -friend_('Allan Lance', 'Rocco Lance'). -friend_('Allan Lance', 'Ronnie Jacobo'). -friend_('Allan Lance', 'Selina Merkel'). -friend_('Allan Lance', 'Tanja Herrington'). -friend_('Allan Lance', 'Vicki Mask'). -friend_('Allan Lance', 'Virgina Pressley'). -friend_('Allan Lance', 'Zelma Lance'). -friend_('Amina Pressley', 'Anastasia Merkel'). -friend_('Amina Pressley', 'Annabelle Mathews'). -friend_('Amina Pressley', 'Basil Mahan'). -friend_('Amina Pressley', 'Boyd Mangum'). -friend_('Amina Pressley', 'Brad Mahan'). -friend_('Amina Pressley', 'Carlton Chumley'). -friend_('Amina Pressley', 'Charissa Gerald'). -friend_('Amina Pressley', 'Chuck Stearns'). -friend_('Amina Pressley', 'Clinton Lance'). -friend_('Amina Pressley', 'Cristal Hutchison'). -friend_('Amina Pressley', 'Deloris Solomon'). -friend_('Amina Pressley', 'Domonique Mahan'). -friend_('Amina Pressley', 'Edwin Lance'). -friend_('Amina Pressley', 'Garry Poteat'). -friend_('Amina Pressley', 'Gayla Ly'). -friend_('Amina Pressley', 'Haydee Pressley'). -friend_('Amina Pressley', 'Howard Magnuson'). -friend_('Amina Pressley', 'Ian Herrington'). -friend_('Amina Pressley', 'Ismael Ahn'). -friend_('Amina Pressley', 'Jacob Mathews'). -friend_('Amina Pressley', 'Jame Gauthier'). -friend_('Amina Pressley', 'Jan Ly'). -friend_('Amina Pressley', 'Jean Gauthier'). -friend_('Amina Pressley', 'Jed Herrington'). -friend_('Amina Pressley', 'Jeremy Rodgers'). -friend_('Amina Pressley', 'Jermaine Herrington'). -friend_('Amina Pressley', 'Jodi Molnar'). -friend_('Amina Pressley', 'Juanita Lance'). -friend_('Amina Pressley', 'Kerry Rodgers'). -friend_('Amina Pressley', 'Kevin Haworth'). -friend_('Amina Pressley', 'Latrina Mace'). -friend_('Amina Pressley', 'Leif Brigham'). -friend_('Amina Pressley', 'Lela Lance'). -friend_('Amina Pressley', 'Leonora Herrington'). -friend_('Amina Pressley', 'Madelyn Magnuson'). -friend_('Amina Pressley', 'Marilyn Hutchison'). -friend_('Amina Pressley', 'Meagan Mace'). -friend_('Amina Pressley', 'Mechelle Lance'). -friend_('Amina Pressley', 'Milford Gerald'). -friend_('Amina Pressley', 'Noah Merkel'). -friend_('Amina Pressley', 'Normand Lance'). -friend_('Amina Pressley', 'Oleta Haworth'). -friend_('Amina Pressley', 'Pauletta Tuggle'). -friend_('Amina Pressley', 'Pearlie Tuggle'). -friend_('Amina Pressley', 'Randell Hutchison'). -friend_('Amina Pressley', 'Roni Lance'). -friend_('Amina Pressley', 'Ruby Ahn'). -friend_('Amina Pressley', 'Shemika Herrington'). -friend_('Amina Pressley', 'Tyrone Jacobo'). -friend_('Amina Pressley', 'Wallace Tuggle'). -friend_('Anastasia Merkel', 'Annabelle Mathews'). -friend_('Anastasia Merkel', 'Basil Mahan'). -friend_('Anastasia Merkel', 'Boyd Mangum'). -friend_('Anastasia Merkel', 'Brad Mahan'). -friend_('Anastasia Merkel', 'Charissa Gerald'). -friend_('Anastasia Merkel', 'Chuck Stearns'). -friend_('Anastasia Merkel', 'Cornelius Solomon'). -friend_('Anastasia Merkel', 'Dalton Mathews'). -friend_('Anastasia Merkel', 'Diane Lance'). -friend_('Anastasia Merkel', 'Domonique Mahan'). -friend_('Anastasia Merkel', 'Edwin Lance'). -friend_('Anastasia Merkel', 'Garry Poteat'). -friend_('Anastasia Merkel', 'Gayla Ly'). -friend_('Anastasia Merkel', 'Gilbert Magnuson'). -friend_('Anastasia Merkel', 'Gino Lance'). -friend_('Anastasia Merkel', 'Hannah Solomon'). -friend_('Anastasia Merkel', 'Howard Magnuson'). -friend_('Anastasia Merkel', 'Ian Herrington'). -friend_('Anastasia Merkel', 'Ismael Ahn'). -friend_('Anastasia Merkel', 'Jame Gauthier'). -friend_('Anastasia Merkel', 'Jan Ly'). -friend_('Anastasia Merkel', 'Jermaine Herrington'). -friend_('Anastasia Merkel', 'Jodi Molnar'). -friend_('Anastasia Merkel', 'Juanita Lance'). -friend_('Anastasia Merkel', 'Kevin Haworth'). -friend_('Anastasia Merkel', 'Kip Mace'). -friend_('Anastasia Merkel', 'Latrina Mace'). -friend_('Anastasia Merkel', 'Leif Brigham'). -friend_('Anastasia Merkel', 'Madaline Magnuson'). -friend_('Anastasia Merkel', 'Marilyn Hutchison'). -friend_('Anastasia Merkel', 'Mechelle Lance'). -friend_('Anastasia Merkel', 'Milford Gerald'). -friend_('Anastasia Merkel', 'Noah Merkel'). -friend_('Anastasia Merkel', 'Normand Lance'). -friend_('Anastasia Merkel', 'Oleta Haworth'). -friend_('Anastasia Merkel', 'Randell Hutchison'). -friend_('Anastasia Merkel', 'Richie Gerald'). -friend_('Anastasia Merkel', 'Roni Lance'). -friend_('Anastasia Merkel', 'Rubie Jacobo'). -friend_('Anastasia Merkel', 'Ruby Ahn'). -friend_('Anastasia Merkel', 'Shandi Stearns'). -friend_('Anastasia Merkel', 'Shelton Lance'). -friend_('Anastasia Merkel', 'Wallace Tuggle'). -friend_('Anastasia Merkel', 'Wm Mcdonald'). -friend_('Anastasia Merkel', 'Yoko Pressley'). -friend_('Anastasia Merkel', 'Zoila Mangum'). -friend_('Annabelle Mathews', 'Basil Mahan'). -friend_('Annabelle Mathews', 'Boyd Mangum'). -friend_('Annabelle Mathews', 'Brad Mahan'). -friend_('Annabelle Mathews', 'Charissa Gerald'). -friend_('Annabelle Mathews', 'Ian Herrington'). -friend_('Annabelle Mathews', 'Ismael Ahn'). -friend_('Annabelle Mathews', 'Jame Gauthier'). -friend_('Annabelle Mathews', 'Jodi Molnar'). -friend_('Annabelle Mathews', 'Juanita Lance'). -friend_('Annabelle Mathews', 'Latrina Mace'). -friend_('Annabelle Mathews', 'Leif Brigham'). -friend_('Annabelle Mathews', 'Milford Gerald'). -friend_('Annabelle Mathews', 'Noah Merkel'). -friend_('Annabelle Mathews', 'Randell Hutchison'). -friend_('Annabelle Mathews', 'Ruby Ahn'). -friend_('Annette Chumley', 'Betsy Poteat'). -friend_('Annette Chumley', 'Claudette Willis'). -friend_('Annette Chumley', 'Concepcion Lance'). -friend_('Annette Chumley', 'Coral Lance'). -friend_('Annette Chumley', 'Cristina Ahn'). -friend_('Annette Chumley', 'Darrell Lance'). -friend_('Annette Chumley', 'Delinda Ly'). -friend_('Annette Chumley', 'Domingo Mcclintock'). -friend_('Annette Chumley', 'Donnie Mahan'). -friend_('Annette Chumley', 'Edris Lance'). -friend_('Annette Chumley', 'Elbert Hutchison'). -friend_('Annette Chumley', 'Emerson Ahn'). -friend_('Annette Chumley', 'Eric Lance'). -friend_('Annette Chumley', 'Francine Lance'). -friend_('Annette Chumley', 'Isidro Herrington'). -friend_('Annette Chumley', 'Ivette Solomon'). -friend_('Annette Chumley', 'Jackqueline Herrington'). -friend_('Annette Chumley', 'Jeremiah Barfield'). -friend_('Annette Chumley', 'Julian Sides'). -friend_('Annette Chumley', 'Justine Ahn'). -friend_('Annette Chumley', 'Karolyn Lance'). -friend_('Annette Chumley', 'Kerrie Mahan'). -friend_('Annette Chumley', 'Leisa Herrington'). -friend_('Annette Chumley', 'Linda Herrington'). -friend_('Annette Chumley', 'Manda Stearns'). -friend_('Annette Chumley', 'Maurice Lance'). -friend_('Annette Chumley', 'Nancy Lance'). -friend_('Annette Chumley', 'Nathanial Ahn'). -friend_('Annette Chumley', 'Randolph Maciel'). -friend_('Annette Chumley', 'Reynaldo Poteat'). -friend_('Annette Chumley', 'Rocco Lance'). -friend_('Annette Chumley', 'Ronnie Jacobo'). -friend_('Annette Chumley', 'Sammy Herrington'). -friend_('Annette Chumley', 'Scot Solomon'). -friend_('Annette Chumley', 'Selina Merkel'). -friend_('Annette Chumley', 'Sheldon Lance'). -friend_('Annette Chumley', 'Tanja Herrington'). -friend_('Annette Chumley', 'Vicki Mask'). -friend_('Annette Chumley', 'Virgina Pressley'). -friend_('Annette Chumley', 'Yoshiko Chumley'). -friend_('Annette Chumley', 'Zelma Lance'). -friend_('Antony Dugan', 'Armando Poteat'). -friend_('Antony Dugan', 'Betsy Poteat'). -friend_('Antony Dugan', 'Bettye Sides'). -friend_('Antony Dugan', 'Chance Lance'). -friend_('Antony Dugan', 'Charity Dugan'). -friend_('Antony Dugan', 'Clement Stearns'). -friend_('Antony Dugan', 'Deborah Lance'). -friend_('Antony Dugan', 'Delinda Ly'). -friend_('Antony Dugan', 'Dick Hutchison'). -friend_('Antony Dugan', 'Douglas Pressley'). -friend_('Antony Dugan', 'Essie Lance'). -friend_('Antony Dugan', 'Gary Pressley'). -friend_('Antony Dugan', 'Jackqueline Herrington'). -friend_('Antony Dugan', 'Jeremiah Barfield'). -friend_('Antony Dugan', 'Kraig Lance'). -friend_('Antony Dugan', 'Larue Barfield'). -friend_('Antony Dugan', 'Leena Lance'). -friend_('Antony Dugan', 'Lorelei Oconnell'). -friend_('Antony Dugan', 'Lori Solomon'). -friend_('Antony Dugan', 'Luciano Lance'). -friend_('Antony Dugan', 'Marianne Lance'). -friend_('Antony Dugan', 'Marion Mask'). -friend_('Antony Dugan', 'Mireya Abbott'). -friend_('Antony Dugan', 'Nathanial Ahn'). -friend_('Antony Dugan', 'Nita Poteat'). -friend_('Antony Dugan', 'Pasquale Mathews'). -friend_('Antony Dugan', 'Pedro Ly'). -friend_('Antony Dugan', 'Robbie Oconnell'). -friend_('Antony Dugan', 'Roberta Mace'). -friend_('Antony Dugan', 'Rosaria Solomon'). -friend_('Antony Dugan', 'Ryan Willis'). -friend_('Antony Dugan', 'Sanford Herrington'). -friend_('Antony Dugan', 'Sang Chumley'). -friend_('Antony Dugan', 'Selena Lance'). -friend_('Antony Dugan', 'Shon Mahan'). -friend_('Antony Dugan', 'Sueann Lance'). -friend_('Antony Dugan', 'Timothy Chumley'). -friend_('Antony Dugan', 'Vicki Mask'). -friend_('Antony Dugan', 'Wiley Herrington'). -friend_('Armando Poteat', 'Bettye Sides'). -friend_('Armando Poteat', 'Chance Lance'). -friend_('Armando Poteat', 'Charity Dugan'). -friend_('Armando Poteat', 'Clement Stearns'). -friend_('Armando Poteat', 'Deborah Lance'). -friend_('Armando Poteat', 'Dick Hutchison'). -friend_('Armando Poteat', 'Douglas Pressley'). -friend_('Armando Poteat', 'Essie Lance'). -friend_('Armando Poteat', 'Gary Pressley'). -friend_('Armando Poteat', 'Kraig Lance'). -friend_('Armando Poteat', 'Larue Barfield'). -friend_('Armando Poteat', 'Leena Lance'). -friend_('Armando Poteat', 'Lorelei Oconnell'). -friend_('Armando Poteat', 'Lori Solomon'). -friend_('Armando Poteat', 'Luciano Lance'). -friend_('Armando Poteat', 'Lucretia Mahan'). -friend_('Armando Poteat', 'Marianne Lance'). -friend_('Armando Poteat', 'Marion Mask'). -friend_('Armando Poteat', 'Minh Chumley'). -friend_('Armando Poteat', 'Mireya Abbott'). -friend_('Armando Poteat', 'Nita Poteat'). -friend_('Armando Poteat', 'Oren Lance'). -friend_('Armando Poteat', 'Pasquale Mathews'). -friend_('Armando Poteat', 'Pedro Ly'). -friend_('Armando Poteat', 'Robbie Oconnell'). -friend_('Armando Poteat', 'Rosaria Solomon'). -friend_('Armando Poteat', 'Ryan Willis'). -friend_('Armando Poteat', 'Sanford Herrington'). -friend_('Armando Poteat', 'Sang Chumley'). -friend_('Armando Poteat', 'Selena Lance'). -friend_('Armando Poteat', 'Shon Mahan'). -friend_('Armando Poteat', 'Sueann Lance'). -friend_('Armando Poteat', 'Timothy Chumley'). -friend_('Armando Poteat', 'Wiley Herrington'). -friend_('Armando Poteat', 'Zoila Mangum'). -friend_('Aura Lance', 'Charity Dugan'). -friend_('Aura Lance', 'Deborah Lance'). -friend_('Aura Lance', 'Essie Lance'). -friend_('Aura Lance', 'Gary Pressley'). -friend_('Aura Lance', 'Lori Solomon'). -friend_('Aura Lance', 'Selena Lance'). -friend_('Basil Mahan', 'Boyd Mangum'). -friend_('Basil Mahan', 'Brad Mahan'). -friend_('Basil Mahan', 'Charissa Gerald'). -friend_('Basil Mahan', 'Chuck Stearns'). -friend_('Basil Mahan', 'Domonique Mahan'). -friend_('Basil Mahan', 'Edwin Lance'). -friend_('Basil Mahan', 'Garry Poteat'). -friend_('Basil Mahan', 'Gino Lance'). -friend_('Basil Mahan', 'Howard Magnuson'). -friend_('Basil Mahan', 'Ian Herrington'). -friend_('Basil Mahan', 'Ismael Ahn'). -friend_('Basil Mahan', 'Jame Gauthier'). -friend_('Basil Mahan', 'Jan Ly'). -friend_('Basil Mahan', 'Jermaine Herrington'). -friend_('Basil Mahan', 'Jodi Molnar'). -friend_('Basil Mahan', 'Juanita Lance'). -friend_('Basil Mahan', 'Kevin Haworth'). -friend_('Basil Mahan', 'Latrina Mace'). -friend_('Basil Mahan', 'Leif Brigham'). -friend_('Basil Mahan', 'Marilyn Hutchison'). -friend_('Basil Mahan', 'Mechelle Lance'). -friend_('Basil Mahan', 'Milford Gerald'). -friend_('Basil Mahan', 'Noah Merkel'). -friend_('Basil Mahan', 'Normand Lance'). -friend_('Basil Mahan', 'Oleta Haworth'). -friend_('Basil Mahan', 'Randell Hutchison'). -friend_('Basil Mahan', 'Roni Lance'). -friend_('Basil Mahan', 'Rubie Jacobo'). -friend_('Basil Mahan', 'Ruby Ahn'). -friend_('Basil Mahan', 'Shandi Stearns'). -friend_('Basil Mahan', 'Wallace Tuggle'). -friend_('Basil Mahan', 'Yoko Pressley'). -friend_('Benton Willis', 'Clara Mcclintock'). -friend_('Benton Willis', 'Cornelius Solomon'). -friend_('Benton Willis', 'Dalton Mathews'). -friend_('Benton Willis', 'Diane Lance'). -friend_('Benton Willis', 'Elicia Chumley'). -friend_('Benton Willis', 'Essie Lance'). -friend_('Benton Willis', 'Everette Hutchison'). -friend_('Benton Willis', 'Gary Pressley'). -friend_('Benton Willis', 'Gino Lance'). -friend_('Benton Willis', 'Juan Magnuson'). -friend_('Benton Willis', 'Kip Mace'). -friend_('Benton Willis', 'Leena Lance'). -friend_('Benton Willis', 'Lucretia Mahan'). -friend_('Benton Willis', 'Lyndon Lance'). -friend_('Benton Willis', 'Madaline Magnuson'). -friend_('Benton Willis', 'Minh Chumley'). -friend_('Benton Willis', 'Oren Lance'). -friend_('Benton Willis', 'Ozella Abbott'). -friend_('Benton Willis', 'Richie Gerald'). -friend_('Benton Willis', 'Shandi Stearns'). -friend_('Benton Willis', 'Shelton Lance'). -friend_('Benton Willis', 'Tawana Mcclintock'). -friend_('Benton Willis', 'Warren Oconnell'). -friend_('Benton Willis', 'Wm Mcdonald'). -friend_('Benton Willis', 'Yoko Pressley'). -friend_('Benton Willis', 'Zoila Mangum'). -friend_('Betsy Poteat', 'Charity Dugan'). -friend_('Betsy Poteat', 'Claudette Willis'). -friend_('Betsy Poteat', 'Clement Stearns'). -friend_('Betsy Poteat', 'Concepcion Lance'). -friend_('Betsy Poteat', 'Coral Lance'). -friend_('Betsy Poteat', 'Cristina Ahn'). -friend_('Betsy Poteat', 'Darrell Lance'). -friend_('Betsy Poteat', 'Deborah Lance'). -friend_('Betsy Poteat', 'Delinda Ly'). -friend_('Betsy Poteat', 'Domingo Mcclintock'). -friend_('Betsy Poteat', 'Donnie Mahan'). -friend_('Betsy Poteat', 'Elbert Hutchison'). -friend_('Betsy Poteat', 'Emerson Ahn'). -friend_('Betsy Poteat', 'Eric Lance'). -friend_('Betsy Poteat', 'Essie Lance'). -friend_('Betsy Poteat', 'Francine Lance'). -friend_('Betsy Poteat', 'Isidro Herrington'). -friend_('Betsy Poteat', 'Ivette Solomon'). -friend_('Betsy Poteat', 'Jackqueline Herrington'). -friend_('Betsy Poteat', 'Jeremiah Barfield'). -friend_('Betsy Poteat', 'Julian Sides'). -friend_('Betsy Poteat', 'Justine Ahn'). -friend_('Betsy Poteat', 'Karolyn Lance'). -friend_('Betsy Poteat', 'Kerrie Mahan'). -friend_('Betsy Poteat', 'Kris Sides'). -friend_('Betsy Poteat', 'Leisa Herrington'). -friend_('Betsy Poteat', 'Linda Herrington'). -friend_('Betsy Poteat', 'Lorelei Oconnell'). -friend_('Betsy Poteat', 'Lori Solomon'). -friend_('Betsy Poteat', 'Manda Stearns'). -friend_('Betsy Poteat', 'Marianne Lance'). -friend_('Betsy Poteat', 'Maurice Lance'). -friend_('Betsy Poteat', 'Mireya Abbott'). -friend_('Betsy Poteat', 'Nathanial Ahn'). -friend_('Betsy Poteat', 'Pedro Ly'). -friend_('Betsy Poteat', 'Randolph Maciel'). -friend_('Betsy Poteat', 'Reynaldo Poteat'). -friend_('Betsy Poteat', 'Robbie Oconnell'). -friend_('Betsy Poteat', 'Rocco Lance'). -friend_('Betsy Poteat', 'Ronnie Jacobo'). -friend_('Betsy Poteat', 'Ryan Willis'). -friend_('Betsy Poteat', 'Sang Chumley'). -friend_('Betsy Poteat', 'Selena Lance'). -friend_('Betsy Poteat', 'Selina Merkel'). -friend_('Betsy Poteat', 'Sheldon Lance'). -friend_('Betsy Poteat', 'Sid Mahan'). -friend_('Betsy Poteat', 'Tanja Herrington'). -friend_('Betsy Poteat', 'Timothy Chumley'). -friend_('Betsy Poteat', 'Vicki Mask'). -friend_('Betsy Poteat', 'Virgina Pressley'). -friend_('Betsy Poteat', 'Yoshiko Chumley'). -friend_('Betsy Poteat', 'Zelma Lance'). -friend_('Bettye Sides', 'Chance Lance'). -friend_('Bettye Sides', 'Charity Dugan'). -friend_('Bettye Sides', 'Clement Stearns'). -friend_('Bettye Sides', 'Deborah Lance'). -friend_('Bettye Sides', 'Dick Hutchison'). -friend_('Bettye Sides', 'Douglas Pressley'). -friend_('Bettye Sides', 'Essie Lance'). -friend_('Bettye Sides', 'Gary Pressley'). -friend_('Bettye Sides', 'Jeremiah Barfield'). -friend_('Bettye Sides', 'Kraig Lance'). -friend_('Bettye Sides', 'Larue Barfield'). -friend_('Bettye Sides', 'Leena Lance'). -friend_('Bettye Sides', 'Lorelei Oconnell'). -friend_('Bettye Sides', 'Lori Solomon'). -friend_('Bettye Sides', 'Luciano Lance'). -friend_('Bettye Sides', 'Lucretia Mahan'). -friend_('Bettye Sides', 'Marianne Lance'). -friend_('Bettye Sides', 'Marion Mask'). -friend_('Bettye Sides', 'Minh Chumley'). -friend_('Bettye Sides', 'Mireya Abbott'). -friend_('Bettye Sides', 'Nita Poteat'). -friend_('Bettye Sides', 'Oren Lance'). -friend_('Bettye Sides', 'Pasquale Mathews'). -friend_('Bettye Sides', 'Pedro Ly'). -friend_('Bettye Sides', 'Robbie Oconnell'). -friend_('Bettye Sides', 'Roberta Mace'). -friend_('Bettye Sides', 'Rosaria Solomon'). -friend_('Bettye Sides', 'Ryan Willis'). -friend_('Bettye Sides', 'Sanford Herrington'). -friend_('Bettye Sides', 'Sang Chumley'). -friend_('Bettye Sides', 'Selena Lance'). -friend_('Bettye Sides', 'Shon Mahan'). -friend_('Bettye Sides', 'Sueann Lance'). -friend_('Bettye Sides', 'Timothy Chumley'). -friend_('Bettye Sides', 'Wiley Herrington'). -friend_('Bettye Sides', 'Zoila Mangum'). -friend_('Blondell Lance', 'Cornelius Solomon'). -friend_('Blondell Lance', 'Dalton Mathews'). -friend_('Blondell Lance', 'Diane Lance'). -friend_('Blondell Lance', 'Elicia Chumley'). -friend_('Blondell Lance', 'Gino Lance'). -friend_('Blondell Lance', 'Kip Mace'). -friend_('Blondell Lance', 'Minh Chumley'). -friend_('Blondell Lance', 'Oren Lance'). -friend_('Blondell Lance', 'Richie Gerald'). -friend_('Blondell Lance', 'Rubie Jacobo'). -friend_('Blondell Lance', 'Shandi Stearns'). -friend_('Blondell Lance', 'Shelton Lance'). -friend_('Blondell Lance', 'Wm Mcdonald'). -friend_('Blondell Lance', 'Yoko Pressley'). -friend_('Blondell Lance', 'Zoila Mangum'). -friend_('Bobby Mahan', 'Shandi Stearns'). -friend_('Bobby Mahan', 'Zoila Mangum'). -friend_('Boyd Mangum', 'Brad Mahan'). -friend_('Boyd Mangum', 'Charissa Gerald'). -friend_('Boyd Mangum', 'Chuck Stearns'). -friend_('Boyd Mangum', 'Domonique Mahan'). -friend_('Boyd Mangum', 'Edwin Lance'). -friend_('Boyd Mangum', 'Garry Poteat'). -friend_('Boyd Mangum', 'Gayla Ly'). -friend_('Boyd Mangum', 'Gino Lance'). -friend_('Boyd Mangum', 'Howard Magnuson'). -friend_('Boyd Mangum', 'Ian Herrington'). -friend_('Boyd Mangum', 'Ismael Ahn'). -friend_('Boyd Mangum', 'Jame Gauthier'). -friend_('Boyd Mangum', 'Jan Ly'). -friend_('Boyd Mangum', 'Jermaine Herrington'). -friend_('Boyd Mangum', 'Jodi Molnar'). -friend_('Boyd Mangum', 'Juanita Lance'). -friend_('Boyd Mangum', 'Kevin Haworth'). -friend_('Boyd Mangum', 'Latrina Mace'). -friend_('Boyd Mangum', 'Leif Brigham'). -friend_('Boyd Mangum', 'Marilyn Hutchison'). -friend_('Boyd Mangum', 'Mechelle Lance'). -friend_('Boyd Mangum', 'Milford Gerald'). -friend_('Boyd Mangum', 'Noah Merkel'). -friend_('Boyd Mangum', 'Normand Lance'). -friend_('Boyd Mangum', 'Oleta Haworth'). -friend_('Boyd Mangum', 'Randell Hutchison'). -friend_('Boyd Mangum', 'Roni Lance'). -friend_('Boyd Mangum', 'Rubie Jacobo'). -friend_('Boyd Mangum', 'Ruby Ahn'). -friend_('Boyd Mangum', 'Shandi Stearns'). -friend_('Boyd Mangum', 'Wallace Tuggle'). -friend_('Brad Mahan', 'Charissa Gerald'). -friend_('Brad Mahan', 'Chuck Stearns'). -friend_('Brad Mahan', 'Domonique Mahan'). -friend_('Brad Mahan', 'Howard Magnuson'). -friend_('Brad Mahan', 'Ian Herrington'). -friend_('Brad Mahan', 'Ismael Ahn'). -friend_('Brad Mahan', 'Jame Gauthier'). -friend_('Brad Mahan', 'Jermaine Herrington'). -friend_('Brad Mahan', 'Jodi Molnar'). -friend_('Brad Mahan', 'Juanita Lance'). -friend_('Brad Mahan', 'Kevin Haworth'). -friend_('Brad Mahan', 'Latrina Mace'). -friend_('Brad Mahan', 'Leif Brigham'). -friend_('Brad Mahan', 'Marilyn Hutchison'). -friend_('Brad Mahan', 'Mechelle Lance'). -friend_('Brad Mahan', 'Milford Gerald'). -friend_('Brad Mahan', 'Noah Merkel'). -friend_('Brad Mahan', 'Normand Lance'). -friend_('Brad Mahan', 'Oleta Haworth'). -friend_('Brad Mahan', 'Randell Hutchison'). -friend_('Brad Mahan', 'Roni Lance'). -friend_('Brad Mahan', 'Ruby Ahn'). -friend_('Brad Mahan', 'Wallace Tuggle'). -friend_('Burl Magnuson', 'Carlton Chumley'). -friend_('Burl Magnuson', 'Clinton Lance'). -friend_('Burl Magnuson', 'Cristal Hutchison'). -friend_('Burl Magnuson', 'Dean Chumley'). -friend_('Burl Magnuson', 'Deloris Solomon'). -friend_('Burl Magnuson', 'Dennis Lance'). -friend_('Burl Magnuson', 'Edwardo Lance'). -friend_('Burl Magnuson', 'Fred Abbott'). -friend_('Burl Magnuson', 'Geneva Brigham'). -friend_('Burl Magnuson', 'Hattie Mcdonald'). -friend_('Burl Magnuson', 'Haydee Pressley'). -friend_('Burl Magnuson', 'Hugo Solomon'). -friend_('Burl Magnuson', 'Jacob Mathews'). -friend_('Burl Magnuson', 'Jean Gauthier'). -friend_('Burl Magnuson', 'Jed Herrington'). -friend_('Burl Magnuson', 'Jeremy Rodgers'). -friend_('Burl Magnuson', 'Kerrie Mahan'). -friend_('Burl Magnuson', 'Kerry Rodgers'). -friend_('Burl Magnuson', 'Kristi Solomon'). -friend_('Burl Magnuson', 'Kyle Lance'). -friend_('Burl Magnuson', 'Lawerence Mace'). -friend_('Burl Magnuson', 'Lela Lance'). -friend_('Burl Magnuson', 'Leonora Herrington'). -friend_('Burl Magnuson', 'Meagan Mace'). -friend_('Burl Magnuson', 'Nancy Lance'). -friend_('Burl Magnuson', 'Pauletta Tuggle'). -friend_('Burl Magnuson', 'Pearlie Tuggle'). -friend_('Burl Magnuson', 'Roxanne Jacobo'). -friend_('Burl Magnuson', 'Sammy Herrington'). -friend_('Burl Magnuson', 'Scot Solomon'). -friend_('Burl Magnuson', 'Selina Merkel'). -friend_('Burl Magnuson', 'Shemika Herrington'). -friend_('Burl Magnuson', 'Tyrone Jacobo'). -friend_('Burl Magnuson', 'Vivienne Chumley'). -friend_('Carlton Chumley', 'Clinton Lance'). -friend_('Carlton Chumley', 'Cristal Hutchison'). -friend_('Carlton Chumley', 'Darrell Lance'). -friend_('Carlton Chumley', 'Dean Chumley'). -friend_('Carlton Chumley', 'Deloris Solomon'). -friend_('Carlton Chumley', 'Dennis Lance'). -friend_('Carlton Chumley', 'Edwardo Lance'). -friend_('Carlton Chumley', 'Fred Abbott'). -friend_('Carlton Chumley', 'Gaylord Solomon'). -friend_('Carlton Chumley', 'Geneva Brigham'). -friend_('Carlton Chumley', 'Hattie Mcdonald'). -friend_('Carlton Chumley', 'Haydee Pressley'). -friend_('Carlton Chumley', 'Hugo Solomon'). -friend_('Carlton Chumley', 'Jacob Mathews'). -friend_('Carlton Chumley', 'Jean Gauthier'). -friend_('Carlton Chumley', 'Jed Herrington'). -friend_('Carlton Chumley', 'Jeremy Rodgers'). -friend_('Carlton Chumley', 'Kerrie Mahan'). -friend_('Carlton Chumley', 'Kerry Rodgers'). -friend_('Carlton Chumley', 'Kristi Solomon'). -friend_('Carlton Chumley', 'Kyle Lance'). -friend_('Carlton Chumley', 'Lawerence Mace'). -friend_('Carlton Chumley', 'Lela Lance'). -friend_('Carlton Chumley', 'Leonora Herrington'). -friend_('Carlton Chumley', 'Madelyn Magnuson'). -friend_('Carlton Chumley', 'Meagan Mace'). -friend_('Carlton Chumley', 'Nancy Lance'). -friend_('Carlton Chumley', 'Pauletta Tuggle'). -friend_('Carlton Chumley', 'Pearlie Tuggle'). -friend_('Carlton Chumley', 'Peter Merkel'). -friend_('Carlton Chumley', 'Roxanne Jacobo'). -friend_('Carlton Chumley', 'Sammy Herrington'). -friend_('Carlton Chumley', 'Scot Solomon'). -friend_('Carlton Chumley', 'Selina Merkel'). -friend_('Carlton Chumley', 'Shemika Herrington'). -friend_('Carlton Chumley', 'Tyrone Jacobo'). -friend_('Carlton Chumley', 'Vivienne Chumley'). -friend_('Chance Lance', 'Charity Dugan'). -friend_('Chance Lance', 'Clement Stearns'). -friend_('Chance Lance', 'Deborah Lance'). -friend_('Chance Lance', 'Dick Hutchison'). -friend_('Chance Lance', 'Douglas Pressley'). -friend_('Chance Lance', 'Essie Lance'). -friend_('Chance Lance', 'Gary Pressley'). -friend_('Chance Lance', 'Kraig Lance'). -friend_('Chance Lance', 'Leena Lance'). -friend_('Chance Lance', 'Lorelei Oconnell'). -friend_('Chance Lance', 'Lori Solomon'). -friend_('Chance Lance', 'Luciano Lance'). -friend_('Chance Lance', 'Marianne Lance'). -friend_('Chance Lance', 'Pasquale Mathews'). -friend_('Chance Lance', 'Pedro Ly'). -friend_('Chance Lance', 'Rosaria Solomon'). -friend_('Chance Lance', 'Ryan Willis'). -friend_('Chance Lance', 'Sanford Herrington'). -friend_('Chance Lance', 'Sang Chumley'). -friend_('Chance Lance', 'Selena Lance'). -friend_('Chance Lance', 'Shon Mahan'). -friend_('Chance Lance', 'Timothy Chumley'). -friend_('Chance Lance', 'Wiley Herrington'). -friend_('Charissa Gerald', 'Chuck Stearns'). -friend_('Charissa Gerald', 'Domonique Mahan'). -friend_('Charissa Gerald', 'Edwin Lance'). -friend_('Charissa Gerald', 'Howard Magnuson'). -friend_('Charissa Gerald', 'Ian Herrington'). -friend_('Charissa Gerald', 'Ismael Ahn'). -friend_('Charissa Gerald', 'Jame Gauthier'). -friend_('Charissa Gerald', 'Jermaine Herrington'). -friend_('Charissa Gerald', 'Jodi Molnar'). -friend_('Charissa Gerald', 'Juanita Lance'). -friend_('Charissa Gerald', 'Kevin Haworth'). -friend_('Charissa Gerald', 'Latrina Mace'). -friend_('Charissa Gerald', 'Leif Brigham'). -friend_('Charissa Gerald', 'Marilyn Hutchison'). -friend_('Charissa Gerald', 'Mechelle Lance'). -friend_('Charissa Gerald', 'Milford Gerald'). -friend_('Charissa Gerald', 'Noah Merkel'). -friend_('Charissa Gerald', 'Normand Lance'). -friend_('Charissa Gerald', 'Oleta Haworth'). -friend_('Charissa Gerald', 'Randell Hutchison'). -friend_('Charissa Gerald', 'Roni Lance'). -friend_('Charissa Gerald', 'Ruby Ahn'). -friend_('Charissa Gerald', 'Shemika Herrington'). -friend_('Charissa Gerald', 'Wallace Tuggle'). -friend_('Charity Dugan', 'Clement Stearns'). -friend_('Charity Dugan', 'Deborah Lance'). -friend_('Charity Dugan', 'Delinda Ly'). -friend_('Charity Dugan', 'Dick Hutchison'). -friend_('Charity Dugan', 'Donald Herrington'). -friend_('Charity Dugan', 'Douglas Pressley'). -friend_('Charity Dugan', 'Essie Lance'). -friend_('Charity Dugan', 'Gary Pressley'). -friend_('Charity Dugan', 'Isidro Herrington'). -friend_('Charity Dugan', 'Jackqueline Herrington'). -friend_('Charity Dugan', 'Jeremiah Barfield'). -friend_('Charity Dugan', 'Kraig Lance'). -friend_('Charity Dugan', 'Larue Barfield'). -friend_('Charity Dugan', 'Leena Lance'). -friend_('Charity Dugan', 'Leisa Herrington'). -friend_('Charity Dugan', 'Linda Herrington'). -friend_('Charity Dugan', 'Lorelei Oconnell'). -friend_('Charity Dugan', 'Lori Solomon'). -friend_('Charity Dugan', 'Luciano Lance'). -friend_('Charity Dugan', 'Manda Stearns'). -friend_('Charity Dugan', 'Marianne Lance'). -friend_('Charity Dugan', 'Marion Mask'). -friend_('Charity Dugan', 'Mireya Abbott'). -friend_('Charity Dugan', 'Nathanial Ahn'). -friend_('Charity Dugan', 'Nita Poteat'). -friend_('Charity Dugan', 'Pasquale Mathews'). -friend_('Charity Dugan', 'Pedro Ly'). -friend_('Charity Dugan', 'Randolph Maciel'). -friend_('Charity Dugan', 'Robbie Oconnell'). -friend_('Charity Dugan', 'Roberta Mace'). -friend_('Charity Dugan', 'Rocco Lance'). -friend_('Charity Dugan', 'Rosaria Solomon'). -friend_('Charity Dugan', 'Ryan Willis'). -friend_('Charity Dugan', 'Sanford Herrington'). -friend_('Charity Dugan', 'Sang Chumley'). -friend_('Charity Dugan', 'Selena Lance'). -friend_('Charity Dugan', 'Shon Mahan'). -friend_('Charity Dugan', 'Sueann Lance'). -friend_('Charity Dugan', 'Timothy Chumley'). -friend_('Charity Dugan', 'Vicki Mask'). -friend_('Charity Dugan', 'Virgina Pressley'). -friend_('Charity Dugan', 'Wiley Herrington'). -friend_('Chuck Stearns', 'Ian Herrington'). -friend_('Chuck Stearns', 'Ismael Ahn'). -friend_('Chuck Stearns', 'Jame Gauthier'). -friend_('Chuck Stearns', 'Jodi Molnar'). -friend_('Chuck Stearns', 'Juanita Lance'). -friend_('Chuck Stearns', 'Latrina Mace'). -friend_('Chuck Stearns', 'Leif Brigham'). -friend_('Chuck Stearns', 'Marilyn Hutchison'). -friend_('Chuck Stearns', 'Mechelle Lance'). -friend_('Chuck Stearns', 'Milford Gerald'). -friend_('Chuck Stearns', 'Noah Merkel'). -friend_('Chuck Stearns', 'Normand Lance'). -friend_('Chuck Stearns', 'Oleta Haworth'). -friend_('Chuck Stearns', 'Randell Hutchison'). -friend_('Chuck Stearns', 'Roni Lance'). -friend_('Chuck Stearns', 'Ruby Ahn'). -friend_('Chuck Stearns', 'Wallace Tuggle'). -friend_('Clara Mcclintock', 'Cornelius Solomon'). -friend_('Clara Mcclintock', 'Dalton Mathews'). -friend_('Clara Mcclintock', 'Deborah Lance'). -friend_('Clara Mcclintock', 'Dexter Solomon'). -friend_('Clara Mcclintock', 'Diane Lance'). -friend_('Clara Mcclintock', 'Dick Hutchison'). -friend_('Clara Mcclintock', 'Elicia Chumley'). -friend_('Clara Mcclintock', 'Enid Lance'). -friend_('Clara Mcclintock', 'Essie Lance'). -friend_('Clara Mcclintock', 'Everette Hutchison'). -friend_('Clara Mcclintock', 'Gary Pressley'). -friend_('Clara Mcclintock', 'Gilbert Magnuson'). -friend_('Clara Mcclintock', 'Gino Lance'). -friend_('Clara Mcclintock', 'Hannah Solomon'). -friend_('Clara Mcclintock', 'Joline Chumley'). -friend_('Clara Mcclintock', 'Juan Magnuson'). -friend_('Clara Mcclintock', 'Kip Mace'). -friend_('Clara Mcclintock', 'Leena Lance'). -friend_('Clara Mcclintock', 'Lucretia Mahan'). -friend_('Clara Mcclintock', 'Lyndon Lance'). -friend_('Clara Mcclintock', 'Madaline Magnuson'). -friend_('Clara Mcclintock', 'Micki Lance'). -friend_('Clara Mcclintock', 'Minh Chumley'). -friend_('Clara Mcclintock', 'Nanette Merkel'). -friend_('Clara Mcclintock', 'Oren Lance'). -friend_('Clara Mcclintock', 'Ozella Abbott'). -friend_('Clara Mcclintock', 'Pasquale Mathews'). -friend_('Clara Mcclintock', 'Richie Gerald'). -friend_('Clara Mcclintock', 'Rubie Jacobo'). -friend_('Clara Mcclintock', 'Shandi Stearns'). -friend_('Clara Mcclintock', 'Shelton Lance'). -friend_('Clara Mcclintock', 'Tawana Mcclintock'). -friend_('Clara Mcclintock', 'Warren Oconnell'). -friend_('Clara Mcclintock', 'Wm Mcdonald'). -friend_('Clara Mcclintock', 'Yoko Pressley'). -friend_('Clara Mcclintock', 'Zoila Mangum'). -friend_('Claudette Willis', 'Concepcion Lance'). -friend_('Claudette Willis', 'Cristina Ahn'). -friend_('Claudette Willis', 'Delinda Ly'). -friend_('Claudette Willis', 'Domingo Mcclintock'). -friend_('Claudette Willis', 'Emerson Ahn'). -friend_('Claudette Willis', 'Francine Lance'). -friend_('Claudette Willis', 'Isidro Herrington'). -friend_('Claudette Willis', 'Ivette Solomon'). -friend_('Claudette Willis', 'Jackqueline Herrington'). -friend_('Claudette Willis', 'Julian Sides'). -friend_('Claudette Willis', 'Kerrie Mahan'). -friend_('Claudette Willis', 'Leisa Herrington'). -friend_('Claudette Willis', 'Linda Herrington'). -friend_('Claudette Willis', 'Manda Stearns'). -friend_('Claudette Willis', 'Maurice Lance'). -friend_('Claudette Willis', 'Nathanial Ahn'). -friend_('Claudette Willis', 'Randolph Maciel'). -friend_('Claudette Willis', 'Rocco Lance'). -friend_('Claudette Willis', 'Ronnie Jacobo'). -friend_('Claudette Willis', 'Selina Merkel'). -friend_('Claudette Willis', 'Tanja Herrington'). -friend_('Claudette Willis', 'Vicki Mask'). -friend_('Claudette Willis', 'Virgina Pressley'). -friend_('Claudette Willis', 'Zelma Lance'). -friend_('Clement Stearns', 'Deborah Lance'). -friend_('Clement Stearns', 'Dick Hutchison'). -friend_('Clement Stearns', 'Douglas Pressley'). -friend_('Clement Stearns', 'Essie Lance'). -friend_('Clement Stearns', 'Gary Pressley'). -friend_('Clement Stearns', 'Jeremiah Barfield'). -friend_('Clement Stearns', 'Kraig Lance'). -friend_('Clement Stearns', 'Larue Barfield'). -friend_('Clement Stearns', 'Leena Lance'). -friend_('Clement Stearns', 'Lorelei Oconnell'). -friend_('Clement Stearns', 'Lori Solomon'). -friend_('Clement Stearns', 'Luciano Lance'). -friend_('Clement Stearns', 'Lucretia Mahan'). -friend_('Clement Stearns', 'Marianne Lance'). -friend_('Clement Stearns', 'Marion Mask'). -friend_('Clement Stearns', 'Minh Chumley'). -friend_('Clement Stearns', 'Mireya Abbott'). -friend_('Clement Stearns', 'Nita Poteat'). -friend_('Clement Stearns', 'Oren Lance'). -friend_('Clement Stearns', 'Pasquale Mathews'). -friend_('Clement Stearns', 'Pedro Ly'). -friend_('Clement Stearns', 'Robbie Oconnell'). -friend_('Clement Stearns', 'Roberta Mace'). -friend_('Clement Stearns', 'Rosaria Solomon'). -friend_('Clement Stearns', 'Ryan Willis'). -friend_('Clement Stearns', 'Sanford Herrington'). -friend_('Clement Stearns', 'Sang Chumley'). -friend_('Clement Stearns', 'Selena Lance'). -friend_('Clement Stearns', 'Shon Mahan'). -friend_('Clement Stearns', 'Sueann Lance'). -friend_('Clement Stearns', 'Timothy Chumley'). -friend_('Clement Stearns', 'Wiley Herrington'). -friend_('Clinton Lance', 'Cristal Hutchison'). -friend_('Clinton Lance', 'Dean Chumley'). -friend_('Clinton Lance', 'Deloris Solomon'). -friend_('Clinton Lance', 'Dennis Lance'). -friend_('Clinton Lance', 'Edwardo Lance'). -friend_('Clinton Lance', 'Fred Abbott'). -friend_('Clinton Lance', 'Gaylord Solomon'). -friend_('Clinton Lance', 'Geneva Brigham'). -friend_('Clinton Lance', 'Hattie Mcdonald'). -friend_('Clinton Lance', 'Haydee Pressley'). -friend_('Clinton Lance', 'Hugo Solomon'). -friend_('Clinton Lance', 'Jacob Mathews'). -friend_('Clinton Lance', 'Jean Gauthier'). -friend_('Clinton Lance', 'Jed Herrington'). -friend_('Clinton Lance', 'Jeremy Rodgers'). -friend_('Clinton Lance', 'Kerry Rodgers'). -friend_('Clinton Lance', 'Kristi Solomon'). -friend_('Clinton Lance', 'Kyle Lance'). -friend_('Clinton Lance', 'Latrina Mace'). -friend_('Clinton Lance', 'Lawerence Mace'). -friend_('Clinton Lance', 'Lela Lance'). -friend_('Clinton Lance', 'Leonora Herrington'). -friend_('Clinton Lance', 'Madelyn Magnuson'). -friend_('Clinton Lance', 'Mauricio Molnar'). -friend_('Clinton Lance', 'Meagan Mace'). -friend_('Clinton Lance', 'Nancy Lance'). -friend_('Clinton Lance', 'Pauletta Tuggle'). -friend_('Clinton Lance', 'Pearlie Tuggle'). -friend_('Clinton Lance', 'Peter Merkel'). -friend_('Clinton Lance', 'Roxanne Jacobo'). -friend_('Clinton Lance', 'Sammy Herrington'). -friend_('Clinton Lance', 'Scot Solomon'). -friend_('Clinton Lance', 'Selina Merkel'). -friend_('Clinton Lance', 'Shemika Herrington'). -friend_('Clinton Lance', 'Tyrone Jacobo'). -friend_('Clinton Lance', 'Vivienne Chumley'). -friend_('Concepcion Lance', 'Coral Lance'). -friend_('Concepcion Lance', 'Cristina Ahn'). -friend_('Concepcion Lance', 'Darrell Lance'). -friend_('Concepcion Lance', 'Delinda Ly'). -friend_('Concepcion Lance', 'Domingo Mcclintock'). -friend_('Concepcion Lance', 'Donnie Mahan'). -friend_('Concepcion Lance', 'Elbert Hutchison'). -friend_('Concepcion Lance', 'Emerson Ahn'). -friend_('Concepcion Lance', 'Eric Lance'). -friend_('Concepcion Lance', 'Francine Lance'). -friend_('Concepcion Lance', 'Isidro Herrington'). -friend_('Concepcion Lance', 'Ivette Solomon'). -friend_('Concepcion Lance', 'Jackqueline Herrington'). -friend_('Concepcion Lance', 'Jeremiah Barfield'). -friend_('Concepcion Lance', 'Julian Sides'). -friend_('Concepcion Lance', 'Karolyn Lance'). -friend_('Concepcion Lance', 'Kerrie Mahan'). -friend_('Concepcion Lance', 'Leisa Herrington'). -friend_('Concepcion Lance', 'Linda Herrington'). -friend_('Concepcion Lance', 'Manda Stearns'). -friend_('Concepcion Lance', 'Maurice Lance'). -friend_('Concepcion Lance', 'Nathanial Ahn'). -friend_('Concepcion Lance', 'Randolph Maciel'). -friend_('Concepcion Lance', 'Reynaldo Poteat'). -friend_('Concepcion Lance', 'Rocco Lance'). -friend_('Concepcion Lance', 'Ronnie Jacobo'). -friend_('Concepcion Lance', 'Selina Merkel'). -friend_('Concepcion Lance', 'Tanja Herrington'). -friend_('Concepcion Lance', 'Vicki Mask'). -friend_('Concepcion Lance', 'Virgina Pressley'). -friend_('Concepcion Lance', 'Yoshiko Chumley'). -friend_('Concepcion Lance', 'Zelma Lance'). -friend_('Coral Lance', 'Cristina Ahn'). -friend_('Coral Lance', 'Delinda Ly'). -friend_('Coral Lance', 'Domingo Mcclintock'). -friend_('Coral Lance', 'Emerson Ahn'). -friend_('Coral Lance', 'Eric Lance'). -friend_('Coral Lance', 'Francine Lance'). -friend_('Coral Lance', 'Isidro Herrington'). -friend_('Coral Lance', 'Ivette Solomon'). -friend_('Coral Lance', 'Jackqueline Herrington'). -friend_('Coral Lance', 'Jeremiah Barfield'). -friend_('Coral Lance', 'Julian Sides'). -friend_('Coral Lance', 'Kerrie Mahan'). -friend_('Coral Lance', 'Leisa Herrington'). -friend_('Coral Lance', 'Linda Herrington'). -friend_('Coral Lance', 'Manda Stearns'). -friend_('Coral Lance', 'Maurice Lance'). -friend_('Coral Lance', 'Nathanial Ahn'). -friend_('Coral Lance', 'Randolph Maciel'). -friend_('Coral Lance', 'Rocco Lance'). -friend_('Coral Lance', 'Ronnie Jacobo'). -friend_('Coral Lance', 'Selina Merkel'). -friend_('Coral Lance', 'Tanja Herrington'). -friend_('Coral Lance', 'Vicki Mask'). -friend_('Coral Lance', 'Virgina Pressley'). -friend_('Coral Lance', 'Zelma Lance'). -friend_('Cornelius Solomon', 'Cruz Pressley'). -friend_('Cornelius Solomon', 'Dalton Mathews'). -friend_('Cornelius Solomon', 'Dexter Solomon'). -friend_('Cornelius Solomon', 'Diane Lance'). -friend_('Cornelius Solomon', 'Elicia Chumley'). -friend_('Cornelius Solomon', 'Enid Lance'). -friend_('Cornelius Solomon', 'Everette Hutchison'). -friend_('Cornelius Solomon', 'Gilbert Magnuson'). -friend_('Cornelius Solomon', 'Gino Lance'). -friend_('Cornelius Solomon', 'Hannah Solomon'). -friend_('Cornelius Solomon', 'Ian Herrington'). -friend_('Cornelius Solomon', 'Jermaine Herrington'). -friend_('Cornelius Solomon', 'Joline Chumley'). -friend_('Cornelius Solomon', 'Juan Magnuson'). -friend_('Cornelius Solomon', 'Juanita Lance'). -friend_('Cornelius Solomon', 'Kip Mace'). -friend_('Cornelius Solomon', 'Leena Lance'). -friend_('Cornelius Solomon', 'Leif Brigham'). -friend_('Cornelius Solomon', 'Lucretia Mahan'). -friend_('Cornelius Solomon', 'Lyndon Lance'). -friend_('Cornelius Solomon', 'Madaline Magnuson'). -friend_('Cornelius Solomon', 'Micki Lance'). -friend_('Cornelius Solomon', 'Minh Chumley'). -friend_('Cornelius Solomon', 'Nanette Merkel'). -friend_('Cornelius Solomon', 'Oren Lance'). -friend_('Cornelius Solomon', 'Ozella Abbott'). -friend_('Cornelius Solomon', 'Richie Gerald'). -friend_('Cornelius Solomon', 'Rubie Jacobo'). -friend_('Cornelius Solomon', 'Shandi Stearns'). -friend_('Cornelius Solomon', 'Shelton Lance'). -friend_('Cornelius Solomon', 'Tawana Mcclintock'). -friend_('Cornelius Solomon', 'Warren Oconnell'). -friend_('Cornelius Solomon', 'Werner Tuggle'). -friend_('Cornelius Solomon', 'Wm Mcdonald'). -friend_('Cornelius Solomon', 'Yoko Pressley'). -friend_('Cornelius Solomon', 'Zoila Mangum'). -friend_('Cristal Hutchison', 'Deloris Solomon'). -friend_('Cristal Hutchison', 'Dennis Lance'). -friend_('Cristal Hutchison', 'Fred Abbott'). -friend_('Cristal Hutchison', 'Geneva Brigham'). -friend_('Cristal Hutchison', 'Haydee Pressley'). -friend_('Cristal Hutchison', 'Jacob Mathews'). -friend_('Cristal Hutchison', 'Jean Gauthier'). -friend_('Cristal Hutchison', 'Jed Herrington'). -friend_('Cristal Hutchison', 'Jeremy Rodgers'). -friend_('Cristal Hutchison', 'Kristi Solomon'). -friend_('Cristal Hutchison', 'Kyle Lance'). -friend_('Cristal Hutchison', 'Lawerence Mace'). -friend_('Cristal Hutchison', 'Lela Lance'). -friend_('Cristal Hutchison', 'Leonora Herrington'). -friend_('Cristal Hutchison', 'Meagan Mace'). -friend_('Cristal Hutchison', 'Nancy Lance'). -friend_('Cristal Hutchison', 'Pauletta Tuggle'). -friend_('Cristal Hutchison', 'Pearlie Tuggle'). -friend_('Cristal Hutchison', 'Scot Solomon'). -friend_('Cristal Hutchison', 'Shemika Herrington'). -friend_('Cristal Hutchison', 'Tyrone Jacobo'). -friend_('Cristal Hutchison', 'Vivienne Chumley'). -friend_('Cristina Ahn', 'Darrell Lance'). -friend_('Cristina Ahn', 'Delinda Ly'). -friend_('Cristina Ahn', 'Domingo Mcclintock'). -friend_('Cristina Ahn', 'Donnie Mahan'). -friend_('Cristina Ahn', 'Elbert Hutchison'). -friend_('Cristina Ahn', 'Emerson Ahn'). -friend_('Cristina Ahn', 'Eric Lance'). -friend_('Cristina Ahn', 'Francine Lance'). -friend_('Cristina Ahn', 'Isidro Herrington'). -friend_('Cristina Ahn', 'Ivette Solomon'). -friend_('Cristina Ahn', 'Jackqueline Herrington'). -friend_('Cristina Ahn', 'Jeremiah Barfield'). -friend_('Cristina Ahn', 'Julian Sides'). -friend_('Cristina Ahn', 'Justine Ahn'). -friend_('Cristina Ahn', 'Karolyn Lance'). -friend_('Cristina Ahn', 'Kerrie Mahan'). -friend_('Cristina Ahn', 'Leisa Herrington'). -friend_('Cristina Ahn', 'Linda Herrington'). -friend_('Cristina Ahn', 'Manda Stearns'). -friend_('Cristina Ahn', 'Maurice Lance'). -friend_('Cristina Ahn', 'Nathanial Ahn'). -friend_('Cristina Ahn', 'Randolph Maciel'). -friend_('Cristina Ahn', 'Reynaldo Poteat'). -friend_('Cristina Ahn', 'Rocco Lance'). -friend_('Cristina Ahn', 'Ronnie Jacobo'). -friend_('Cristina Ahn', 'Sammy Herrington'). -friend_('Cristina Ahn', 'Selina Merkel'). -friend_('Cristina Ahn', 'Sheldon Lance'). -friend_('Cristina Ahn', 'Sid Mahan'). -friend_('Cristina Ahn', 'Tanja Herrington'). -friend_('Cristina Ahn', 'Vicki Mask'). -friend_('Cristina Ahn', 'Virgina Pressley'). -friend_('Cristina Ahn', 'Yoshiko Chumley'). -friend_('Cristina Ahn', 'Zelma Lance'). -friend_('Cruz Pressley', 'Diane Lance'). -friend_('Cruz Pressley', 'Elicia Chumley'). -friend_('Cruz Pressley', 'Gino Lance'). -friend_('Cruz Pressley', 'Kip Mace'). -friend_('Cruz Pressley', 'Minh Chumley'). -friend_('Cruz Pressley', 'Oren Lance'). -friend_('Cruz Pressley', 'Richie Gerald'). -friend_('Cruz Pressley', 'Shandi Stearns'). -friend_('Cruz Pressley', 'Shelton Lance'). -friend_('Cruz Pressley', 'Wm Mcdonald'). -friend_('Cruz Pressley', 'Yoko Pressley'). -friend_('Cruz Pressley', 'Zoila Mangum'). -friend_('Dalton Mathews', 'Diane Lance'). -friend_('Dalton Mathews', 'Elicia Chumley'). -friend_('Dalton Mathews', 'Enid Lance'). -friend_('Dalton Mathews', 'Everette Hutchison'). -friend_('Dalton Mathews', 'Gilbert Magnuson'). -friend_('Dalton Mathews', 'Gino Lance'). -friend_('Dalton Mathews', 'Hannah Solomon'). -friend_('Dalton Mathews', 'Ian Herrington'). -friend_('Dalton Mathews', 'Joline Chumley'). -friend_('Dalton Mathews', 'Juan Magnuson'). -friend_('Dalton Mathews', 'Juanita Lance'). -friend_('Dalton Mathews', 'Kip Mace'). -friend_('Dalton Mathews', 'Leif Brigham'). -friend_('Dalton Mathews', 'Lucretia Mahan'). -friend_('Dalton Mathews', 'Lyndon Lance'). -friend_('Dalton Mathews', 'Madaline Magnuson'). -friend_('Dalton Mathews', 'Micki Lance'). -friend_('Dalton Mathews', 'Minh Chumley'). -friend_('Dalton Mathews', 'Nanette Merkel'). -friend_('Dalton Mathews', 'Oren Lance'). -friend_('Dalton Mathews', 'Ozella Abbott'). -friend_('Dalton Mathews', 'Richie Gerald'). -friend_('Dalton Mathews', 'Rubie Jacobo'). -friend_('Dalton Mathews', 'Shandi Stearns'). -friend_('Dalton Mathews', 'Shelton Lance'). -friend_('Dalton Mathews', 'Tawana Mcclintock'). -friend_('Dalton Mathews', 'Warren Oconnell'). -friend_('Dalton Mathews', 'Wm Mcdonald'). -friend_('Dalton Mathews', 'Yoko Pressley'). -friend_('Dalton Mathews', 'Zoila Mangum'). -friend_('Darrell Lance', 'Delinda Ly'). -friend_('Darrell Lance', 'Domingo Mcclintock'). -friend_('Darrell Lance', 'Donnie Mahan'). -friend_('Darrell Lance', 'Edwardo Lance'). -friend_('Darrell Lance', 'Elbert Hutchison'). -friend_('Darrell Lance', 'Emerson Ahn'). -friend_('Darrell Lance', 'Francine Lance'). -friend_('Darrell Lance', 'Isidro Herrington'). -friend_('Darrell Lance', 'Ivette Solomon'). -friend_('Darrell Lance', 'Jackqueline Herrington'). -friend_('Darrell Lance', 'Julian Sides'). -friend_('Darrell Lance', 'Justine Ahn'). -friend_('Darrell Lance', 'Kerrie Mahan'). -friend_('Darrell Lance', 'Kyle Lance'). -friend_('Darrell Lance', 'Lawerence Mace'). -friend_('Darrell Lance', 'Leisa Herrington'). -friend_('Darrell Lance', 'Lela Lance'). -friend_('Darrell Lance', 'Leonora Herrington'). -friend_('Darrell Lance', 'Linda Herrington'). -friend_('Darrell Lance', 'Manda Stearns'). -friend_('Darrell Lance', 'Maurice Lance'). -friend_('Darrell Lance', 'Nancy Lance'). -friend_('Darrell Lance', 'Nathanial Ahn'). -friend_('Darrell Lance', 'Pauletta Tuggle'). -friend_('Darrell Lance', 'Randolph Maciel'). -friend_('Darrell Lance', 'Reynaldo Poteat'). -friend_('Darrell Lance', 'Rocco Lance'). -friend_('Darrell Lance', 'Ronnie Jacobo'). -friend_('Darrell Lance', 'Sammy Herrington'). -friend_('Darrell Lance', 'Scot Solomon'). -friend_('Darrell Lance', 'Selina Merkel'). -friend_('Darrell Lance', 'Tanja Herrington'). -friend_('Darrell Lance', 'Vicki Mask'). -friend_('Darrell Lance', 'Virgina Pressley'). -friend_('Darrell Lance', 'Vivienne Chumley'). -friend_('Darrell Lance', 'Yoshiko Chumley'). -friend_('Darrell Lance', 'Zelma Lance'). -friend_('Dean Chumley', 'Deloris Solomon'). -friend_('Dean Chumley', 'Fred Abbott'). -friend_('Dean Chumley', 'Geneva Brigham'). -friend_('Dean Chumley', 'Haydee Pressley'). -friend_('Dean Chumley', 'Jacob Mathews'). -friend_('Dean Chumley', 'Jed Herrington'). -friend_('Dean Chumley', 'Jeremy Rodgers'). -friend_('Dean Chumley', 'Kyle Lance'). -friend_('Dean Chumley', 'Lawerence Mace'). -friend_('Dean Chumley', 'Lela Lance'). -friend_('Dean Chumley', 'Leonora Herrington'). -friend_('Dean Chumley', 'Meagan Mace'). -friend_('Dean Chumley', 'Nancy Lance'). -friend_('Dean Chumley', 'Pauletta Tuggle'). -friend_('Dean Chumley', 'Pearlie Tuggle'). -friend_('Dean Chumley', 'Scot Solomon'). -friend_('Dean Chumley', 'Shemika Herrington'). -friend_('Dean Chumley', 'Vivienne Chumley'). -friend_('Deborah Lance', 'Delinda Ly'). -friend_('Deborah Lance', 'Dick Hutchison'). -friend_('Deborah Lance', 'Donald Herrington'). -friend_('Deborah Lance', 'Douglas Pressley'). -friend_('Deborah Lance', 'Essie Lance'). -friend_('Deborah Lance', 'Gary Pressley'). -friend_('Deborah Lance', 'Jeremiah Barfield'). -friend_('Deborah Lance', 'Kraig Lance'). -friend_('Deborah Lance', 'Larue Barfield'). -friend_('Deborah Lance', 'Leena Lance'). -friend_('Deborah Lance', 'Lorelei Oconnell'). -friend_('Deborah Lance', 'Lori Solomon'). -friend_('Deborah Lance', 'Luciano Lance'). -friend_('Deborah Lance', 'Lucretia Mahan'). -friend_('Deborah Lance', 'Marianne Lance'). -friend_('Deborah Lance', 'Marion Mask'). -friend_('Deborah Lance', 'Minh Chumley'). -friend_('Deborah Lance', 'Mireya Abbott'). -friend_('Deborah Lance', 'Nathanial Ahn'). -friend_('Deborah Lance', 'Nita Poteat'). -friend_('Deborah Lance', 'Oren Lance'). -friend_('Deborah Lance', 'Pasquale Mathews'). -friend_('Deborah Lance', 'Pedro Ly'). -friend_('Deborah Lance', 'Robbie Oconnell'). -friend_('Deborah Lance', 'Roberta Mace'). -friend_('Deborah Lance', 'Rosaria Solomon'). -friend_('Deborah Lance', 'Ryan Willis'). -friend_('Deborah Lance', 'Sanford Herrington'). -friend_('Deborah Lance', 'Sang Chumley'). -friend_('Deborah Lance', 'Selena Lance'). -friend_('Deborah Lance', 'Shon Mahan'). -friend_('Deborah Lance', 'Sueann Lance'). -friend_('Deborah Lance', 'Timothy Chumley'). -friend_('Deborah Lance', 'Vicki Mask'). -friend_('Deborah Lance', 'Wiley Herrington'). -friend_('Deborah Lance', 'Zoila Mangum'). -friend_('Delinda Ly', 'Domingo Mcclintock'). -friend_('Delinda Ly', 'Donnie Mahan'). -friend_('Delinda Ly', 'Edris Lance'). -friend_('Delinda Ly', 'Elbert Hutchison'). -friend_('Delinda Ly', 'Emerson Ahn'). -friend_('Delinda Ly', 'Eric Lance'). -friend_('Delinda Ly', 'Essie Lance'). -friend_('Delinda Ly', 'Francine Lance'). -friend_('Delinda Ly', 'Isidro Herrington'). -friend_('Delinda Ly', 'Ivette Solomon'). -friend_('Delinda Ly', 'Jackqueline Herrington'). -friend_('Delinda Ly', 'Jeremiah Barfield'). -friend_('Delinda Ly', 'Julian Sides'). -friend_('Delinda Ly', 'Justine Ahn'). -friend_('Delinda Ly', 'Karolyn Lance'). -friend_('Delinda Ly', 'Kerrie Mahan'). -friend_('Delinda Ly', 'Kris Sides'). -friend_('Delinda Ly', 'Leisa Herrington'). -friend_('Delinda Ly', 'Linda Herrington'). -friend_('Delinda Ly', 'Lorelei Oconnell'). -friend_('Delinda Ly', 'Lori Solomon'). -friend_('Delinda Ly', 'Manda Stearns'). -friend_('Delinda Ly', 'Maurice Lance'). -friend_('Delinda Ly', 'Mireya Abbott'). -friend_('Delinda Ly', 'Nathanial Ahn'). -friend_('Delinda Ly', 'Pedro Ly'). -friend_('Delinda Ly', 'Randolph Maciel'). -friend_('Delinda Ly', 'Reynaldo Poteat'). -friend_('Delinda Ly', 'Robbie Oconnell'). -friend_('Delinda Ly', 'Rocco Lance'). -friend_('Delinda Ly', 'Ronnie Jacobo'). -friend_('Delinda Ly', 'Rubye Chumley'). -friend_('Delinda Ly', 'Sammy Herrington'). -friend_('Delinda Ly', 'Sang Chumley'). -friend_('Delinda Ly', 'Selena Lance'). -friend_('Delinda Ly', 'Selina Merkel'). -friend_('Delinda Ly', 'Sheldon Lance'). -friend_('Delinda Ly', 'Sid Mahan'). -friend_('Delinda Ly', 'Tanja Herrington'). -friend_('Delinda Ly', 'Vicki Mask'). -friend_('Delinda Ly', 'Virgina Pressley'). -friend_('Delinda Ly', 'Yoshiko Chumley'). -friend_('Delinda Ly', 'Zelma Lance'). -friend_('Deloris Solomon', 'Dennis Lance'). -friend_('Deloris Solomon', 'Edwardo Lance'). -friend_('Deloris Solomon', 'Fred Abbott'). -friend_('Deloris Solomon', 'Gaylord Solomon'). -friend_('Deloris Solomon', 'Geneva Brigham'). -friend_('Deloris Solomon', 'Hattie Mcdonald'). -friend_('Deloris Solomon', 'Haydee Pressley'). -friend_('Deloris Solomon', 'Hugo Solomon'). -friend_('Deloris Solomon', 'Jacob Mathews'). -friend_('Deloris Solomon', 'Jean Gauthier'). -friend_('Deloris Solomon', 'Jed Herrington'). -friend_('Deloris Solomon', 'Jeremy Rodgers'). -friend_('Deloris Solomon', 'Kerry Rodgers'). -friend_('Deloris Solomon', 'Kristi Solomon'). -friend_('Deloris Solomon', 'Kyle Lance'). -friend_('Deloris Solomon', 'Lawerence Mace'). -friend_('Deloris Solomon', 'Lela Lance'). -friend_('Deloris Solomon', 'Leonora Herrington'). -friend_('Deloris Solomon', 'Madelyn Magnuson'). -friend_('Deloris Solomon', 'Meagan Mace'). -friend_('Deloris Solomon', 'Nancy Lance'). -friend_('Deloris Solomon', 'Pauletta Tuggle'). -friend_('Deloris Solomon', 'Pearlie Tuggle'). -friend_('Deloris Solomon', 'Peter Merkel'). -friend_('Deloris Solomon', 'Roxanne Jacobo'). -friend_('Deloris Solomon', 'Sammy Herrington'). -friend_('Deloris Solomon', 'Scot Solomon'). -friend_('Deloris Solomon', 'Selina Merkel'). -friend_('Deloris Solomon', 'Shemika Herrington'). -friend_('Deloris Solomon', 'Tyrone Jacobo'). -friend_('Deloris Solomon', 'Vivienne Chumley'). -friend_('Dennis Lance', 'Edwardo Lance'). -friend_('Dennis Lance', 'Fred Abbott'). -friend_('Dennis Lance', 'Geneva Brigham'). -friend_('Dennis Lance', 'Hattie Mcdonald'). -friend_('Dennis Lance', 'Haydee Pressley'). -friend_('Dennis Lance', 'Hugo Solomon'). -friend_('Dennis Lance', 'Jacob Mathews'). -friend_('Dennis Lance', 'Jean Gauthier'). -friend_('Dennis Lance', 'Jed Herrington'). -friend_('Dennis Lance', 'Jeremy Rodgers'). -friend_('Dennis Lance', 'Kerry Rodgers'). -friend_('Dennis Lance', 'Kristi Solomon'). -friend_('Dennis Lance', 'Kyle Lance'). -friend_('Dennis Lance', 'Lawerence Mace'). -friend_('Dennis Lance', 'Lela Lance'). -friend_('Dennis Lance', 'Leonora Herrington'). -friend_('Dennis Lance', 'Meagan Mace'). -friend_('Dennis Lance', 'Nancy Lance'). -friend_('Dennis Lance', 'Pauletta Tuggle'). -friend_('Dennis Lance', 'Pearlie Tuggle'). -friend_('Dennis Lance', 'Peter Merkel'). -friend_('Dennis Lance', 'Roxanne Jacobo'). -friend_('Dennis Lance', 'Scot Solomon'). -friend_('Dennis Lance', 'Selina Merkel'). -friend_('Dennis Lance', 'Shemika Herrington'). -friend_('Dennis Lance', 'Tyrone Jacobo'). -friend_('Dennis Lance', 'Vivienne Chumley'). -friend_('Dexter Solomon', 'Diane Lance'). -friend_('Dexter Solomon', 'Elicia Chumley'). -friend_('Dexter Solomon', 'Gino Lance'). -friend_('Dexter Solomon', 'Kip Mace'). -friend_('Dexter Solomon', 'Minh Chumley'). -friend_('Dexter Solomon', 'Oren Lance'). -friend_('Dexter Solomon', 'Richie Gerald'). -friend_('Dexter Solomon', 'Shandi Stearns'). -friend_('Dexter Solomon', 'Shelton Lance'). -friend_('Dexter Solomon', 'Wm Mcdonald'). -friend_('Dexter Solomon', 'Yoko Pressley'). -friend_('Dexter Solomon', 'Zoila Mangum'). -friend_('Diane Lance', 'Elicia Chumley'). -friend_('Diane Lance', 'Enid Lance'). -friend_('Diane Lance', 'Everette Hutchison'). -friend_('Diane Lance', 'Gilbert Magnuson'). -friend_('Diane Lance', 'Gino Lance'). -friend_('Diane Lance', 'Hannah Solomon'). -friend_('Diane Lance', 'Ian Herrington'). -friend_('Diane Lance', 'Joline Chumley'). -friend_('Diane Lance', 'Juan Magnuson'). -friend_('Diane Lance', 'Juanita Lance'). -friend_('Diane Lance', 'Kip Mace'). -friend_('Diane Lance', 'Leena Lance'). -friend_('Diane Lance', 'Leif Brigham'). -friend_('Diane Lance', 'Lucretia Mahan'). -friend_('Diane Lance', 'Lyndon Lance'). -friend_('Diane Lance', 'Madaline Magnuson'). -friend_('Diane Lance', 'Micki Lance'). -friend_('Diane Lance', 'Minh Chumley'). -friend_('Diane Lance', 'Nanette Merkel'). -friend_('Diane Lance', 'Oren Lance'). -friend_('Diane Lance', 'Ozella Abbott'). -friend_('Diane Lance', 'Richie Gerald'). -friend_('Diane Lance', 'Rubie Jacobo'). -friend_('Diane Lance', 'Shandi Stearns'). -friend_('Diane Lance', 'Shelton Lance'). -friend_('Diane Lance', 'Tawana Mcclintock'). -friend_('Diane Lance', 'Warren Oconnell'). -friend_('Diane Lance', 'Werner Tuggle'). -friend_('Diane Lance', 'Wm Mcdonald'). -friend_('Diane Lance', 'Yoko Pressley'). -friend_('Diane Lance', 'Zoila Mangum'). -friend_('Dick Hutchison', 'Douglas Pressley'). -friend_('Dick Hutchison', 'Essie Lance'). -friend_('Dick Hutchison', 'Gary Pressley'). -friend_('Dick Hutchison', 'Kip Mace'). -friend_('Dick Hutchison', 'Kraig Lance'). -friend_('Dick Hutchison', 'Larue Barfield'). -friend_('Dick Hutchison', 'Leena Lance'). -friend_('Dick Hutchison', 'Lorelei Oconnell'). -friend_('Dick Hutchison', 'Lori Solomon'). -friend_('Dick Hutchison', 'Luciano Lance'). -friend_('Dick Hutchison', 'Lucretia Mahan'). -friend_('Dick Hutchison', 'Marianne Lance'). -friend_('Dick Hutchison', 'Marion Mask'). -friend_('Dick Hutchison', 'Minh Chumley'). -friend_('Dick Hutchison', 'Mireya Abbott'). -friend_('Dick Hutchison', 'Nita Poteat'). -friend_('Dick Hutchison', 'Oren Lance'). -friend_('Dick Hutchison', 'Pasquale Mathews'). -friend_('Dick Hutchison', 'Pedro Ly'). -friend_('Dick Hutchison', 'Robbie Oconnell'). -friend_('Dick Hutchison', 'Rosaria Solomon'). -friend_('Dick Hutchison', 'Ryan Willis'). -friend_('Dick Hutchison', 'Sanford Herrington'). -friend_('Dick Hutchison', 'Sang Chumley'). -friend_('Dick Hutchison', 'Selena Lance'). -friend_('Dick Hutchison', 'Shon Mahan'). -friend_('Dick Hutchison', 'Sueann Lance'). -friend_('Dick Hutchison', 'Timothy Chumley'). -friend_('Dick Hutchison', 'Wiley Herrington'). -friend_('Dick Hutchison', 'Zoila Mangum'). -friend_('Domingo Mcclintock', 'Donnie Mahan'). -friend_('Domingo Mcclintock', 'Edris Lance'). -friend_('Domingo Mcclintock', 'Elbert Hutchison'). -friend_('Domingo Mcclintock', 'Emerson Ahn'). -friend_('Domingo Mcclintock', 'Eric Lance'). -friend_('Domingo Mcclintock', 'Francine Lance'). -friend_('Domingo Mcclintock', 'Isidro Herrington'). -friend_('Domingo Mcclintock', 'Ivette Solomon'). -friend_('Domingo Mcclintock', 'Jackqueline Herrington'). -friend_('Domingo Mcclintock', 'Jeremiah Barfield'). -friend_('Domingo Mcclintock', 'Julian Sides'). -friend_('Domingo Mcclintock', 'Justine Ahn'). -friend_('Domingo Mcclintock', 'Karolyn Lance'). -friend_('Domingo Mcclintock', 'Kerrie Mahan'). -friend_('Domingo Mcclintock', 'Kris Sides'). -friend_('Domingo Mcclintock', 'Leisa Herrington'). -friend_('Domingo Mcclintock', 'Linda Herrington'). -friend_('Domingo Mcclintock', 'Manda Stearns'). -friend_('Domingo Mcclintock', 'Maurice Lance'). -friend_('Domingo Mcclintock', 'Nancy Lance'). -friend_('Domingo Mcclintock', 'Nathanial Ahn'). -friend_('Domingo Mcclintock', 'Randolph Maciel'). -friend_('Domingo Mcclintock', 'Reynaldo Poteat'). -friend_('Domingo Mcclintock', 'Rocco Lance'). -friend_('Domingo Mcclintock', 'Ronnie Jacobo'). -friend_('Domingo Mcclintock', 'Rubye Chumley'). -friend_('Domingo Mcclintock', 'Sammy Herrington'). -friend_('Domingo Mcclintock', 'Scot Solomon'). -friend_('Domingo Mcclintock', 'Selina Merkel'). -friend_('Domingo Mcclintock', 'Sheldon Lance'). -friend_('Domingo Mcclintock', 'Sid Mahan'). -friend_('Domingo Mcclintock', 'Tanja Herrington'). -friend_('Domingo Mcclintock', 'Vicki Mask'). -friend_('Domingo Mcclintock', 'Virgina Pressley'). -friend_('Domingo Mcclintock', 'Yoshiko Chumley'). -friend_('Domingo Mcclintock', 'Zelma Lance'). -friend_('Domonique Mahan', 'Ian Herrington'). -friend_('Domonique Mahan', 'Ismael Ahn'). -friend_('Domonique Mahan', 'Jame Gauthier'). -friend_('Domonique Mahan', 'Jodi Molnar'). -friend_('Domonique Mahan', 'Juanita Lance'). -friend_('Domonique Mahan', 'Leif Brigham'). -friend_('Domonique Mahan', 'Milford Gerald'). -friend_('Domonique Mahan', 'Noah Merkel'). -friend_('Domonique Mahan', 'Normand Lance'). -friend_('Domonique Mahan', 'Randell Hutchison'). -friend_('Domonique Mahan', 'Ruby Ahn'). -friend_('Domonique Mahan', 'Wallace Tuggle'). -friend_('Donald Herrington', 'Essie Lance'). -friend_('Donald Herrington', 'Gary Pressley'). -friend_('Donald Herrington', 'Lori Solomon'). -friend_('Donald Herrington', 'Sang Chumley'). -friend_('Donald Herrington', 'Selena Lance'). -friend_('Donnie Mahan', 'Emerson Ahn'). -friend_('Donnie Mahan', 'Francine Lance'). -friend_('Donnie Mahan', 'Isidro Herrington'). -friend_('Donnie Mahan', 'Ivette Solomon'). -friend_('Donnie Mahan', 'Jackqueline Herrington'). -friend_('Donnie Mahan', 'Julian Sides'). -friend_('Donnie Mahan', 'Kerrie Mahan'). -friend_('Donnie Mahan', 'Leisa Herrington'). -friend_('Donnie Mahan', 'Linda Herrington'). -friend_('Donnie Mahan', 'Manda Stearns'). -friend_('Donnie Mahan', 'Maurice Lance'). -friend_('Donnie Mahan', 'Nathanial Ahn'). -friend_('Donnie Mahan', 'Randolph Maciel'). -friend_('Donnie Mahan', 'Rocco Lance'). -friend_('Donnie Mahan', 'Ronnie Jacobo'). -friend_('Donnie Mahan', 'Sammy Herrington'). -friend_('Donnie Mahan', 'Selina Merkel'). -friend_('Donnie Mahan', 'Tanja Herrington'). -friend_('Donnie Mahan', 'Vicki Mask'). -friend_('Donnie Mahan', 'Virgina Pressley'). -friend_('Donnie Mahan', 'Zelma Lance'). -friend_('Douglas Pressley', 'Essie Lance'). -friend_('Douglas Pressley', 'Gary Pressley'). -friend_('Douglas Pressley', 'Kraig Lance'). -friend_('Douglas Pressley', 'Leena Lance'). -friend_('Douglas Pressley', 'Lorelei Oconnell'). -friend_('Douglas Pressley', 'Lori Solomon'). -friend_('Douglas Pressley', 'Luciano Lance'). -friend_('Douglas Pressley', 'Marianne Lance'). -friend_('Douglas Pressley', 'Mireya Abbott'). -friend_('Douglas Pressley', 'Pasquale Mathews'). -friend_('Douglas Pressley', 'Pedro Ly'). -friend_('Douglas Pressley', 'Robbie Oconnell'). -friend_('Douglas Pressley', 'Rosaria Solomon'). -friend_('Douglas Pressley', 'Ryan Willis'). -friend_('Douglas Pressley', 'Sanford Herrington'). -friend_('Douglas Pressley', 'Sang Chumley'). -friend_('Douglas Pressley', 'Selena Lance'). -friend_('Douglas Pressley', 'Shon Mahan'). -friend_('Douglas Pressley', 'Timothy Chumley'). -friend_('Douglas Pressley', 'Wiley Herrington'). -friend_('Edris Lance', 'Emerson Ahn'). -friend_('Edris Lance', 'Francine Lance'). -friend_('Edris Lance', 'Isidro Herrington'). -friend_('Edris Lance', 'Ivette Solomon'). -friend_('Edris Lance', 'Jackqueline Herrington'). -friend_('Edris Lance', 'Kerrie Mahan'). -friend_('Edris Lance', 'Manda Stearns'). -friend_('Edris Lance', 'Maurice Lance'). -friend_('Edris Lance', 'Nathanial Ahn'). -friend_('Edris Lance', 'Randolph Maciel'). -friend_('Edris Lance', 'Ronnie Jacobo'). -friend_('Edris Lance', 'Selina Merkel'). -friend_('Edris Lance', 'Tanja Herrington'). -friend_('Edris Lance', 'Vicki Mask'). -friend_('Edwardo Lance', 'Fred Abbott'). -friend_('Edwardo Lance', 'Geneva Brigham'). -friend_('Edwardo Lance', 'Jacob Mathews'). -friend_('Edwardo Lance', 'Jed Herrington'). -friend_('Edwardo Lance', 'Jeremy Rodgers'). -friend_('Edwardo Lance', 'Kerrie Mahan'). -friend_('Edwardo Lance', 'Kyle Lance'). -friend_('Edwardo Lance', 'Lawerence Mace'). -friend_('Edwardo Lance', 'Lela Lance'). -friend_('Edwardo Lance', 'Leonora Herrington'). -friend_('Edwardo Lance', 'Manda Stearns'). -friend_('Edwardo Lance', 'Meagan Mace'). -friend_('Edwardo Lance', 'Nancy Lance'). -friend_('Edwardo Lance', 'Pauletta Tuggle'). -friend_('Edwardo Lance', 'Pearlie Tuggle'). -friend_('Edwardo Lance', 'Sammy Herrington'). -friend_('Edwardo Lance', 'Scot Solomon'). -friend_('Edwardo Lance', 'Selina Merkel'). -friend_('Edwardo Lance', 'Shemika Herrington'). -friend_('Edwardo Lance', 'Vicki Mask'). -friend_('Edwardo Lance', 'Vivienne Chumley'). -friend_('Edwin Lance', 'Ian Herrington'). -friend_('Edwin Lance', 'Ismael Ahn'). -friend_('Edwin Lance', 'Jame Gauthier'). -friend_('Edwin Lance', 'Jodi Molnar'). -friend_('Edwin Lance', 'Juanita Lance'). -friend_('Edwin Lance', 'Leif Brigham'). -friend_('Edwin Lance', 'Milford Gerald'). -friend_('Edwin Lance', 'Noah Merkel'). -friend_('Edwin Lance', 'Randell Hutchison'). -friend_('Edwin Lance', 'Ruby Ahn'). -friend_('Elbert Hutchison', 'Emerson Ahn'). -friend_('Elbert Hutchison', 'Francine Lance'). -friend_('Elbert Hutchison', 'Isidro Herrington'). -friend_('Elbert Hutchison', 'Ivette Solomon'). -friend_('Elbert Hutchison', 'Jackqueline Herrington'). -friend_('Elbert Hutchison', 'Julian Sides'). -friend_('Elbert Hutchison', 'Kerrie Mahan'). -friend_('Elbert Hutchison', 'Leisa Herrington'). -friend_('Elbert Hutchison', 'Linda Herrington'). -friend_('Elbert Hutchison', 'Manda Stearns'). -friend_('Elbert Hutchison', 'Maurice Lance'). -friend_('Elbert Hutchison', 'Nathanial Ahn'). -friend_('Elbert Hutchison', 'Randolph Maciel'). -friend_('Elbert Hutchison', 'Rocco Lance'). -friend_('Elbert Hutchison', 'Ronnie Jacobo'). -friend_('Elbert Hutchison', 'Selina Merkel'). -friend_('Elbert Hutchison', 'Tanja Herrington'). -friend_('Elbert Hutchison', 'Vicki Mask'). -friend_('Elbert Hutchison', 'Virgina Pressley'). -friend_('Elbert Hutchison', 'Zelma Lance'). -friend_('Elicia Chumley', 'Enid Lance'). -friend_('Elicia Chumley', 'Everette Hutchison'). -friend_('Elicia Chumley', 'Gilbert Magnuson'). -friend_('Elicia Chumley', 'Gino Lance'). -friend_('Elicia Chumley', 'Hannah Solomon'). -friend_('Elicia Chumley', 'Ian Herrington'). -friend_('Elicia Chumley', 'Joline Chumley'). -friend_('Elicia Chumley', 'Juan Magnuson'). -friend_('Elicia Chumley', 'Kip Mace'). -friend_('Elicia Chumley', 'Leena Lance'). -friend_('Elicia Chumley', 'Lucretia Mahan'). -friend_('Elicia Chumley', 'Lyndon Lance'). -friend_('Elicia Chumley', 'Madaline Magnuson'). -friend_('Elicia Chumley', 'Micki Lance'). -friend_('Elicia Chumley', 'Minh Chumley'). -friend_('Elicia Chumley', 'Nanette Merkel'). -friend_('Elicia Chumley', 'Oren Lance'). -friend_('Elicia Chumley', 'Ozella Abbott'). -friend_('Elicia Chumley', 'Richie Gerald'). -friend_('Elicia Chumley', 'Rubie Jacobo'). -friend_('Elicia Chumley', 'Shandi Stearns'). -friend_('Elicia Chumley', 'Shelton Lance'). -friend_('Elicia Chumley', 'Tawana Mcclintock'). -friend_('Elicia Chumley', 'Warren Oconnell'). -friend_('Elicia Chumley', 'Wm Mcdonald'). -friend_('Elicia Chumley', 'Yoko Pressley'). -friend_('Elicia Chumley', 'Zoila Mangum'). -friend_('Emerson Ahn', 'Eric Lance'). -friend_('Emerson Ahn', 'Francine Lance'). -friend_('Emerson Ahn', 'Isidro Herrington'). -friend_('Emerson Ahn', 'Ivette Solomon'). -friend_('Emerson Ahn', 'Jackqueline Herrington'). -friend_('Emerson Ahn', 'Jeremiah Barfield'). -friend_('Emerson Ahn', 'Julian Sides'). -friend_('Emerson Ahn', 'Justine Ahn'). -friend_('Emerson Ahn', 'Karolyn Lance'). -friend_('Emerson Ahn', 'Kerrie Mahan'). -friend_('Emerson Ahn', 'Kris Sides'). -friend_('Emerson Ahn', 'Leisa Herrington'). -friend_('Emerson Ahn', 'Linda Herrington'). -friend_('Emerson Ahn', 'Manda Stearns'). -friend_('Emerson Ahn', 'Maurice Lance'). -friend_('Emerson Ahn', 'Nathanial Ahn'). -friend_('Emerson Ahn', 'Randolph Maciel'). -friend_('Emerson Ahn', 'Reynaldo Poteat'). -friend_('Emerson Ahn', 'Rocco Lance'). -friend_('Emerson Ahn', 'Ronnie Jacobo'). -friend_('Emerson Ahn', 'Rubye Chumley'). -friend_('Emerson Ahn', 'Sammy Herrington'). -friend_('Emerson Ahn', 'Selina Merkel'). -friend_('Emerson Ahn', 'Sheldon Lance'). -friend_('Emerson Ahn', 'Sid Mahan'). -friend_('Emerson Ahn', 'Tanja Herrington'). -friend_('Emerson Ahn', 'Vicki Mask'). -friend_('Emerson Ahn', 'Virgina Pressley'). -friend_('Emerson Ahn', 'Yoshiko Chumley'). -friend_('Emerson Ahn', 'Zelma Lance'). -friend_('Enid Lance', 'Everette Hutchison'). -friend_('Enid Lance', 'Gilbert Magnuson'). -friend_('Enid Lance', 'Gino Lance'). -friend_('Enid Lance', 'Hannah Solomon'). -friend_('Enid Lance', 'Ian Herrington'). -friend_('Enid Lance', 'Joline Chumley'). -friend_('Enid Lance', 'Kip Mace'). -friend_('Enid Lance', 'Lucretia Mahan'). -friend_('Enid Lance', 'Lyndon Lance'). -friend_('Enid Lance', 'Madaline Magnuson'). -friend_('Enid Lance', 'Micki Lance'). -friend_('Enid Lance', 'Minh Chumley'). -friend_('Enid Lance', 'Oren Lance'). -friend_('Enid Lance', 'Ozella Abbott'). -friend_('Enid Lance', 'Richie Gerald'). -friend_('Enid Lance', 'Rubie Jacobo'). -friend_('Enid Lance', 'Shandi Stearns'). -friend_('Enid Lance', 'Shelton Lance'). -friend_('Enid Lance', 'Tawana Mcclintock'). -friend_('Enid Lance', 'Warren Oconnell'). -friend_('Enid Lance', 'Wm Mcdonald'). -friend_('Enid Lance', 'Yoko Pressley'). -friend_('Enid Lance', 'Zoila Mangum'). -friend_('Eric Lance', 'Francine Lance'). -friend_('Eric Lance', 'Isidro Herrington'). -friend_('Eric Lance', 'Ivette Solomon'). -friend_('Eric Lance', 'Jackqueline Herrington'). -friend_('Eric Lance', 'Jeremiah Barfield'). -friend_('Eric Lance', 'Julian Sides'). -friend_('Eric Lance', 'Kerrie Mahan'). -friend_('Eric Lance', 'Leisa Herrington'). -friend_('Eric Lance', 'Linda Herrington'). -friend_('Eric Lance', 'Manda Stearns'). -friend_('Eric Lance', 'Maurice Lance'). -friend_('Eric Lance', 'Nathanial Ahn'). -friend_('Eric Lance', 'Randolph Maciel'). -friend_('Eric Lance', 'Rocco Lance'). -friend_('Eric Lance', 'Ronnie Jacobo'). -friend_('Eric Lance', 'Selina Merkel'). -friend_('Eric Lance', 'Tanja Herrington'). -friend_('Eric Lance', 'Vicki Mask'). -friend_('Eric Lance', 'Virgina Pressley'). -friend_('Eric Lance', 'Zelma Lance'). -friend_('Essie Lance', 'Gary Pressley'). -friend_('Essie Lance', 'Jeremiah Barfield'). -friend_('Essie Lance', 'Kip Mace'). -friend_('Essie Lance', 'Kraig Lance'). -friend_('Essie Lance', 'Larue Barfield'). -friend_('Essie Lance', 'Leena Lance'). -friend_('Essie Lance', 'Lorelei Oconnell'). -friend_('Essie Lance', 'Lori Solomon'). -friend_('Essie Lance', 'Luciano Lance'). -friend_('Essie Lance', 'Lucretia Mahan'). -friend_('Essie Lance', 'Marianne Lance'). -friend_('Essie Lance', 'Marion Mask'). -friend_('Essie Lance', 'Minh Chumley'). -friend_('Essie Lance', 'Mireya Abbott'). -friend_('Essie Lance', 'Nathanial Ahn'). -friend_('Essie Lance', 'Nita Poteat'). -friend_('Essie Lance', 'Oren Lance'). -friend_('Essie Lance', 'Pasquale Mathews'). -friend_('Essie Lance', 'Pedro Ly'). -friend_('Essie Lance', 'Robbie Oconnell'). -friend_('Essie Lance', 'Roberta Mace'). -friend_('Essie Lance', 'Rosaria Solomon'). -friend_('Essie Lance', 'Ryan Willis'). -friend_('Essie Lance', 'Sanford Herrington'). -friend_('Essie Lance', 'Sang Chumley'). -friend_('Essie Lance', 'Selena Lance'). -friend_('Essie Lance', 'Shon Mahan'). -friend_('Essie Lance', 'Sueann Lance'). -friend_('Essie Lance', 'Timothy Chumley'). -friend_('Essie Lance', 'Wiley Herrington'). -friend_('Essie Lance', 'Zoila Mangum'). -friend_('Everette Hutchison', 'Gilbert Magnuson'). -friend_('Everette Hutchison', 'Gino Lance'). -friend_('Everette Hutchison', 'Joline Chumley'). -friend_('Everette Hutchison', 'Juan Magnuson'). -friend_('Everette Hutchison', 'Kip Mace'). -friend_('Everette Hutchison', 'Leena Lance'). -friend_('Everette Hutchison', 'Lucretia Mahan'). -friend_('Everette Hutchison', 'Lyndon Lance'). -friend_('Everette Hutchison', 'Madaline Magnuson'). -friend_('Everette Hutchison', 'Micki Lance'). -friend_('Everette Hutchison', 'Minh Chumley'). -friend_('Everette Hutchison', 'Oren Lance'). -friend_('Everette Hutchison', 'Ozella Abbott'). -friend_('Everette Hutchison', 'Richie Gerald'). -friend_('Everette Hutchison', 'Rubie Jacobo'). -friend_('Everette Hutchison', 'Shandi Stearns'). -friend_('Everette Hutchison', 'Shelton Lance'). -friend_('Everette Hutchison', 'Tawana Mcclintock'). -friend_('Everette Hutchison', 'Warren Oconnell'). -friend_('Everette Hutchison', 'Wm Mcdonald'). -friend_('Everette Hutchison', 'Yoko Pressley'). -friend_('Everette Hutchison', 'Zoila Mangum'). -friend_('Francine Lance', 'Isidro Herrington'). -friend_('Francine Lance', 'Ivette Solomon'). -friend_('Francine Lance', 'Jackqueline Herrington'). -friend_('Francine Lance', 'Jeremiah Barfield'). -friend_('Francine Lance', 'Julian Sides'). -friend_('Francine Lance', 'Justine Ahn'). -friend_('Francine Lance', 'Karolyn Lance'). -friend_('Francine Lance', 'Kerrie Mahan'). -friend_('Francine Lance', 'Leisa Herrington'). -friend_('Francine Lance', 'Linda Herrington'). -friend_('Francine Lance', 'Manda Stearns'). -friend_('Francine Lance', 'Maurice Lance'). -friend_('Francine Lance', 'Nancy Lance'). -friend_('Francine Lance', 'Nathanial Ahn'). -friend_('Francine Lance', 'Randolph Maciel'). -friend_('Francine Lance', 'Reynaldo Poteat'). -friend_('Francine Lance', 'Rocco Lance'). -friend_('Francine Lance', 'Ronnie Jacobo'). -friend_('Francine Lance', 'Sammy Herrington'). -friend_('Francine Lance', 'Selina Merkel'). -friend_('Francine Lance', 'Sheldon Lance'). -friend_('Francine Lance', 'Tanja Herrington'). -friend_('Francine Lance', 'Vicki Mask'). -friend_('Francine Lance', 'Virgina Pressley'). -friend_('Francine Lance', 'Yoshiko Chumley'). -friend_('Francine Lance', 'Zelma Lance'). -friend_('Fred Abbott', 'Gaylord Solomon'). -friend_('Fred Abbott', 'Geneva Brigham'). -friend_('Fred Abbott', 'Hattie Mcdonald'). -friend_('Fred Abbott', 'Haydee Pressley'). -friend_('Fred Abbott', 'Hugo Solomon'). -friend_('Fred Abbott', 'Jacob Mathews'). -friend_('Fred Abbott', 'Jean Gauthier'). -friend_('Fred Abbott', 'Jed Herrington'). -friend_('Fred Abbott', 'Jeremy Rodgers'). -friend_('Fred Abbott', 'Kerrie Mahan'). -friend_('Fred Abbott', 'Kerry Rodgers'). -friend_('Fred Abbott', 'Kristi Solomon'). -friend_('Fred Abbott', 'Kyle Lance'). -friend_('Fred Abbott', 'Lawerence Mace'). -friend_('Fred Abbott', 'Lela Lance'). -friend_('Fred Abbott', 'Leonora Herrington'). -friend_('Fred Abbott', 'Meagan Mace'). -friend_('Fred Abbott', 'Nancy Lance'). -friend_('Fred Abbott', 'Pauletta Tuggle'). -friend_('Fred Abbott', 'Pearlie Tuggle'). -friend_('Fred Abbott', 'Peter Merkel'). -friend_('Fred Abbott', 'Roxanne Jacobo'). -friend_('Fred Abbott', 'Sammy Herrington'). -friend_('Fred Abbott', 'Scot Solomon'). -friend_('Fred Abbott', 'Selina Merkel'). -friend_('Fred Abbott', 'Shemika Herrington'). -friend_('Fred Abbott', 'Tyrone Jacobo'). -friend_('Fred Abbott', 'Vivienne Chumley'). -friend_('Garry Poteat', 'Ian Herrington'). -friend_('Garry Poteat', 'Jame Gauthier'). -friend_('Garry Poteat', 'Jodi Molnar'). -friend_('Garry Poteat', 'Juanita Lance'). -friend_('Garry Poteat', 'Leif Brigham'). -friend_('Garry Poteat', 'Milford Gerald'). -friend_('Garry Poteat', 'Noah Merkel'). -friend_('Garry Poteat', 'Randell Hutchison'). -friend_('Garry Poteat', 'Ruby Ahn'). -friend_('Gary Pressley', 'Jeremiah Barfield'). -friend_('Gary Pressley', 'Kip Mace'). -friend_('Gary Pressley', 'Kraig Lance'). -friend_('Gary Pressley', 'Larue Barfield'). -friend_('Gary Pressley', 'Leena Lance'). -friend_('Gary Pressley', 'Lorelei Oconnell'). -friend_('Gary Pressley', 'Lori Solomon'). -friend_('Gary Pressley', 'Luciano Lance'). -friend_('Gary Pressley', 'Lucretia Mahan'). -friend_('Gary Pressley', 'Marianne Lance'). -friend_('Gary Pressley', 'Marion Mask'). -friend_('Gary Pressley', 'Minh Chumley'). -friend_('Gary Pressley', 'Mireya Abbott'). -friend_('Gary Pressley', 'Nita Poteat'). -friend_('Gary Pressley', 'Oren Lance'). -friend_('Gary Pressley', 'Pasquale Mathews'). -friend_('Gary Pressley', 'Pedro Ly'). -friend_('Gary Pressley', 'Robbie Oconnell'). -friend_('Gary Pressley', 'Roberta Mace'). -friend_('Gary Pressley', 'Rosaria Solomon'). -friend_('Gary Pressley', 'Ryan Willis'). -friend_('Gary Pressley', 'Sanford Herrington'). -friend_('Gary Pressley', 'Sang Chumley'). -friend_('Gary Pressley', 'Selena Lance'). -friend_('Gary Pressley', 'Shelton Lance'). -friend_('Gary Pressley', 'Shon Mahan'). -friend_('Gary Pressley', 'Sueann Lance'). -friend_('Gary Pressley', 'Timothy Chumley'). -friend_('Gary Pressley', 'Wiley Herrington'). -friend_('Gary Pressley', 'Zoila Mangum'). -friend_('Gayla Ly', 'Ian Herrington'). -friend_('Gayla Ly', 'Jodi Molnar'). -friend_('Gayla Ly', 'Juanita Lance'). -friend_('Gayla Ly', 'Leif Brigham'). -friend_('Gayla Ly', 'Milford Gerald'). -friend_('Gayla Ly', 'Noah Merkel'). -friend_('Gayla Ly', 'Ruby Ahn'). -friend_('Gaylord Solomon', 'Geneva Brigham'). -friend_('Gaylord Solomon', 'Haydee Pressley'). -friend_('Gaylord Solomon', 'Jacob Mathews'). -friend_('Gaylord Solomon', 'Jed Herrington'). -friend_('Gaylord Solomon', 'Jeremy Rodgers'). -friend_('Gaylord Solomon', 'Kyle Lance'). -friend_('Gaylord Solomon', 'Lawerence Mace'). -friend_('Gaylord Solomon', 'Lela Lance'). -friend_('Gaylord Solomon', 'Leonora Herrington'). -friend_('Gaylord Solomon', 'Meagan Mace'). -friend_('Gaylord Solomon', 'Nancy Lance'). -friend_('Gaylord Solomon', 'Pauletta Tuggle'). -friend_('Gaylord Solomon', 'Pearlie Tuggle'). -friend_('Gaylord Solomon', 'Scot Solomon'). -friend_('Gaylord Solomon', 'Shemika Herrington'). -friend_('Geneva Brigham', 'Hattie Mcdonald'). -friend_('Geneva Brigham', 'Haydee Pressley'). -friend_('Geneva Brigham', 'Hugo Solomon'). -friend_('Geneva Brigham', 'Jacob Mathews'). -friend_('Geneva Brigham', 'Jean Gauthier'). -friend_('Geneva Brigham', 'Jed Herrington'). -friend_('Geneva Brigham', 'Jeremy Rodgers'). -friend_('Geneva Brigham', 'Kerry Rodgers'). -friend_('Geneva Brigham', 'Kristi Solomon'). -friend_('Geneva Brigham', 'Kyle Lance'). -friend_('Geneva Brigham', 'Lawerence Mace'). -friend_('Geneva Brigham', 'Lela Lance'). -friend_('Geneva Brigham', 'Leonora Herrington'). -friend_('Geneva Brigham', 'Meagan Mace'). -friend_('Geneva Brigham', 'Nancy Lance'). -friend_('Geneva Brigham', 'Pauletta Tuggle'). -friend_('Geneva Brigham', 'Pearlie Tuggle'). -friend_('Geneva Brigham', 'Peter Merkel'). -friend_('Geneva Brigham', 'Roxanne Jacobo'). -friend_('Geneva Brigham', 'Sammy Herrington'). -friend_('Geneva Brigham', 'Scot Solomon'). -friend_('Geneva Brigham', 'Selina Merkel'). -friend_('Geneva Brigham', 'Shemika Herrington'). -friend_('Geneva Brigham', 'Tyrone Jacobo'). -friend_('Geneva Brigham', 'Vivienne Chumley'). -friend_('Gilbert Magnuson', 'Gino Lance'). -friend_('Gilbert Magnuson', 'Hannah Solomon'). -friend_('Gilbert Magnuson', 'Ian Herrington'). -friend_('Gilbert Magnuson', 'Joline Chumley'). -friend_('Gilbert Magnuson', 'Juanita Lance'). -friend_('Gilbert Magnuson', 'Kip Mace'). -friend_('Gilbert Magnuson', 'Leif Brigham'). -friend_('Gilbert Magnuson', 'Lucretia Mahan'). -friend_('Gilbert Magnuson', 'Lyndon Lance'). -friend_('Gilbert Magnuson', 'Madaline Magnuson'). -friend_('Gilbert Magnuson', 'Micki Lance'). -friend_('Gilbert Magnuson', 'Minh Chumley'). -friend_('Gilbert Magnuson', 'Oren Lance'). -friend_('Gilbert Magnuson', 'Ozella Abbott'). -friend_('Gilbert Magnuson', 'Richie Gerald'). -friend_('Gilbert Magnuson', 'Rubie Jacobo'). -friend_('Gilbert Magnuson', 'Shandi Stearns'). -friend_('Gilbert Magnuson', 'Shelton Lance'). -friend_('Gilbert Magnuson', 'Tawana Mcclintock'). -friend_('Gilbert Magnuson', 'Warren Oconnell'). -friend_('Gilbert Magnuson', 'Wm Mcdonald'). -friend_('Gilbert Magnuson', 'Yoko Pressley'). -friend_('Gilbert Magnuson', 'Zoila Mangum'). -friend_('Gino Lance', 'Hannah Solomon'). -friend_('Gino Lance', 'Ian Herrington'). -friend_('Gino Lance', 'Jan Ly'). -friend_('Gino Lance', 'Jermaine Herrington'). -friend_('Gino Lance', 'Jodi Molnar'). -friend_('Gino Lance', 'Joline Chumley'). -friend_('Gino Lance', 'Juan Magnuson'). -friend_('Gino Lance', 'Juanita Lance'). -friend_('Gino Lance', 'Kevin Haworth'). -friend_('Gino Lance', 'Kip Mace'). -friend_('Gino Lance', 'Leif Brigham'). -friend_('Gino Lance', 'Lucretia Mahan'). -friend_('Gino Lance', 'Lyndon Lance'). -friend_('Gino Lance', 'Madaline Magnuson'). -friend_('Gino Lance', 'Marilyn Hutchison'). -friend_('Gino Lance', 'Mechelle Lance'). -friend_('Gino Lance', 'Micki Lance'). -friend_('Gino Lance', 'Milford Gerald'). -friend_('Gino Lance', 'Minh Chumley'). -friend_('Gino Lance', 'Nanette Merkel'). -friend_('Gino Lance', 'Noah Merkel'). -friend_('Gino Lance', 'Oren Lance'). -friend_('Gino Lance', 'Ozella Abbott'). -friend_('Gino Lance', 'Rana Chumley'). -friend_('Gino Lance', 'Richie Gerald'). -friend_('Gino Lance', 'Rubie Jacobo'). -friend_('Gino Lance', 'Ruby Ahn'). -friend_('Gino Lance', 'Shandi Stearns'). -friend_('Gino Lance', 'Shelton Lance'). -friend_('Gino Lance', 'Tawana Mcclintock'). -friend_('Gino Lance', 'Wallace Tuggle'). -friend_('Gino Lance', 'Warren Oconnell'). -friend_('Gino Lance', 'Werner Tuggle'). -friend_('Gino Lance', 'Wm Mcdonald'). -friend_('Gino Lance', 'Yoko Pressley'). -friend_('Gino Lance', 'Zoila Mangum'). -friend_('Hannah Solomon', 'Ian Herrington'). -friend_('Hannah Solomon', 'Joline Chumley'). -friend_('Hannah Solomon', 'Kip Mace'). -friend_('Hannah Solomon', 'Lucretia Mahan'). -friend_('Hannah Solomon', 'Lyndon Lance'). -friend_('Hannah Solomon', 'Madaline Magnuson'). -friend_('Hannah Solomon', 'Minh Chumley'). -friend_('Hannah Solomon', 'Oren Lance'). -friend_('Hannah Solomon', 'Ozella Abbott'). -friend_('Hannah Solomon', 'Richie Gerald'). -friend_('Hannah Solomon', 'Rubie Jacobo'). -friend_('Hannah Solomon', 'Shandi Stearns'). -friend_('Hannah Solomon', 'Shelton Lance'). -friend_('Hannah Solomon', 'Tawana Mcclintock'). -friend_('Hannah Solomon', 'Wm Mcdonald'). -friend_('Hannah Solomon', 'Yoko Pressley'). -friend_('Hannah Solomon', 'Zoila Mangum'). -friend_('Hattie Mcdonald', 'Haydee Pressley'). -friend_('Hattie Mcdonald', 'Jacob Mathews'). -friend_('Hattie Mcdonald', 'Jed Herrington'). -friend_('Hattie Mcdonald', 'Jeremy Rodgers'). -friend_('Hattie Mcdonald', 'Kristi Solomon'). -friend_('Hattie Mcdonald', 'Kyle Lance'). -friend_('Hattie Mcdonald', 'Lawerence Mace'). -friend_('Hattie Mcdonald', 'Lela Lance'). -friend_('Hattie Mcdonald', 'Leonora Herrington'). -friend_('Hattie Mcdonald', 'Meagan Mace'). -friend_('Hattie Mcdonald', 'Nancy Lance'). -friend_('Hattie Mcdonald', 'Pauletta Tuggle'). -friend_('Hattie Mcdonald', 'Pearlie Tuggle'). -friend_('Hattie Mcdonald', 'Scot Solomon'). -friend_('Hattie Mcdonald', 'Selina Merkel'). -friend_('Hattie Mcdonald', 'Shemika Herrington'). -friend_('Hattie Mcdonald', 'Vivienne Chumley'). -friend_('Haydee Pressley', 'Hugo Solomon'). -friend_('Haydee Pressley', 'Jacob Mathews'). -friend_('Haydee Pressley', 'Jean Gauthier'). -friend_('Haydee Pressley', 'Jed Herrington'). -friend_('Haydee Pressley', 'Jeremy Rodgers'). -friend_('Haydee Pressley', 'Kerry Rodgers'). -friend_('Haydee Pressley', 'Kristi Solomon'). -friend_('Haydee Pressley', 'Kyle Lance'). -friend_('Haydee Pressley', 'Latrina Mace'). -friend_('Haydee Pressley', 'Lawerence Mace'). -friend_('Haydee Pressley', 'Lela Lance'). -friend_('Haydee Pressley', 'Leonora Herrington'). -friend_('Haydee Pressley', 'Madelyn Magnuson'). -friend_('Haydee Pressley', 'Meagan Mace'). -friend_('Haydee Pressley', 'Nancy Lance'). -friend_('Haydee Pressley', 'Pauletta Tuggle'). -friend_('Haydee Pressley', 'Pearlie Tuggle'). -friend_('Haydee Pressley', 'Peter Merkel'). -friend_('Haydee Pressley', 'Roxanne Jacobo'). -friend_('Haydee Pressley', 'Scot Solomon'). -friend_('Haydee Pressley', 'Shemika Herrington'). -friend_('Haydee Pressley', 'Tyrone Jacobo'). -friend_('Haydee Pressley', 'Vivienne Chumley'). -friend_('Howard Magnuson', 'Ian Herrington'). -friend_('Howard Magnuson', 'Ismael Ahn'). -friend_('Howard Magnuson', 'Jame Gauthier'). -friend_('Howard Magnuson', 'Jodi Molnar'). -friend_('Howard Magnuson', 'Juanita Lance'). -friend_('Howard Magnuson', 'Leif Brigham'). -friend_('Howard Magnuson', 'Milford Gerald'). -friend_('Howard Magnuson', 'Noah Merkel'). -friend_('Howard Magnuson', 'Randell Hutchison'). -friend_('Howard Magnuson', 'Ruby Ahn'). -friend_('Hugo Solomon', 'Jacob Mathews'). -friend_('Hugo Solomon', 'Jed Herrington'). -friend_('Hugo Solomon', 'Jeremy Rodgers'). -friend_('Hugo Solomon', 'Kerrie Mahan'). -friend_('Hugo Solomon', 'Kyle Lance'). -friend_('Hugo Solomon', 'Lawerence Mace'). -friend_('Hugo Solomon', 'Lela Lance'). -friend_('Hugo Solomon', 'Leonora Herrington'). -friend_('Hugo Solomon', 'Meagan Mace'). -friend_('Hugo Solomon', 'Nancy Lance'). -friend_('Hugo Solomon', 'Pauletta Tuggle'). -friend_('Hugo Solomon', 'Pearlie Tuggle'). -friend_('Hugo Solomon', 'Sammy Herrington'). -friend_('Hugo Solomon', 'Scot Solomon'). -friend_('Hugo Solomon', 'Selina Merkel'). -friend_('Hugo Solomon', 'Shemika Herrington'). -friend_('Hugo Solomon', 'Vivienne Chumley'). -friend_('Ian Herrington', 'Ismael Ahn'). -friend_('Ian Herrington', 'Jame Gauthier'). -friend_('Ian Herrington', 'Jan Ly'). -friend_('Ian Herrington', 'Jermaine Herrington'). -friend_('Ian Herrington', 'Jodi Molnar'). -friend_('Ian Herrington', 'Juanita Lance'). -friend_('Ian Herrington', 'Kevin Haworth'). -friend_('Ian Herrington', 'Kip Mace'). -friend_('Ian Herrington', 'Latrina Mace'). -friend_('Ian Herrington', 'Leif Brigham'). -friend_('Ian Herrington', 'Madaline Magnuson'). -friend_('Ian Herrington', 'Marilyn Hutchison'). -friend_('Ian Herrington', 'Mechelle Lance'). -friend_('Ian Herrington', 'Micki Lance'). -friend_('Ian Herrington', 'Milford Gerald'). -friend_('Ian Herrington', 'Noah Merkel'). -friend_('Ian Herrington', 'Normand Lance'). -friend_('Ian Herrington', 'Oleta Haworth'). -friend_('Ian Herrington', 'Randell Hutchison'). -friend_('Ian Herrington', 'Richie Gerald'). -friend_('Ian Herrington', 'Roni Lance'). -friend_('Ian Herrington', 'Rubie Jacobo'). -friend_('Ian Herrington', 'Ruby Ahn'). -friend_('Ian Herrington', 'Shandi Stearns'). -friend_('Ian Herrington', 'Shelton Lance'). -friend_('Ian Herrington', 'Wallace Tuggle'). -friend_('Ian Herrington', 'Wm Mcdonald'). -friend_('Ian Herrington', 'Yoko Pressley'). -friend_('Ian Herrington', 'Zoila Mangum'). -friend_('Isidro Herrington', 'Ivette Solomon'). -friend_('Isidro Herrington', 'Jackqueline Herrington'). -friend_('Isidro Herrington', 'Jeremiah Barfield'). -friend_('Isidro Herrington', 'Julian Sides'). -friend_('Isidro Herrington', 'Justine Ahn'). -friend_('Isidro Herrington', 'Karolyn Lance'). -friend_('Isidro Herrington', 'Kerrie Mahan'). -friend_('Isidro Herrington', 'Kris Sides'). -friend_('Isidro Herrington', 'Leisa Herrington'). -friend_('Isidro Herrington', 'Linda Herrington'). -friend_('Isidro Herrington', 'Lori Solomon'). -friend_('Isidro Herrington', 'Manda Stearns'). -friend_('Isidro Herrington', 'Maurice Lance'). -friend_('Isidro Herrington', 'Nathanial Ahn'). -friend_('Isidro Herrington', 'Randolph Maciel'). -friend_('Isidro Herrington', 'Reynaldo Poteat'). -friend_('Isidro Herrington', 'Rocco Lance'). -friend_('Isidro Herrington', 'Ronnie Jacobo'). -friend_('Isidro Herrington', 'Rubye Chumley'). -friend_('Isidro Herrington', 'Sammy Herrington'). -friend_('Isidro Herrington', 'Sang Chumley'). -friend_('Isidro Herrington', 'Selina Merkel'). -friend_('Isidro Herrington', 'Sheldon Lance'). -friend_('Isidro Herrington', 'Sid Mahan'). -friend_('Isidro Herrington', 'Tanja Herrington'). -friend_('Isidro Herrington', 'Vicki Mask'). -friend_('Isidro Herrington', 'Virgina Pressley'). -friend_('Isidro Herrington', 'Yoshiko Chumley'). -friend_('Isidro Herrington', 'Zelma Lance'). -friend_('Ismael Ahn', 'Jame Gauthier'). -friend_('Ismael Ahn', 'Jermaine Herrington'). -friend_('Ismael Ahn', 'Jodi Molnar'). -friend_('Ismael Ahn', 'Juanita Lance'). -friend_('Ismael Ahn', 'Kevin Haworth'). -friend_('Ismael Ahn', 'Latrina Mace'). -friend_('Ismael Ahn', 'Leif Brigham'). -friend_('Ismael Ahn', 'Marilyn Hutchison'). -friend_('Ismael Ahn', 'Mechelle Lance'). -friend_('Ismael Ahn', 'Milford Gerald'). -friend_('Ismael Ahn', 'Noah Merkel'). -friend_('Ismael Ahn', 'Normand Lance'). -friend_('Ismael Ahn', 'Oleta Haworth'). -friend_('Ismael Ahn', 'Randell Hutchison'). -friend_('Ismael Ahn', 'Roni Lance'). -friend_('Ismael Ahn', 'Ruby Ahn'). -friend_('Ismael Ahn', 'Wallace Tuggle'). -friend_('Ivette Solomon', 'Jackqueline Herrington'). -friend_('Ivette Solomon', 'Jeremiah Barfield'). -friend_('Ivette Solomon', 'Julian Sides'). -friend_('Ivette Solomon', 'Justine Ahn'). -friend_('Ivette Solomon', 'Karolyn Lance'). -friend_('Ivette Solomon', 'Kerrie Mahan'). -friend_('Ivette Solomon', 'Leisa Herrington'). -friend_('Ivette Solomon', 'Linda Herrington'). -friend_('Ivette Solomon', 'Manda Stearns'). -friend_('Ivette Solomon', 'Maurice Lance'). -friend_('Ivette Solomon', 'Nancy Lance'). -friend_('Ivette Solomon', 'Nathanial Ahn'). -friend_('Ivette Solomon', 'Randolph Maciel'). -friend_('Ivette Solomon', 'Reynaldo Poteat'). -friend_('Ivette Solomon', 'Rocco Lance'). -friend_('Ivette Solomon', 'Ronnie Jacobo'). -friend_('Ivette Solomon', 'Sammy Herrington'). -friend_('Ivette Solomon', 'Scot Solomon'). -friend_('Ivette Solomon', 'Selina Merkel'). -friend_('Ivette Solomon', 'Sheldon Lance'). -friend_('Ivette Solomon', 'Sid Mahan'). -friend_('Ivette Solomon', 'Tanja Herrington'). -friend_('Ivette Solomon', 'Vicki Mask'). -friend_('Ivette Solomon', 'Virgina Pressley'). -friend_('Ivette Solomon', 'Yoshiko Chumley'). -friend_('Ivette Solomon', 'Zelma Lance'). -friend_('Jackqueline Herrington', 'Jeremiah Barfield'). -friend_('Jackqueline Herrington', 'Julian Sides'). -friend_('Jackqueline Herrington', 'Justine Ahn'). -friend_('Jackqueline Herrington', 'Karolyn Lance'). -friend_('Jackqueline Herrington', 'Kerrie Mahan'). -friend_('Jackqueline Herrington', 'Kris Sides'). -friend_('Jackqueline Herrington', 'Leisa Herrington'). -friend_('Jackqueline Herrington', 'Linda Herrington'). -friend_('Jackqueline Herrington', 'Lori Solomon'). -friend_('Jackqueline Herrington', 'Manda Stearns'). -friend_('Jackqueline Herrington', 'Maurice Lance'). -friend_('Jackqueline Herrington', 'Nathanial Ahn'). -friend_('Jackqueline Herrington', 'Randolph Maciel'). -friend_('Jackqueline Herrington', 'Reynaldo Poteat'). -friend_('Jackqueline Herrington', 'Robbie Oconnell'). -friend_('Jackqueline Herrington', 'Rocco Lance'). -friend_('Jackqueline Herrington', 'Ronnie Jacobo'). -friend_('Jackqueline Herrington', 'Rubye Chumley'). -friend_('Jackqueline Herrington', 'Sammy Herrington'). -friend_('Jackqueline Herrington', 'Sang Chumley'). -friend_('Jackqueline Herrington', 'Selena Lance'). -friend_('Jackqueline Herrington', 'Selina Merkel'). -friend_('Jackqueline Herrington', 'Sheldon Lance'). -friend_('Jackqueline Herrington', 'Sid Mahan'). -friend_('Jackqueline Herrington', 'Tanja Herrington'). -friend_('Jackqueline Herrington', 'Vicki Mask'). -friend_('Jackqueline Herrington', 'Virgina Pressley'). -friend_('Jackqueline Herrington', 'Yoshiko Chumley'). -friend_('Jackqueline Herrington', 'Zelma Lance'). -friend_('Jacob Mathews', 'Jame Gauthier'). -friend_('Jacob Mathews', 'Jean Gauthier'). -friend_('Jacob Mathews', 'Jed Herrington'). -friend_('Jacob Mathews', 'Jeremy Rodgers'). -friend_('Jacob Mathews', 'Kerry Rodgers'). -friend_('Jacob Mathews', 'Kristi Solomon'). -friend_('Jacob Mathews', 'Kyle Lance'). -friend_('Jacob Mathews', 'Latrina Mace'). -friend_('Jacob Mathews', 'Lawerence Mace'). -friend_('Jacob Mathews', 'Lela Lance'). -friend_('Jacob Mathews', 'Leonora Herrington'). -friend_('Jacob Mathews', 'Madelyn Magnuson'). -friend_('Jacob Mathews', 'Mauricio Molnar'). -friend_('Jacob Mathews', 'Meagan Mace'). -friend_('Jacob Mathews', 'Nancy Lance'). -friend_('Jacob Mathews', 'Pauletta Tuggle'). -friend_('Jacob Mathews', 'Pearlie Tuggle'). -friend_('Jacob Mathews', 'Peter Merkel'). -friend_('Jacob Mathews', 'Roxanne Jacobo'). -friend_('Jacob Mathews', 'Sammy Herrington'). -friend_('Jacob Mathews', 'Scot Solomon'). -friend_('Jacob Mathews', 'Selina Merkel'). -friend_('Jacob Mathews', 'Shemika Herrington'). -friend_('Jacob Mathews', 'Tyrone Jacobo'). -friend_('Jacob Mathews', 'Vivienne Chumley'). -friend_('Jame Gauthier', 'Jan Ly'). -friend_('Jame Gauthier', 'Jermaine Herrington'). -friend_('Jame Gauthier', 'Jodi Molnar'). -friend_('Jame Gauthier', 'Juanita Lance'). -friend_('Jame Gauthier', 'Kevin Haworth'). -friend_('Jame Gauthier', 'Latrina Mace'). -friend_('Jame Gauthier', 'Leif Brigham'). -friend_('Jame Gauthier', 'Marilyn Hutchison'). -friend_('Jame Gauthier', 'Mechelle Lance'). -friend_('Jame Gauthier', 'Milford Gerald'). -friend_('Jame Gauthier', 'Noah Merkel'). -friend_('Jame Gauthier', 'Normand Lance'). -friend_('Jame Gauthier', 'Oleta Haworth'). -friend_('Jame Gauthier', 'Randell Hutchison'). -friend_('Jame Gauthier', 'Roni Lance'). -friend_('Jame Gauthier', 'Ruby Ahn'). -friend_('Jame Gauthier', 'Shemika Herrington'). -friend_('Jame Gauthier', 'Wallace Tuggle'). -friend_('Jan Ly', 'Jodi Molnar'). -friend_('Jan Ly', 'Juanita Lance'). -friend_('Jan Ly', 'Leif Brigham'). -friend_('Jan Ly', 'Milford Gerald'). -friend_('Jan Ly', 'Noah Merkel'). -friend_('Jan Ly', 'Randell Hutchison'). -friend_('Jan Ly', 'Ruby Ahn'). -friend_('Jan Ly', 'Shandi Stearns'). -friend_('Jean Gauthier', 'Jed Herrington'). -friend_('Jean Gauthier', 'Jeremy Rodgers'). -friend_('Jean Gauthier', 'Kerry Rodgers'). -friend_('Jean Gauthier', 'Kristi Solomon'). -friend_('Jean Gauthier', 'Kyle Lance'). -friend_('Jean Gauthier', 'Latrina Mace'). -friend_('Jean Gauthier', 'Lawerence Mace'). -friend_('Jean Gauthier', 'Lela Lance'). -friend_('Jean Gauthier', 'Leonora Herrington'). -friend_('Jean Gauthier', 'Meagan Mace'). -friend_('Jean Gauthier', 'Nancy Lance'). -friend_('Jean Gauthier', 'Pauletta Tuggle'). -friend_('Jean Gauthier', 'Pearlie Tuggle'). -friend_('Jean Gauthier', 'Scot Solomon'). -friend_('Jean Gauthier', 'Shemika Herrington'). -friend_('Jean Gauthier', 'Tyrone Jacobo'). -friend_('Jean Gauthier', 'Vivienne Chumley'). -friend_('Jed Herrington', 'Jeremy Rodgers'). -friend_('Jed Herrington', 'Kerry Rodgers'). -friend_('Jed Herrington', 'Kristi Solomon'). -friend_('Jed Herrington', 'Kyle Lance'). -friend_('Jed Herrington', 'Latrina Mace'). -friend_('Jed Herrington', 'Lawerence Mace'). -friend_('Jed Herrington', 'Lela Lance'). -friend_('Jed Herrington', 'Leonora Herrington'). -friend_('Jed Herrington', 'Madelyn Magnuson'). -friend_('Jed Herrington', 'Meagan Mace'). -friend_('Jed Herrington', 'Nancy Lance'). -friend_('Jed Herrington', 'Pauletta Tuggle'). -friend_('Jed Herrington', 'Pearlie Tuggle'). -friend_('Jed Herrington', 'Peter Merkel'). -friend_('Jed Herrington', 'Roxanne Jacobo'). -friend_('Jed Herrington', 'Sammy Herrington'). -friend_('Jed Herrington', 'Scot Solomon'). -friend_('Jed Herrington', 'Selina Merkel'). -friend_('Jed Herrington', 'Shemika Herrington'). -friend_('Jed Herrington', 'Tyrone Jacobo'). -friend_('Jed Herrington', 'Vivienne Chumley'). -friend_('Jeremiah Barfield', 'Julian Sides'). -friend_('Jeremiah Barfield', 'Kerrie Mahan'). -friend_('Jeremiah Barfield', 'Leisa Herrington'). -friend_('Jeremiah Barfield', 'Linda Herrington'). -friend_('Jeremiah Barfield', 'Lorelei Oconnell'). -friend_('Jeremiah Barfield', 'Lori Solomon'). -friend_('Jeremiah Barfield', 'Luciano Lance'). -friend_('Jeremiah Barfield', 'Manda Stearns'). -friend_('Jeremiah Barfield', 'Marianne Lance'). -friend_('Jeremiah Barfield', 'Maurice Lance'). -friend_('Jeremiah Barfield', 'Mireya Abbott'). -friend_('Jeremiah Barfield', 'Nathanial Ahn'). -friend_('Jeremiah Barfield', 'Pasquale Mathews'). -friend_('Jeremiah Barfield', 'Pedro Ly'). -friend_('Jeremiah Barfield', 'Randolph Maciel'). -friend_('Jeremiah Barfield', 'Robbie Oconnell'). -friend_('Jeremiah Barfield', 'Rocco Lance'). -friend_('Jeremiah Barfield', 'Ronnie Jacobo'). -friend_('Jeremiah Barfield', 'Rosaria Solomon'). -friend_('Jeremiah Barfield', 'Ryan Willis'). -friend_('Jeremiah Barfield', 'Sang Chumley'). -friend_('Jeremiah Barfield', 'Selena Lance'). -friend_('Jeremiah Barfield', 'Tanja Herrington'). -friend_('Jeremiah Barfield', 'Timothy Chumley'). -friend_('Jeremiah Barfield', 'Vicki Mask'). -friend_('Jeremiah Barfield', 'Virgina Pressley'). -friend_('Jeremiah Barfield', 'Zelma Lance'). -friend_('Jeremy Rodgers', 'Kerry Rodgers'). -friend_('Jeremy Rodgers', 'Kristi Solomon'). -friend_('Jeremy Rodgers', 'Kyle Lance'). -friend_('Jeremy Rodgers', 'Lawerence Mace'). -friend_('Jeremy Rodgers', 'Lela Lance'). -friend_('Jeremy Rodgers', 'Leonora Herrington'). -friend_('Jeremy Rodgers', 'Madelyn Magnuson'). -friend_('Jeremy Rodgers', 'Meagan Mace'). -friend_('Jeremy Rodgers', 'Nancy Lance'). -friend_('Jeremy Rodgers', 'Pauletta Tuggle'). -friend_('Jeremy Rodgers', 'Pearlie Tuggle'). -friend_('Jeremy Rodgers', 'Peter Merkel'). -friend_('Jeremy Rodgers', 'Roxanne Jacobo'). -friend_('Jeremy Rodgers', 'Sammy Herrington'). -friend_('Jeremy Rodgers', 'Scot Solomon'). -friend_('Jeremy Rodgers', 'Selina Merkel'). -friend_('Jeremy Rodgers', 'Shemika Herrington'). -friend_('Jeremy Rodgers', 'Tyrone Jacobo'). -friend_('Jeremy Rodgers', 'Vivienne Chumley'). -friend_('Jermaine Herrington', 'Jodi Molnar'). -friend_('Jermaine Herrington', 'Juanita Lance'). -friend_('Jermaine Herrington', 'Kevin Haworth'). -friend_('Jermaine Herrington', 'Leif Brigham'). -friend_('Jermaine Herrington', 'Marilyn Hutchison'). -friend_('Jermaine Herrington', 'Mechelle Lance'). -friend_('Jermaine Herrington', 'Milford Gerald'). -friend_('Jermaine Herrington', 'Noah Merkel'). -friend_('Jermaine Herrington', 'Normand Lance'). -friend_('Jermaine Herrington', 'Oleta Haworth'). -friend_('Jermaine Herrington', 'Randell Hutchison'). -friend_('Jermaine Herrington', 'Richie Gerald'). -friend_('Jermaine Herrington', 'Rubie Jacobo'). -friend_('Jermaine Herrington', 'Ruby Ahn'). -friend_('Jermaine Herrington', 'Shandi Stearns'). -friend_('Jermaine Herrington', 'Shelton Lance'). -friend_('Jermaine Herrington', 'Wallace Tuggle'). -friend_('Jermaine Herrington', 'Yoko Pressley'). -friend_('Jermaine Herrington', 'Zoila Mangum'). -friend_('Jodi Molnar', 'Juanita Lance'). -friend_('Jodi Molnar', 'Kevin Haworth'). -friend_('Jodi Molnar', 'Latrina Mace'). -friend_('Jodi Molnar', 'Leif Brigham'). -friend_('Jodi Molnar', 'Marilyn Hutchison'). -friend_('Jodi Molnar', 'Mechelle Lance'). -friend_('Jodi Molnar', 'Milford Gerald'). -friend_('Jodi Molnar', 'Noah Merkel'). -friend_('Jodi Molnar', 'Normand Lance'). -friend_('Jodi Molnar', 'Oleta Haworth'). -friend_('Jodi Molnar', 'Randell Hutchison'). -friend_('Jodi Molnar', 'Richie Gerald'). -friend_('Jodi Molnar', 'Roni Lance'). -friend_('Jodi Molnar', 'Rubie Jacobo'). -friend_('Jodi Molnar', 'Ruby Ahn'). -friend_('Jodi Molnar', 'Shandi Stearns'). -friend_('Jodi Molnar', 'Wallace Tuggle'). -friend_('Jodi Molnar', 'Yoko Pressley'). -friend_('Joline Chumley', 'Kip Mace'). -friend_('Joline Chumley', 'Lucretia Mahan'). -friend_('Joline Chumley', 'Lyndon Lance'). -friend_('Joline Chumley', 'Madaline Magnuson'). -friend_('Joline Chumley', 'Minh Chumley'). -friend_('Joline Chumley', 'Oren Lance'). -friend_('Joline Chumley', 'Ozella Abbott'). -friend_('Joline Chumley', 'Richie Gerald'). -friend_('Joline Chumley', 'Rubie Jacobo'). -friend_('Joline Chumley', 'Shandi Stearns'). -friend_('Joline Chumley', 'Shelton Lance'). -friend_('Joline Chumley', 'Tawana Mcclintock'). -friend_('Joline Chumley', 'Warren Oconnell'). -friend_('Joline Chumley', 'Wm Mcdonald'). -friend_('Joline Chumley', 'Yoko Pressley'). -friend_('Joline Chumley', 'Zoila Mangum'). -friend_('Juan Magnuson', 'Kip Mace'). -friend_('Juan Magnuson', 'Leena Lance'). -friend_('Juan Magnuson', 'Lucretia Mahan'). -friend_('Juan Magnuson', 'Lyndon Lance'). -friend_('Juan Magnuson', 'Madaline Magnuson'). -friend_('Juan Magnuson', 'Minh Chumley'). -friend_('Juan Magnuson', 'Oren Lance'). -friend_('Juan Magnuson', 'Ozella Abbott'). -friend_('Juan Magnuson', 'Richie Gerald'). -friend_('Juan Magnuson', 'Shandi Stearns'). -friend_('Juan Magnuson', 'Shelton Lance'). -friend_('Juan Magnuson', 'Tawana Mcclintock'). -friend_('Juan Magnuson', 'Warren Oconnell'). -friend_('Juan Magnuson', 'Wm Mcdonald'). -friend_('Juan Magnuson', 'Yoko Pressley'). -friend_('Juan Magnuson', 'Zoila Mangum'). -friend_('Juanita Lance', 'Kevin Haworth'). -friend_('Juanita Lance', 'Latrina Mace'). -friend_('Juanita Lance', 'Leif Brigham'). -friend_('Juanita Lance', 'Madaline Magnuson'). -friend_('Juanita Lance', 'Marilyn Hutchison'). -friend_('Juanita Lance', 'Mechelle Lance'). -friend_('Juanita Lance', 'Milford Gerald'). -friend_('Juanita Lance', 'Noah Merkel'). -friend_('Juanita Lance', 'Normand Lance'). -friend_('Juanita Lance', 'Oleta Haworth'). -friend_('Juanita Lance', 'Randell Hutchison'). -friend_('Juanita Lance', 'Richie Gerald'). -friend_('Juanita Lance', 'Roni Lance'). -friend_('Juanita Lance', 'Rubie Jacobo'). -friend_('Juanita Lance', 'Ruby Ahn'). -friend_('Juanita Lance', 'Shandi Stearns'). -friend_('Juanita Lance', 'Shelton Lance'). -friend_('Juanita Lance', 'Wallace Tuggle'). -friend_('Juanita Lance', 'Wm Mcdonald'). -friend_('Juanita Lance', 'Yoko Pressley'). -friend_('Juanita Lance', 'Zoila Mangum'). -friend_('Julian Sides', 'Justine Ahn'). -friend_('Julian Sides', 'Karolyn Lance'). -friend_('Julian Sides', 'Kerrie Mahan'). -friend_('Julian Sides', 'Kris Sides'). -friend_('Julian Sides', 'Leisa Herrington'). -friend_('Julian Sides', 'Linda Herrington'). -friend_('Julian Sides', 'Manda Stearns'). -friend_('Julian Sides', 'Maurice Lance'). -friend_('Julian Sides', 'Nathanial Ahn'). -friend_('Julian Sides', 'Randolph Maciel'). -friend_('Julian Sides', 'Reynaldo Poteat'). -friend_('Julian Sides', 'Rocco Lance'). -friend_('Julian Sides', 'Ronnie Jacobo'). -friend_('Julian Sides', 'Sammy Herrington'). -friend_('Julian Sides', 'Selina Merkel'). -friend_('Julian Sides', 'Sheldon Lance'). -friend_('Julian Sides', 'Sid Mahan'). -friend_('Julian Sides', 'Tanja Herrington'). -friend_('Julian Sides', 'Vicki Mask'). -friend_('Julian Sides', 'Virgina Pressley'). -friend_('Julian Sides', 'Yoshiko Chumley'). -friend_('Julian Sides', 'Zelma Lance'). -friend_('Justine Ahn', 'Kerrie Mahan'). -friend_('Justine Ahn', 'Leisa Herrington'). -friend_('Justine Ahn', 'Linda Herrington'). -friend_('Justine Ahn', 'Manda Stearns'). -friend_('Justine Ahn', 'Maurice Lance'). -friend_('Justine Ahn', 'Nathanial Ahn'). -friend_('Justine Ahn', 'Randolph Maciel'). -friend_('Justine Ahn', 'Ronnie Jacobo'). -friend_('Justine Ahn', 'Selina Merkel'). -friend_('Justine Ahn', 'Tanja Herrington'). -friend_('Justine Ahn', 'Vicki Mask'). -friend_('Justine Ahn', 'Virgina Pressley'). -friend_('Justine Ahn', 'Zelma Lance'). -friend_('Karolyn Lance', 'Kerrie Mahan'). -friend_('Karolyn Lance', 'Leisa Herrington'). -friend_('Karolyn Lance', 'Linda Herrington'). -friend_('Karolyn Lance', 'Manda Stearns'). -friend_('Karolyn Lance', 'Maurice Lance'). -friend_('Karolyn Lance', 'Nathanial Ahn'). -friend_('Karolyn Lance', 'Randolph Maciel'). -friend_('Karolyn Lance', 'Rocco Lance'). -friend_('Karolyn Lance', 'Ronnie Jacobo'). -friend_('Karolyn Lance', 'Selina Merkel'). -friend_('Karolyn Lance', 'Tanja Herrington'). -friend_('Karolyn Lance', 'Vicki Mask'). -friend_('Karolyn Lance', 'Virgina Pressley'). -friend_('Karolyn Lance', 'Zelma Lance'). -friend_('Kerrie Mahan', 'Kris Sides'). -friend_('Kerrie Mahan', 'Kyle Lance'). -friend_('Kerrie Mahan', 'Lawerence Mace'). -friend_('Kerrie Mahan', 'Leisa Herrington'). -friend_('Kerrie Mahan', 'Lela Lance'). -friend_('Kerrie Mahan', 'Leonora Herrington'). -friend_('Kerrie Mahan', 'Linda Herrington'). -friend_('Kerrie Mahan', 'Manda Stearns'). -friend_('Kerrie Mahan', 'Maurice Lance'). -friend_('Kerrie Mahan', 'Nancy Lance'). -friend_('Kerrie Mahan', 'Nathanial Ahn'). -friend_('Kerrie Mahan', 'Pauletta Tuggle'). -friend_('Kerrie Mahan', 'Randolph Maciel'). -friend_('Kerrie Mahan', 'Reynaldo Poteat'). -friend_('Kerrie Mahan', 'Rocco Lance'). -friend_('Kerrie Mahan', 'Ronnie Jacobo'). -friend_('Kerrie Mahan', 'Rubye Chumley'). -friend_('Kerrie Mahan', 'Sammy Herrington'). -friend_('Kerrie Mahan', 'Scot Solomon'). -friend_('Kerrie Mahan', 'Selina Merkel'). -friend_('Kerrie Mahan', 'Sheldon Lance'). -friend_('Kerrie Mahan', 'Sid Mahan'). -friend_('Kerrie Mahan', 'Tanja Herrington'). -friend_('Kerrie Mahan', 'Vicki Mask'). -friend_('Kerrie Mahan', 'Virgina Pressley'). -friend_('Kerrie Mahan', 'Vivienne Chumley'). -friend_('Kerrie Mahan', 'Yoshiko Chumley'). -friend_('Kerrie Mahan', 'Zelma Lance'). -friend_('Kerry Rodgers', 'Kyle Lance'). -friend_('Kerry Rodgers', 'Lawerence Mace'). -friend_('Kerry Rodgers', 'Lela Lance'). -friend_('Kerry Rodgers', 'Leonora Herrington'). -friend_('Kerry Rodgers', 'Meagan Mace'). -friend_('Kerry Rodgers', 'Nancy Lance'). -friend_('Kerry Rodgers', 'Pauletta Tuggle'). -friend_('Kerry Rodgers', 'Pearlie Tuggle'). -friend_('Kerry Rodgers', 'Scot Solomon'). -friend_('Kerry Rodgers', 'Shemika Herrington'). -friend_('Kerry Rodgers', 'Tyrone Jacobo'). -friend_('Kerry Rodgers', 'Vivienne Chumley'). -friend_('Kevin Haworth', 'Leif Brigham'). -friend_('Kevin Haworth', 'Milford Gerald'). -friend_('Kevin Haworth', 'Noah Merkel'). -friend_('Kevin Haworth', 'Normand Lance'). -friend_('Kevin Haworth', 'Randell Hutchison'). -friend_('Kevin Haworth', 'Ruby Ahn'). -friend_('Kevin Haworth', 'Shandi Stearns'). -friend_('Kevin Haworth', 'Wallace Tuggle'). -friend_('Kip Mace', 'Leena Lance'). -friend_('Kip Mace', 'Leif Brigham'). -friend_('Kip Mace', 'Lucretia Mahan'). -friend_('Kip Mace', 'Lyndon Lance'). -friend_('Kip Mace', 'Madaline Magnuson'). -friend_('Kip Mace', 'Micki Lance'). -friend_('Kip Mace', 'Minh Chumley'). -friend_('Kip Mace', 'Nanette Merkel'). -friend_('Kip Mace', 'Oren Lance'). -friend_('Kip Mace', 'Ozella Abbott'). -friend_('Kip Mace', 'Pasquale Mathews'). -friend_('Kip Mace', 'Rana Chumley'). -friend_('Kip Mace', 'Richie Gerald'). -friend_('Kip Mace', 'Rubie Jacobo'). -friend_('Kip Mace', 'Shandi Stearns'). -friend_('Kip Mace', 'Shelton Lance'). -friend_('Kip Mace', 'Tawana Mcclintock'). -friend_('Kip Mace', 'Warren Oconnell'). -friend_('Kip Mace', 'Werner Tuggle'). -friend_('Kip Mace', 'Wm Mcdonald'). -friend_('Kip Mace', 'Yoko Pressley'). -friend_('Kip Mace', 'Zoila Mangum'). -friend_('Kraig Lance', 'Leena Lance'). -friend_('Kraig Lance', 'Lorelei Oconnell'). -friend_('Kraig Lance', 'Lori Solomon'). -friend_('Kraig Lance', 'Luciano Lance'). -friend_('Kraig Lance', 'Lucretia Mahan'). -friend_('Kraig Lance', 'Marianne Lance'). -friend_('Kraig Lance', 'Minh Chumley'). -friend_('Kraig Lance', 'Oren Lance'). -friend_('Kraig Lance', 'Pasquale Mathews'). -friend_('Kraig Lance', 'Pedro Ly'). -friend_('Kraig Lance', 'Rosaria Solomon'). -friend_('Kraig Lance', 'Ryan Willis'). -friend_('Kraig Lance', 'Sanford Herrington'). -friend_('Kraig Lance', 'Sang Chumley'). -friend_('Kraig Lance', 'Selena Lance'). -friend_('Kraig Lance', 'Shon Mahan'). -friend_('Kraig Lance', 'Timothy Chumley'). -friend_('Kraig Lance', 'Wiley Herrington'). -friend_('Kraig Lance', 'Zoila Mangum'). -friend_('Kris Sides', 'Linda Herrington'). -friend_('Kris Sides', 'Manda Stearns'). -friend_('Kris Sides', 'Maurice Lance'). -friend_('Kris Sides', 'Nathanial Ahn'). -friend_('Kris Sides', 'Randolph Maciel'). -friend_('Kris Sides', 'Ronnie Jacobo'). -friend_('Kris Sides', 'Vicki Mask'). -friend_('Kris Sides', 'Virgina Pressley'). -friend_('Kristi Solomon', 'Kyle Lance'). -friend_('Kristi Solomon', 'Lawerence Mace'). -friend_('Kristi Solomon', 'Lela Lance'). -friend_('Kristi Solomon', 'Leonora Herrington'). -friend_('Kristi Solomon', 'Meagan Mace'). -friend_('Kristi Solomon', 'Nancy Lance'). -friend_('Kristi Solomon', 'Pauletta Tuggle'). -friend_('Kristi Solomon', 'Pearlie Tuggle'). -friend_('Kristi Solomon', 'Scot Solomon'). -friend_('Kristi Solomon', 'Selina Merkel'). -friend_('Kristi Solomon', 'Shemika Herrington'). -friend_('Kristi Solomon', 'Tyrone Jacobo'). -friend_('Kristi Solomon', 'Vivienne Chumley'). -friend_('Kyle Lance', 'Lawerence Mace'). -friend_('Kyle Lance', 'Lela Lance'). -friend_('Kyle Lance', 'Leonora Herrington'). -friend_('Kyle Lance', 'Madelyn Magnuson'). -friend_('Kyle Lance', 'Mauricio Molnar'). -friend_('Kyle Lance', 'Meagan Mace'). -friend_('Kyle Lance', 'Nancy Lance'). -friend_('Kyle Lance', 'Pauletta Tuggle'). -friend_('Kyle Lance', 'Pearlie Tuggle'). -friend_('Kyle Lance', 'Peter Merkel'). -friend_('Kyle Lance', 'Roxanne Jacobo'). -friend_('Kyle Lance', 'Sammy Herrington'). -friend_('Kyle Lance', 'Scot Solomon'). -friend_('Kyle Lance', 'Selina Merkel'). -friend_('Kyle Lance', 'Shemika Herrington'). -friend_('Kyle Lance', 'Tyrone Jacobo'). -friend_('Kyle Lance', 'Vivienne Chumley'). -friend_('Larue Barfield', 'Leena Lance'). -friend_('Larue Barfield', 'Lori Solomon'). -friend_('Larue Barfield', 'Luciano Lance'). -friend_('Larue Barfield', 'Marianne Lance'). -friend_('Larue Barfield', 'Pasquale Mathews'). -friend_('Larue Barfield', 'Pedro Ly'). -friend_('Larue Barfield', 'Rosaria Solomon'). -friend_('Larue Barfield', 'Ryan Willis'). -friend_('Larue Barfield', 'Sang Chumley'). -friend_('Larue Barfield', 'Selena Lance'). -friend_('Latrina Mace', 'Leif Brigham'). -friend_('Latrina Mace', 'Lela Lance'). -friend_('Latrina Mace', 'Marilyn Hutchison'). -friend_('Latrina Mace', 'Mechelle Lance'). -friend_('Latrina Mace', 'Milford Gerald'). -friend_('Latrina Mace', 'Noah Merkel'). -friend_('Latrina Mace', 'Normand Lance'). -friend_('Latrina Mace', 'Oleta Haworth'). -friend_('Latrina Mace', 'Pearlie Tuggle'). -friend_('Latrina Mace', 'Randell Hutchison'). -friend_('Latrina Mace', 'Roni Lance'). -friend_('Latrina Mace', 'Ruby Ahn'). -friend_('Latrina Mace', 'Shemika Herrington'). -friend_('Latrina Mace', 'Wallace Tuggle'). -friend_('Lawerence Mace', 'Lela Lance'). -friend_('Lawerence Mace', 'Leonora Herrington'). -friend_('Lawerence Mace', 'Meagan Mace'). -friend_('Lawerence Mace', 'Nancy Lance'). -friend_('Lawerence Mace', 'Pauletta Tuggle'). -friend_('Lawerence Mace', 'Pearlie Tuggle'). -friend_('Lawerence Mace', 'Peter Merkel'). -friend_('Lawerence Mace', 'Roxanne Jacobo'). -friend_('Lawerence Mace', 'Sammy Herrington'). -friend_('Lawerence Mace', 'Scot Solomon'). -friend_('Lawerence Mace', 'Selina Merkel'). -friend_('Lawerence Mace', 'Shemika Herrington'). -friend_('Lawerence Mace', 'Tyrone Jacobo'). -friend_('Lawerence Mace', 'Vivienne Chumley'). -friend_('Leena Lance', 'Lorelei Oconnell'). -friend_('Leena Lance', 'Lori Solomon'). -friend_('Leena Lance', 'Luciano Lance'). -friend_('Leena Lance', 'Lucretia Mahan'). -friend_('Leena Lance', 'Lyndon Lance'). -friend_('Leena Lance', 'Marianne Lance'). -friend_('Leena Lance', 'Marion Mask'). -friend_('Leena Lance', 'Minh Chumley'). -friend_('Leena Lance', 'Mireya Abbott'). -friend_('Leena Lance', 'Nanette Merkel'). -friend_('Leena Lance', 'Nita Poteat'). -friend_('Leena Lance', 'Oren Lance'). -friend_('Leena Lance', 'Ozella Abbott'). -friend_('Leena Lance', 'Pasquale Mathews'). -friend_('Leena Lance', 'Pedro Ly'). -friend_('Leena Lance', 'Richie Gerald'). -friend_('Leena Lance', 'Robbie Oconnell'). -friend_('Leena Lance', 'Roberta Mace'). -friend_('Leena Lance', 'Rosaria Solomon'). -friend_('Leena Lance', 'Ryan Willis'). -friend_('Leena Lance', 'Sanford Herrington'). -friend_('Leena Lance', 'Sang Chumley'). -friend_('Leena Lance', 'Selena Lance'). -friend_('Leena Lance', 'Shandi Stearns'). -friend_('Leena Lance', 'Shelton Lance'). -friend_('Leena Lance', 'Shon Mahan'). -friend_('Leena Lance', 'Sueann Lance'). -friend_('Leena Lance', 'Tawana Mcclintock'). -friend_('Leena Lance', 'Timothy Chumley'). -friend_('Leena Lance', 'Warren Oconnell'). -friend_('Leena Lance', 'Wiley Herrington'). -friend_('Leena Lance', 'Wm Mcdonald'). -friend_('Leena Lance', 'Yoko Pressley'). -friend_('Leena Lance', 'Zoila Mangum'). -friend_('Leif Brigham', 'Madaline Magnuson'). -friend_('Leif Brigham', 'Marilyn Hutchison'). -friend_('Leif Brigham', 'Mechelle Lance'). -friend_('Leif Brigham', 'Milford Gerald'). -friend_('Leif Brigham', 'Noah Merkel'). -friend_('Leif Brigham', 'Normand Lance'). -friend_('Leif Brigham', 'Oleta Haworth'). -friend_('Leif Brigham', 'Randell Hutchison'). -friend_('Leif Brigham', 'Richie Gerald'). -friend_('Leif Brigham', 'Roni Lance'). -friend_('Leif Brigham', 'Rubie Jacobo'). -friend_('Leif Brigham', 'Ruby Ahn'). -friend_('Leif Brigham', 'Shandi Stearns'). -friend_('Leif Brigham', 'Shelton Lance'). -friend_('Leif Brigham', 'Wallace Tuggle'). -friend_('Leif Brigham', 'Wm Mcdonald'). -friend_('Leif Brigham', 'Yoko Pressley'). -friend_('Leif Brigham', 'Zoila Mangum'). -friend_('Leisa Herrington', 'Linda Herrington'). -friend_('Leisa Herrington', 'Lori Solomon'). -friend_('Leisa Herrington', 'Manda Stearns'). -friend_('Leisa Herrington', 'Maurice Lance'). -friend_('Leisa Herrington', 'Nathanial Ahn'). -friend_('Leisa Herrington', 'Randolph Maciel'). -friend_('Leisa Herrington', 'Reynaldo Poteat'). -friend_('Leisa Herrington', 'Rocco Lance'). -friend_('Leisa Herrington', 'Ronnie Jacobo'). -friend_('Leisa Herrington', 'Selina Merkel'). -friend_('Leisa Herrington', 'Sheldon Lance'). -friend_('Leisa Herrington', 'Sid Mahan'). -friend_('Leisa Herrington', 'Tanja Herrington'). -friend_('Leisa Herrington', 'Vicki Mask'). -friend_('Leisa Herrington', 'Virgina Pressley'). -friend_('Leisa Herrington', 'Yoshiko Chumley'). -friend_('Leisa Herrington', 'Zelma Lance'). -friend_('Lela Lance', 'Leonora Herrington'). -friend_('Lela Lance', 'Madelyn Magnuson'). -friend_('Lela Lance', 'Mauricio Molnar'). -friend_('Lela Lance', 'Meagan Mace'). -friend_('Lela Lance', 'Nancy Lance'). -friend_('Lela Lance', 'Pauletta Tuggle'). -friend_('Lela Lance', 'Pearlie Tuggle'). -friend_('Lela Lance', 'Peter Merkel'). -friend_('Lela Lance', 'Roxanne Jacobo'). -friend_('Lela Lance', 'Sammy Herrington'). -friend_('Lela Lance', 'Scot Solomon'). -friend_('Lela Lance', 'Selina Merkel'). -friend_('Lela Lance', 'Shemika Herrington'). -friend_('Lela Lance', 'Tyrone Jacobo'). -friend_('Lela Lance', 'Vivienne Chumley'). -friend_('Leonora Herrington', 'Madelyn Magnuson'). -friend_('Leonora Herrington', 'Meagan Mace'). -friend_('Leonora Herrington', 'Nancy Lance'). -friend_('Leonora Herrington', 'Pauletta Tuggle'). -friend_('Leonora Herrington', 'Pearlie Tuggle'). -friend_('Leonora Herrington', 'Peter Merkel'). -friend_('Leonora Herrington', 'Roxanne Jacobo'). -friend_('Leonora Herrington', 'Sammy Herrington'). -friend_('Leonora Herrington', 'Scot Solomon'). -friend_('Leonora Herrington', 'Selina Merkel'). -friend_('Leonora Herrington', 'Shemika Herrington'). -friend_('Leonora Herrington', 'Tyrone Jacobo'). -friend_('Leonora Herrington', 'Vivienne Chumley'). -friend_('Lera Ahn', 'Manda Stearns'). -friend_('Lera Ahn', 'Vicki Mask'). -friend_('Linda Herrington', 'Lori Solomon'). -friend_('Linda Herrington', 'Manda Stearns'). -friend_('Linda Herrington', 'Maurice Lance'). -friend_('Linda Herrington', 'Nathanial Ahn'). -friend_('Linda Herrington', 'Randolph Maciel'). -friend_('Linda Herrington', 'Reynaldo Poteat'). -friend_('Linda Herrington', 'Rocco Lance'). -friend_('Linda Herrington', 'Ronnie Jacobo'). -friend_('Linda Herrington', 'Sammy Herrington'). -friend_('Linda Herrington', 'Selina Merkel'). -friend_('Linda Herrington', 'Sheldon Lance'). -friend_('Linda Herrington', 'Sid Mahan'). -friend_('Linda Herrington', 'Tanja Herrington'). -friend_('Linda Herrington', 'Vicki Mask'). -friend_('Linda Herrington', 'Virgina Pressley'). -friend_('Linda Herrington', 'Yoshiko Chumley'). -friend_('Linda Herrington', 'Zelma Lance'). -friend_('Lorelei Oconnell', 'Lori Solomon'). -friend_('Lorelei Oconnell', 'Luciano Lance'). -friend_('Lorelei Oconnell', 'Marianne Lance'). -friend_('Lorelei Oconnell', 'Mireya Abbott'). -friend_('Lorelei Oconnell', 'Nathanial Ahn'). -friend_('Lorelei Oconnell', 'Pasquale Mathews'). -friend_('Lorelei Oconnell', 'Pedro Ly'). -friend_('Lorelei Oconnell', 'Robbie Oconnell'). -friend_('Lorelei Oconnell', 'Rosaria Solomon'). -friend_('Lorelei Oconnell', 'Ryan Willis'). -friend_('Lorelei Oconnell', 'Sanford Herrington'). -friend_('Lorelei Oconnell', 'Sang Chumley'). -friend_('Lorelei Oconnell', 'Selena Lance'). -friend_('Lorelei Oconnell', 'Shon Mahan'). -friend_('Lorelei Oconnell', 'Sueann Lance'). -friend_('Lorelei Oconnell', 'Timothy Chumley'). -friend_('Lorelei Oconnell', 'Vicki Mask'). -friend_('Lorelei Oconnell', 'Wiley Herrington'). -friend_('Lori Solomon', 'Luciano Lance'). -friend_('Lori Solomon', 'Manda Stearns'). -friend_('Lori Solomon', 'Marianne Lance'). -friend_('Lori Solomon', 'Marion Mask'). -friend_('Lori Solomon', 'Mireya Abbott'). -friend_('Lori Solomon', 'Nathanial Ahn'). -friend_('Lori Solomon', 'Nita Poteat'). -friend_('Lori Solomon', 'Pasquale Mathews'). -friend_('Lori Solomon', 'Pedro Ly'). -friend_('Lori Solomon', 'Robbie Oconnell'). -friend_('Lori Solomon', 'Roberta Mace'). -friend_('Lori Solomon', 'Rocco Lance'). -friend_('Lori Solomon', 'Rosaria Solomon'). -friend_('Lori Solomon', 'Ryan Willis'). -friend_('Lori Solomon', 'Sanford Herrington'). -friend_('Lori Solomon', 'Sang Chumley'). -friend_('Lori Solomon', 'Selena Lance'). -friend_('Lori Solomon', 'Shon Mahan'). -friend_('Lori Solomon', 'Sueann Lance'). -friend_('Lori Solomon', 'Timothy Chumley'). -friend_('Lori Solomon', 'Vicki Mask'). -friend_('Lori Solomon', 'Virgina Pressley'). -friend_('Lori Solomon', 'Wiley Herrington'). -friend_('Luciano Lance', 'Marianne Lance'). -friend_('Luciano Lance', 'Minh Chumley'). -friend_('Luciano Lance', 'Mireya Abbott'). -friend_('Luciano Lance', 'Nita Poteat'). -friend_('Luciano Lance', 'Pasquale Mathews'). -friend_('Luciano Lance', 'Pedro Ly'). -friend_('Luciano Lance', 'Robbie Oconnell'). -friend_('Luciano Lance', 'Rosaria Solomon'). -friend_('Luciano Lance', 'Ryan Willis'). -friend_('Luciano Lance', 'Sanford Herrington'). -friend_('Luciano Lance', 'Sang Chumley'). -friend_('Luciano Lance', 'Selena Lance'). -friend_('Luciano Lance', 'Shon Mahan'). -friend_('Luciano Lance', 'Sueann Lance'). -friend_('Luciano Lance', 'Timothy Chumley'). -friend_('Luciano Lance', 'Wiley Herrington'). -friend_('Lucretia Mahan', 'Lyndon Lance'). -friend_('Lucretia Mahan', 'Madaline Magnuson'). -friend_('Lucretia Mahan', 'Micki Lance'). -friend_('Lucretia Mahan', 'Minh Chumley'). -friend_('Lucretia Mahan', 'Nanette Merkel'). -friend_('Lucretia Mahan', 'Oren Lance'). -friend_('Lucretia Mahan', 'Ozella Abbott'). -friend_('Lucretia Mahan', 'Pasquale Mathews'). -friend_('Lucretia Mahan', 'Richie Gerald'). -friend_('Lucretia Mahan', 'Rubie Jacobo'). -friend_('Lucretia Mahan', 'Shandi Stearns'). -friend_('Lucretia Mahan', 'Shelton Lance'). -friend_('Lucretia Mahan', 'Shon Mahan'). -friend_('Lucretia Mahan', 'Tawana Mcclintock'). -friend_('Lucretia Mahan', 'Warren Oconnell'). -friend_('Lucretia Mahan', 'Wm Mcdonald'). -friend_('Lucretia Mahan', 'Yoko Pressley'). -friend_('Lucretia Mahan', 'Zoila Mangum'). -friend_('Lyndon Lance', 'Madaline Magnuson'). -friend_('Lyndon Lance', 'Micki Lance'). -friend_('Lyndon Lance', 'Minh Chumley'). -friend_('Lyndon Lance', 'Nanette Merkel'). -friend_('Lyndon Lance', 'Oren Lance'). -friend_('Lyndon Lance', 'Ozella Abbott'). -friend_('Lyndon Lance', 'Richie Gerald'). -friend_('Lyndon Lance', 'Rubie Jacobo'). -friend_('Lyndon Lance', 'Shandi Stearns'). -friend_('Lyndon Lance', 'Shelton Lance'). -friend_('Lyndon Lance', 'Tawana Mcclintock'). -friend_('Lyndon Lance', 'Warren Oconnell'). -friend_('Lyndon Lance', 'Wm Mcdonald'). -friend_('Lyndon Lance', 'Yoko Pressley'). -friend_('Lyndon Lance', 'Zoila Mangum'). -friend_('Madaline Magnuson', 'Micki Lance'). -friend_('Madaline Magnuson', 'Minh Chumley'). -friend_('Madaline Magnuson', 'Oren Lance'). -friend_('Madaline Magnuson', 'Ozella Abbott'). -friend_('Madaline Magnuson', 'Richie Gerald'). -friend_('Madaline Magnuson', 'Rubie Jacobo'). -friend_('Madaline Magnuson', 'Shandi Stearns'). -friend_('Madaline Magnuson', 'Shelton Lance'). -friend_('Madaline Magnuson', 'Tawana Mcclintock'). -friend_('Madaline Magnuson', 'Warren Oconnell'). -friend_('Madaline Magnuson', 'Wm Mcdonald'). -friend_('Madaline Magnuson', 'Yoko Pressley'). -friend_('Madaline Magnuson', 'Zoila Mangum'). -friend_('Madelyn Magnuson', 'Meagan Mace'). -friend_('Madelyn Magnuson', 'Nancy Lance'). -friend_('Madelyn Magnuson', 'Pauletta Tuggle'). -friend_('Madelyn Magnuson', 'Pearlie Tuggle'). -friend_('Madelyn Magnuson', 'Scot Solomon'). -friend_('Madelyn Magnuson', 'Shemika Herrington'). -friend_('Manda Stearns', 'Maurice Lance'). -friend_('Manda Stearns', 'Nancy Lance'). -friend_('Manda Stearns', 'Nathanial Ahn'). -friend_('Manda Stearns', 'Randolph Maciel'). -friend_('Manda Stearns', 'Reynaldo Poteat'). -friend_('Manda Stearns', 'Robbie Oconnell'). -friend_('Manda Stearns', 'Rocco Lance'). -friend_('Manda Stearns', 'Rolland Hutchison'). -friend_('Manda Stearns', 'Ronnie Jacobo'). -friend_('Manda Stearns', 'Rubye Chumley'). -friend_('Manda Stearns', 'Sammy Herrington'). -friend_('Manda Stearns', 'Sang Chumley'). -friend_('Manda Stearns', 'Scot Solomon'). -friend_('Manda Stearns', 'Selina Merkel'). -friend_('Manda Stearns', 'Sheldon Lance'). -friend_('Manda Stearns', 'Sid Mahan'). -friend_('Manda Stearns', 'Tanja Herrington'). -friend_('Manda Stearns', 'Vicki Mask'). -friend_('Manda Stearns', 'Virgina Pressley'). -friend_('Manda Stearns', 'Yoshiko Chumley'). -friend_('Manda Stearns', 'Zelma Lance'). -friend_('Marianne Lance', 'Mireya Abbott'). -friend_('Marianne Lance', 'Nita Poteat'). -friend_('Marianne Lance', 'Pasquale Mathews'). -friend_('Marianne Lance', 'Pedro Ly'). -friend_('Marianne Lance', 'Robbie Oconnell'). -friend_('Marianne Lance', 'Rosaria Solomon'). -friend_('Marianne Lance', 'Ryan Willis'). -friend_('Marianne Lance', 'Sanford Herrington'). -friend_('Marianne Lance', 'Sang Chumley'). -friend_('Marianne Lance', 'Selena Lance'). -friend_('Marianne Lance', 'Shon Mahan'). -friend_('Marianne Lance', 'Sueann Lance'). -friend_('Marianne Lance', 'Timothy Chumley'). -friend_('Marianne Lance', 'Wiley Herrington'). -friend_('Marilyn Hutchison', 'Mechelle Lance'). -friend_('Marilyn Hutchison', 'Milford Gerald'). -friend_('Marilyn Hutchison', 'Noah Merkel'). -friend_('Marilyn Hutchison', 'Normand Lance'). -friend_('Marilyn Hutchison', 'Oleta Haworth'). -friend_('Marilyn Hutchison', 'Randell Hutchison'). -friend_('Marilyn Hutchison', 'Roni Lance'). -friend_('Marilyn Hutchison', 'Ruby Ahn'). -friend_('Marilyn Hutchison', 'Wallace Tuggle'). -friend_('Marion Mask', 'Pasquale Mathews'). -friend_('Marion Mask', 'Pedro Ly'). -friend_('Marion Mask', 'Sang Chumley'). -friend_('Marion Mask', 'Selena Lance'). -friend_('Maurice Lance', 'Nathanial Ahn'). -friend_('Maurice Lance', 'Randolph Maciel'). -friend_('Maurice Lance', 'Reynaldo Poteat'). -friend_('Maurice Lance', 'Rocco Lance'). -friend_('Maurice Lance', 'Ronnie Jacobo'). -friend_('Maurice Lance', 'Rubye Chumley'). -friend_('Maurice Lance', 'Sammy Herrington'). -friend_('Maurice Lance', 'Selina Merkel'). -friend_('Maurice Lance', 'Sheldon Lance'). -friend_('Maurice Lance', 'Sid Mahan'). -friend_('Maurice Lance', 'Tanja Herrington'). -friend_('Maurice Lance', 'Vicki Mask'). -friend_('Maurice Lance', 'Virgina Pressley'). -friend_('Maurice Lance', 'Yoshiko Chumley'). -friend_('Maurice Lance', 'Zelma Lance'). -friend_('Mauricio Molnar', 'Nancy Lance'). -friend_('Mauricio Molnar', 'Pauletta Tuggle'). -friend_('Mauricio Molnar', 'Shemika Herrington'). -friend_('Meagan Mace', 'Nancy Lance'). -friend_('Meagan Mace', 'Pauletta Tuggle'). -friend_('Meagan Mace', 'Pearlie Tuggle'). -friend_('Meagan Mace', 'Peter Merkel'). -friend_('Meagan Mace', 'Roxanne Jacobo'). -friend_('Meagan Mace', 'Sammy Herrington'). -friend_('Meagan Mace', 'Scot Solomon'). -friend_('Meagan Mace', 'Selina Merkel'). -friend_('Meagan Mace', 'Shemika Herrington'). -friend_('Meagan Mace', 'Tyrone Jacobo'). -friend_('Meagan Mace', 'Vivienne Chumley'). -friend_('Mechelle Lance', 'Milford Gerald'). -friend_('Mechelle Lance', 'Noah Merkel'). -friend_('Mechelle Lance', 'Normand Lance'). -friend_('Mechelle Lance', 'Oleta Haworth'). -friend_('Mechelle Lance', 'Randell Hutchison'). -friend_('Mechelle Lance', 'Roni Lance'). -friend_('Mechelle Lance', 'Ruby Ahn'). -friend_('Mechelle Lance', 'Shandi Stearns'). -friend_('Mechelle Lance', 'Wallace Tuggle'). -friend_('Micki Lance', 'Minh Chumley'). -friend_('Micki Lance', 'Oren Lance'). -friend_('Micki Lance', 'Ozella Abbott'). -friend_('Micki Lance', 'Richie Gerald'). -friend_('Micki Lance', 'Rubie Jacobo'). -friend_('Micki Lance', 'Shandi Stearns'). -friend_('Micki Lance', 'Shelton Lance'). -friend_('Micki Lance', 'Tawana Mcclintock'). -friend_('Micki Lance', 'Wm Mcdonald'). -friend_('Micki Lance', 'Yoko Pressley'). -friend_('Micki Lance', 'Zoila Mangum'). -friend_('Milford Gerald', 'Noah Merkel'). -friend_('Milford Gerald', 'Normand Lance'). -friend_('Milford Gerald', 'Oleta Haworth'). -friend_('Milford Gerald', 'Randell Hutchison'). -friend_('Milford Gerald', 'Roni Lance'). -friend_('Milford Gerald', 'Rubie Jacobo'). -friend_('Milford Gerald', 'Ruby Ahn'). -friend_('Milford Gerald', 'Shandi Stearns'). -friend_('Milford Gerald', 'Wallace Tuggle'). -friend_('Minh Chumley', 'Nanette Merkel'). -friend_('Minh Chumley', 'Oren Lance'). -friend_('Minh Chumley', 'Ozella Abbott'). -friend_('Minh Chumley', 'Pasquale Mathews'). -friend_('Minh Chumley', 'Richie Gerald'). -friend_('Minh Chumley', 'Rosaria Solomon'). -friend_('Minh Chumley', 'Rubie Jacobo'). -friend_('Minh Chumley', 'Selena Lance'). -friend_('Minh Chumley', 'Shandi Stearns'). -friend_('Minh Chumley', 'Shelton Lance'). -friend_('Minh Chumley', 'Shon Mahan'). -friend_('Minh Chumley', 'Tawana Mcclintock'). -friend_('Minh Chumley', 'Warren Oconnell'). -friend_('Minh Chumley', 'Werner Tuggle'). -friend_('Minh Chumley', 'Wiley Herrington'). -friend_('Minh Chumley', 'Wm Mcdonald'). -friend_('Minh Chumley', 'Yoko Pressley'). -friend_('Minh Chumley', 'Zoila Mangum'). -friend_('Mireya Abbott', 'Nathanial Ahn'). -friend_('Mireya Abbott', 'Pasquale Mathews'). -friend_('Mireya Abbott', 'Pedro Ly'). -friend_('Mireya Abbott', 'Robbie Oconnell'). -friend_('Mireya Abbott', 'Rosaria Solomon'). -friend_('Mireya Abbott', 'Ryan Willis'). -friend_('Mireya Abbott', 'Sanford Herrington'). -friend_('Mireya Abbott', 'Sang Chumley'). -friend_('Mireya Abbott', 'Selena Lance'). -friend_('Mireya Abbott', 'Shon Mahan'). -friend_('Mireya Abbott', 'Timothy Chumley'). -friend_('Mireya Abbott', 'Vicki Mask'). -friend_('Nancy Lance', 'Pauletta Tuggle'). -friend_('Nancy Lance', 'Pearlie Tuggle'). -friend_('Nancy Lance', 'Peter Merkel'). -friend_('Nancy Lance', 'Randolph Maciel'). -friend_('Nancy Lance', 'Ronnie Jacobo'). -friend_('Nancy Lance', 'Roxanne Jacobo'). -friend_('Nancy Lance', 'Sammy Herrington'). -friend_('Nancy Lance', 'Scot Solomon'). -friend_('Nancy Lance', 'Selina Merkel'). -friend_('Nancy Lance', 'Shemika Herrington'). -friend_('Nancy Lance', 'Tanja Herrington'). -friend_('Nancy Lance', 'Tyrone Jacobo'). -friend_('Nancy Lance', 'Vicki Mask'). -friend_('Nancy Lance', 'Vivienne Chumley'). -friend_('Nanette Merkel', 'Oren Lance'). -friend_('Nanette Merkel', 'Richie Gerald'). -friend_('Nanette Merkel', 'Shandi Stearns'). -friend_('Nanette Merkel', 'Shelton Lance'). -friend_('Nanette Merkel', 'Tawana Mcclintock'). -friend_('Nanette Merkel', 'Wm Mcdonald'). -friend_('Nanette Merkel', 'Yoko Pressley'). -friend_('Nanette Merkel', 'Zoila Mangum'). -friend_('Nathanial Ahn', 'Pedro Ly'). -friend_('Nathanial Ahn', 'Randolph Maciel'). -friend_('Nathanial Ahn', 'Reynaldo Poteat'). -friend_('Nathanial Ahn', 'Robbie Oconnell'). -friend_('Nathanial Ahn', 'Rocco Lance'). -friend_('Nathanial Ahn', 'Ronnie Jacobo'). -friend_('Nathanial Ahn', 'Rubye Chumley'). -friend_('Nathanial Ahn', 'Sammy Herrington'). -friend_('Nathanial Ahn', 'Sang Chumley'). -friend_('Nathanial Ahn', 'Selena Lance'). -friend_('Nathanial Ahn', 'Selina Merkel'). -friend_('Nathanial Ahn', 'Sheldon Lance'). -friend_('Nathanial Ahn', 'Sid Mahan'). -friend_('Nathanial Ahn', 'Tanja Herrington'). -friend_('Nathanial Ahn', 'Timothy Chumley'). -friend_('Nathanial Ahn', 'Vicki Mask'). -friend_('Nathanial Ahn', 'Virgina Pressley'). -friend_('Nathanial Ahn', 'Yoshiko Chumley'). -friend_('Nathanial Ahn', 'Zelma Lance'). -friend_('Nita Poteat', 'Pasquale Mathews'). -friend_('Nita Poteat', 'Pedro Ly'). -friend_('Nita Poteat', 'Rosaria Solomon'). -friend_('Nita Poteat', 'Ryan Willis'). -friend_('Nita Poteat', 'Sang Chumley'). -friend_('Nita Poteat', 'Selena Lance'). -friend_('Noah Merkel', 'Normand Lance'). -friend_('Noah Merkel', 'Oleta Haworth'). -friend_('Noah Merkel', 'Randell Hutchison'). -friend_('Noah Merkel', 'Roni Lance'). -friend_('Noah Merkel', 'Rubie Jacobo'). -friend_('Noah Merkel', 'Ruby Ahn'). -friend_('Noah Merkel', 'Shemika Herrington'). -friend_('Noah Merkel', 'Wallace Tuggle'). -friend_('Normand Lance', 'Oleta Haworth'). -friend_('Normand Lance', 'Randell Hutchison'). -friend_('Normand Lance', 'Roni Lance'). -friend_('Normand Lance', 'Ruby Ahn'). -friend_('Normand Lance', 'Wallace Tuggle'). -friend_('Oleta Haworth', 'Randell Hutchison'). -friend_('Oleta Haworth', 'Roni Lance'). -friend_('Oleta Haworth', 'Ruby Ahn'). -friend_('Oleta Haworth', 'Wallace Tuggle'). -friend_('Oren Lance', 'Ozella Abbott'). -friend_('Oren Lance', 'Pasquale Mathews'). -friend_('Oren Lance', 'Richie Gerald'). -friend_('Oren Lance', 'Rubie Jacobo'). -friend_('Oren Lance', 'Shandi Stearns'). -friend_('Oren Lance', 'Shelton Lance'). -friend_('Oren Lance', 'Shon Mahan'). -friend_('Oren Lance', 'Tawana Mcclintock'). -friend_('Oren Lance', 'Warren Oconnell'). -friend_('Oren Lance', 'Werner Tuggle'). -friend_('Oren Lance', 'Wm Mcdonald'). -friend_('Oren Lance', 'Yoko Pressley'). -friend_('Oren Lance', 'Zoila Mangum'). -friend_('Ozella Abbott', 'Richie Gerald'). -friend_('Ozella Abbott', 'Rubie Jacobo'). -friend_('Ozella Abbott', 'Shandi Stearns'). -friend_('Ozella Abbott', 'Shelton Lance'). -friend_('Ozella Abbott', 'Tawana Mcclintock'). -friend_('Ozella Abbott', 'Warren Oconnell'). -friend_('Ozella Abbott', 'Wm Mcdonald'). -friend_('Ozella Abbott', 'Yoko Pressley'). -friend_('Ozella Abbott', 'Zoila Mangum'). -friend_('Pasquale Mathews', 'Pedro Ly'). -friend_('Pasquale Mathews', 'Robbie Oconnell'). -friend_('Pasquale Mathews', 'Roberta Mace'). -friend_('Pasquale Mathews', 'Rosaria Solomon'). -friend_('Pasquale Mathews', 'Ryan Willis'). -friend_('Pasquale Mathews', 'Sanford Herrington'). -friend_('Pasquale Mathews', 'Sang Chumley'). -friend_('Pasquale Mathews', 'Selena Lance'). -friend_('Pasquale Mathews', 'Shon Mahan'). -friend_('Pasquale Mathews', 'Sueann Lance'). -friend_('Pasquale Mathews', 'Timothy Chumley'). -friend_('Pasquale Mathews', 'Wiley Herrington'). -friend_('Pasquale Mathews', 'Zoila Mangum'). -friend_('Pauletta Tuggle', 'Pearlie Tuggle'). -friend_('Pauletta Tuggle', 'Peter Merkel'). -friend_('Pauletta Tuggle', 'Roxanne Jacobo'). -friend_('Pauletta Tuggle', 'Sammy Herrington'). -friend_('Pauletta Tuggle', 'Scot Solomon'). -friend_('Pauletta Tuggle', 'Selina Merkel'). -friend_('Pauletta Tuggle', 'Shemika Herrington'). -friend_('Pauletta Tuggle', 'Tyrone Jacobo'). -friend_('Pauletta Tuggle', 'Vivienne Chumley'). -friend_('Pearlie Tuggle', 'Peter Merkel'). -friend_('Pearlie Tuggle', 'Roxanne Jacobo'). -friend_('Pearlie Tuggle', 'Scot Solomon'). -friend_('Pearlie Tuggle', 'Shemika Herrington'). -friend_('Pearlie Tuggle', 'Tyrone Jacobo'). -friend_('Pearlie Tuggle', 'Vivienne Chumley'). -friend_('Pedro Ly', 'Robbie Oconnell'). -friend_('Pedro Ly', 'Roberta Mace'). -friend_('Pedro Ly', 'Rosaria Solomon'). -friend_('Pedro Ly', 'Ryan Willis'). -friend_('Pedro Ly', 'Sanford Herrington'). -friend_('Pedro Ly', 'Sang Chumley'). -friend_('Pedro Ly', 'Selena Lance'). -friend_('Pedro Ly', 'Shon Mahan'). -friend_('Pedro Ly', 'Sueann Lance'). -friend_('Pedro Ly', 'Timothy Chumley'). -friend_('Pedro Ly', 'Vicki Mask'). -friend_('Pedro Ly', 'Wiley Herrington'). -friend_('Peter Merkel', 'Scot Solomon'). -friend_('Peter Merkel', 'Shemika Herrington'). -friend_('Peter Merkel', 'Vivienne Chumley'). -friend_('Rana Chumley', 'Richie Gerald'). -friend_('Rana Chumley', 'Shandi Stearns'). -friend_('Rana Chumley', 'Shelton Lance'). -friend_('Rana Chumley', 'Yoko Pressley'). -friend_('Rana Chumley', 'Zoila Mangum'). -friend_('Randell Hutchison', 'Roni Lance'). -friend_('Randell Hutchison', 'Ruby Ahn'). -friend_('Randell Hutchison', 'Shemika Herrington'). -friend_('Randell Hutchison', 'Wallace Tuggle'). -friend_('Randolph Maciel', 'Reynaldo Poteat'). -friend_('Randolph Maciel', 'Rocco Lance'). -friend_('Randolph Maciel', 'Ronnie Jacobo'). -friend_('Randolph Maciel', 'Rubye Chumley'). -friend_('Randolph Maciel', 'Sammy Herrington'). -friend_('Randolph Maciel', 'Scot Solomon'). -friend_('Randolph Maciel', 'Selina Merkel'). -friend_('Randolph Maciel', 'Sheldon Lance'). -friend_('Randolph Maciel', 'Sid Mahan'). -friend_('Randolph Maciel', 'Tanja Herrington'). -friend_('Randolph Maciel', 'Vicki Mask'). -friend_('Randolph Maciel', 'Virgina Pressley'). -friend_('Randolph Maciel', 'Yoshiko Chumley'). -friend_('Randolph Maciel', 'Zelma Lance'). -friend_('Reynaldo Poteat', 'Rocco Lance'). -friend_('Reynaldo Poteat', 'Ronnie Jacobo'). -friend_('Reynaldo Poteat', 'Selina Merkel'). -friend_('Reynaldo Poteat', 'Tanja Herrington'). -friend_('Reynaldo Poteat', 'Vicki Mask'). -friend_('Reynaldo Poteat', 'Virgina Pressley'). -friend_('Reynaldo Poteat', 'Zelma Lance'). -friend_('Richie Gerald', 'Rubie Jacobo'). -friend_('Richie Gerald', 'Shandi Stearns'). -friend_('Richie Gerald', 'Shelton Lance'). -friend_('Richie Gerald', 'Tawana Mcclintock'). -friend_('Richie Gerald', 'Warren Oconnell'). -friend_('Richie Gerald', 'Werner Tuggle'). -friend_('Richie Gerald', 'Wm Mcdonald'). -friend_('Richie Gerald', 'Yoko Pressley'). -friend_('Richie Gerald', 'Zoila Mangum'). -friend_('Robbie Oconnell', 'Rosaria Solomon'). -friend_('Robbie Oconnell', 'Ryan Willis'). -friend_('Robbie Oconnell', 'Sanford Herrington'). -friend_('Robbie Oconnell', 'Sang Chumley'). -friend_('Robbie Oconnell', 'Selena Lance'). -friend_('Robbie Oconnell', 'Shon Mahan'). -friend_('Robbie Oconnell', 'Timothy Chumley'). -friend_('Robbie Oconnell', 'Vicki Mask'). -friend_('Roberta Mace', 'Sang Chumley'). -friend_('Roberta Mace', 'Selena Lance'). -friend_('Roberta Mace', 'Vicki Mask'). -friend_('Rocco Lance', 'Ronnie Jacobo'). -friend_('Rocco Lance', 'Selina Merkel'). -friend_('Rocco Lance', 'Tanja Herrington'). -friend_('Rocco Lance', 'Vicki Mask'). -friend_('Rocco Lance', 'Virgina Pressley'). -friend_('Rocco Lance', 'Yoshiko Chumley'). -friend_('Rocco Lance', 'Zelma Lance'). -friend_('Rolland Hutchison', 'Vicki Mask'). -friend_('Roni Lance', 'Ruby Ahn'). -friend_('Roni Lance', 'Wallace Tuggle'). -friend_('Ronnie Jacobo', 'Rubye Chumley'). -friend_('Ronnie Jacobo', 'Sammy Herrington'). -friend_('Ronnie Jacobo', 'Selina Merkel'). -friend_('Ronnie Jacobo', 'Sheldon Lance'). -friend_('Ronnie Jacobo', 'Sid Mahan'). -friend_('Ronnie Jacobo', 'Tanja Herrington'). -friend_('Ronnie Jacobo', 'Vicki Mask'). -friend_('Ronnie Jacobo', 'Virgina Pressley'). -friend_('Ronnie Jacobo', 'Yoshiko Chumley'). -friend_('Ronnie Jacobo', 'Zelma Lance'). -friend_('Rosaria Solomon', 'Ryan Willis'). -friend_('Rosaria Solomon', 'Sanford Herrington'). -friend_('Rosaria Solomon', 'Sang Chumley'). -friend_('Rosaria Solomon', 'Selena Lance'). -friend_('Rosaria Solomon', 'Shon Mahan'). -friend_('Rosaria Solomon', 'Sueann Lance'). -friend_('Rosaria Solomon', 'Timothy Chumley'). -friend_('Rosaria Solomon', 'Wiley Herrington'). -friend_('Roxanne Jacobo', 'Scot Solomon'). -friend_('Roxanne Jacobo', 'Shemika Herrington'). -friend_('Roxanne Jacobo', 'Vivienne Chumley'). -friend_('Rubie Jacobo', 'Shandi Stearns'). -friend_('Rubie Jacobo', 'Shelton Lance'). -friend_('Rubie Jacobo', 'Tawana Mcclintock'). -friend_('Rubie Jacobo', 'Warren Oconnell'). -friend_('Rubie Jacobo', 'Wm Mcdonald'). -friend_('Rubie Jacobo', 'Yoko Pressley'). -friend_('Rubie Jacobo', 'Zoila Mangum'). -friend_('Ruby Ahn', 'Shemika Herrington'). -friend_('Ruby Ahn', 'Wallace Tuggle'). -friend_('Rubye Chumley', 'Vicki Mask'). -friend_('Ryan Willis', 'Sanford Herrington'). -friend_('Ryan Willis', 'Sang Chumley'). -friend_('Ryan Willis', 'Selena Lance'). -friend_('Ryan Willis', 'Shon Mahan'). -friend_('Ryan Willis', 'Sueann Lance'). -friend_('Ryan Willis', 'Timothy Chumley'). -friend_('Ryan Willis', 'Wiley Herrington'). -friend_('Sammy Herrington', 'Scot Solomon'). -friend_('Sammy Herrington', 'Selina Merkel'). -friend_('Sammy Herrington', 'Shemika Herrington'). -friend_('Sammy Herrington', 'Tanja Herrington'). -friend_('Sammy Herrington', 'Vicki Mask'). -friend_('Sammy Herrington', 'Virgina Pressley'). -friend_('Sammy Herrington', 'Vivienne Chumley'). -friend_('Sammy Herrington', 'Yoshiko Chumley'). -friend_('Sammy Herrington', 'Zelma Lance'). -friend_('Sanford Herrington', 'Sang Chumley'). -friend_('Sanford Herrington', 'Selena Lance'). -friend_('Sanford Herrington', 'Shon Mahan'). -friend_('Sanford Herrington', 'Sueann Lance'). -friend_('Sanford Herrington', 'Timothy Chumley'). -friend_('Sanford Herrington', 'Wiley Herrington'). -friend_('Sang Chumley', 'Selena Lance'). -friend_('Sang Chumley', 'Shon Mahan'). -friend_('Sang Chumley', 'Sueann Lance'). -friend_('Sang Chumley', 'Timothy Chumley'). -friend_('Sang Chumley', 'Vicki Mask'). -friend_('Sang Chumley', 'Wiley Herrington'). -friend_('Scot Solomon', 'Selina Merkel'). -friend_('Scot Solomon', 'Shemika Herrington'). -friend_('Scot Solomon', 'Tyrone Jacobo'). -friend_('Scot Solomon', 'Vivienne Chumley'). -friend_('Selena Lance', 'Shon Mahan'). -friend_('Selena Lance', 'Sueann Lance'). -friend_('Selena Lance', 'Timothy Chumley'). -friend_('Selena Lance', 'Vicki Mask'). -friend_('Selena Lance', 'Wiley Herrington'). -friend_('Selina Merkel', 'Sheldon Lance'). -friend_('Selina Merkel', 'Shemika Herrington'). -friend_('Selina Merkel', 'Tanja Herrington'). -friend_('Selina Merkel', 'Vicki Mask'). -friend_('Selina Merkel', 'Virgina Pressley'). -friend_('Selina Merkel', 'Vivienne Chumley'). -friend_('Selina Merkel', 'Yoshiko Chumley'). -friend_('Selina Merkel', 'Zelma Lance'). -friend_('Shandi Stearns', 'Shelton Lance'). -friend_('Shandi Stearns', 'Tawana Mcclintock'). -friend_('Shandi Stearns', 'Warren Oconnell'). -friend_('Shandi Stearns', 'Werner Tuggle'). -friend_('Shandi Stearns', 'Wm Mcdonald'). -friend_('Shandi Stearns', 'Yoko Pressley'). -friend_('Shandi Stearns', 'Zoila Mangum'). -friend_('Sheldon Lance', 'Tanja Herrington'). -friend_('Sheldon Lance', 'Vicki Mask'). -friend_('Sheldon Lance', 'Virgina Pressley'). -friend_('Sheldon Lance', 'Zelma Lance'). -friend_('Shelton Lance', 'Tawana Mcclintock'). -friend_('Shelton Lance', 'Warren Oconnell'). -friend_('Shelton Lance', 'Werner Tuggle'). -friend_('Shelton Lance', 'Wm Mcdonald'). -friend_('Shelton Lance', 'Yoko Pressley'). -friend_('Shelton Lance', 'Zoila Mangum'). -friend_('Shemika Herrington', 'Tyrone Jacobo'). -friend_('Shemika Herrington', 'Vivienne Chumley'). -friend_('Shon Mahan', 'Sueann Lance'). -friend_('Shon Mahan', 'Timothy Chumley'). -friend_('Shon Mahan', 'Wiley Herrington'). -friend_('Shon Mahan', 'Zoila Mangum'). -friend_('Sid Mahan', 'Vicki Mask'). -friend_('Sid Mahan', 'Virgina Pressley'). -friend_('Sid Mahan', 'Zelma Lance'). -friend_('Sueann Lance', 'Timothy Chumley'). -friend_('Tanja Herrington', 'Vicki Mask'). -friend_('Tanja Herrington', 'Virgina Pressley'). -friend_('Tanja Herrington', 'Yoshiko Chumley'). -friend_('Tanja Herrington', 'Zelma Lance'). -friend_('Tawana Mcclintock', 'Warren Oconnell'). -friend_('Tawana Mcclintock', 'Wm Mcdonald'). -friend_('Tawana Mcclintock', 'Yoko Pressley'). -friend_('Tawana Mcclintock', 'Zoila Mangum'). -friend_('Timothy Chumley', 'Vicki Mask'). -friend_('Timothy Chumley', 'Wiley Herrington'). -friend_('Tyrone Jacobo', 'Vivienne Chumley'). -friend_('Vicki Mask', 'Virgina Pressley'). -friend_('Vicki Mask', 'Yoshiko Chumley'). -friend_('Vicki Mask', 'Zelma Lance'). -friend_('Virgina Pressley', 'Yoshiko Chumley'). -friend_('Virgina Pressley', 'Zelma Lance'). -friend_('Warren Oconnell', 'Wm Mcdonald'). -friend_('Warren Oconnell', 'Yoko Pressley'). -friend_('Warren Oconnell', 'Zoila Mangum'). -friend_('Werner Tuggle', 'Wm Mcdonald'). -friend_('Werner Tuggle', 'Yoko Pressley'). -friend_('Werner Tuggle', 'Zoila Mangum'). -friend_('Wiley Herrington', 'Zoila Mangum'). -friend_('Wm Mcdonald', 'Yoko Pressley'). -friend_('Wm Mcdonald', 'Zoila Mangum'). -friend_('Yoko Pressley', 'Zoila Mangum'). -friend_('Yoshiko Chumley', 'Zelma Lance'). - -:- dynamic expand_answer/2. -:- multifile expand_answer/2. - - -great_granddaughter(X, Y) :- - great_grandchild(X, Y), - female(Y). - -great_grandchild(X, Y) :- - great_grandparent(Y, X). - -:- dynamic exception/3. -:- multifile exception/3. - - -great_grandfather(X, Y) :- - great_grandparent(X, Y), - male(Y). - -:- dynamic type/2. - -type('Adah Herrington', person). -type('Adelaida Lance', person). -type('Adolph Chumley', person). -type('Adrianna Lance', person). -type('Ai Maciel', person). -type('Aida Pressley', person). -type('Aletha Ahn', person). -type('Alethia Lance', person). -type('Ali Solomon', person). -type('Allan Lance', person). -type('Amina Pressley', person). -type('Anastasia Merkel', person). -type('Annabelle Mathews', person). -type('Annette Chumley', person). -type('Antony Dugan', person). -type('Armando Poteat', person). -type('Aura Lance', person). -type('Basil Mahan', person). -type('Benton Willis', person). -type('Betsy Poteat', person). -type('Bettye Sides', person). -type('Blondell Lance', person). -type('Bobby Mahan', person). -type('Boyd Mangum', person). -type('Brad Mahan', person). -type('Burl Magnuson', person). -type('Calvin Lance', person). -type('Carlton Chumley', person). -type('Chance Lance', person). -type('Charissa Gerald', person). -type('Charity Dugan', person). -type('Chuck Stearns', person). -type('Clara Mcclintock', person). -type('Claudette Willis', person). -type('Clement Stearns', person). -type('Clinton Lance', person). -type('Concepcion Lance', person). -type('Coral Lance', person). -type('Cornelius Solomon', person). -type('Cristal Hutchison', person). -type('Cristina Ahn', person). -type('Cruz Pressley', person). -type('Dalton Mathews', person). -type('Darrell Lance', person). -type('Dean Chumley', person). -type('Deborah Lance', person). -type('Delinda Ly', person). -type('Deloris Solomon', person). -type('Dennis Lance', person). -type('Dexter Solomon', person). -type('Diane Lance', person). -type('Dick Hutchison', person). -type('Domingo Mcclintock', person). -type('Domonique Mahan', person). -type('Donald Herrington', person). -type('Donnie Mahan', person). -type('Douglas Pressley', person). -type('Edris Lance', person). -type('Edwardo Lance', person). -type('Edwin Lance', person). -type('Elbert Hutchison', person). -type('Elicia Chumley', person). -type('Emerson Ahn', person). -type('Enid Lance', person). -type('Eric Lance', person). -type('Essie Lance', person). -type('Everette Hutchison', person). -type('Francine Lance', person). -type('Fred Abbott', person). -type('Garry Poteat', person). -type('Gary Pressley', person). -type('Gayla Ly', person). -type('Gaylord Solomon', person). -type('Geneva Brigham', person). -type('Gilbert Magnuson', person). -type('Gino Lance', person). -type('Hannah Solomon', person). -type('Hattie Mcdonald', person). -type('Haydee Pressley', person). -type('Hilton Mask', person). -type('Howard Magnuson', person). -type('Hugo Solomon', person). -type('Ian Herrington', person). -type('Isidro Herrington', person). -type('Ismael Ahn', person). -type('Ivette Solomon', person). -type('Jackqueline Herrington', person). -type('Jacob Mathews', person). -type('Jame Gauthier', person). -type('Jan Ly', person). -type('Jean Gauthier', person). -type('Jed Herrington', person). -type('Jeremiah Barfield', person). -type('Jeremy Rodgers', person). -type('Jermaine Herrington', person). -type('Jodi Molnar', person). -type('Joline Chumley', person). -type('Juan Magnuson', person). -type('Juanita Lance', person). -type('Julian Sides', person). -type('Justine Ahn', person). -type('Karolyn Lance', person). -type('Kerrie Mahan', person). -type('Kerry Rodgers', person). -type('Kevin Haworth', person). -type('Kip Mace', person). -type('Kraig Lance', person). -type('Kris Sides', person). -type('Kristi Solomon', person). -type('Kyle Lance', person). -type('Larue Barfield', person). -type('Latrina Mace', person). -type('Lawerence Mace', person). -type('Leena Lance', person). -type('Leif Brigham', person). -type('Leisa Herrington', person). -type('Lela Lance', person). -type('Leonora Herrington', person). -type('Lera Ahn', person). -type('Linda Herrington', person). -type('Lorelei Oconnell', person). -type('Lori Solomon', person). -type('Luciano Lance', person). -type('Lucretia Mahan', person). -type('Lyndon Lance', person). -type('Madaline Magnuson', person). -type('Madelyn Magnuson', person). -type('Manda Stearns', person). -type('Marianne Lance', person). -type('Marilyn Hutchison', person). -type('Marion Mask', person). -type('Maurice Lance', person). -type('Mauricio Molnar', person). -type('Meagan Mace', person). -type('Mechelle Lance', person). -type('Micki Lance', person). -type('Milford Gerald', person). -type('Minh Chumley', person). -type('Mireya Abbott', person). -type('Nancy Lance', person). -type('Nanette Merkel', person). -type('Nathanial Ahn', person). -type('Nita Poteat', person). -type('Noah Merkel', person). -type('Normand Lance', person). -type('Oleta Haworth', person). -type('Oren Lance', person). -type('Oskar Molnar', person). -type('Ozella Abbott', person). -type('Pasquale Mathews', person). -type('Pauletta Tuggle', person). -type('Pearlie Tuggle', person). -type('Pedro Ly', person). -type('Peter Merkel', person). -type('Rana Chumley', person). -type('Randell Hutchison', person). -type('Randolph Maciel', person). -type('Reynaldo Poteat', person). -type('Richie Gerald', person). -type('Robbie Oconnell', person). -type('Roberta Mace', person). -type('Rocco Lance', person). -type('Rolland Hutchison', person). -type('Roni Lance', person). -type('Ronnie Jacobo', person). -type('Rosaria Solomon', person). -type('Roxanne Jacobo', person). -type('Rubie Jacobo', person). -type('Ruby Ahn', person). -type('Rubye Chumley', person). -type('Ryan Willis', person). -type('Sammy Herrington', person). -type('Sanford Herrington', person). -type('Sang Chumley', person). -type('Scot Solomon', person). -type('Selena Lance', person). -type('Selina Merkel', person). -type('Shandi Stearns', person). -type('Sheldon Lance', person). -type('Shelton Lance', person). -type('Shemika Herrington', person). -type('Shon Mahan', person). -type('Sid Mahan', person). -type('Sueann Lance', person). -type('Tanja Herrington', person). -type('Tawana Mcclintock', person). -type('Timothy Chumley', person). -type('Tyrone Jacobo', person). -type('Vicki Mask', person). -type('Virgina Pressley', person). -type('Vivienne Chumley', person). -type('Wallace Tuggle', person). -type('Warren Oconnell', person). -type('Werner Tuggle', person). -type('Wiley Herrington', person). -type('Wm Mcdonald', person). -type('Yoko Pressley', person). -type('Yoshiko Chumley', person). -type('Zelma Lance', person). -type('Zoila Mangum', person). - -great_grandmother(X, Y) :- - great_grandparent(X, Y), - female(Y). - -:- dynamic message_hook/3. -:- multifile message_hook/3. - - -:- dynamic dob/2. - -dob('Adah Herrington', '0327-04-10'). -dob('Adelaida Lance', '0315-09-22'). -dob('Adolph Chumley', '0259-02-26'). -dob('Adrianna Lance', '0286-11-14'). -dob('Ai Maciel', '0262-01-11'). -dob('Aida Pressley', '0342-06-21'). -dob('Aletha Ahn', '0348-07-17'). -dob('Alethia Lance', '0310-09-04'). -dob('Ali Solomon', '0312-01-02'). -dob('Allan Lance', '0283-04-25'). -dob('Amina Pressley', '0264-03-20'). -dob('Anastasia Merkel', '0289-02-05'). -dob('Annabelle Mathews', '0278-10-09'). -dob('Annette Chumley', '0347-03-30'). -dob('Antony Dugan', '0258-04-09'). -dob('Armando Poteat', '0345-10-03'). -dob('Aura Lance', '0281-06-10'). -dob('Basil Mahan', '0340-07-26'). -dob('Benton Willis', '0280-02-20'). -dob('Betsy Poteat', '0317-01-10'). -dob('Bettye Sides', '0240-05-29'). -dob('Blondell Lance', '0281-02-01'). -dob('Bobby Mahan', '0293-10-15'). -dob('Boyd Mangum', '0266-03-26'). -dob('Brad Mahan', '0318-02-17'). -dob('Burl Magnuson', '0344-10-01'). -dob('Calvin Lance', '0230-07-31'). -dob('Carlton Chumley', '0310-07-23'). -dob('Chance Lance', '0251-12-14'). -dob('Charissa Gerald', '0285-08-27'). -dob('Charity Dugan', '0254-01-01'). -dob('Chuck Stearns', '0338-11-16'). -dob('Clara Mcclintock', '0284-10-19'). -dob('Claudette Willis', '0282-02-19'). -dob('Clement Stearns', '0312-05-16'). -dob('Clinton Lance', '0319-01-05'). -dob('Concepcion Lance', '0257-07-21'). -dob('Coral Lance', '0205-09-06'). -dob('Cornelius Solomon', '0288-01-12'). -dob('Cristal Hutchison', '0351-08-28'). -dob('Cristina Ahn', '0316-08-21'). -dob('Cruz Pressley', '0317-07-29'). -dob('Dalton Mathews', '0304-05-25'). -dob('Darrell Lance', '0260-01-24'). -dob('Dean Chumley', '0340-04-25'). -dob('Deborah Lance', '0253-05-20'). -dob('Delinda Ly', '0314-08-06'). -dob('Deloris Solomon', '0263-06-21'). -dob('Dennis Lance', '0252-02-28'). -dob('Dexter Solomon', '0335-07-06'). -dob('Diane Lance', '0255-10-13'). -dob('Dick Hutchison', '0347-07-19'). -dob('Domingo Mcclintock', '0288-01-10'). -dob('Domonique Mahan', '0348-04-12'). -dob('Donald Herrington', '0236-03-04'). -dob('Donnie Mahan', '0347-01-15'). -dob('Douglas Pressley', '0292-03-10'). -dob('Edris Lance', '0312-04-09'). -dob('Edwardo Lance', '0257-05-22'). -dob('Edwin Lance', '0261-05-05'). -dob('Elbert Hutchison', '0345-11-27'). -dob('Elicia Chumley', '0286-06-28'). -dob('Emerson Ahn', '0293-05-22'). -dob('Enid Lance', '0289-12-17'). -dob('Eric Lance', '0291-11-05'). -dob('Essie Lance', '0231-04-11'). -dob('Everette Hutchison', '0344-11-27'). -dob('Francine Lance', '0265-08-12'). -dob('Fred Abbott', '0311-02-09'). -dob('Garry Poteat', '0315-10-23'). -dob('Gary Pressley', '0264-04-27'). -dob('Gayla Ly', '0341-03-18'). -dob('Gaylord Solomon', '0312-01-02'). -dob('Geneva Brigham', '0287-05-17'). -dob('Gilbert Magnuson', '0319-03-13'). -dob('Gino Lance', '0288-01-16'). -dob('Hannah Solomon', '0341-05-01'). -dob('Hattie Mcdonald', '0228-04-18'). -dob('Haydee Pressley', '0324-09-05'). -dob('Hilton Mask', '0313-03-12'). -dob('Howard Magnuson', '0290-11-27'). -dob('Hugo Solomon', '0264-10-28'). -dob('Ian Herrington', '0354-03-07'). -dob('Isidro Herrington', '0293-08-21'). -dob('Ismael Ahn', '0320-07-02'). -dob('Ivette Solomon', '0316-02-17'). -dob('Jackqueline Herrington', '0295-10-12'). -dob('Jacob Mathews', '0312-12-13'). -dob('Jame Gauthier', '0290-10-02'). -dob('Jan Ly', '0345-02-16'). -dob('Jean Gauthier', '0291-04-02'). -dob('Jed Herrington', '0263-06-18'). -dob('Jeremiah Barfield', '0233-01-17'). -dob('Jeremy Rodgers', '0205-05-28'). -dob('Jermaine Herrington', '0321-05-22'). -dob('Jodi Molnar', '0209-05-26'). -dob('Joline Chumley', '0311-10-19'). -dob('Juan Magnuson', '0317-09-22'). -dob('Juanita Lance', '0311-09-29'). -dob('Julian Sides', '0208-06-26'). -dob('Justine Ahn', '0323-02-20'). -dob('Karolyn Lance', '0234-11-06'). -dob('Kerrie Mahan', '0319-12-18'). -dob('Kerry Rodgers', '0206-09-19'). -dob('Kevin Haworth', '0205-03-25'). -dob('Kip Mace', '0258-02-25'). -dob('Kraig Lance', '0263-07-03'). -dob('Kris Sides', '0212-10-24'). -dob('Kristi Solomon', '0286-01-18'). -dob('Kyle Lance', '0253-11-30'). -dob('Larue Barfield', '0232-09-17'). -dob('Latrina Mace', '0322-03-24'). -dob('Lawerence Mace', '0291-12-01'). -dob('Leena Lance', '0231-09-02'). -dob('Leif Brigham', '0290-08-09'). -dob('Leisa Herrington', '0209-02-08'). -dob('Lela Lance', '0264-05-16'). -dob('Leonora Herrington', '0319-06-15'). -dob('Lera Ahn', '0322-03-20'). -dob('Linda Herrington', '0235-08-21'). -dob('Lorelei Oconnell', '0321-10-13'). -dob('Lori Solomon', '0310-03-26'). -dob('Luciano Lance', '0202-07-14'). -dob('Lucretia Mahan', '0292-05-21'). -dob('Lyndon Lance', '0347-02-26'). -dob('Madaline Magnuson', '0290-11-08'). -dob('Madelyn Magnuson', '0320-07-13'). -dob('Manda Stearns', '0341-09-19'). -dob('Marianne Lance', '0261-11-09'). -dob('Marilyn Hutchison', '0318-07-13'). -dob('Marion Mask', '0287-08-16'). -dob('Maurice Lance', '0235-10-05'). -dob('Mauricio Molnar', '0232-03-24'). -dob('Meagan Mace', '0258-11-18'). -dob('Mechelle Lance', '0285-12-16'). -dob('Micki Lance', '0282-10-09'). -dob('Milford Gerald', '0317-01-10'). -dob('Minh Chumley', '0314-09-04'). -dob('Mireya Abbott', '0311-05-07'). -dob('Nancy Lance', '0230-01-14'). -dob('Nanette Merkel', '0324-09-28'). -dob('Nathanial Ahn', '0325-01-24'). -dob('Nita Poteat', '0343-10-16'). -dob('Noah Merkel', '0290-12-08'). -dob('Normand Lance', '0229-05-11'). -dob('Oleta Haworth', '0207-02-22'). -dob('Oren Lance', '0286-11-09'). -dob('Oskar Molnar', '0208-03-08'). -dob('Ozella Abbott', '0336-11-25'). -dob('Pasquale Mathews', '0274-05-18'). -dob('Pauletta Tuggle', '0235-01-16'). -dob('Pearlie Tuggle', '0213-06-12'). -dob('Pedro Ly', '0315-02-01'). -dob('Peter Merkel', '0263-05-28'). -dob('Rana Chumley', '0345-03-21'). -dob('Randell Hutchison', '0319-07-16'). -dob('Randolph Maciel', '0264-03-01'). -dob('Reynaldo Poteat', '0342-12-06'). -dob('Richie Gerald', '0286-07-23'). -dob('Robbie Oconnell', '0348-07-14'). -dob('Roberta Mace', '0287-12-02'). -dob('Rocco Lance', '0234-02-03'). -dob('Rolland Hutchison', '0343-07-02'). -dob('Roni Lance', '0260-04-27'). -dob('Ronnie Jacobo', '0235-01-01'). -dob('Rosaria Solomon', '0290-03-21'). -dob('Roxanne Jacobo', '0235-06-20'). -dob('Rubie Jacobo', '0200-05-15'). -dob('Ruby Ahn', '0293-10-17'). -dob('Rubye Chumley', '0340-05-09'). -dob('Ryan Willis', '0309-04-23'). -dob('Sammy Herrington', '0209-05-24'). -dob('Sanford Herrington', '0228-11-03'). -dob('Sang Chumley', '0343-02-11'). -dob('Scot Solomon', '0334-08-20'). -dob('Selena Lance', '0260-10-20'). -dob('Selina Merkel', '0263-04-07'). -dob('Shandi Stearns', '0313-02-28'). -dob('Sheldon Lance', '0231-08-15'). -dob('Shelton Lance', '0313-04-09'). -dob('Shemika Herrington', '0262-08-20'). -dob('Shon Mahan', '0345-06-07'). -dob('Sid Mahan', '0343-11-19'). -dob('Sueann Lance', '0235-08-05'). -dob('Tanja Herrington', '0323-02-07'). -dob('Tawana Mcclintock', '0314-01-19'). -dob('Timothy Chumley', '0283-06-27'). -dob('Tyrone Jacobo', '0205-02-13'). -dob('Vicki Mask', '0287-10-28'). -dob('Virgina Pressley', '0287-09-16'). -dob('Vivienne Chumley', '0313-07-07'). -dob('Wallace Tuggle', '0237-02-12'). -dob('Warren Oconnell', '0320-09-01'). -dob('Werner Tuggle', '0212-10-26'). -dob('Wiley Herrington', '0319-05-19'). -dob('Wm Mcdonald', '0229-05-28'). -dob('Yoko Pressley', '0315-11-13'). -dob('Yoshiko Chumley', '0257-06-24'). -dob('Zelma Lance', '0278-01-24'). -dob('Zoila Mangum', '0261-07-03'). - -great_grandparent(X, Y) :- - grandparent(X, Z), - parent(Z, Y). - -:- dynamic job/2. - -job('Adah Herrington', banker). -job('Adelaida Lance', 'chemist, analytical'). -job('Adolph Chumley', 'chartered accountant'). -job('Adrianna Lance', 'media planner'). -job('Ai Maciel', 'doctor, general practice'). -job('Aida Pressley', 'insurance account manager'). -job('Aletha Ahn', 'food technologist'). -job('Alethia Lance', 'trading standards officer'). -job('Ali Solomon', 'engineer, petroleum'). -job('Allan Lance', 'training and development officer'). -job('Amina Pressley', 'animal technologist'). -job('Anastasia Merkel', 'television camera operator'). -job('Annabelle Mathews', 'designer, interior/spatial'). -job('Annette Chumley', 'plant breeder/geneticist'). -job('Antony Dugan', 'nurse, learning disability'). -job('Armando Poteat', 'sales executive'). -job('Aura Lance', meteorologist). -job('Basil Mahan', 'sport and exercise psychologist'). -job('Benton Willis', 'producer, television/film/video'). -job('Betsy Poteat', 'retail buyer'). -job('Bettye Sides', 'geologist, wellsite'). -job('Blondell Lance', 'animal technologist'). -job('Bobby Mahan', 'air broker'). -job('Boyd Mangum', 'medical physicist'). -job('Brad Mahan', 'psychologist, occupational'). -job('Burl Magnuson', 'investment banker, operational'). -job('Calvin Lance', 'museum/gallery conservator'). -job('Carlton Chumley', pharmacologist). -job('Chance Lance', 'secondary school teacher'). -job('Charissa Gerald', 'development worker, international aid'). -job('Charity Dugan', 'surveyor, minerals'). -job('Chuck Stearns', 'editor, film/video'). -job('Clara Mcclintock', 'fashion designer'). -job('Claudette Willis', 'exercise physiologist'). -job('Clement Stearns', 'aeronautical engineer'). -job('Clinton Lance', 'editor, commissioning'). -job('Concepcion Lance', 'journalist, broadcasting'). -job('Coral Lance', 'early years teacher'). -job('Cornelius Solomon', copy). -job('Cristal Hutchison', 'sales professional, it'). -job('Cristina Ahn', 'sales professional, it'). -job('Cruz Pressley', 'media buyer'). -job('Dalton Mathews', 'scientist, audiological'). -job('Darrell Lance', 'surveyor, minerals'). -job('Dean Chumley', 'education officer, environmental'). -job('Deborah Lance', 'product designer'). -job('Delinda Ly', 'patent examiner'). -job('Deloris Solomon', 'scientist, water quality'). -job('Dennis Lance', 'medical physicist'). -job('Dexter Solomon', 'therapist, horticultural'). -job('Diane Lance', 'manufacturing systems engineer'). -job('Dick Hutchison', 'medical illustrator'). -job('Domingo Mcclintock', 'product designer'). -job('Domonique Mahan', 'designer, television/film set'). -job('Donald Herrington', 'office manager'). -job('Donnie Mahan', 'psychologist, clinical'). -job('Douglas Pressley', 'set designer'). -job('Edris Lance', 'fisheries officer'). -job('Edwardo Lance', 'recruitment consultant'). -job('Edwin Lance', 'health promotion specialist'). -job('Elbert Hutchison', 'research scientist (physical sciences)'). -job('Elicia Chumley', 'restaurant manager, fast food'). -job('Emerson Ahn', 'scientist, biomedical'). -job('Enid Lance', 'manufacturing systems engineer'). -job('Eric Lance', 'programme researcher, broadcasting/film/video'). -job('Essie Lance', 'psychologist, clinical'). -job('Everette Hutchison', make). -job('Francine Lance', 'tax inspector'). -job('Fred Abbott', 'surveyor, hydrographic'). -job('Garry Poteat', 'programmer, multimedia'). -job('Gary Pressley', 'radiographer, therapeutic'). -job('Gayla Ly', 'environmental education officer'). -job('Gaylord Solomon', 'journalist, broadcasting'). -job('Geneva Brigham', dietitian). -job('Gilbert Magnuson', 'warehouse manager'). -job('Gino Lance', 'geologist, wellsite'). -job('Hannah Solomon', 'quantity surveyor'). -job('Hattie Mcdonald', 'insurance broker'). -job('Haydee Pressley', immunologist). -job('Hilton Mask', 'retail merchandiser'). -job('Howard Magnuson', 'surveyor, planning and development'). -job('Hugo Solomon', 'scientist, marine'). -job('Ian Herrington', 'runner, broadcasting/film/video'). -job('Isidro Herrington', 'warden/ranger'). -job('Ismael Ahn', 'theatre stage manager'). -job('Ivette Solomon', optometrist). -job('Jackqueline Herrington', 'insurance underwriter'). -job('Jacob Mathews', 'engineer, maintenance (it)'). -job('Jame Gauthier', 'records manager'). -job('Jan Ly', 'science writer'). -job('Jean Gauthier', 'medical technical officer'). -job('Jed Herrington', 'youth worker'). -job('Jeremiah Barfield', 'call centre manager'). -job('Jeremy Rodgers', 'licensed conveyancer'). -job('Jermaine Herrington', actuary). -job('Jodi Molnar', 'engineer, aeronautical'). -job('Joline Chumley', 'claims inspector/assessor'). -job('Juan Magnuson', 'teacher, special educational needs'). -job('Juanita Lance', artist). -job('Julian Sides', 'government social research officer'). -job('Justine Ahn', 'therapist, art'). -job('Karolyn Lance', ergonomist). -job('Kerrie Mahan', 'claims inspector/assessor'). -job('Kerry Rodgers', 'scientist, research (maths)'). -job('Kevin Haworth', copy). -job('Kip Mace', 'geographical information systems officer'). -job('Kraig Lance', 'financial risk analyst'). -job('Kris Sides', 'engineer, materials'). -job('Kristi Solomon', 'best boy'). -job('Kyle Lance', pharmacologist). -job('Larue Barfield', 'ambulance person'). -job('Latrina Mace', barista). -job('Lawerence Mace', 'medical laboratory scientific officer'). -job('Leena Lance', 'media buyer'). -job('Leif Brigham', 'drilling engineer'). -job('Leisa Herrington', 'fisheries officer'). -job('Lela Lance', 'aeronautical engineer'). -job('Leonora Herrington', 'charity fundraiser'). -job('Lera Ahn', 'colour technologist'). -job('Linda Herrington', 'broadcast journalist'). -job('Lorelei Oconnell', 'agricultural consultant'). -job('Lori Solomon', architect). -job('Luciano Lance', 'advertising art director'). -job('Lucretia Mahan', midwife). -job('Lyndon Lance', 'freight forwarder'). -job('Madaline Magnuson', 'conference centre manager'). -job('Madelyn Magnuson', 'designer, graphic'). -job('Manda Stearns', 'educational psychologist'). -job('Marianne Lance', 'scientist, research (medical)'). -job('Marilyn Hutchison', 'accommodation manager'). -job('Marion Mask', musician). -job('Maurice Lance', 'theme park manager'). -job('Mauricio Molnar', 'armed forces logistics/support/administrative officer'). -job('Meagan Mace', firefighter). -job('Mechelle Lance', 'designer, blown glass/stained glass'). -job('Micki Lance', animator). -job('Milford Gerald', 'accountant, chartered management'). -job('Minh Chumley', 'local government officer'). -job('Mireya Abbott', 'warden/ranger'). -job('Nancy Lance', 'clinical scientist, histocompatibility and immunogenetics'). -job('Nanette Merkel', 'higher education lecturer'). -job('Nathanial Ahn', 'leisure centre manager'). -job('Nita Poteat', 'records manager'). -job('Noah Merkel', 'airline pilot'). -job('Normand Lance', 'insurance account manager'). -job('Oleta Haworth', 'production assistant, radio'). -job('Oren Lance', 'structural engineer'). -job('Oskar Molnar', 'trade union research officer'). -job('Ozella Abbott', 'armed forces technical officer'). -job('Pasquale Mathews', 'geneticist, molecular'). -job('Pauletta Tuggle', 'operational investment banker'). -job('Pearlie Tuggle', 'wellsite geologist'). -job('Pedro Ly', 'designer, exhibition/display'). -job('Peter Merkel', 'public librarian'). -job('Rana Chumley', 'equality and diversity officer'). -job('Randell Hutchison', 'chief financial officer'). -job('Randolph Maciel', interpreter). -job('Reynaldo Poteat', 'civil engineer, consulting'). -job('Richie Gerald', 'aeronautical engineer'). -job('Robbie Oconnell', 'product/process development scientist'). -job('Roberta Mace', 'conference centre manager'). -job('Rocco Lance', 'scientist, marine'). -job('Rolland Hutchison', 'television/film/video producer'). -job('Roni Lance', 'nurse, learning disability'). -job('Ronnie Jacobo', 'radiographer, therapeutic'). -job('Rosaria Solomon', 'scientist, biomedical'). -job('Roxanne Jacobo', land). -job('Rubie Jacobo', cytogeneticist). -job('Ruby Ahn', 'licensed conveyancer'). -job('Rubye Chumley', 'futures trader'). -job('Ryan Willis', 'garment/textile technologist'). -job('Sammy Herrington', 'trading standards officer'). -job('Sanford Herrington', 'personnel officer'). -job('Sang Chumley', 'adult nurse'). -job('Scot Solomon', 'surveyor, insurance'). -job('Selena Lance', 'counselling psychologist'). -job('Selina Merkel', barista). -job('Shandi Stearns', 'forensic scientist'). -job('Sheldon Lance', 'analytical chemist'). -job('Shelton Lance', 'conservator, museum/gallery'). -job('Shemika Herrington', 'designer, television/film set'). -job('Shon Mahan', 'doctor, hospital'). -job('Sid Mahan', 'chief operating officer'). -job('Sueann Lance', 'professor emeritus'). -job('Tanja Herrington', 'exhibition designer'). -job('Tawana Mcclintock', 'rural practice surveyor'). -job('Timothy Chumley', 'ambulance person'). -job('Tyrone Jacobo', 'fine artist'). -job('Vicki Mask', 'exhibitions officer, museum/gallery'). -job('Virgina Pressley', 'producer, television/film/video'). -job('Vivienne Chumley', 'buyer, retail'). -job('Wallace Tuggle', 'fitness centre manager'). -job('Warren Oconnell', 'catering manager'). -job('Werner Tuggle', 'therapist, art'). -job('Wiley Herrington', 'estate agent'). -job('Wm Mcdonald', 'youth worker'). -job('Yoko Pressley', 'media buyer'). -job('Yoshiko Chumley', 'furniture conservator/restorer'). -job('Zelma Lance', pharmacologist). -job('Zoila Mangum', 'health promotion specialist'). - -:- dynamic prolog_file_type/2. -:- multifile prolog_file_type/2. - -prolog_file_type(pl, prolog). -prolog_file_type(prolog, prolog). -prolog_file_type(qlf, prolog). -prolog_file_type(qlf, qlf). -prolog_file_type(A, executable) :- - system:current_prolog_flag(shared_object_extension, A). -prolog_file_type(dylib, executable) :- - system:current_prolog_flag(apple, true). - -grandson(X, Y) :- - grandchild(X, Y), - male(Y). - -:- dynamic hobby/2. - -hobby('Adah Herrington', birdwatching). -hobby('Adelaida Lance', geography). -hobby('Adolph Chumley', research). -hobby('Adrianna Lance', audiophile). -hobby('Ai Maciel', 'knowledge/word games'). -hobby('Aida Pressley', geocaching). -hobby('Aletha Ahn', croquet). -hobby('Alethia Lance', badminton). -hobby('Ali Solomon', 'fossil hunting'). -hobby('Allan Lance', 'rail transport modelling'). -hobby('Amina Pressley', jujitsu). -hobby('Anastasia Merkel', 'beauty pageants'). -hobby('Annabelle Mathews', softball). -hobby('Annette Chumley', golfing). -hobby('Antony Dugan', 'inline skating'). -hobby('Armando Poteat', 'radio-controlled model collecting'). -hobby('Aura Lance', videography). -hobby('Basil Mahan', 'butterfly watching'). -hobby('Benton Willis', learning). -hobby('Betsy Poteat', business). -hobby('Bettye Sides', curling). -hobby('Blondell Lance', 'magnet fishing'). -hobby('Bobby Mahan', pickleball). -hobby('Boyd Mangum', shuffleboard). -hobby('Brad Mahan', geocaching). -hobby('Burl Magnuson', 'trade fair visiting'). -hobby('Calvin Lance', 'lapel pins'). -hobby('Carlton Chumley', 'rock balancing'). -hobby('Chance Lance', breakdancing). -hobby('Charissa Gerald', audiophile). -hobby('Charity Dugan', 'dairy farming'). -hobby('Chuck Stearns', research). -hobby('Clara Mcclintock', 'mineral collecting'). -hobby('Claudette Willis', research). -hobby('Clement Stearns', 'mineral collecting'). -hobby('Clinton Lance', learning). -hobby('Concepcion Lance', 'magnet fishing'). -hobby('Coral Lance', 'whale watching'). -hobby('Cornelius Solomon', research). -hobby('Cristal Hutchison', fusilately). -hobby('Cristina Ahn', 'shortwave listening'). -hobby('Cruz Pressley', microscopy). -hobby('Dalton Mathews', 'life science'). -hobby('Darrell Lance', meditation). -hobby('Dean Chumley', 'science and technology studies'). -hobby('Deborah Lance', frisbee). -hobby('Delinda Ly', 'satellite watching'). -hobby('Deloris Solomon', chemistry). -hobby('Dennis Lance', 'ballet dancing'). -hobby('Dexter Solomon', antiquities). -hobby('Diane Lance', 'rock balancing'). -hobby('Dick Hutchison', leaves). -hobby('Domingo Mcclintock', 'table football'). -hobby('Domonique Mahan', shogi). -hobby('Donald Herrington', learning). -hobby('Donnie Mahan', 'radio-controlled model playing'). -hobby('Douglas Pressley', 'whale watching'). -hobby('Edris Lance', sociology). -hobby('Edwardo Lance', 'people-watching'). -hobby('Edwin Lance', bowling). -hobby('Elbert Hutchison', 'city trip'). -hobby('Elicia Chumley', 'ant farming'). -hobby('Emerson Ahn', 'whale watching'). -hobby('Enid Lance', 'button collecting'). -hobby('Eric Lance', archaeology). -hobby('Essie Lance', herping). -hobby('Everette Hutchison', audiophile). -hobby('Francine Lance', fencing). -hobby('Fred Abbott', 'magnet fishing'). -hobby('Garry Poteat', 'mineral collecting'). -hobby('Gary Pressley', 'table tennis'). -hobby('Gayla Ly', 'shortwave listening'). -hobby('Gaylord Solomon', geocaching). -hobby('Geneva Brigham', physics). -hobby('Gilbert Magnuson', polo). -hobby('Gino Lance', lotology). -hobby('Hannah Solomon', 'stone collecting'). -hobby('Hattie Mcdonald', 'flower collecting and pressing'). -hobby('Haydee Pressley', research). -hobby('Hilton Mask', netball). -hobby('Howard Magnuson', architecture). -hobby('Hugo Solomon', 'bus spotting'). -hobby('Ian Herrington', 'shortwave listening'). -hobby('Isidro Herrington', 'radio-controlled model playing'). -hobby('Ismael Ahn', archaeology). -hobby('Ivette Solomon', geography). -hobby('Jackqueline Herrington', audiophile). -hobby('Jacob Mathews', 'sea glass collecting'). -hobby('Jame Gauthier', 'auto audiophilia'). -hobby('Jan Ly', 'aircraft spotting'). -hobby('Jean Gauthier', 'stone collecting'). -hobby('Jed Herrington', fencing). -hobby('Jeremiah Barfield', cribbage). -hobby('Jeremy Rodgers', 'ant-keeping'). -hobby('Jermaine Herrington', skateboarding). -hobby('Jodi Molnar', herbalism). -hobby('Joline Chumley', 'satellite watching'). -hobby('Juan Magnuson', airsoft). -hobby('Juanita Lance', beekeeping). -hobby('Julian Sides', darts). -hobby('Justine Ahn', photography). -hobby('Karolyn Lance', 'bus spotting'). -hobby('Kerrie Mahan', 'laser tag'). -hobby('Kerry Rodgers', geography). -hobby('Kevin Haworth', 'powerboat racing'). -hobby('Kip Mace', 'shortwave listening'). -hobby('Kraig Lance', backgammon). -hobby('Kris Sides', 'disc golf'). -hobby('Kristi Solomon', 'nordic skating'). -hobby('Kyle Lance', shopping). -hobby('Larue Barfield', 'auto racing'). -hobby('Latrina Mace', benchmarking). -hobby('Lawerence Mace', microbiology). -hobby('Leena Lance', research). -hobby('Leif Brigham', tennis). -hobby('Leisa Herrington', surfing). -hobby('Lela Lance', 'sports memorabilia'). -hobby('Leonora Herrington', backgammon). -hobby('Lera Ahn', meteorology). -hobby('Linda Herrington', 'whale watching'). -hobby('Lorelei Oconnell', beekeeping). -hobby('Lori Solomon', entrepreneurship). -hobby('Luciano Lance', 'railway studies'). -hobby('Lucretia Mahan', mathematics). -hobby('Lyndon Lance', leaves). -hobby('Madaline Magnuson', 'sea glass collecting'). -hobby('Madelyn Magnuson', snowboarding). -hobby('Manda Stearns', trainspotting). -hobby('Marianne Lance', 'sea glass collecting'). -hobby('Marilyn Hutchison', learning). -hobby('Marion Mask', meteorology). -hobby('Maurice Lance', microscopy). -hobby('Mauricio Molnar', publishing). -hobby('Meagan Mace', 'aircraft spotting'). -hobby('Mechelle Lance', research). -hobby('Micki Lance', 'tour skating'). -hobby('Milford Gerald', 'science and technology studies'). -hobby('Minh Chumley', cycling). -hobby('Mireya Abbott', meditation). -hobby('Nancy Lance', 'fossil hunting'). -hobby('Nanette Merkel', 'auto audiophilia'). -hobby('Nathanial Ahn', antiquities). -hobby('Nita Poteat', engineering). -hobby('Noah Merkel', 'butterfly watching'). -hobby('Normand Lance', 'ant farming'). -hobby('Oleta Haworth', fishkeeping). -hobby('Oren Lance', 'knife collecting'). -hobby('Oskar Molnar', 'sea glass collecting'). -hobby('Ozella Abbott', 'auto audiophilia'). -hobby('Pasquale Mathews', publishing). -hobby('Pauletta Tuggle', 'vintage cars'). -hobby('Pearlie Tuggle', 'exhibition drill'). -hobby('Pedro Ly', microscopy). -hobby('Peter Merkel', 'insect collecting'). -hobby('Rana Chumley', reading). -hobby('Randell Hutchison', 'beach volleyball'). -hobby('Randolph Maciel', squash). -hobby('Reynaldo Poteat', 'whale watching'). -hobby('Richie Gerald', 'mineral collecting'). -hobby('Robbie Oconnell', reading). -hobby('Roberta Mace', 'table football'). -hobby('Rocco Lance', equestrianism). -hobby('Rolland Hutchison', 'car riding'). -hobby('Roni Lance', 'hobby horsing'). -hobby('Ronnie Jacobo', jujitsu). -hobby('Rosaria Solomon', publishing). -hobby('Roxanne Jacobo', geocaching). -hobby('Rubie Jacobo', 'social studies'). -hobby('Ruby Ahn', 'shortwave listening'). -hobby('Rubye Chumley', birdwatching). -hobby('Ryan Willis', deltiology). -hobby('Sammy Herrington', leaves). -hobby('Sanford Herrington', fishkeeping). -hobby('Sang Chumley', 'butterfly watching'). -hobby('Scot Solomon', publishing). -hobby('Selena Lance', biology). -hobby('Selina Merkel', 'movie memorabilia collecting'). -hobby('Shandi Stearns', 'butterfly watching'). -hobby('Sheldon Lance', myrmecology). -hobby('Shelton Lance', 'seashell collecting'). -hobby('Shemika Herrington', shoes). -hobby('Shon Mahan', research). -hobby('Sid Mahan', 'amateur astronomy'). -hobby('Sueann Lance', bowling). -hobby('Tanja Herrington', 'ant-keeping'). -hobby('Tawana Mcclintock', herping). -hobby('Timothy Chumley', 'shortwave listening'). -hobby('Tyrone Jacobo', 'aircraft spotting'). -hobby('Vicki Mask', lacrosse). -hobby('Virgina Pressley', horseshoes). -hobby('Vivienne Chumley', 'seashell collecting'). -hobby('Wallace Tuggle', flying). -hobby('Warren Oconnell', pinball). -hobby('Werner Tuggle', crystals). -hobby('Wiley Herrington', antiquities). -hobby('Wm Mcdonald', shoes). -hobby('Yoko Pressley', 'association football'). -hobby('Yoshiko Chumley', 'horseback riding'). -hobby('Zelma Lance', 'fossil hunting'). -hobby('Zoila Mangum', 'lapel pins'). - -granddaughter(X, Y) :- - grandchild(X, Y), - female(Y). - -:- dynamic portray/1. -:- multifile portray/1. - - -:- dynamic prolog_load_file/2. -:- multifile prolog_load_file/2. - - -:- dynamic goal_expansion/2. -:- multifile goal_expansion/2. - - -grandchild(X, Y) :- - grandparent(Y, X). - -great_uncle(X, Y) :- - grandparent(X, A), - brother(A, Y). - -:- dynamic resource/2. -:- multifile resource/2. - - -:- thread_local thread_message_hook/3. -:- dynamic thread_message_hook/3. -:- volatile thread_message_hook/3. - - -great_aunt(X, Y) :- - grandparent(X, A), - sister(A, Y). - -:- dynamic attribute/1. - -attribute(banker). -attribute(birdwatching). -attribute('chemist, analytical'). -attribute(geography). -attribute('chartered accountant'). -attribute(research). -attribute('media planner'). -attribute(audiophile). -attribute('doctor, general practice'). -attribute('knowledge/word games'). -attribute('insurance account manager'). -attribute(geocaching). -attribute('food technologist'). -attribute(croquet). -attribute('trading standards officer'). -attribute(badminton). -attribute('engineer, petroleum'). -attribute('fossil hunting'). -attribute('training and development officer'). -attribute('rail transport modelling'). -attribute('animal technologist'). -attribute(jujitsu). -attribute('television camera operator'). -attribute('beauty pageants'). -attribute('designer, interior/spatial'). -attribute(softball). -attribute('plant breeder/geneticist'). -attribute(golfing). -attribute('nurse, learning disability'). -attribute('inline skating'). -attribute('sales executive'). -attribute('radio-controlled model collecting'). -attribute(meteorologist). -attribute(videography). -attribute('sport and exercise psychologist'). -attribute('butterfly watching'). -attribute('producer, television/film/video'). -attribute(learning). -attribute('retail buyer'). -attribute(business). -attribute('geologist, wellsite'). -attribute(curling). -attribute('animal technologist'). -attribute('magnet fishing'). -attribute('air broker'). -attribute(pickleball). -attribute('medical physicist'). -attribute(shuffleboard). -attribute('psychologist, occupational'). -attribute(geocaching). -attribute('investment banker, operational'). -attribute('trade fair visiting'). -attribute('museum/gallery conservator'). -attribute('lapel pins'). -attribute(pharmacologist). -attribute('rock balancing'). -attribute('secondary school teacher'). -attribute(breakdancing). -attribute('development worker, international aid'). -attribute(audiophile). -attribute('surveyor, minerals'). -attribute('dairy farming'). -attribute('editor, film/video'). -attribute(research). -attribute('fashion designer'). -attribute('mineral collecting'). -attribute('exercise physiologist'). -attribute(research). -attribute('aeronautical engineer'). -attribute('mineral collecting'). -attribute('editor, commissioning'). -attribute(learning). -attribute('journalist, broadcasting'). -attribute('magnet fishing'). -attribute('early years teacher'). -attribute('whale watching'). -attribute(copy). -attribute(research). -attribute('sales professional, it'). -attribute(fusilately). -attribute('sales professional, it'). -attribute('shortwave listening'). -attribute('media buyer'). -attribute(microscopy). -attribute('scientist, audiological'). -attribute('life science'). -attribute('surveyor, minerals'). -attribute(meditation). -attribute('education officer, environmental'). -attribute('science and technology studies'). -attribute('product designer'). -attribute(frisbee). -attribute('patent examiner'). -attribute('satellite watching'). -attribute('scientist, water quality'). -attribute(chemistry). -attribute('medical physicist'). -attribute('ballet dancing'). -attribute('therapist, horticultural'). -attribute(antiquities). -attribute('manufacturing systems engineer'). -attribute('rock balancing'). -attribute('medical illustrator'). -attribute(leaves). -attribute('product designer'). -attribute('table football'). -attribute('designer, television/film set'). -attribute(shogi). -attribute('office manager'). -attribute(learning). -attribute('psychologist, clinical'). -attribute('radio-controlled model playing'). -attribute('set designer'). -attribute('whale watching'). -attribute('fisheries officer'). -attribute(sociology). -attribute('recruitment consultant'). -attribute('people-watching'). -attribute('health promotion specialist'). -attribute(bowling). -attribute('research scientist (physical sciences)'). -attribute('city trip'). -attribute('restaurant manager, fast food'). -attribute('ant farming'). -attribute('scientist, biomedical'). -attribute('whale watching'). -attribute('manufacturing systems engineer'). -attribute('button collecting'). -attribute('programme researcher, broadcasting/film/video'). -attribute(archaeology). -attribute('psychologist, clinical'). -attribute(herping). -attribute(make). -attribute(audiophile). -attribute('tax inspector'). -attribute(fencing). -attribute('surveyor, hydrographic'). -attribute('magnet fishing'). -attribute('programmer, multimedia'). -attribute('mineral collecting'). -attribute('radiographer, therapeutic'). -attribute('table tennis'). -attribute('environmental education officer'). -attribute('shortwave listening'). -attribute('journalist, broadcasting'). -attribute(geocaching). -attribute(dietitian). -attribute(physics). -attribute('warehouse manager'). -attribute(polo). -attribute('geologist, wellsite'). -attribute(lotology). -attribute('quantity surveyor'). -attribute('stone collecting'). -attribute('insurance broker'). -attribute('flower collecting and pressing'). -attribute(immunologist). -attribute(research). -attribute('retail merchandiser'). -attribute(netball). -attribute('surveyor, planning and development'). -attribute(architecture). -attribute('scientist, marine'). -attribute('bus spotting'). -attribute('runner, broadcasting/film/video'). -attribute('shortwave listening'). -attribute('warden/ranger'). -attribute('radio-controlled model playing'). -attribute('theatre stage manager'). -attribute(archaeology). -attribute(optometrist). -attribute(geography). -attribute('insurance underwriter'). -attribute(audiophile). -attribute('engineer, maintenance (it)'). -attribute('sea glass collecting'). -attribute('records manager'). -attribute('auto audiophilia'). -attribute('science writer'). -attribute('aircraft spotting'). -attribute('medical technical officer'). -attribute('stone collecting'). -attribute('youth worker'). -attribute(fencing). -attribute('call centre manager'). -attribute(cribbage). -attribute('licensed conveyancer'). -attribute('ant-keeping'). -attribute(actuary). -attribute(skateboarding). -attribute('engineer, aeronautical'). -attribute(herbalism). -attribute('claims inspector/assessor'). -attribute('satellite watching'). -attribute('teacher, special educational needs'). -attribute(airsoft). -attribute(artist). -attribute(beekeeping). -attribute('government social research officer'). -attribute(darts). -attribute('therapist, art'). -attribute(photography). -attribute(ergonomist). -attribute('bus spotting'). -attribute('claims inspector/assessor'). -attribute('laser tag'). -attribute('scientist, research (maths)'). -attribute(geography). -attribute(copy). -attribute('powerboat racing'). -attribute('geographical information systems officer'). -attribute('shortwave listening'). -attribute('financial risk analyst'). -attribute(backgammon). -attribute('engineer, materials'). -attribute('disc golf'). -attribute('best boy'). -attribute('nordic skating'). -attribute(pharmacologist). -attribute(shopping). -attribute('ambulance person'). -attribute('auto racing'). -attribute(barista). -attribute(benchmarking). -attribute('medical laboratory scientific officer'). -attribute(microbiology). -attribute('media buyer'). -attribute(research). -attribute('drilling engineer'). -attribute(tennis). -attribute('fisheries officer'). -attribute(surfing). -attribute('aeronautical engineer'). -attribute('sports memorabilia'). -attribute('charity fundraiser'). -attribute(backgammon). -attribute('colour technologist'). -attribute(meteorology). -attribute('broadcast journalist'). -attribute('whale watching'). -attribute('agricultural consultant'). -attribute(beekeeping). -attribute(architect). -attribute(entrepreneurship). -attribute('advertising art director'). -attribute('railway studies'). -attribute(midwife). -attribute(mathematics). -attribute('freight forwarder'). -attribute(leaves). -attribute('conference centre manager'). -attribute('sea glass collecting'). -attribute('designer, graphic'). -attribute(snowboarding). -attribute('educational psychologist'). -attribute(trainspotting). -attribute('scientist, research (medical)'). -attribute('sea glass collecting'). -attribute('accommodation manager'). -attribute(learning). -attribute(musician). -attribute(meteorology). -attribute('theme park manager'). -attribute(microscopy). -attribute('armed forces logistics/support/administrative officer'). -attribute(publishing). -attribute(firefighter). -attribute('aircraft spotting'). -attribute('designer, blown glass/stained glass'). -attribute(research). -attribute(animator). -attribute('tour skating'). -attribute('accountant, chartered management'). -attribute('science and technology studies'). -attribute('local government officer'). -attribute(cycling). -attribute('warden/ranger'). -attribute(meditation). -attribute('clinical scientist, histocompatibility and immunogenetics'). -attribute('fossil hunting'). -attribute('higher education lecturer'). -attribute('auto audiophilia'). -attribute('leisure centre manager'). -attribute(antiquities). -attribute('records manager'). -attribute(engineering). -attribute('airline pilot'). -attribute('butterfly watching'). -attribute('insurance account manager'). -attribute('ant farming'). -attribute('production assistant, radio'). -attribute(fishkeeping). -attribute('structural engineer'). -attribute('knife collecting'). -attribute('trade union research officer'). -attribute('sea glass collecting'). -attribute('armed forces technical officer'). -attribute('auto audiophilia'). -attribute('geneticist, molecular'). -attribute(publishing). -attribute('operational investment banker'). -attribute('vintage cars'). -attribute('wellsite geologist'). -attribute('exhibition drill'). -attribute('designer, exhibition/display'). -attribute(microscopy). -attribute('public librarian'). -attribute('insect collecting'). -attribute('equality and diversity officer'). -attribute(reading). -attribute('chief financial officer'). -attribute('beach volleyball'). -attribute(interpreter). -attribute(squash). -attribute('civil engineer, consulting'). -attribute('whale watching'). -attribute('aeronautical engineer'). -attribute('mineral collecting'). -attribute('product/process development scientist'). -attribute(reading). -attribute('conference centre manager'). -attribute('table football'). -attribute('scientist, marine'). -attribute(equestrianism). -attribute('television/film/video producer'). -attribute('car riding'). -attribute('nurse, learning disability'). -attribute('hobby horsing'). -attribute('radiographer, therapeutic'). -attribute(jujitsu). -attribute('scientist, biomedical'). -attribute(publishing). -attribute(land). -attribute(geocaching). -attribute(cytogeneticist). -attribute('social studies'). -attribute('licensed conveyancer'). -attribute('shortwave listening'). -attribute('futures trader'). -attribute(birdwatching). -attribute('garment/textile technologist'). -attribute(deltiology). -attribute('trading standards officer'). -attribute(leaves). -attribute('personnel officer'). -attribute(fishkeeping). -attribute('adult nurse'). -attribute('butterfly watching'). -attribute('surveyor, insurance'). -attribute(publishing). -attribute('counselling psychologist'). -attribute(biology). -attribute(barista). -attribute('movie memorabilia collecting'). -attribute('forensic scientist'). -attribute('butterfly watching'). -attribute('analytical chemist'). -attribute(myrmecology). -attribute('conservator, museum/gallery'). -attribute('seashell collecting'). -attribute('designer, television/film set'). -attribute(shoes). -attribute('doctor, hospital'). -attribute(research). -attribute('chief operating officer'). -attribute('amateur astronomy'). -attribute('professor emeritus'). -attribute(bowling). -attribute('exhibition designer'). -attribute('ant-keeping'). -attribute('rural practice surveyor'). -attribute(herping). -attribute('ambulance person'). -attribute('shortwave listening'). -attribute('fine artist'). -attribute('aircraft spotting'). -attribute('exhibitions officer, museum/gallery'). -attribute(lacrosse). -attribute('producer, television/film/video'). -attribute(horseshoes). -attribute('buyer, retail'). -attribute('seashell collecting'). -attribute('fitness centre manager'). -attribute(flying). -attribute('catering manager'). -attribute(pinball). -attribute('therapist, art'). -attribute(crystals). -attribute('estate agent'). -attribute(antiquities). -attribute('youth worker'). -attribute(shoes). -attribute('media buyer'). -attribute('association football'). -attribute('furniture conservator/restorer'). -attribute('horseback riding'). -attribute(pharmacologist). -attribute('fossil hunting'). -attribute('health promotion specialist'). -attribute('lapel pins'). - -grandfather(X, Y) :- - grandparent(X, Y), - male(Y). - -female(X) :- - gender(X, female). - -:- multifile prolog_predicate_name/2. - - -grandmother(X, Y) :- - grandparent(X, Y), - female(Y). - -:- dynamic resource/3. -:- multifile resource/3. - - -grandparent(X, Y) :- - parent(X, Z), - parent(Z, Y). - -:- dynamic save_all_clauses_to_file/1. - -save_all_clauses_to_file(A) :- - open(A, write, B), - set_output(B), - listing, - close(B). - -nephew(X, Y) :- - sibling(X, A), - son(A, Y).