function makeFormAuthors() { var mypara=document.getElementById("form_2"); //myform=document.createElement("form"); myselect_author = document.createElement("select"); var myOnChangeAuthor = new Function("e", "location.href=myselect_author.options[myselect_author.selectedIndex].value"); myselect_author.onchange=myOnChangeAuthor; theOption=document.createElement("OPTION"); theText=document.createTextNode("Selectati un autor"); theOption.appendChild(theText); theOption.setAttribute("value","javascript:;"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode(" Robin Bayley "); theOption.appendChild(theText); theOption.setAttribute("value","/autori/robin-bayley/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("A. C. Grayling"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/a-c-grayling/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("A. Farmer"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/a-farmer/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("A. J. Ayer"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/a-j-ayer/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("A. Woppert"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/a-woppert/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("A.A. Richards"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/a-a-richards/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("A.C. Thompson"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/a-c-thompson/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("A.D. Miller"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/a-d-miller/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("A.J. Augard"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/a-j-augard/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Adam Smith"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/adam-smith/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Adela Rogojinaru"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/adela-rogojinaru/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Adina Albu"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/adina-albu/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Adobe Creative Team"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/adobe-creative-team/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Adrian Dimond"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/adrian-dimond/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Adrian Georgescu"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/adrian-georgescu/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Adrian Orban"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/adrian-orban/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Adrian Savoiu"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/adrian-savoiu/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Adrian Stoicescu"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/adrian-stoicescu/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Adrian Voicu"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/adrian-voicu/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Adriana Gheorghe"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/adriana-gheorghe/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Adriana Ghita"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/adriana-ghita/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Adriana Petrescu"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/adriana-petrescu/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Adriana Stoichitoiu-Ichim"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/adriana-stoichitoiu-ichim/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Aida Todi"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/aida-todi/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Aidan MacFarlane"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/aidan-macfarlane/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Alain Golay"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/alain-golay/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Alan Charleswoth"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/alan-charleswoth/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Alan Farmer"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/alan-farmer/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Alan Spooner"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/alan-spooner/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Alberto Magni"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/alberto-magni/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Alexa Capra"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/alexa-capra/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Alexandra Florea"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/alexandra-florea/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Alexandrina Dumitru"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/alexandrina-dumitru/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Alexandru Ivanov"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/alexandru-ivanov/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Alin Burta"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/alin-burta/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Alina Slapac"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/alina-slapac/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Alison Bond"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/alison-bond/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Allan Massie"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/allan-massie/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Allen J. Woppert"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/allen-j-woppert/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Alphonse Daudet"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/alphonse-daudet/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Amanda Hodgkinson"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/amanda-hodgkinson/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Ana Maria Gal"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/ana-maria-gal/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Ana Ramona Lupu"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/ana-ramona-lupu/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Anatole France"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/anatole-france/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Anca Ionici"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/anca-ionici/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Anca Serban"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/anca-serban/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Andra Vasilescu"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/andra-vasilescu/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Andrea Rausch"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/andrea-rausch/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Andreea Rodica Sterian"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/andreea-rodica-sterian/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Andrei Buruiana"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/andrei-buruiana/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Andrei Petrescu"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/andrei-petrescu/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Andres Sorel"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/andres-sorel/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Andrew Davidson"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/andrew-davidson/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Andrew Jack"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/andrew-jack/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Andrew Jennings"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/andrew-jennings/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Andrew Morton"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/andrew-morton/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Andrina Stiles"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/andrina-stiles/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Angela Hatton"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/angela-hatton/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Angelea Anderson"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/angelea-anderson/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Anghel Traian Anghel"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/anghel-traian-anghel/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Anita Shreve"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/anita-shreve/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Ann McPherson"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/ann-mcpherson/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Anna Selby"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/anna-selby/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Anna-Maria Nagy"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/anna-maria-nagy/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Annalisa Zocco"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/annalisa-zocco/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Anne Benthues"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/anne-benthues/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Anne Iburg"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/anne-iburg/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Anne Marie Mueser"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/anne-marie-mueser/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Anne Panican"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/anne-panican/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Anne Plichota"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/anne-plichota/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Anne Sheasby"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/anne-sheasby/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Anne Thevenin"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/anne-thevenin/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Anne-Marie Buttin"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/anne-marie-buttin/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Annette Brunsing"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/annette-brunsing/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Anthony A. Barrett"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/anthony-a-barrett/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Anthony Campbell"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/anthony-campbell/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Anthony Giddens"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/anthony-giddens/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Anthony R. Birley"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/anthony-r-birley/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Anthony Weston"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/anthony-weston/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Antoaneta Olteanu"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/antoaneta-olteanu/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Anton Adamut"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/anton-adamut/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Anton Hugli"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/anton-hugli/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Anton Pavlovici Cehov"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/anton-pavlovici-cehov/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Antonio Forcellino "); theOption.appendChild(theText); theOption.setAttribute("value","/autori/antonio-forcellino/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Antonio M. Gotto"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/antonio-m-gotto/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Arina Avram"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/arina-avram/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Aristita Negreanu"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/aristita-negreanu/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Arlene Judith Klotzko"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/arlene-judith-klotzko/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Asne Seierstad"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/asne-seierstad/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Astrid Heeper"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/astrid-heeper/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Astrid Wendlandt"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/astrid-wendlandt/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Aurel Ardelean"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/aurel-ardelean/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Aurelian Giugal"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/aurelian-giugal/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Aurora Mastroleo"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/aurora-mastroleo/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Aurora Mihail"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/aurora-mihail/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("AYLLET J.F."); theOption.appendChild(theText); theOption.setAttribute("value","/autori/ayllet-j-f/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Ayse Kulin"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/ayse-kulin/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("B. Disselbeck"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/b-disselbeck/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Barbara Derkow Disselbeck"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/barbara-derkow-disselbeck/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Barbara ker Wilson"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/barbara-ker-wilson/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Barbara Leonid Picard"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/barbara-leonid-picard/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Barbara Ravage"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/barbara-ravage/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Barbara Weber"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/barbara-weber/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Barbu Brezianu"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/barbu-brezianu/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Barry Sears"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/barry-sears/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("BARTLEY Paula"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/bartley-paula/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Bartolomé Bennassar"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/bartolome-bennassar/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Beata Aleksandrowicz"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/beata-aleksandrowicz/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Beatrice Compagnon"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/beatrice-compagnon/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Benjamin Spock"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/benjamin-spock/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Benson Smith"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/benson-smith/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Bernaed J. Gersh"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/bernaed-j-gersh/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Bernard Eder"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/bernard-eder/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Bernhard Eder"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/bernhard-eder/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Bertrand Russell"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/bertrand-russel/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Bill Bishop"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/bill-bishop/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Bill Lawren"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/bill-lawren/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Bill Phillips"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/bill-phillips/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Bob Dylan"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/bob-dylan/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Bob Wall"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/bob-wall/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Bob Whitman"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/bob-whitman/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Bogdan Teodorescu"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/bogdan-teodorescu/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("BOURDILLON Hilary"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/bourdillon-hilary/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Brad E. Steiger"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/brad-e-steiger/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Breck England"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/breck-england/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Brian Arnold"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/brian-arnold/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Brian Leigh Molyneaux"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/brian-leigh-molyneaux/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Bridget Wardley"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/bridget-wardley/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Brigitte Arivis"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/brigitte-arivis/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Brooke Siler"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/brooke-siler/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("BRUEGGEMANN Franz-Josef"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/brueggemann-franz-josef/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Bryan Ward-Perkins"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/bryan-ward-perkins/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Bujor Nedelcovici"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/bujor-nedelcovici/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("C. Clark"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/c-clark/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("C. Klein"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/c-klein/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("C. Voica"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/c-voica/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Caitlin Davies"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/caitlin-davies/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Carmen Bulzan"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/carmen-bulzan/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Carmen Maria Mecu"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/carmen-maria-mecu/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Carmen Nedelcu"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/carmen-nedelcu/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Carol Capita"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/carol-capita/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Carole Birch"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/carole-birch/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Carole Matthews "); theOption.appendChild(theText); theOption.setAttribute("value","/autori/carole-matthews/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Caroline Rogers"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/caroline-rogers/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Caroline Shreeve"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/caroline-shreeve/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Carsten Velten"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/carsten-velten/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Catalin Tirlea"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/catalin-tarlea/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Catalina Poiana"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/catalina-poiana/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Catherine Jones"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/catherine-jones/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Cecelia Ahern"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/cecelia-ahern-1/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Cendrine Wolf"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/cendrine-wolf/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Cesare Pavese"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/cesare-pavese/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Charles Downing"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/charles-downing/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Charles Matson Odahl"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/charles-matson-odahl/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Charles Sanders Peirce"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/charles-sanders-peirce/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Charlie Huston"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/charlie-huston/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Charlotte Bronte"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/charlotte-bronte/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Chris Clark"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/chris-clark/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Christa Poppelmann"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/christa-poppelmann/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Christian Jacq"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/christian-jacq/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Christian Kolb"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/christian-kolb/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Christopher Clark"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/christopher-clark/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Ciprian Mohorea"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/ciprian-mohorea/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Ciprian Valcan"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/ciprian-valcan/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Claire Gillman"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/claire-gillman/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Clara Zapata"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/clara-zapata/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Claudia Panait"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/claudia-panait/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Claudio Rendina"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/claudio-rendina/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Claudiu Bîndiu"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/claudiu-bindiu/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Clayton Walnum"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/clayton-walnum/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Colin Hope"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/colin-hope/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Colin Martin"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/colin-martin/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Coman Ioan Mircea si colaboratorii"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/coman-ioan-mircea-si-colaboratorii/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Constantin C. Giurescu"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/constantin-c-giurescu/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Constantin Dobrogeanu-Gherea"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/constantin-dobrogeanu-gherea/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Constantin Furtuna"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/constantin-furtuna/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Constantin Mantea"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/constantin-mantea/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Constantin Pădure"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/constantin-padure/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Constantin Stoiciu"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/constantin-stoiciu/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Constantin Vlad"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/constantin-vlad/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Corina Grigore"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/corina-grigore/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Corinne Hofmann"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/corinne-hofmann/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Cornelia Gheorghiu"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/cornelia-gheorghiu/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Cornelia Grecescu"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/cornelia-grecescu/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Corneliu Borundel"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/corneliu-borundel/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Cornelsen"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/cornelsen/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Costel Gheorghe"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/costel-gheorghe/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Crin Marcean"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/crin-marcean/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Cristian Moroianu"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/cristian-moroianu/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Cristina Gherman"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/cristina-gherman/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Cristina Nechifor"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/cristina-nechifor/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Cristina Vasile"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/cristina-vasile/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Curt Coffman"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/curt-hofmann/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Curt Frye"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/curt-frye/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Cyril Massarotto"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/cyril-massarotto/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Czeslaw Milosz"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/czeslaw-milosz/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Dabney Townsend"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/dabney-townsed/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Dan Clifton"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/dan-clifton/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Dan Fagarasanu"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/dan-fagarasanu/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Dan Gheorghe"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/dan-gheorghe/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Dan Peretianu"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/dan-peretianu/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Dana Bobocea"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/dana-bobocea/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Dana Jalobeanu"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/dana-jalobeanu/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Daniel Goleman"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/daniel-goleman/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Daniela Bogdan"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/daniela-bogdan/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Daniela Lovric"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/daniela-lovric/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Daniele Razzoli"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/daniele-razzoli/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Daniele Robotti"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/daniele-robotti/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Danila Comastri Montanari"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/danila-comastri-montanari/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Danny Riddell"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/danny-riddell/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Danut Vasile"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/danut-vasile/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Daoud Hari"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/daoud-hari/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("David Boucher"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/david-boucher/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("David Butler"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/david-butler/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("David Clarke"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/david-clarke/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("David F. Ford. ;trad. Germina Nagăţ"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/david-f-ford-trad-germina-nagat/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("David Sirota"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/david-sirota/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("David W. Swanson"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/david-w-swanson/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Deborah Colson"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/deborah-colson/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("DENGLER Helmut"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/dengler-helmut/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Derrick O’Keefe"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/derrick-o-keefe/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Diana Mandache"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/diana-mandache/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Doina Marian"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/doina-marian/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Domnita Tomescu"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/domnita-tomescu/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Donald D. Hensrud"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/donald-d-hensrud/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Donald M. Vickery"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/donald-m-vickery/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Donald O. Clifton"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/donald-o-clifton/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Donatella Ricci"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/donatella-ricci/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Donna Woolfolk Cross"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/donna-woolfolk-cross/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Dorin Uritescu"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/dorin-uritescu/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Dorina Cheval"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/dorina-cheval/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Dorinda Outram"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/dorinda-outram/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Dorothy Otnow Lewis"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/dorothy-otnow-lewis/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Douglas Jackson"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/douglas-jackson/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("dr. Armen Victorian"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/dr-armen-victorian/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Dr. D. G. Hessayon"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/dr-d-g-hessayon-1/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Dr. J. L. Berdonces"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/j-l-berdonces/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Dr. Rita Esen"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/dr-rita-esen/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Dragos Bigu"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/dragos-bigu/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Dumitru Copilu"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/dumitru-copilu/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Dumitru Murariu"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/dumitru-murariu/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Dusko Doder"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/dusko-doder/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Dylan Evans"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/dylan-evans/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Ecaterina Morar"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/ecaterina-morar/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Edmondo de Amicis"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/edmondo-de-amicis/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Edward Alan Glasper"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/edward-alan-glasper/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Edward Champlin"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/edward-champlin/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Elena Codres Barnea"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/elena-codres-barnea/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Elena Epure"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/elena-epure/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Elena Gardescu"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/elena-gardescu/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Elena Istrate"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/elena-istrate/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Elena Nedelcu"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/elena-nedelcu/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Elena Popa"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/elena-popa/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Elena Rotaru"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/elena-rotaru/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Elisabeth Blake"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/elisabeth-blake/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Elizabeth A. Martin"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/elizabeth-a-martin/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Elizabeth M. Ward"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/elizabeth-m-ward/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Emanuel Levy"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/emanuel-levy/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Emese-Marta Makai"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/emese-marta-makai/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Emil Ionescu"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/emil-ionescu/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Emilia Bejan"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/emilia-bejan/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("ENESCU George"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/enescu-george/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Eric Filson"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/eric-filson/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Eric Meyer"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/eric-meyer/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Eric Rosebrock"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/eric-rosebrock/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Erich Fleischhack"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/erich-fleischhack/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Esther Verhoff"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/esther-verhoff/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("ESTOR Helga"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/estor-helga/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Eufrosina Dorobantu"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/eufrosina-dorobantu/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Eugen Radu"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/eugen-radu/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Evan Fredo"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/evan-fredo/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Evi Crotti"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/evi-crotti/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("F. Massoulie"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/f-massoulie/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("F.Cartwright & M.Biddiss"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/f-cartwright-m-biddiss/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Fabio Geda"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/fabio-geda/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Fanica-Voinea Ene"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/fanica-voinea-ene/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Federica Bosco"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/federica-bosco-1/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Ferdinand Fellmann"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/ferdinand-fellmann/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Ferran Gallego"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/ferran-gallego/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Fiona McDonald Joyce"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/fiona-mcdonald-joyce/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Florentin Eugen Ipate"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/florentin-eugen-ipate/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Flori Lupu"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/flori-lupu/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Florian Lafani"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/florian-lafani/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Florica Macovei"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/florica-macovei/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Frank A. Chervenak"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/frank-a-chervenak/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Frank F. Bilstein"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/frank-f-bilstein/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Frank Luby"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/frank-luby/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Frank Newport"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/frank-newport/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Franz Lecher"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/franz-lecher/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Fratii Grimm"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/fratii-grimm/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Fred Vermorel"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/fred-vermorel/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Freda McManus"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/freda-mcmanus/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Frederick Copleston"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/frederick-copleston/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("G. Enescu"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/g-enescu/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("G.W.Leibniz"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/g-w-leipniz/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Gabriel Gonzalez-Molina"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/gabriel-gonzalez-molina/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Gabriela Apostol"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/gabriela-apostol/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Gabriela Cretia"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/gabriela-cretia/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Gabriela Duda"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/gabriela-duda/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Gaia Sacchi"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/gaia-sacchi/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Gareth Jones"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/gareth-jones/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Gautier Renault"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/gautier-renault/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Gene G Hunder"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/gene-g-hunder/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Geoff Layton"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/geoff-layton/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("George Carpozi"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/george-carpozi/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("George Eliot"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/george-eliot/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("George Enescu"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/george-enescu/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("george Loloiu"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/george-loloiu/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("George Ochoa"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/george-ochoa/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Georhe Enescu"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/georhe-enescu/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Gerald Messadie"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/gerald-messadie/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Gerald Posner"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/gerald-posner/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Gh. Herescu"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/gh-herescu/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Gheorghe Grigore"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/gheorghe-grigore/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Gheorghe M. Stefan"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/gheorghe-m-stefan/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Gheorghe Militaru"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/gheorghe-militaru/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Gheorghe Mohan"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/gheorghe-mohan/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Gianfranco Trapani"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/gianfranco-trapani/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Giles Foden"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/giles-foden/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Gilles Deleuze"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/gilles-deleuze/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Gillian Butler"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/gillian-butler/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Gillian McEwing"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/gillian-mcewing/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Gina French"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/gina-french/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Giuseppe Bonaviri"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/giuseppe-bonaviri/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Giuseppe Carrisi"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/giuseppe-carrisi/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Giuseppe Culicchia"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/giuseppe-culicchia/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Glen Urban"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/glen-urban/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Gordon Thomas"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/gordon-thomas/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Graham J. Mount"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/graham-j-mount/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Grazia Honegger Fresco"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/grazia-honegger-fresco/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Greg L. McLatchie"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/greg-l-mclatchie/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Gregory Berns"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/gregory-berns/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Gregory David Roberts"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/gregory-david-roberts/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Greta Gheorghe"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/greta-gheorghe/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Grigore Posea"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/grigore-posea/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Grigore Posea. Iuliana Armas"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/grigore-posea-iuliana-armas/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Guillaume Musso"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/guillaume-musso/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Gwyn Morgan"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/gwyn-morgan-1/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("H. Konig"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/h-konig/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("H. Scullard"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/h-scullard/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Hans Christian Andersen"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/hans-christian-andersen/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Hans Jurgen Heringer"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/hans-jurgen-heringer-1/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Hans Ludwig Ollig"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/hans-ludwig-ollig/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Hans Peter Gotz"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/hans-peter-gotz/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Hans Schwartz"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/hans-schwartz/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Hans Velten"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/hans-velten/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Hans-Dieter Zollondz"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/hans-dieter-zollondz/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Hans-Michael Klein"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/hans-michael-klein/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Harold L. Sirkin"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/harold-l-sirkin/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Hedrick Smith"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/hedrick-smith/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Heinz Hutter"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/heinz-hutter/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("helen exley"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/helen-exley/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Hellmut Schwartz"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/hellmut-schwartz/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Henry Fielding"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/henry-fielding/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Henry James"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/henry-james/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Henry Kissinger"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/henry-kissinger/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Herman Rothman"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/herman-rothman/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Hermann Hacktsein"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/hermann-hacktsein/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Hermann Simon"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/hermann-simon/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Howard E. Book"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/howard-e-book/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Howard Gardner"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/howard-gardner/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("I. Anghel"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/i-anghel/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("I.Millenari"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/i-millenari/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Ian J. Deary"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/ian-j-deary/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Imanuel Geiss"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/imanuel-geiss/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Immanuel Kant"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/immanuel-kant/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Ingo Schulze "); theOption.appendChild(theText); theOption.setAttribute("value","/autori/ingo-schulze/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Ioan Bontas"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/ioan-bontas/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Ioan Darabaneanu"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/ioan-darabaneanu/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Ioan Grosu"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/ioan-grosu/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Ioan Jinga"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/ioan-jinga/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Ioan Slavici"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/ioan-slavici/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Ioan Surdu"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/ioan-surdu/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Ioana Arinis"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/ioana-arinis/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Ioana Dragan"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/ioana-dragan/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Ioana Virtej"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/ioana-vartej/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Ioana-Alina Anca"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/ioana-alina-anca/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Ion Albu"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/ion-albu/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Ion Baciu"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/ion-baciu/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Ion C. Dida"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/ion-c-dida/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Ion Creanga"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/ion-creanga/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Ion Lica"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/ion-lica/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Ion Neacsu"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/ion-neacsu/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Istituto Geografico deAgostini"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/istituto-geografico-deagostini/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Italo Calvino"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/italo-calvino/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Iulian Grindei"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/iulian-grindei/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Iuliana Armas"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/iuliana-armas/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Iuliana Posea"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/iuliana-posea/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Iuri Andruhovici"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/iuri-andruhovici/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Ivan P. Kamenarovic"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/ivan-p-kamenarovic/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Ivor Porter"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/ivor-porter/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("J.B. Bury"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/j-b-bury/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("J.F.Aylett"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/j-f-aylett/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Jack Bowen"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/jack-bowen/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Jack R. Bowen"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/jack-r-bowen/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("James A. Duke"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/james-a-duke/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("James Borg"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/james-borg/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("James F. Fries"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/james-f-fries/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("James Gordon Finlayson"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/james-gordon-finlayson/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("James Harter"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/james-harter/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("James P. Andrew"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/james-p-andrew/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("James Reeves"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/james-reeves/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("James Riordan"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/james-riordan/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Jan Palmowski"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/jan-palmowski/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Jan Wong"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/jan-wong/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Jane Austen"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/jane-austen/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Janet Levine"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/janet-levine/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Jared Diamond"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/jared-diamond/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Jaroslav Vogeltanz"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/jaroslav-vogeltanz/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Jasminka Petrovic"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/jasminka-petrovic/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Jean Teulé"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/jean-teule/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Jean-Noel Robert"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/jean-noel-robert/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Jeanina Carstoiu"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/jeanina-carstoiu/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Jeffrey Pfeffer"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/jeffrey-pfeffer/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Jennie Walters"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/jennie-walters/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Jenny Oldfield"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/jenny-oldfield/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Jens Schorn"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/jens-schorn/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Jeremy Clarkson"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/jeremy-clarkson/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Jeremy Koudi"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/jeremy-koudi/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Jeremy Morgan"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/jeremy-morgan/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Jill Kilsby"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/jill-kilsby/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Jim Richardson"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/jim-richardson/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Joachim Friedrich"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/joachim-friedrich/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Joachim Maria Machado de Assis"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/joachim-maria-machado-de-assis/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Joan Gomez"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/joan-gomez/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Jochen Schleyer"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/jochen-schleyer/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Joel Levy"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/joel-levy/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("John Butterworth"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/john-butterworth/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("John Daintith"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/john-daintith/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("John Dunn"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/john-dunn/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("John E. King"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/john-e-king/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("John Foreyt"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/john-foreyt/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("John Galsworthy"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/john-galsworthy/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("John Gribbin"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/john-gribbin/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("John Izzo"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/john-izzo/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("John Mathews Larson"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/john-mathews-larson/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("John Michael Greer"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/john-michael-greer/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("John Mullins"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/john-mullins/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("John Nathan"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/john-nathan/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("John Pinder"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/john-pinder/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("John Warren"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/john-warren/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Jonathan Clements"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/jonathan-clements/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Jonathan Swift"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/jonathan-swift/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Jordan Chilcott"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/jordan-chilcott/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Jordina Casademunt"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/jordina-casademunt/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Jörg-Peter Schröder"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/j-rg-peter-schr-der/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("José Frèches"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/jose-freches/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Josephine Brouard"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/josephine-brouard/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Jr.Lynne W. Scott"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/jr-lynne-w-scott/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Judith Merkle Riley"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/judith-merkle-riley/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Judy More"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/judy-more/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Julian Bennett"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/julian-bennett/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Julian Sanchez "); theOption.appendChild(theText); theOption.setAttribute("value","/autori/julian-sanchez/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Julie Gregory"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/julie-gregory/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Jurgen Reinsbach"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/jurgen-reinsbach/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Jurgen Weigmann"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/jurgen-weigmann/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Jurgen Weigmann. K.H. Bieler"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/jurgen-weigmann-k-h-bieler/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("K. Martin"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/k-martin/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Kanae Kinoshita"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/kanae-kinoshita/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Karl Friday"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/karl-friday/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Karl Fronlich"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/karl-fronlich/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Karl heinz Bieler"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/karl-heinz-bieler/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Katherine Webb"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/katherine-webb/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Keith Randell"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/keith-randell/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Kenneth Thomson"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/kenneth-thomson/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Kerstin Gier"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/kerstin-gier/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Kim Barnouin"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/kim-barnouin/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Kim Knott"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/kim-knott/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Kira Stellato"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/kira-stellato/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Klaas T. Noordhuis"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/klaas-t-noordhuis/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("KRETSCHKO Martina"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/kretschko-martina/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Kris Jamsa"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/kris-jamsa/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Kristin Mehus-Roe"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/kristin-mehus-roe/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("L. Harger"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/l-harger/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Lachlan de Crespigny"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/lachlan-de-crespigny/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Larry King"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/larry-king/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Laura Capita"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/laura-capita/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Laurence Harger"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/laurence-harger/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Laurentiu Cernaianu"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/laurentiu-cernaianu/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Lawrence G. Hrebiniak"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/lawrence-g-hrebiniak/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Leonella Nava"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/leonella-nava/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Leonid Bejan"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/leonid-bejan/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Lia Cojocaru"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/lia-cojocaru/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Liana Avram"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/liana-avram/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Libby Southwell"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/libby-southwell/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Liliana Constantin"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/liliana-constantin/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Linda Gee"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/linda-gee/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Lisa Scottoline"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/lisa-scottoline/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Lisa See"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/lisa-see/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Liviu Burlec"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/liviu-burlec/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Liviu Lazar"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/liviu-lazar/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Liz Bestic"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/liz-bestic/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Lori Davila"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/lori-davila/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Louis A. Mischkind"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/louis-a-mischkind/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Louise Branson"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/louise-branson/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Louise Kursmark"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/louise-kursmark/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Loukas Tsoukalis"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/loukas-tsoukalis/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Loyd Case"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/loyd-case/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Luciano Canfora"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/luciano-canfora/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Ludovico Gatto"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/ludovico-gatto/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Luis Landero"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/luis-landero/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Luminita Ursea"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/luminita-ursea/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("M. Andrei"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/m-andrei/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("M. Cary"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/m-cary/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("M. Crivineanu"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/m-crivineanu/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("M. Lynch"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/m-lynch/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("M. Nistor"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/m-nistor/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("M. Rapeanu"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/m-rapeanu/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("M. Rusu"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/m-rusu/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Malalai Joya"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/malalai-joya/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Malise Ruthven"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/malise-ruthven/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Manfred Kuballa"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/manfred-kuballa/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Mantea Constantin"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/mantea-constantin/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("MANTIN Peter"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/mantin-peter/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Marcus Buckingham"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/m-buckingham/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Marek Halter"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/marek-halter-s-a-nascut-in-polonia-in-1936-in-timpul-celui-de-al-doilea-razboi-mondial-familia-sa-a-reusit/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Marguerite Van Geldermalsen"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/marguerite-van-geldermalsen/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Maria Pârlog"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/maria-parlog/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Maria Voinea"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/maria-voinea/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Mariana Greere"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/mariana-greere/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Mariana Pantiru"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/mariana-pantiru/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Mariela Angel"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/mariela-angel/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Marilyn Glenville"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/marilyn-glenville/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Mario Vargas Llosa"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/mario-vargas-llosa/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Marion Grussendorf"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/marion-grussendorf/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Marion Kustenmacher"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/marion-kustenmarcher/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Marius Andruh"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/marius-andruh/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Marjorie Greenfield"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/marjorie-greenfield/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Mark Logue"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/mark-logue/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Mark Vernon"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/mark-vernon/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Martin McCauley"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/martin-mccauley/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Martin Walser"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/martin-walser/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Martina Kretschko"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/martina-kretschko/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Martyn Rady"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/martyn-rady/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Marylin Scott"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/marylin-scott/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Matei Cerchez"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/matei-cerchez/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Matei Cerkez"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/matei-cerkez/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Mathew Wilson"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/mathew-wilson/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Matilde Parona"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/matilde-parona/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Max Gallo"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/max-gallo/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("MCCAUGHREAN Geraldine"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/mccaughrean-geraldine/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Melania Pletea"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/melania-pletea/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Melinda Corey"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/melinda-corey/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Merlin Stone"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/merlin-stone/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Michael Auth"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/michael-auth/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Michael Culp"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/michael-culp/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Michael Curtis Ford"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/michael-curtis-ford/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Michael D'Orso"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/michael-d-orso/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Michael E.DeBakey"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/michael-e-debakey/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Michael Ende"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/michael-ende/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Michael Ennis"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/michael-ennis/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Michael Inwood "); theOption.appendChild(theText); theOption.setAttribute("value","/autori/michael-inwood/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Michael Lewis"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/michael-lewis/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Michael Lynch"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/michael-lynch/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Michael Macfarlane"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/michael-macfarlane/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Michael Meltzer"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/michael-meltzer/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Michael Schmidt"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/michael-schmidt/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Michael Squire"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/michael-squire/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Michael Tanner"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/michael-tanner/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Michael Tierney"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/michael-tierney/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Michel Angot"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/michel-angot/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Michel Birbaek"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/michel-birbaek/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Michelle Beyer"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/michelle-beyer/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Mihaela Garabet"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/mihaela-garabet/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Mihaela Marin"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/mihaela-marin/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Mihaela Popescu"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/mihaela-popescu/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Mihaela Vasile"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/mihaela-vasile/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Mihai Buruiana"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/mihai-buruiana/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Mihai Dinu"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/mihai-dinu/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Mihail Penescu"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/mihail-penescu/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Mihail Rosu"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/mihail-rosu/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Mihail Sandu"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/mihail-sandu/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Mioara Popescu"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/mioara-popescu/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Mircea Flonta"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/mircea-flonta/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Mircea Fronescu"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/mircea-fronescu/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Mircea Martin"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/mircea-martin/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Mircea Nistor"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/mircea-nistor/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Mircea Rusu"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/mircea-rusu/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Mircea Vasilescu"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/mircea-vasilescu/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Moira Huntly"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/moira-huntly/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Monica Dvorski"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/monica-dvorski/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Monica Mihaela Busuioc"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/monica-mihaela-busuioc/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Monica Moldoveanu"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/monica-moldoveanu/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Monica Parlog"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/monica-parlog/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Monica Popescu"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/monica-popescu/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Mukhtar Mai"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/mukhtar-mai/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Muriel Spark"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/muriel-spark/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Nadine Gordimer"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/nadine-gordimer/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Natalie Savona"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/natalie-savona/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Neal Barnard"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/neal-barnard/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Nessia Laniado"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/nessia-laniado/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Nicholas Reid Schaffzin"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/nicholas-reid-schaffzin/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Nick McDonell"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/nick-mcdonell/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Nick Rampley-Sturgeon"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/nick-rampley-sturgeon/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Nicky Hayes"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/nicky-hayes/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Nicoara Galaseanu"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/nicoara-galaseanu/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Nicolae Filoteanu"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/nicolae-filoteanu/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Nicolae M. Constantinescu"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/nicolae-m-constantinescu/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Nicolae Mustatea"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/nicolae-mustatea/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Nicu Aur"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/nicu-aur/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Niculae Cristea"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/niculae-cristea/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Niculae Paraschiv"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/niculae-paraschiv/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Niculina Ilarion"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/niculina-ilarion/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Nigel Calder"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/nigel-calder/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Nigel Spivey"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/nigel-spivey/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("NISTOR Mircea"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/nistor-mircea/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Norman Solomon"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/norman-solomon/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Note de Magdalena Stancuti"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/note-de-magdalena-stancuti/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Oana Stefanescu"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/oana-stefanescu/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Olga Bulboaca"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/olga-bulboaca/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Oliver Goldsmith"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/oliver-goldsmith/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Ori Brafman"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/ori-brafman/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Oscar Wilde"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/oscar-wilde/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Ovidiu Sontea"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/ovidiu-sontea/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Paola Di Pietro"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/paola-di-pietro/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Paolo Commarosano"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/paolo-commarosano/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Pat Fallon"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/pat-fallon/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Pat Pledger"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/pat-pledger/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Patrick Banon "); theOption.appendChild(theText); theOption.setAttribute("value","/autori/patrick-banon/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Patrick Girard"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/patrick-girard/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Patrick Holford"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/patrick-holford/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Paul Burell"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/paul-burell/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Paul Dukes"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/paul-dukes/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Paul Kelly"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/paul-kelly/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Paul McFedries"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/paul-mcfedries/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Paul Zarifopol"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/paul-zarifopol/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Paz Torrabadella"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/paz-torrabadella/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Pedro Galvez"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/pedro-galvez/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Peter Atkins"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/peter-atkins/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Peter Caldwell"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/peter-caldwell/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Peter Conradi"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/peter-conradi/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Peter Knight"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/peter-knight/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Peter Kohrs"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/peter-kohrs/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Peter Navarro"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/peter-navaro/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Peter S. Pande"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/peter-s-pande/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Peter Schwittlinsky"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/peter-schwittlinsky/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Petrache Vârtej"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/petrache-vartej/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Philip K. Hitti"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/philip-k-hitti/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Philip Matyszak"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/philip-matyszak/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Philipp Vandenberg"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/philipp-vandenberg/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Philippe Cavalier"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/philippe-cavalier/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Piers Vitebsky"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/piers-vitebsky/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Pippa Greenwood"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/pippa-greenwood/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Poul Lubcke"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/poul-lubcke/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Preston Gralla"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/preston-gralla/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("PULLEY Richard"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/pulley-richard/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("R. Erbrecht"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/r-erbrecht/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("R.S.U. Heathcote"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/r-s-u-heathcote/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Radu Georgia"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/radu-georgia/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Radu Marsanu"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/radu-marsanu/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Radu serban Palade"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/radu-serban-palade/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Raluca Brancomir"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/raluca-brancomir/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Ram Charan"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/ram-charan/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Rana Mitter"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/rana-mitter/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Razvan Bologa"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/razvan-bologa/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Rebecca Johns"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/rebecca-johns/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Rebo"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/rebo/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Regis Boyer"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/regis-boyer/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Reiner Blank"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/reiner-blank/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Richard Gay"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/richard-gay/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Richard Hammond"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/richard-hammond/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Richard Holm"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/richard-holm/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Richard Newton"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/richard-newton/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("RICHARD PHILLIPS"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/richard-phillips/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Richard Wilkinson"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/richard-wilkinson/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("RICHES John"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/riches-john/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("RIORDAN James"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/riordan-james/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Rob Goffee"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/rob-goffe/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Robert Aldrich"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/robert-aldrich/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Robert Craig"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/robert-craig/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Robert Friedman"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/robert-friedman/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Robert H. Pantell"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/robert-h-pantell/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Robert Harris"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/robert-harris/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Robert K. Cooper"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/robert-k-cooper/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Robert Needlman"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/robert-needlman/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Robert P. Neuman"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/robert-p-neuman/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Robert S. Hine"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/robert-s-hine/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Robert Shemin"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/robert-shemin/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Robert Slater"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/robert-slater/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Robert Wokler"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/robert-wokler/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Robert Zimmer"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/robert-zimmer/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Roberto Bizzocchi"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/roberto-bizzocchi/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Rod. A. Beckstrom"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/rod-a-beckstrom/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Rodd Wagner"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/rodd-wagner/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Rodica Croitoru"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/rodica-croitoru/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Rodica Sufletel Moroianu"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/rodica-sufletel-moroianu/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Roland Granobs"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/roland-granobs/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Roland R. Cavanagh"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/roland-r-cavanagh/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Ronald Kessler"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/ronald-kessler/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Ronald Syme"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/ronald-syme/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Rory Freedman"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/rory-freedman/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Rose Marie Gallagner"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/rose-marie-gallagner/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Rosemary Kingsland"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/rosemary-kingsland/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Rosemary Richey"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/rosemary-richey/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Roy Spencer"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/roy-spencer/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Russel Sherman"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/russel-sherman/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Russell Meiggs"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/russell-meiggs/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("RUSU Mircea"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/rusu-mircea/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Ruth Sherman"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/ruth-sherman/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("S. Bianchini"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/s-bianchini/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Sabine Dardenne"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/sabine-dardenne/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Sally Bibb"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/sally-bibb/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Sally Fountain"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/sally-fountain/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Sami Michael"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/sami-michael/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Sanda Fatu"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/sanda-fatu/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Sandra Gregory"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/sandra-gregory/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Sandu Mihail"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/sandu-mihail/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Saşa Sokolov"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/sasa-sokolov/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Sayan Chatterjee"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/sayan-chatterjee/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("SBURLESCU Aurelian"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/sburlescu-aurelian/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("SCHOCKER Marita"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/schocker-marita/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Scott C.Litin"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/scott-c-litin/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Scott Kelby"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/scott-kelby/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Sean Covey"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/sean-covey/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Sean Mahoney"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/sean-mahoney/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Sergiu Nicolaescu"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/sergiu-nicolaescu/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Sergiu Serban"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/sergiu-serban/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Sharon E. McKay"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/sharon-e-mckay/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Sherry Hansen Steiger"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/sherry-hansen-steiger/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Siddhartha Mukherjee"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/siddhartha-mukherjee/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Sigmund Freud"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/sigmund-freud/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Silca Ilici"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/silca-ilici/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Silke Schneider-Flaig "); theOption.appendChild(theText); theOption.setAttribute("value","/autori/silke-schneider-flaig/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Silvia Florea"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/silvia-florea/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Simon Blackburn"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/simon-blackburn/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Simon Toyne"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/simon-toyne/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Simona Rosetti"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/simona-rosetti/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Simone Luck-Hildebrandt"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/simone-luck-hildebrandt/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Sorin Cheval"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/sorin-cheval/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Sorin Vieru"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/sorin-vieru/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Stelian Brezeanu"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/stelian-brezeanu/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Stephan Schafer Mehdi"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/stephan-schafer-mehdi/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Stephan Talty"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/stephan-talty/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Stephen Pople"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/stephen-pople/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Stephen R. Covey"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/stephen-covey/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Steve Bass"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/steve-bass/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Steve Bruce"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/steve-bruce/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Steve J. Stein"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/steve-j-stein/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Steve Parks"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/steve-parks/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Steven Pinker"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/steven-pinker/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Steven Saylor"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/steven-saylor-1/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Sue Orrell"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/sue-orell/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Susan Abbey"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/susan-abbey/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Susan Berg"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/susan-berg/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Susan Blackmore"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/susan-blackmore/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Susane Watzke-Otte"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/susane-watzke-otte/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Sylee Gore"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/sylee-gore/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Sylvie Schenk"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/sylvie-schenk/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Syvie Schenk"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/syvie-schenk/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Tanya McFerran"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/tany-mcferran/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Terente Robert"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/terente-robert/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Thomas Hobbes"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/thomas-hobbes/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Thomas Laird "); theOption.appendChild(theText); theOption.setAttribute("value","/autori/thomas-laird/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Thomas Nagel"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/thomas-nagel/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Tiffany K. Edmonts"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/tiffany-k-edmonts/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Tiziana Valpiana"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/tiziana-valpiana/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Tom Gallagher"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/tom-gallagher/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Tom Green"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/tom-green/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Tom Holland"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/tom-holland/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Tom Rath"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/tom-rath/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Tom Sorell"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/tom-sorell/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Tony Bramwell"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/tony-bramwell/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Tony Rutigliano"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/tony-rutigliano/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("trad. Maria si Alin genescu"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/trad-maria-si-alin-genescu/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Trevor Paglen"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/trevor-paglen/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Vaclav Chaloupek"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/vaclav-chaloupek/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Valentin Balutoiu"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/valentin-balutoiu/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Valentin Stroescu"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/valentin-stroescu/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Valentina Carare"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/valentina-carare/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Valeria Lupu"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/valeria-lupu/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Valerio Evangelisti"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/valerio-evangelisti/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Valerio Massimo Manfredi"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/valerio-massimo-manfredi/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Vanora Bennett"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/vanora-bennett/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Vasile Pletea"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/vasile-pletea/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Veronica David"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/veronica-david/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("veronica Dima"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/veronica-dima/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("VETTER Markus"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/vetter-markus/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Victor Crivineanu"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/victor-crivineanu/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Victor Lisman"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/victor-lisman/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Victor Papilian"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/victor-papilian/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Victoria Alexan"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/victoria-alexan/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Victoria Padureanu"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/victoria-padureanu/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Violeta Chiriac"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/violeta-chiriac/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Violeta Copil"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/violeta-copil/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Violeta Isai"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/violeta-isai/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Viorel Dumitru"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/viorel-dumitru/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Viorel George Dumitru"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/viorel-george-dumitru/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Viorel Zaicu"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/viorel-zaicu-1/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Viorica Bulmez"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/viorica-bulmez/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Viorica Fatu"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/viorica-fatu/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Vittorio Vidotto"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/vittorio-vidotto/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Vladimir-Manta Mihăilescu"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/vladimir-manta-mihailescu/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("W. Pfeil"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/w-pfeil/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("W. R. Pickering"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/w-r-pickering/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("W. Worstenfeld"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/w-worstenfeld/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("W.R. Hume"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/w-r-hume/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Walter Glenn"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/walter-glenn/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Walter Kirn "); theOption.appendChild(theText); theOption.setAttribute("value","/autori/walter-kirn/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Walter Oppenheim"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/walter-oppenheim/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("WARDLE Elizabeth"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/wardle-elizabeth/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Wensley Clarkson"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/wensley-clarkson/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Werner Kustenmacher"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/werner-kustenmarcher/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("WHITEHALL David"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/whitehall-david/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("William Balsamo"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/william-balsamo/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("William D. Rubinstein"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/william-d-rubinstein/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("William J. McEwen"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/william-j-mcewen/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Willibald Kodym"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/willibald-kodym/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Willy Meersmann"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/willy-meersmann/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Wolfgang Biederstadt"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/wolfgang-biederstadt/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Wolfgang H. Pleger"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/wolfgang-h-pleger/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Wota Wehmeyer"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/wota-wehmeyer/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Xavier de Maistre"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/xavier-de-maistre/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Xiaolan Zhao"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/xiaolan-zhao/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Zoe Petre"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/zoe-petre/"); myselect_author.appendChild(theOption);theOption=document.createElement("OPTION"); theText=document.createTextNode("Zorela Creta"); theOption.appendChild(theText); theOption.setAttribute("value","/autori/zorela-creta/"); myselect_author.appendChild(theOption);myselect_author.setAttribute("id","form_2_select_authors"); //myform.appendChild(myselect_author); //mypara.appendChild(myform); mypara.appendChild(myselect_author); var form_2_select_authors=document.getElementById("form_2_select_authors"); form_2_select_authors.className = 'selectBox1'; }