//Archive script by Phillip.L@Sublett.comfunction gotosite(site) {        if (site != "") {                self.location=site        } }document.write('<FORM NAME="Choose" METHOD="GET" TARGET="_top" OnSubmit="gotosite(document.forms[0].url.options[document.forms[0].url.selectedIndex].value);return false">');document.write('<SELECT NAME="url" OnChange="gotosite(this.options[this.selectedIndex].value)">');document.write('<OPTION SELECTED VALUE="http://Sublett.org/"> Sublett.org ...');document.write('<OPTION VALUE="http://Soblet.com/"> FAMILY NEWS');document.write('<OPTION VALUE="http://Soblet.com/history.htm"> FAMILY HISTORY');document.write('<OPTION VALUE="http://Phillip.L.Sublett.com/family.htm"> FAMILY TREE');document.write('<OPTION VALUE="http://Soblet.com/genealogy.htm"> GENEALOGY');document.write('<OPTION VALUE="http://Sublette.ws/documents.htm"> DOCUMENTS');document.write('<OPTION VALUE="http://Soblet.com/books.htm"> FAMILY BOOKS');document.write('<OPTION VALUE="http://www.cafepress.com/cp/store/store.aspx?storeid=sublett"> FAMILY STORE');document.write('<OPTION VALUE="http://Soblet.com/links.htm"> RELATED LINKS');document.write('<OPTION VALUE="http://Soblet.com/webmail.htm"> FREE E-MAIL');document.write('<OPTION VALUE="http://Soblet.com/members.htm#Membership"> MEMBERSHIP');document.write('<OPTION VALUE="http://Huguenot.WS"> Huguenot.WS');document.write('</SELECT></FORM>');