CINXE.COM

All the Birds in the Sky | WWEnd

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title>All the Birds in the Sky | WWEnd</title> <!-- TWITTER CARD META DATA --> <meta name="twitter:card" content="summary"> <meta name="twitter:site" content="@WWEnd"> <meta name="twitter:creator" content="@WWEnd"> <meta name="twitter:title" content="All the Birds in the Sky by Charlie Jane Anders"> <meta name="twitter:description" content="From the editor-in-chief of io9.com, a stunning novel about the end of the world -- and the beginning of our future Childhood friends Patricia Delfine and Laurence Armstead didn't expect to see each "> <meta name="twitter:image" content="https://www.worldswithoutend.com/covers/cja_allthebi.jpg"> <!-- FACEBOOK META DATA --> <meta property="og:type" content="article"> <meta property="og:site_name" content="Worlds Without End"> <meta property="og:url" content="https://www.worldswithoutend.com/novel.asp?id=15927"> <meta property="og:title" content="All the Birds in the Sky by Charlie Jane Anders"> <meta property="og:description" content="From the editor-in-chief of io9.com, a stunning novel about the end of the world -- and the beginning of our future Childhood friends Patricia Delfine and Laurence Armstead didn't expect to see each "> <meta property="og:image" content="https://www.worldswithoutend.com/covers/cja_allthebi.jpg"> <link rel="shortcut icon" href="favicon.ico" type="image/vnd.microsoft.icon" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <script type="text/javascript" src="/js/jquery.min.js"></script><!-- jQuery Library --> <script type="text/javascript" src="/js/jquery-ui-1.8.9.custom.min.js"></script><!-- jQueryUI Library --> <script type="text/javascript" src="/js/wwend.js"></script><!-- WWEnd Universal Scripts --> <script type="text/javascript" src="/js/overlib.js"></script> <script type="text/javascript" src="/js/switchcontent2.js" charset="utf-8"></script> <script type="text/javascript" src="/js/smooth_anchors.js"></script> <!-- CSS Files --> <link type="text/css" rel="stylesheet" href="/css/wwend.css" /> <link type="text/css" rel="stylesheet" href="/css/megamenu.css" media="screen" /><!-- Mega Menu Stylesheet --> <!-- Mega Menu Script --> <script type="text/javascript" src="/js/jquery.hoverIntent.js"></script> <script type="text/javascript" src="/js/megamenu.js"></script> <script type="text/javascript"> $(function() { $("#menu").megaMenu('hover_snap'); }); </script> <!-- End Mega Menu Script --> <link rel="search" type="application/opensearchdescription+xml" title="Worlds Without End Search" href="wwesearch.xml" /> <script language="javascript" type="text/javascript"> <!-- function MM_swapImgRestore() { //v3.0 var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc; } function MM_preloadImages() { //v3.0 var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array(); var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++) if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}} } function MM_findObj(n, d) { //v4.0 var p,i,x; if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) { d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);} if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n]; for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document); if(!x && document.getElementById) x=document.getElementById(n); return x; } function MM_swapImage() { //v3.0 var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3) if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];} } //--> </script> <link rel="alternate" type="application/rss+xml" title="Worlds Without End Blog Feed" href="http://blog.worldswithoutend.com/feed/" /> <!-- BEGIN SHAREAHOLIC CODE --> <link rel="preload" href="https://cdn.shareaholic.net/assets/pub/shareaholic.js" as="script" /> <meta name="shareaholic:site_id" content="acfe6e6ee3c0a4c6d481425e8ae0fec7" /> <script data-cfasync="false" async src="https://cdn.shareaholic.net/assets/pub/ shareaholic.js"></script> <!-- END SHAREAHOLIC CODE --> <!-- tinyMCE RICH TEXT EDITOR --> <script type="text/javascript" src="js/tiny_mce/tiny_mce.js"></script> <script type="text/javascript"> tinyMCE.init({ mode : "exact", theme : "advanced", elements : "ReviewBox", theme_advanced_buttons1 : "bold,italic,underline,separator,strikethrough,bullist,numlist,undo,redo,link,unlink", theme_advanced_toolbar_location : "top", theme_advanced_toolbar_align : "center", plugins : 'inlinepopups', setup : function(ed) { // Add a custom button ed.addButton('mybutton', { title : 'My button', image : 'img/example.gif', onclick : function() { // Add you own code to execute something on click ed.focus(); ed.selection.setContent('Hello world!'); } }); } }); </script> <script type="text/javascript" src="js/novel.js"></script> <script type="text/javascript"> <!-- function PageBase() { this.CheckboxChecked = function (theCheckBox) { return $(theCheckBox).attr('checked'); } this.Checkbox_Check = function (theCheckBox) { // alert('checking!!'); var cbname = "input[name=' + theCheckBox + ']"; $(theCheckBox).attr('checked', true); // removeAttr('checked'); } this.Checkbox_Uncheck = function (theCheckBox) { // alert('unchecking!!'); // var cbname = "input[id=' + theCheckBox + ']"; $(theCheckBox).removeAttr('checked'); // $(cbname).attr('checked', false); // removeAttr('checked'); } this.EnableThing = function (theThing) { // enable all the things!! // alert('enabling ' + theThing); // $(theThing).attr('disabled', true); $(theThing).removeAttr('disabled'); } this.DisableThing = function (theThing) { // disable all the things!! $(theThing).attr('disabled', true); } this.RadioValue = function (theRadio) { return $(theRadio).val(); } } function NovelPage() { this.ID = 0; this.book = new Novel(); this.pb = new PageBase(); // this.EnableGMOnRead = 0; // determine whether the author is a grandmaster or not; this.GMRCAuthors = 0; this.SelectedGRMCAuthor = 0; this.ReadingList = function (theBox, ryoClass) { var inReadingList = this.pb.CheckboxChecked(theBox) == "checked"; var isReading = 0; // this.pb.RadioValue('radReadReading'); if($("input[type='radio'].amireadingthis").is(':checked')) { isReading = $("input[type='radio'].amireadingthis:checked").val(); // alert(isReading); } // alert(isReading); if (inReadingList == true || isReading > 0) { // alert('yup'); // we need to enable the GMRC box if the author is a GM and they don't already have another book checked off as read. this.pb.EnableThing(ryoClass); } else { // alert('nope'); this.pb.Checkbox_Uncheck(ryoClass); // this.GMRC_Checked(gmrcBox, this.GMRCAuthors); this.pb.DisableThing(ryoClass); } // alert(isReading); }; /* this.StatusClick = function (nStatus, theBox, gmrcBox) { alert('changing to ' + nStatus); if (nStatus == 1 && this.NovelRead_EnableGM(this.GMRCAuthors) == 1) { // we need to enable the GMRC box if the author is a GM and they don't already have another book checked off as read. this.pb.EnableThing(gmrcBox); } else { if (nStatus != 1) { // alert("Uncheck and disable gmrc"); this.pb.Checkbox_Uncheck(gmrcBox); this.GMRC_Checked(gmrcBox, this.GMRCAuthors); this.pb.DisableThing(gmrcBox); } } }; */ this.NovelRead_EnableGM = function(AuthorCount) { var enableit = 0; // have any authors been selected? if (AuthorCount > 0) { enableit = 1; } return enableit; } this.GMRC_Checked = function(gmrcbox, authors) { alert('test ' + this.pb.CheckboxChecked(gmrcbox) + ' ' + authors); // if unchecked then disable and deselect the authors. if (this.pb.CheckboxChecked(gmrcbox) != true && authors > 1) { // alert('disable the authors'); $("input[class='authors10']").attr("disabled", true); $("input[class='authors10']").removeAttr("checked"); } else { if (this.pb.CheckboxChecked(gmrcbox) == true && authors > 1) { // alert('enable the authors'); //determine which authors have been picked (class=authors[1]0) //detemine which authors have nothing else picked (class=authors1[0]) $("input[class='authors10']").removeAttr("disabled"); } } } this.Form_Submit = function (authors, theBox) { var rtn = true; if (this.pb.CheckboxChecked(theBox) == true && authors > 1 && this.SelectedGRMCAuthor == 0) { alert('No author has been selected for the reading challenge.'); rtn = false; } return rtn; } } // --> </script> <script type="text/javascript"> <!-- var theBook = new NovelPage(); theBook.ID = 15927; // theBook.EnableGMOnRead = 1; // theBook.GMRCAuthors = 0 // --> </script> <style type="text/css"> #bannedbox { background-color: #f0f0f0; border-radius: 5px; margin-top: 20px; min-height: 100px; overflow: hidden; padding: 20px; } #bannedbox p:nth-child(2) { margin-top: 0; padding-top: 0; } #bannedbox p:last-child { margin-bottom: 0; padding-bottom: 0; } </style> </head> <body id="books" onload="replaceAnchorLinks();"> <a name="top"></a> <div id="overDiv" style="position:absolute; visibility:hidden; z-index:1000;"></div> <div id="sliders"> <div id="contentwidth"> <div id="sliderWrap"> <div id="openCloseIdentifier"></div> <div id="slider"> <div id="sliderContent"> <div style="width:1170px; margin:7px auto;"> <a href="javascript:switchBG('01');"><img src="images/bg_01.png" border="0" alt="" width="50" style="border:1px solid #707070;" /></a> <a href="javascript:switchBG('02');"><img src="images/bg_02.png" border="0" alt="" width="50" style="border:1px solid #707070;" /></a> <a href="javascript:switchBG('03');"><img src="images/bg_03.png" border="0" alt="" width="50" style="border:1px solid #707070;" /></a> <a href="javascript:switchBG('04');"><img src="images/bg_04.png" border="0" alt="" width="50" style="border:1px solid #707070;" /></a> <a href="javascript:switchBG('05');"><img src="images/bg_05.png" border="0" alt="" width="50" style="border:1px solid #707070;" /></a> <a href="javascript:switchBG('06');"><img src="images/bg_06.png" border="0" alt="" width="50" style="border:1px solid #707070;" /></a> <a href="javascript:switchBG('07');"><img src="images/bg_07.png" border="0" alt="" width="50" style="border:1px solid #707070;" /></a> <a href="javascript:switchBG('08');"><img src="images/bg_08.png" border="0" alt="" width="50" style="border:1px solid #707070;" /></a> <a href="javascript:switchBG('09');"><img src="images/bg_09.png" border="0" alt="" width="50" style="border:1px solid #707070;" /></a> <a href="javascript:switchBG('10');"><img src="images/bg_10.png" border="0" alt="" width="50" style="border:1px solid #707070;" /></a> <a href="javascript:switchBG('11');"><img src="images/bg_11.png" border="0" alt="" width="50" style="border:1px solid #707070;" /></a> </div> </div> <div id="openCloseWrap"> <a href="javascript:void(0);" class="topMenuAction" id="topMenuImage"><img src="images/tab_open.png" alt="open" /></a> </div> </div> </div> </div> <!-- end contentwidth --> </div> <!-- end sliders --> <script type="text/javascript"> //window.onload = function(e) { // when page load, get saved selection or use default var style = readCookie("style"); if(style){ switchBG(style) //get saved selection }else{ switchBG('09') //use default } //} </script> <div id="iesix">Upgrade to a better browser, please.</div> <div id="header"> <div id="homelink"><a href="/index.asp"><img src="images/blank.gif" border="0" width="286" height="70" alt="" /></a></div> <div id="searchbox"> <form name="search" id="search" action="searchwwe.asp" method="get" style="padding:5px; float:left; margin:0px;"> <input type="text" name="st" value="Search authors and titles..." onfocus="clearBox(this);" style="border:1px solid #333; font-family:Verdana,Helvetica,Arial,sans-serif !important; font-size:11px; margin:0; padding:3px; width:170px;" /> <input type="submit" value="GO" class="gogogirls" /> </form> <span style="float:right; padding:11px 10px 0 0; margin:0px; font-size:9px;"><a href="/searchwwe.asp?st=">ADVANCED SEARCH</a>&nbsp;&nbsp;</span> </div> <!-- Begin Menu Container --> <div id="menu_container" class="menu_blue"> <ul id="menu"><!-- Begin Mega Menu --> <li style="width:122px;" id="menuItemBooks"><a href="/books.asp" class="drop">Books</a> <!-- Begin Books --> <div class="fullwidthDropdown"> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td valign="top" width="33%"> <ul> <li style="border-bottom:1px solid #dedede; margin:10px 10px 5px 0;"><a href="/books.asp" style="color:#363636;"><strong>Book Awards</strong></a></li> <li><a href="/books_hugo_index.asp">Hugo Award</a></li> <li><a href="/books_nebula_index.asp">Nebula Award</a></li> <li><a href="/books_bsfa_index.asp">BSFA Award</a></li> <li><a href="/books_mytho_index.asp">Mythopoeic Award</a></li> <li><a href="/books_locus-sf_index.asp">Locus SF Award</a></li> <li><a href="/books_locus-f_index.asp">Locus Fantasy Award</a></li> <li><a href="/books_locus-fn_index.asp">Locus FN Award</a></li> <li><a href="/books_locus-ya_index.asp">Locus YA Award</a></li> <li><a href="/books_locus-h_index.asp">Locus Horror Award</a></li> <li><a href="/books_bfs-derleth_index.asp">August Derleth Award</a></li> <li><a href="/books_bfs-holdstock_index.asp">Robert Holdstock Award</a></li> <li><a href="/books_campbell_index.asp">Campbell Award</a></li> <li><a href="/books_wfa_index.asp">World Fantasy Award</a></li> <li><a href="/books_prometheus_index.asp">Prometheus Award</a></li> <li><a href="/books_aurora_index.asp">Aurora Award</a></li> <li><a href="/books_pkd_index.asp">PKD Award</a></li> <li><a href="/books_clarke_index.asp">Clarke Award</a></li> <li><a href="/books_stoker_index.asp">Stoker Award</a></li> <li><a href="/books_otherwise_index.asp">Otherwise Award</a></li> <li><a href="/books_aurealis-sf_index.asp">Aurealis SF Award</a></li> <li><a href="/books_aurealis-f_index.asp">Aurealis Fantasy Award</a></li> <li><a href="/books_aurealis-h_index.asp">Aurealis Horror Award</a></li> <li><a href="/books_norton_index.asp">Andre Norton Award</a></li> <li><a href="/books_jackson_index.asp">Shirley Jackson Award</a></li> <li><a href="/books_redtentacle_index.asp">Red Tentacle Award</a></li> <li><a href="/books_goldententacle_index.asp">Golden Tentacle Award</a></li> <li><a href="/books_legend_index.asp">Legend Award</a></li> <li><a href="/books_morningstar_index.asp">Morningstar Award</a></li> <li><a href="/books_nommo_index.asp">Nommo Award</a></li> </ul> </td> <td valign="top" width="33%"> <ul> <li style="border-bottom:1px solid #dedede; margin:10px 10px 5px 0;"><a href="/lists.asp" style="color:#363636;"><strong>Book Lists</strong></a></li> <li><a href="/lists_classics_of_sf.asp">Classics of SF</a></li> <li><a href="/lists_sf_mistressworks.asp">SF Mistressworks</a></li> <li><a href="/lists_guardian_sff.asp">Guardian: The Best SF/F</a></li> <li><a href="/lists_npr_sff.asp">NPR: Top 100 SF/F</a></li> <li><a href="/lists_pringle_sf.asp">Pringle Best 100 SF</a></li> <li><a href="/lists_pringle_fantasy.asp">Pringle Modern Fantasy</a></li> <li><a href="/lists_sf101.asp">SF: 101 Best 1985-2010</a></li> <li><a href="/lists_fantasy100.asp">Fantasy: The 100 Best Books</a></li> <li><a href="/lists_isfdb_balanced.asp">ISFDB Top 100</a></li> <li><a href="/lists_horror100.asp">Horror: 100 Best Books</a></li> <li><a href="/lists_NightmareMag.asp">Nightmare Magazine 100</a></li> <li><a href="/lists_HWA.asp">HWA Reading List</a></li> <li><a href="/lists_locus_bestsf.asp">Locus Best SF</a></li> <li><a href="/lists_200SFBooksByWomen.asp">200 Significant SF Books by Women, 1984-2001</a></li> <li><a href="/lists_BrinYA.asp">David Brin's YA List</a></li> <li><a href="/lists_baen_milsf.asp">Baen Military SF List</a></li> <li>Defining SF Books:<br><a href="/lists_50s.asp">50s</a>&nbsp;|&nbsp;<a href="/lists_60s.asp">60s</a>&nbsp;|&nbsp;<a href="/lists_70s.asp">70s</a>&nbsp;|&nbsp;<a href="/lists_80s.asp">80s</a>&nbsp;|&nbsp;<a href="/lists_90s.asp">90s</a></li> <li><a href="/lists_SFbyWomen.asp">SF by Women Writers</a></li> <li><a href="/lists_CCinBlackSF.asp">A Crash Course in the History of Black Science Fiction</a></li> </ul> </td> <td valign="top" width="33%"> <ul> <li style="border-bottom:1px solid #dedede; margin:10px 10px 5px 0;"><a href="/lists.asp" style="color:#363636;"><strong>WWEnd Lists</strong></a></li> <li><a href="/lists_awardworthybooks.asp">WWEnd Award Worthy Novels</a></li> <li><a href="/lists_top_noms.asp">WWEnd Top Nominated</a></li> <li><a href="/lists_top_listed.asp">WWEnd Top Listed</a></li> <li><a href="/lists_top_reads.asp">WWEnd Most Read</a></li> <li><a href="/lists_women_winners.asp">Award Winning Books by<br>Women Authors</a></li> <li><a href="/lists_genre_litflicks.asp">Genre-Lit Flicks</a></li> <li><a href="/lists_banned_sff.asp">Banned SF/F Books</a></li> <li><a href="/lists_LGBTQSF.asp">An LGBTQ SF Resource</a></li> <li style="border-bottom:1px solid #dedede; margin:10px 10px 5px 0;"><a href="/lists.asp" style="color:#363636;"><strong>WWEnd Resources</strong></a></li> <li><a href="/books_year_index.asp?Year=2024">Award Winners & Nominees by Year</a></li> <li><a href="/lists_booksbyyear.asp">Books Published by Year</a></li> <li><a href="/lists_series.asp">SF, Fantasy & Horror Series</a></li> <!-- <li><a href="/lists_books_reviewed.asp">Books Reviewed</a></li> <li><a href="/books_index.asp">All Award Winners</a></li> --> <li><a href="/booktrackr.asp">BookTrackr&trade;</a></li> </ul> <a href="/rollyourown_challenge.asp"><img src="/images/2024_RYO_header.png" border="0" alt="WWEnd Roll-Your-Own Reading Challenge" /></a> </td> <td width="340" valign="top"> <!-- FEATURED BOOK --> <div style="margin:0 0 10px 0; font-size:14px; font-weight:bold; color:#555; background:#e3e3e3; padding:6px;">Featured Book</div> <center> <a href="/novel.asp?ID=38326"><img src="https://www.worldswithoutend.com/covers/lt_bestofwo.jpg" border="0" alt="The Best of World SF: Volume 1 by Lavie Tidhar" style="margin:10px;" /></a> </center> <img src="/images/blank.gif" border="0" width="340" height="1" alt="" /> </td> </tr> </table> </div> <!-- End Books --> </li> <li style="width:130px;" id="menuItemAuthors"><a href="/authors.asp" class="drop">Authors</a> <!-- Begin Authors --> <div class="fullwidthDropdown"> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td valign="top" width="33%"> <ul> <li style="border-bottom:1px solid #dedede; margin:10px 10px 5px 0;"><a href="/authors.asp" style="color:#363636;"><strong>Authors</strong></a></li> <li><a href="/authors.asp">Top Authors</a></li> <li><a href="/authors_index.asp">All Authors</a></li> <li><a href="/authors_women.asp">All Women Authors</a></li> <li><a href="/authors_videos.asp">Author Videos</a></li> </ul> </td> <td valign="top" width="33%"> <ul> <li style="border-bottom:1px solid #dedede; margin:10px 10px 5px 0;"><a href="/authors.asp" style="color:#363636;"><strong>Author Awards</strong></a></li> <li><a href="/authors_grandmasters.asp">Damon Knight Memorial Grand Master Award</a></li> <li><a href="/authors_horror_grandmasters.asp">World Horror Convention Grand Master Award</a></li> <li><a href="/authors_wfala.asp">World Fantasy Award for Life Achievement</a></li> <li><a href="/authors_csra.asp">Cordwainer Smith Rediscovery Award</a></li> </ul> </td> <td valign="top" width="33%"> <ul> <li style="border-bottom:1px solid #dedede; margin:10px 10px 5px 0;"><a href="/authors.asp" style="color:#363636;"><strong>Author Lists</strong></a></li> <li><a href="/lists_StarmontReadersGuide.asp">Starmont Reader's Guide</a></li> </ul> </td> <td width="340" valign="top"> <!-- FEATURED AUTHOR --> <div style="margin:0 0 10px 0; font-size:14px; font-weight:bold; color:#555; background:#e3e3e3; padding:6px;">Featured Author</div> <center> <a href="/author.asp?id=5283"><img src="https://www.worldswithoutend.com/authors/Tochi_Onyebuchi.jpg" border="0" alt="Tochi Onyebuchi" style="margin:10px;" /></a> <p style="font-size:14px !important; margin-top:0;"><a href="https://www.worldswithoutend.com/author.asp?id=5283"><strong>Tochi Onyebuchi</strong></a><br></p> </center> <img src="/images/blank.gif" border="0" width="340" height="1" alt="" /> </td> </tr> </table> </div> <!-- End Authors --> </li> <li style="width:148px;" id="menuItemPublishers"><a href="/publishers.asp" class="drop">Publishers</a> <!-- Begin Publishers --> <div class="fullwidthDropdown"> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td valign="top" width="33%"> <ul> <li style="border-bottom:1px solid #dedede; margin:10px 10px 5px 0;"><a href="/publishers.asp" style="color:#363636;"><strong>Publishers</strong></a></li> <li><a href="/publishers.asp">Top Publishers</a></li> <li><a href="/publishers_index.asp">All Publishers</a></li> </ul> </td> <td valign="top" width="33%"> <ul> <li style="border-bottom:1px solid #dedede; margin:10px 10px 5px 0;"><a href="/publisher_lists.asp" style="color:#363636;"><strong>Publisher Lists</strong></a></li> <li><a href="/lists_AceDoubleDSeries.asp">Ace Double: D-Series</a></li> <li><a href="/lists_AceDoubleFSeries.asp">Ace Double: F-Series</a></li> <li><a href="/lists_AceDoubleGSeries.asp">Ace Double: G-Series</a></li> <li><a href="/lists_AceDoubleHSeries.asp">Ace Double: H-Series</a></li> <li><a href="/lists_AceDoubleMSeries.asp">Ace Double: M-Series</a></li> <li><a href="/lists_AceDoubleNoSeries.asp">Ace Double: #-Series</a></li> <li><a href="/lists_ConversationPieces.asp">Conversation Pieces</a></li> <li><a href="/lists_BallantineClassicLibrary.asp">Ballantine's Classic Library of SF</a></li> <li><a href="/lists_CriticalExplorations.asp">Critical Explorations in SF&F</a></li> </ul> </td> <td valign="top" width="33%"> <ul> <li style="border-bottom:1px solid #dedede; margin:10px 10px 5px 0;">&nbsp;</li> <li><a href="/lists_EastonPress.asp">EP Masterpieces of SF</a></li> <li><a href="/lists_fantasy_masterworks.asp">Fantasy Masterworks</a></li> <li><a href="/lists_sf_masterworks.asp">SF Masterworks</a></li> <li><a href="/lists_LaserBooks.asp">Laser Books</a></li> <li><a href="/lists_LiverpoolSF.asp">Liverpool SF Texts and Studies</a></li> <li><a href="/lists_AuthorsChoiceMonthly.asp">Author's Choice Monthly</a></li> <li><a href="/lists_PulphouseShortStories.asp">Pulphouse Short Stories</a></li> <li><a href="/lists_WinstonSF.asp">Winston SF</a></li> </ul> </td> <td width="340" valign="top" rowspan="2"> <!-- FEATURED PUBLISHER --> <div style="margin:0 0 10px 0; font-size:14px; font-weight:bold; color:#555; background:#e3e3e3; padding:6px;">Featured Publisher</div> <center> <a href="/publisher.asp?ID=1544"><img src="https://www.worldswithoutend.com/publishers/Erewhon_Books.jpg" border="0" alt="Erewhon Books" style="margin:10px;" /></a> <br> </center> <img src="/images/blank.gif" border="0" width="340" height="1" alt="" /> </td> </tr> </table> </div> <!-- End Publishers --> </li> <li style="width:150px;" id="menuItemResources"><a href="/resources_podcasts.asp" class="drop">Resources</a> <!-- Begin Resources --> <div class="fullwidthDropdown"> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td valign="top" width="33%"> <ul> <li style="border-bottom:1px solid #dedede; margin:10px 10px 5px 0; color:#363636; font-size:12px;"><a href="" style="color:#363636;"><strong>Fan Resources</strong></a></li> <li><a href="/resources_podcasts.asp">Podcasts</a></li> <li><a href="/resources_booktubers.asp">BookTubers</a></li> <li><a href="/resources_magazines.asp">Magazines</a></li> <li><a href="/resources_conventions.asp">Conventions</a></li> <li><a href="/resources_bookstores.asp">Bookstores</a></li> <li><a href="/resources_sub-genres.asp">SF/F/H Sub-Genres</a></li> <li><a href="/resources_websites.asp">Websites</a></li> <li><a href="/resources_clubs.asp">Clubs &amp; Groups</a></li> </ul> </td> <td valign="top" width="33%"> <ul> <li style="border-bottom:1px solid #dedede; margin:10px 10px 5px 0; color:#363636; font-size:12px;"><a href="" style="color:#363636;"><strong>Fiction Resources</strong></a></li> <li><a href="/resources_ebooks.asp">Free eBooks</a></li> <!-- <li><a href="/shorts_hugo_index.asp">Hugo Award Short Stories</a></li> --> </ul> </td> <td valign="top" width="33%"> &nbsp; </td> <td width="340" valign="top"> <!-- FEATURED RESOURCE --> <div style="margin:0 0 10px 0; font-size:14px; font-weight:bold; color:#555; background:#e3e3e3; padding:6px;">Featured Resource</div> <center> <a href="http://geeksguideshow.com/" target="_blank"><img src="https://www.worldswithoutend.com/images/podcast_geeksguide.jpg" border="0" alt="Geek's Guide to the Galaxy" style="margin:10px;" /></a> <br> </center> <img src="/images/blank.gif" border="0" width="340" height="1" alt="" /> </td> </tr> </table> </div> <!-- End Resources --> </li> <li style="width:133px;" id="menuItemWWEnd"><a href="/booktrackr.asp" class="drop">WWEnd</a> <!-- Begin WWEnd --> <div class="fullwidthDropdown"> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td valign="top" width="33%"> <ul> <li style="border-bottom:1px solid #dedede; margin:10px 10px 5px 0;"><a href="/booktrackr.asp" style="color:#363636;"><strong>About WWEnd</strong></a></li> <li><a href="/booktrackr.asp">BookTrackr&trade;</a></li> <li><a href="/about.asp">The Responsible Parties</a></li> <li><a href="/about_patrons.asp">WWEnd Patrons</a></li> <li><a href="/about_support.asp">Support WWEnd</a></li> <li><a href="/about_advertise.asp">Advertise on WWEnd</a></li> <li><a href="/about_faq.asp">Frequently Asked Questions</a></li> <li><a href="/about_contact.asp">Contact Us</a></li> </ul> </td> <td width="66%" style="vertical-align:top;"> <a href="/rollyourown_challenge.asp"><img src="/images/2024_RYO_header.png" border="0" alt="WWEnd Roll-Your-Own Reading Challenge" style="margin-top:20px;" /></a> </td> <td width="340" valign="top"> <!-- BOOK TRACKR --> <div style="margin:0 0 10px 0; font-size:14px; font-weight:bold; color:#555; background:#e3e3e3; padding:6px;">BookTrackr</div> <center> <a href="/booktrackr.asp"><img src="/images/bt_results.gif" width="234" border="0" alt="BookTrackr" style="margin:10px 0;" /></a> </center> <p style="font-size:12px !important; margin:0 15px 10px 15px;">Use BookTrackr to customize WWEnd to your reading history. Highlight the books you've read, your favorites, what you're reading now and what you want to read next.</p> <p style="font-size:14px !important; margin:0 15px 10px 15px;""><a href="/booktrackr.asp"><img src="images/arrow.gif" border="0" alt="Next" /> <b>Full Details</b></a></p> <img src="/images/blank.gif" border="0" width="340" height="1" alt="" /> </td> </tr> </table> </div> <!-- End WWEnd --> </li> <li style="width:141px;" id="menuItemMyWorld"><a href="/profile.asp" class="drop">Log In</a> <!-- Begin My World --> <div class="fullwidthDropdown"> <!-- NOT LOGGED IN --> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td height="40" colspan="2"><div style="border-bottom:1px solid #dedede; margin:10px 10px 5px 10px;"><a href="/mbbs22/register.asp" style="color:#363636;"><strong>Not yet a member? Sign Up today!</strong></a></div></td> <!-- <td height="40"><div style="font-size:12px; font-weight:bold; border-bottom:1px solid #dedede; color:#363636; margin:10px 10px 5px 10px;">Member Sign Up</div></td> --> <td rowspan="2" width="340" valign="top"> <!-- MEMBER LOG IN FORM --> <div style="margin:0 0 10px 0; font-size:14px; font-weight:bold; color:#555; background:#e3e3e3; padding:6px;">Member Log In</div> <div style="margin:0 0 0 20px;"> <form action='/mbbs22/logon.asp?redirect=http%3A%2F%2Fwww%2Eworldswithoutend%2Ecom%2Findex%2Easp' method='post' id="form1" name="form1" style="padding:0px; margin:0;" autocomplete="off"> <input type='hidden' name='action' value='logon' /> <table border="0" width="" cellspacing="0" cellpadding="1"> <tr> <td width="45%" class="small" align="right">Username:</td> <td width="55%"><input type="text" id="postusername" name="postusername" maxlength="20" size="14" value="" style="padding:2px; font-size:12px; font-family:verdana;" /></td> </tr> <tr> <td class="small" align="right">Password:</td> <td><input type="password" name="postpassword" maxlength="20" size="14" value="" title="" style="padding:2px; font-size:12px; font-family:verdana;" autocomplete="off" /></td> </tr> <tr> <td>&nbsp;</td> <td class="small"><input type="checkbox" value="1" name="storeincookie" checked="checked" /> Remember Me</td> </tr> <tr> <td>&nbsp;</td> <td><input type="submit" value="Log In" class="gogogirls" id="submit1" name="submit1" /></td> </tr> </table> </form> <p class="tiny"><a href="/mbbs22/forgot-password.asp"><img src="images/arrow.gif" border="0" alt="Next" /> Forgot your Password?</a></p> </div> <img src="images/blank.gif" border="0" width="340" height="1" alt="" /> </td> </tr> <tr> <td valign="top" width="65%"> <p class="small" style="margin-left:10px; margin-top:-0px;">Joining is quick and easy and FREE! Become a member and enjoy the enhanced features only available to registered members.</p> <ul style="font-size:11px important!;"> <li>Rate &amp; track books with <a href="/booktrackr.asp">BookTrackr&trade;</a></li> <li>Customize WWEnd to reflect your reading history</li> <li>Submit your own reviews</li> <li>Create your own favorites lists</li> <li>Participate in forum discussions</li> <li>Join our <a href="/rollyourown_challenge.asp">Roll-Your-Own Reading Challenge</a></li> </ul> </td> <td valign="top" width="35%"><br><br><br> <center><a href="/mbbs22/register.asp"><img src="images/join.gif" border="0" width="230" alt="Join WWEnd" style="padding: 0px;; border: 0px solid #ccc;" /></a></center> </td> </tr> </table> <!-- END NOT LOGGED IN --> </div> <!-- End My World --> </li> <li style="width:89px;" id="menuItemBlog"><a href="http://blog.worldswithoutend.com/">Blog</a><!-- Begin Blog --></li> <li style="width:112px;" id="menuItemForums"><a href="/mbbs22/category-view.asp">Forums</a><!-- Begin Forums --></li> <li style="width:137px; height: 44px; margin-right:0px !important; text-align: center;"> <map name="socialbits"> <area shape="rect" coords="4,4,24,24" href="https://bsky.app/profile/wwend.bsky.social" target="_blank" alt="Follow us on Bluesky" title="Follow us on Bluesky" /> <area shape="rect" coords="29,4,49,24" href="https://www.pinterest.com/worldswithoutend" target="_blank" alt="Follow us on Pinterest" title="Follow us on Pinterest" /> <area shape="rect" coords="54,4,74,24" href="https://www.facebook.com/WorldsWithoutEnd" target="_blank" alt="Follow us on Facebook" title="Follow us on Facebook" /> <area shape="rect" coords="79,4,99,24" href="https://discord.com/invite/hGQ4Wm7" target="_blank" alt="Follow us on Discord" title="Follow us on Discord" /> </map> <img src="/images/social_bits2.png" width="104" height="28" border="0" usemap="#socialbits" style="padding:6px 0 10px; 0;" alt="social bits" /> </li> </ul><!-- End Mega Menu --> </div> <!-- End Menu Container --> </div> <div id="container"> <h1><a href="books.asp">Science Fiction, Fantasy &amp; Horror Books</a></h1> <div id="rightsidebar"> <div style="width:300px; margin:20px auto; padding:0; text-align:center; background-color:#ffffff;"> <div> <div style="display:inline-block; margin:10px 10px 10px 0;" /> <!-- SidebarTop/Zone1: SquareButton1 [async] --> <script type="text/javascript">if (!window.AdButler){(function(){var s = document.createElement("script"); s.async = true; s.type = "text/javascript";s.src = 'https://servedbyadbutler.com/app.js';var n = document.getElementsByTagName("script")[0]; n.parentNode.insertBefore(s, n);}());}</script> <script type="text/javascript"> var AdButler = AdButler || {}; AdButler.ads = AdButler.ads || []; var abkw = window.abkw || ''; var plc349401 = window.plc349401 || 0; document.write('<'+'div id="placement_349401_'+plc349401+'"></'+'div>'); AdButler.ads.push({handler: function(opt){ AdButler.register(175322, 349401, [125,125], 'placement_349401_'+opt.place, opt); }, opt: { place: plc349401++, keywords: abkw, domain: 'servedbyadbutler.com', click:'CLICK_MACRO_PLACEHOLDER' }}); </script> </div> <div style="display:inline-block; margin:10px 0 10px 0;" /> <!-- SidebarTop/Zone1: SquareButton2 [async] --> <script type="text/javascript">if (!window.AdButler){(function(){var s = document.createElement("script"); s.async = true; s.type = "text/javascript";s.src = 'https://servedbyadbutler.com/app.js';var n = document.getElementsByTagName("script")[0]; n.parentNode.insertBefore(s, n);}());}</script> <script type="text/javascript"> var AdButler = AdButler || {}; AdButler.ads = AdButler.ads || []; var abkw = window.abkw || ''; var plc349402 = window.plc349402 || 0; document.write('<'+'div id="placement_349402_'+plc349402+'"></'+'div>'); AdButler.ads.push({handler: function(opt){ AdButler.register(175322, 349402, [125,125], 'placement_349402_'+opt.place, opt); }, opt: { place: plc349402++, keywords: abkw, domain: 'servedbyadbutler.com', click:'CLICK_MACRO_PLACEHOLDER' }}); </script> </div> </div> <div> <div style="display:inline-block; margin:0 10px 20px 0; background-color:#ccc;" /> <!-- SidebarTop/Zone1: SquareButton3 [async] --> <script type="text/javascript">if (!window.AdButler){(function(){var s = document.createElement("script"); s.async = true; s.type = "text/javascript";s.src = 'https://servedbyadbutler.com/app.js';var n = document.getElementsByTagName("script")[0]; n.parentNode.insertBefore(s, n);}());}</script> <script type="text/javascript"> var AdButler = AdButler || {}; AdButler.ads = AdButler.ads || []; var abkw = window.abkw || ''; var plc349403 = window.plc349403 || 0; document.write('<'+'div id="placement_349403_'+plc349403+'"></'+'div>'); AdButler.ads.push({handler: function(opt){ AdButler.register(175322, 349403, [125,125], 'placement_349403_'+opt.place, opt); }, opt: { place: plc349403++, keywords: abkw, domain: 'servedbyadbutler.com', click:'CLICK_MACRO_PLACEHOLDER' }}); </script> </div> <div style="display:inline-block; margin:0 0 20px 0;" /> <!-- SidebarTop/Zone1: SquareButton4 [async] --> <script type="text/javascript">if (!window.AdButler){(function(){var s = document.createElement("script"); s.async = true; s.type = "text/javascript";s.src = 'https://servedbyadbutler.com/app.js';var n = document.getElementsByTagName("script")[0]; n.parentNode.insertBefore(s, n);}());}</script> <script type="text/javascript"> var AdButler = AdButler || {}; AdButler.ads = AdButler.ads || []; var abkw = window.abkw || ''; var plc349404 = window.plc349404 || 0; document.write('<'+'div id="placement_349404_'+plc349404+'"></'+'div>'); AdButler.ads.push({handler: function(opt){ AdButler.register(175322, 349404, [125,125], 'placement_349404_'+opt.place, opt); }, opt: { place: plc349404++, keywords: abkw, domain: 'servedbyadbutler.com', click:'CLICK_MACRO_PLACEHOLDER' }}); </script> </div> </div> </div><a href="/about_support.asp" style="color:#062f54;"><h5>Support WWEnd</h5></a> <div class="box"> <a href="https://www.patreon.com/WWEnd" target="_blank"><img src="images/become_a_patron_button@2x.png" border="0" alt="Become a Patron" style="width:280px; padding-bottom:10px;" /></a><br /> <form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_blank"> <input type="hidden" name="cmd" value="_s-xclick"> <input type="hidden" name="hosted_button_id" value="4WXAFT7LWJEKY"> <input type="image" src="https://www.worldswithoutend.com/images/PayPalDonateButton.png" border="0" name="submit" alt="Donate with PayPal!" style="width:280px;"> <img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1"> </form> </div> <!-- BLOG BOX --> <script type="text/javascript"> var currentTab = 0; // Set to a different number to start on a different tab. function openTab(clickedTab) { var thisTab = $(".tabbed-box .tabsx a").index(clickedTab); $(".tabbed-box .tabsx li a").removeClass("active"); $(".tabbed-box .tabsx li a:eq("+thisTab+")").addClass("active"); $(".tabbed-box .tabbed-content").hide(); $(".tabbed-box .tabbed-content:eq("+thisTab+")").show(); currentTab = thisTab; } $(document).ready(function() { $(".tabsx li:eq(0) a").css("border-left", "none"); $(".tabbed-box .tabsx li a").click(function() { openTab($(this)); return false; }); $(".tabbed-box .tabsx li a:eq("+currentTab+")").click() }); </script> <h5>WWEnd Blog</h5> <div class="box"> <div class="tabbed-box"> <div class="tabsx" style="padding:0px 0 0 0px;"> <ul style="margin:0; padding:0;"> <li><a href="javascript:void();" style="text-decoration:none;">Recent Posts</a></li> <li style="display:none;"><a href="javascript:void();" style="text-decoration:none;">Tags</a></li> <li style="display:none;"><a href="javascript:void();" style="text-decoration:none;">Archive</a></li> <li style="display:none;"><a href="#" style="text-decoration:none;">Poll</a></li> </ul> </div> <div class="tabbed-content" style="margin-left:0; padding-left:2px;"> <ul><li><a href="https://blog.worldswithoutend.com/2024/11/guest-post-playing-with-time-a-bundle-of-books-for-christmas-time/">Guest Post: Playing with Time: A Bundle of Books for Christmas Time</a></li><li><a href="https://blog.worldswithoutend.com/2024/11/2023-kitschies-awards-shortlists/">2023 Kitschies Awards Shortlists</a></li><li><a href="https://blog.worldswithoutend.com/2024/10/2024-british-fantasy-awards-winners/">2024 British Fantasy Awards Winners</a></li><li><a href="https://blog.worldswithoutend.com/2024/08/2024-british-fantasy-awards-shortlists-announced/">2024 British Fantasy Awards Shortlists Announced</a></li><li><a href="https://blog.worldswithoutend.com/2024/08/2023-nommo-awards-winners/">2023 Nommo Awards Winners</a></li><li><a href="https://blog.worldswithoutend.com/2024/08/2024-world-fantasy-award-finalists/">2024 World Fantasy Award Finalists</a></li><li><a href="https://blog.worldswithoutend.com/2024/08/2024-aurora-award-winner/">2024 Aurora Award Winner</a></li><li><a href="https://blog.worldswithoutend.com/2024/08/2024-hugo-award-winner/">2024 Hugo Award Winner</a></li><li><a href="https://blog.worldswithoutend.com/2024/08/2024-mythopoeic-award-winner/">2024 Mythopoeic Award Winner</a></li><li><a href="https://blog.worldswithoutend.com/2024/07/2024-arthur-c-clarke-award-winner/">2024 Arthur C. Clarke Award Winner</a></li><ul> </div> <div class="tabbed-content" style="margin-left:0; padding-left:2px; display:none;"> <ul><li><a href="blog.asp?view=category&cat_id=12">Author Videos (1)</a></li><li><a href="blog.asp?view=category&cat_id=7">Authors (22)</a></li><li><a href="blog.asp?view=category&cat_id=22">Automata 101 (8)</a></li><li><a href="blog.asp?view=category&cat_id=6">Awards (92)</a></li><li><a href="blog.asp?view=category&cat_id=31">Banned Books (3)</a></li><li><a href="blog.asp?view=category&cat_id=21">Books in the Mail (6)</a></li><li><a href="blog.asp?view=category&cat_id=33">Contests (2)</a></li><li><a href="blog.asp?view=category&cat_id=10">Film and TV (29)</a></li><li><a href="blog.asp?view=category&cat_id=30">Forays into Fantasy (8)</a></li><li><a href="blog.asp?view=category&cat_id=1">General (13)</a></li><li><a href="blog.asp?view=category&cat_id=26">Genre Poetry (7)</a></li><li><a href="blog.asp?view=category&cat_id=28">Grand Master Reading Challenge (71)</a></li><li><a href="blog.asp?view=category&cat_id=23">Month of Horrors (9)</a></li><li><a href="blog.asp?view=category&cat_id=20">Not SF/F Related (3)</a></li><li><a href="blog.asp?view=category&cat_id=8">Novels (13)</a></li><li><a href="blog.asp?view=category&cat_id=27">Outside the Norm (8)</a></li><li><a href="blog.asp?view=category&cat_id=24">Philip K. Dickathon (22)</a></li><li><a href="blog.asp?view=category&cat_id=16">Podcasts (1)</a></li><li><a href="blog.asp?view=category&cat_id=13">Publishers (1)</a></li><li><a href="blog.asp?view=category&cat_id=17">Reading Challenge (1)</a></li><li><a href="blog.asp?view=category&cat_id=11">Recent Additions (25)</a></li><li><a href="blog.asp?view=category&cat_id=18">Reviews (34)</a></li><li><a href="blog.asp?view=category&cat_id=29">SF/F Quotes (4)</a></li><li><a href="blog.asp?view=category&cat_id=14">SFF Events (9)</a></li><li><a href="blog.asp?view=category&cat_id=9">SFF News (2)</a></li><li><a href="blog.asp?view=category&cat_id=3">Technology (6)</a></li><li><a href="blog.asp?view=category&cat_id=32">The Horror! The Horror! (4)</a></li><li><a href="blog.asp?view=category&cat_id=19">Thies&#8217; Pieces (20)</a></li><li><a href="blog.asp?view=category&cat_id=5">WWEnd Updates (14)</a></li><li><a href="blog.asp?view=category&cat_id=25">YA Genre Fiction Month (10)</a></li></ul> </div> <div class="tabbed-content" style="margin-left:0; padding-left:2px; display:none;"> <ul><li><a href="blog.asp?view=archives&amp;month=7&amp;year=2012">July - 2012 (15)</a></li><li><a href="blog.asp?view=archives&amp;month=6&amp;year=2012">June - 2012 (25)</a></li><li><a href="blog.asp?view=archives&amp;month=5&amp;year=2012">May - 2012 (22)</a></li><li><a href="blog.asp?view=archives&amp;month=4&amp;year=2012">April - 2012 (25)</a></li><li><a href="blog.asp?view=archives&amp;month=3&amp;year=2012">March - 2012 (19)</a></li><li><a href="blog.asp?view=archives&amp;month=2&amp;year=2012">February - 2012 (24)</a></li><li><a href="blog.asp?view=archives&amp;month=1&amp;year=2012">January - 2012 (23)</a></li><li><a href="blog.asp?view=archives&amp;month=12&amp;year=2011">December - 2011 (14)</a></li><li><a href="blog.asp?view=archives&amp;month=11&amp;year=2011">November - 2011 (17)</a></li><li><a href="blog.asp?view=archives&amp;month=10&amp;year=2011">October - 2011 (23)</a></li><li><a href="blog.asp?view=archives&amp;month=9&amp;year=2011">September - 2011 (13)</a></li><li><a href="blog.asp?view=archives&amp;month=8&amp;year=2011">August - 2011 (17)</a></li><li><a href="blog.asp?view=archives&amp;month=7&amp;year=2011">July - 2011 (9)</a></li><li><a href="blog.asp?view=archives&amp;month=6&amp;year=2011">June - 2011 (9)</a></li><li><a href="blog.asp?view=archives&amp;month=5&amp;year=2011">May - 2011 (10)</a></li><li><a href="blog.asp?view=archives&amp;month=4&amp;year=2011">April - 2011 (12)</a></li><li><a href="blog.asp?view=archives&amp;month=3&amp;year=2011">March - 2011 (6)</a></li><li><a href="blog.asp?view=archives&amp;month=2&amp;year=2011">February - 2011 (4)</a></li><li><a href="blog.asp?view=archives&amp;month=1&amp;year=2011">January - 2011 (6)</a></li><li><a href="blog.asp?view=archives&amp;month=12&amp;year=2010">December - 2010 (4)</a></li><li><a href="blog.asp?view=archives&amp;month=11&amp;year=2010">November - 2010 (5)</a></li><li><a href="blog.asp?view=archives&amp;month=10&amp;year=2010">October - 2010 (5)</a></li><li><a href="blog.asp?view=archives&amp;month=9&amp;year=2010">September - 2010 (6)</a></li><li><a href="blog.asp?view=archives&amp;month=8&amp;year=2010">August - 2010 (4)</a></li><li><a href="blog.asp?view=archives&amp;month=7&amp;year=2010">July - 2010 (7)</a></li><li><a href="blog.asp?view=archives&amp;month=6&amp;year=2010">June - 2010 (12)</a></li><li><a href="blog.asp?view=archives&amp;month=5&amp;year=2010">May - 2010 (13)</a></li><li><a href="blog.asp?view=archives&amp;month=4&amp;year=2010">April - 2010 (16)</a></li><li><a href="blog.asp?view=archives&amp;month=3&amp;year=2010">March - 2010 (9)</a></li><li><a href="blog.asp?view=archives&amp;month=2&amp;year=2010">February - 2010 (7)</a></li><li><a href="blog.asp?view=archives&amp;month=1&amp;year=2010">January - 2010 (6)</a></li><li><a href="blog.asp?view=archives&amp;month=12&amp;year=2009">December - 2009 (4)</a></li><li><a href="blog.asp?view=archives&amp;month=11&amp;year=2009">November - 2009 (7)</a></li><li><a href="blog.asp?view=archives&amp;month=10&amp;year=2009">October - 2009 (3)</a></li><li><a href="blog.asp?view=archives&amp;month=9&amp;year=2009">September - 2009 (4)</a></li><li><a href="blog.asp?view=archives&amp;month=8&amp;year=2009">August - 2009 (3)</a></li><li><a href="blog.asp?view=archives&amp;month=6&amp;year=2009">June - 2009 (6)</a></li><li><a href="blog.asp?view=archives&amp;month=4&amp;year=2009">April - 2009 (6)</a></li><li><a href="blog.asp?view=archives&amp;month=3&amp;year=2009">March - 2009 (2)</a></li><li><a href="blog.asp?view=archives&amp;month=2&amp;year=2009">February - 2009 (3)</a></li><li><a href="blog.asp?view=archives&amp;month=1&amp;year=2009">January - 2009 (10)</a></li><li><a href="blog.asp?view=archives&amp;month=12&amp;year=2008">December - 2008 (1)</a></li><li><a href="blog.asp?view=archives&amp;month=11&amp;year=2008">November - 2008 (9)</a></li></ul> </div> <div class="tabbed-content"> </div> </div> </div> <!-- END BLOG BOX --><!-- BookTrackr --> <h5>WWEnd BookTrackr&trade;</h5> <div class="box"> <a href="booktrackr.asp"><img src="images/novel_tagging.gif" border="0" width="266" alt="BookTrackr" style="padding: 6px; background-color: #f7f7f7; border: 1px solid #ccc;" /></a> <p class="small" style="margin-top:6px;">See how BookTrackr lets you customize WWEnd to reflect YOUR reading history. BookTrackr highlights the books you've read, your favorites, what you're reading now and what you want to read next.</p> <p><a href="booktrackr.asp"><img src="images/arrow.gif" border="0" alt="Next" /> Full Details</a></p> </div> <div style="width:340px; top:20px; margin:20px auto; text-align:center;"> <!-- SidebarBottom/Zone2: MediumRectangle1 [async] --> <script type="text/javascript">if (!window.AdButler){(function(){var s = document.createElement("script"); s.async = true; s.type = "text/javascript";s.src = 'https://servedbyadbutler.com/app.js';var n = document.getElementsByTagName("script")[0]; n.parentNode.insertBefore(s, n);}());}</script> <script type="text/javascript"> var AdButler = AdButler || {}; AdButler.ads = AdButler.ads || []; var abkw = window.abkw || ''; var plc364639 = window.plc364639 || 0; document.write('<'+'div id="placement_364639_'+plc364639+'"></'+'div>'); AdButler.ads.push({handler: function(opt){ AdButler.register(175322, 364639, [300,250], 'placement_364639_'+opt.place, opt); }, opt: { place: plc364639++, keywords: abkw, domain: 'servedbyadbutler.com', click:'CLICK_MACRO_PLACEHOLDER' }}); </script> <br /> <!-- SidebarBottom/Zone2: MediumRectangle2 [async] --> <script type="text/javascript">if (!window.AdButler){(function(){var s = document.createElement("script"); s.async = true; s.type = "text/javascript";s.src = 'https://servedbyadbutler.com/app.js';var n = document.getElementsByTagName("script")[0]; n.parentNode.insertBefore(s, n);}());}</script> <script type="text/javascript"> var AdButler = AdButler || {}; AdButler.ads = AdButler.ads || []; var abkw = window.abkw || ''; var plc364640 = window.plc364640 || 0; document.write('<'+'div id="placement_364640_'+plc364640+'"></'+'div>'); AdButler.ads.push({handler: function(opt){ AdButler.register(175322, 364640, [300,250], 'placement_364640_'+opt.place, opt); }, opt: { place: plc364640++, keywords: abkw, domain: 'servedbyadbutler.com', click:'CLICK_MACRO_PLACEHOLDER' }}); </script> </div> </div> <div id="mainbody"> <!-- BOOK COVER --> <div style="float:left; display:block; width:254px; padding:0px 20px 0px 0px; clear:right; margin-top:20px;"> <div id="novelblock_big" style="background-color:;"> <img src="covers/cja_allthebi.jpg" border="0" alt="All the Birds in the Sky" /> </div> <div style="background:#f7f7f7; padding:1px 10px; margin:5px 5px 0 0; border:1px solid #f3f3f3;"> <p style="font-size:11px; line-height:14px;"> Added By: <a href="/profile.asp?id=306">valashain</a><br /> Last Updated: <a href="/profile.asp?id=1256">Scott Laz</a> </p> </div> </div> <!-- INFO BLOCK --> <div style="float:right; width:510px;"> <h2 style="margin-bottom:0;">All the Birds in the Sky</h2> <!-- PURCHASE BUTTONS - FROM LIVE --> <div style="margin:6px 0 10px 0;"> <!-- Bookshop --> <!-- <a href="https://bookshop.org/books?aid=6269&keywords=All+the+Birds+in+the+Sky+Charlie+Jane+Anders" target="bookshop"><img src="images/buttons/button_Bookshop.jpg" border="0" alt="Purchase this book from Bookshop.org" title="Purchase this book from Bookshop.org" style="margin:2px;" /></a> --> <!-- IndieBound --> <a href="https://indiebound.org/search/book?aff=WWEnd&keys=All+the+Birds+in+the+Sky+Charlie+Jane+Anders" target="indiebound"><img src="images/buttons/button_IndieBound.jpg" border="0" alt="Purchase this book through IndieBound.org" title="Purchase this book through IndieBound.org" style="margin:2px;" /></a> <!-- Amazon --> <a href="https://www.amazon.com/s/ref=nb_sb_noss?url=search-alias%3Dstripbooks&field-keywords=All+the+Birds+in+the+Sky - Charlie+Jane+Anders&tag=icowcom-20" target="amazon_US"><img src="images/buttons/button_Amazon.jpg" border="0" alt="Purchase this book from Amazon.com" title="Purchase this book from Amazon.com" style="margin:2px;" /></a> <!-- Amazon UK --> <a href="https://www.amazon.co.uk/s/ref=nb_sb_noss?url=search-alias%3Dstripbooks&field-keywords=All the Birds in the Sky - Charlie Jane Anders&tag=worwitend-21" target="amazon_UK"><img src="images/buttons/button_AmazonUK.jpg" border="0" alt="Purchase this book from Amazon.co.uk" title="Purchase this book from Amazon.co.uk" style="margin:2px;" /></a> </div> <!-- BOOK DETAILS --> <table border="0" width="100%" cellspacing="2" cellpadding="2" bgcolor="#ffffff"> <!-- AUTHOR --> <tr> <td bgcolor="#f3f3f3" width="35%" height="13" class="small">Author:</td> <td bgcolor="#f7f7f7" width="65%" height="13" class="small"><a href="author.asp?ID=3855">Charlie Jane Anders</a><br /></td> </tr> <!-- PUBLISHER --> <tr> <td bgcolor="#f3f3f3" height="13" class="small">Publisher:</td> <td bgcolor="#f7f7f7" height="13" class="small"> <a href="publisher.asp?ID=146">Tor</a>, 2016<br /> <a href="publisher.asp?ID=448">Titan Books</a>, 2016<br /> </td> </tr> <!-- SERIES --> <tr> <td bgcolor="#f3f3f3" height="13" class="small" onclick="expandcontent(this, 'series');" style="cursor:hand; cursor:pointer; margin:0px 0px 0px 8px;"> <span class="showstate"></span> Series:</td> <!-- <td bgcolor="#f3f3f3" height="13" class="small">Series:</td> --> <td bgcolor="#f7f7f7" height="13" class="small"> <a href="searchwwe.asp?st=&t=1&at=All&gid=0&ys=0&ye=9999"></a> </td> </tr> <tr> <td colspan="2" bgcolor="#f7f7f7"> <div id="series" class="switchcontent"> <p class="small" style="margin-left:20px;"> <p class="small" style="margin:10px;">This book does not appear to be part of a series. If this is incorrect, and you know the name of the series to which it belongs, please let us know.</p> <p class="small" style="margin:10px;"><a href="mailto:info@worldswithoutend.com?subject=Novel Series Info - All the Birds in the Sky"><img src="images/arrow.gif" border="0" alt="" /> Submit Series Details</a></p> </div> </td> </tr> <!-- Book Type --> <tr> <td bgcolor="#f3f3f3" width="35%" height="13" class="small">Book Type:</td> <td bgcolor="#f7f7f7" width="65%" height="13" class="small">Novel</td> </tr> <!-- GENRES --> <tr> <td bgcolor="#f3f3f3" height="13" class="small">Genre:</td> <td bgcolor="#f7f7f7" height="13" class="small"> Science-Fiction / Fantasy </td> </tr> <!-- SUB-GENRE TAGS --> <tr> <td bgcolor="#f3f3f3" height="13" class="small"><a href="resources_sub-genres.asp">Sub-Genre Tags</a>:</td> <td bgcolor="#f7f7f7" height="13" class="small"><a href="searchwwe.asp?gid=24">Science-Fantasy</a><br /><a href="searchwwe.asp?gid=4">Apocalyptic/Post-Apocalyptic</a><br /><a href="searchwwe.asp?gid=36">Contemporary Fantasy</a><br /</td> </tr> <!-- AWARDS --> <tr> <td bgcolor="#f3f3f3" height="13" class="small">Awards:</td> <td bgcolor="#f7f7f7" height="13" class="small"> <ul style="margin:5px 5px 5px -20px;"> <li><a href="books_year_index.asp?year=2016">2016 Nebula Winner</a></li> <li><a href="books_year_index.asp?year=2017">2017 Locus F Winner</a></li> <li><a href="books_year_index.asp?year=2017">2017 Hugo Nominated</a></li> </ul> </td> </tr> <!-- LISTS --> <tr> <td bgcolor="#f3f3f3" height="13" class="small">Lists:</td> <td bgcolor="#f7f7f7" height="13" class="small"> <ul style="margin:5px 5px 5px -20px;"> <li><a href="/lists_women_winners.asp">Award Winning Books by Women Authors</a></li> </ul> </td> </tr> <!-- LINKS --> <tr> <td bgcolor="#f3f3f3" height="13" class="small">Links: </td> <td bgcolor="#f7f7f7" height="13" class="small"> <ul style="margin:5px 5px 5px -20px;"> </ul> </td> <!-- MEMBER RATING --> <tr> <td bgcolor="#f3f3f3" height="13" class="small" onclick="expandcontent(this, 'raters');" style="cursor:hand; cursor:pointer; margin:0px 0px 0px 8px;"> <span class="showstate"></span> Avg Member Rating:</td> <td bgcolor="#f7f7f7" height="13" class="small ratingBars"> <div id="ratingStarsAvg" style="width: 85px; height: 15px; position: relative; margin: 5px 0;" title="3.59"> <div id="lightStarsAvg" style="width: 85px; height: 15px; position: absolute; top: 0; left: 0; background: url(images/stars_average_light.png) top left no-repeat;"></div> <div id="darkStarsAvg" style="width: 0; height: 15px; position: absolute; top: 0; left: 0; background: url(images/stars_average_dark.png) top left no-repeat; overflow: hidden;"></div> <!-- MAKE A SPRITE --> <script type="text/javascript"> $(function() { $("#darkStarsAvg").animate({ width: "61.03" //change width of dark star overlay to match average rating -- 85 is the DIV width }, 1000 ); //.width(61.03); }); </script> </div> <span style="font-size: 9px;">(254 reads / 130 ratings)</span> </td> </tr> <!-- RATING AVATARS --> <tr> <td colspan="2" bgcolor="#f7f7f7"> <div id="raters" class="switchcontent"> <div style="float:left; margin:1px; text-align:center; width:80px; overflow:hidden;"> <a href="profile.asp?id=3352"><img src="https://secure.gravatar.com/avatar/082bfbe9dcb902e29aa985a6960d64f4.jpg?s=60&r=r&d=https%3A%2F%2Fwww.worldswithoutend.com%2Fimages%2Fnopic.jpg" border="0" width="70" style="margin:5px;" alt="" /></a><br /> <span class="tiny" style="overflow:hidden;"> <a href="profile.asp?id=3352">illegible_scribble</a><br /> 2.5 </span> </div> <div style="float:left; margin:1px; text-align:center; width:80px; overflow:hidden;"> <a href="profile.asp?id=3647"><img src="https://secure.gravatar.com/avatar/f291a92334d5b2c96481d1ba5bc321fd.jpg?s=60&r=r&d=https%3A%2F%2Fwww.worldswithoutend.com%2Fimages%2Fnopic.jpg" border="0" width="70" style="margin:5px;" alt="" /></a><br /> <span class="tiny" style="overflow:hidden;"> <a href="profile.asp?id=3647">paola_fi</a><br /> 3.5 </span> </div> <div style="float:left; margin:1px; text-align:center; width:80px; overflow:hidden;"> <a href="profile.asp?id=4084"><img src="https://secure.gravatar.com/avatar/a78f6b2dd09c22cf181ede3d387213ac.jpg?s=60&r=r&d=https%3A%2F%2Fwww.worldswithoutend.com%2Fimages%2Fnopic.jpg" border="0" width="70" style="margin:5px;" alt="" /></a><br /> <span class="tiny" style="overflow:hidden;"> <a href="profile.asp?id=4084">booksbonesbuffy</a><br /> 5 </span> </div> <div style="float:left; margin:1px; text-align:center; width:80px; overflow:hidden;"> <a href="profile.asp?id=3433"><img src="https://secure.gravatar.com/avatar/8b3e504caab72ffdd867d21d508997db.jpg?s=60&r=r&d=https%3A%2F%2Fwww.worldswithoutend.com%2Fimages%2Fnopic.jpg" border="0" width="70" style="margin:5px;" alt="" /></a><br /> <span class="tiny" style="overflow:hidden;"> <a href="profile.asp?id=3433">Weesam</a><br /> 4 </span> </div> <div style="float:left; margin:1px; text-align:center; width:80px; overflow:hidden;"> <a href="profile.asp?id=2399"><img src="https://secure.gravatar.com/avatar/985093f03b42eb12e84f9b4a3b96a7d4.jpg?s=60&r=r&d=https%3A%2F%2Fwww.worldswithoutend.com%2Fimages%2Fnopic.jpg" border="0" width="70" style="margin:5px;" alt="" /></a><br /> <span class="tiny" style="overflow:hidden;"> <a href="profile.asp?id=2399">Dlw28</a><br /> 4 </span> </div> <div style="float:left; margin:1px; text-align:center; width:80px; overflow:hidden;"> <a href="profile.asp?id=3442"><img src="https://secure.gravatar.com/avatar/8ba458fe363f5efecc351a08030c7a4e.jpg?s=60&r=r&d=https%3A%2F%2Fwww.worldswithoutend.com%2Fimages%2Fnopic.jpg" border="0" width="70" style="margin:5px;" alt="" /></a><br /> <span class="tiny" style="overflow:hidden;"> <a href="profile.asp?id=3442">Alexa</a><br /> 4 </span> </div> <div style="clear:both;"></div> <div style="float:left; margin:1px; text-align:center; width:80px; overflow:hidden;"> <a href="profile.asp?id=4627"><img src="https://secure.gravatar.com/avatar/e7a6373f29cdb1f3ea7e324e4d4391bf.jpg?s=60&r=r&d=https%3A%2F%2Fwww.worldswithoutend.com%2Fimages%2Fnopic.jpg" border="0" width="70" style="margin:5px;" alt="" /></a><br /> <span class="tiny" style="overflow:hidden;"> <a href="profile.asp?id=4627">JaneEfficiency13</a><br /> 3.5 </span> </div> <div style="float:left; margin:1px; text-align:center; width:80px; overflow:hidden;"> <a href="profile.asp?id=2290"><img src="https://secure.gravatar.com/avatar/c8734961f9186faf67cd606cf867963e.jpg?s=60&r=r&d=https%3A%2F%2Fwww.worldswithoutend.com%2Fimages%2Fnopic.jpg" border="0" width="70" style="margin:5px;" alt="" /></a><br /> <span class="tiny" style="overflow:hidden;"> <a href="profile.asp?id=2290">Arrenby</a><br /> 4 </span> </div> <div style="float:left; margin:1px; text-align:center; width:80px; overflow:hidden;"> <a href="profile.asp?id=1416"><img src="https://secure.gravatar.com/avatar/5b7b553395c2040dcf071fb10f17a2b4.jpg?s=60&r=r&d=https%3A%2F%2Fwww.worldswithoutend.com%2Fimages%2Fnopic.jpg" border="0" width="70" style="margin:5px;" alt="" /></a><br /> <span class="tiny" style="overflow:hidden;"> <a href="profile.asp?id=1416">Naomi_uk72</a><br /> 4.5 </span> </div> <div style="float:left; margin:1px; text-align:center; width:80px; overflow:hidden;"> <a href="profile.asp?id=2467"><img src="https://secure.gravatar.com/avatar/019aa198abc31b93d9afa8274ab907e4.jpg?s=60&r=r&d=https%3A%2F%2Fwww.worldswithoutend.com%2Fimages%2Fnopic.jpg" border="0" width="70" style="margin:5px;" alt="" /></a><br /> <span class="tiny" style="overflow:hidden;"> <a href="profile.asp?id=2467">mjmahoney</a><br /> 5 </span> </div> <div style="float:left; margin:1px; text-align:center; width:80px; overflow:hidden;"> <a href="profile.asp?id=1510"><img src="https://secure.gravatar.com/avatar/f67269684cffb73ccda60e3f9bc5f29e.jpg?s=60&r=r&d=https%3A%2F%2Fwww.worldswithoutend.com%2Fimages%2Fnopic.jpg" border="0" width="70" style="margin:5px;" alt="" /></a><br /> <span class="tiny" style="overflow:hidden;"> <a href="profile.asp?id=1510">Linguana</a><br /> 4.5 </span> </div> <div style="float:left; margin:1px; text-align:center; width:80px; overflow:hidden;"> <a href="profile.asp?id=3821"><img src="https://secure.gravatar.com/avatar/ffd8d56a59a70800d59d2c10d0a77be3.jpg?s=60&r=r&d=https%3A%2F%2Fwww.worldswithoutend.com%2Fimages%2Fnopic.jpg" border="0" width="70" style="margin:5px;" alt="" /></a><br /> <span class="tiny" style="overflow:hidden;"> <a href="profile.asp?id=3821">jwharris28</a><br /> 5 </span> </div> <div style="clear:both;"></div> <div style="float:left; margin:1px; text-align:center; width:80px; overflow:hidden;"> <a href="profile.asp?id=3844"><img src="https://secure.gravatar.com/avatar/86b5640ad913705270bdea3972a89aac.jpg?s=60&r=r&d=https%3A%2F%2Fwww.worldswithoutend.com%2Fimages%2Fnopic.jpg" border="0" width="70" style="margin:5px;" alt="" /></a><br /> <span class="tiny" style="overflow:hidden;"> <a href="profile.asp?id=3844">Aretaa</a><br /> 4 </span> </div> <div style="float:left; margin:1px; text-align:center; width:80px; overflow:hidden;"> <a href="profile.asp?id=4659"><img src="https://secure.gravatar.com/avatar/1780a7f8f0b2cbdfcec5093f50e3d6b4.jpg?s=60&r=r&d=https%3A%2F%2Fwww.worldswithoutend.com%2Fimages%2Fnopic.jpg" border="0" width="70" style="margin:5px;" alt="" /></a><br /> <span class="tiny" style="overflow:hidden;"> <a href="profile.asp?id=4659">JessLibrarian</a><br /> 4.5 </span> </div> <div style="float:left; margin:1px; text-align:center; width:80px; overflow:hidden;"> <a href="profile.asp?id=4701"><img src="https://secure.gravatar.com/avatar/8b985d19723f43427d90a44588ae82a6.jpg?s=60&r=r&d=https%3A%2F%2Fwww.worldswithoutend.com%2Fimages%2Fnopic.jpg" border="0" width="70" style="margin:5px;" alt="" /></a><br /> <span class="tiny" style="overflow:hidden;"> <a href="profile.asp?id=4701">VivJM</a><br /> 4.5 </span> </div> <div style="float:left; margin:1px; text-align:center; width:80px; overflow:hidden;"> <a href="profile.asp?id=1425"><img src="https://secure.gravatar.com/avatar/27a0bf2f3765a65f7c993c6550fcc276.jpg?s=60&r=r&d=https%3A%2F%2Fwww.worldswithoutend.com%2Fimages%2Fnopic.jpg" border="0" width="70" style="margin:5px;" alt="" /></a><br /> <span class="tiny" style="overflow:hidden;"> <a href="profile.asp?id=1425">Engelbrecht</a><br /> 3.5 </span> </div> <div style="float:left; margin:1px; text-align:center; width:80px; overflow:hidden;"> <a href="profile.asp?id=4652"><img src="https://secure.gravatar.com/avatar/f9a109263752cc8701be3decff19f941.jpg?s=60&r=r&d=https%3A%2F%2Fwww.worldswithoutend.com%2Fimages%2Fnopic.jpg" border="0" width="70" style="margin:5px;" alt="" /></a><br /> <span class="tiny" style="overflow:hidden;"> <a href="profile.asp?id=4652">Pug</a><br /> 5 </span> </div> <div style="float:left; margin:1px; text-align:center; width:80px; overflow:hidden;"> <a href="profile.asp?id=4666"><img src="https://secure.gravatar.com/avatar/07800e5867637306fcbb42a50d2f5f9b.jpg?s=60&r=r&d=https%3A%2F%2Fwww.worldswithoutend.com%2Fimages%2Fnopic.jpg" border="0" width="70" style="margin:5px;" alt="" /></a><br /> <span class="tiny" style="overflow:hidden;"> <a href="profile.asp?id=4666">LDev</a><br /> 4 </span> </div> <div style="clear:both;"></div> <div style="float:left; margin:1px; text-align:center; width:80px; overflow:hidden;"> <a href="profile.asp?id=1791"><img src="https://secure.gravatar.com/avatar/86fd95a61a50f6a31974c6eb8ed15feb.jpg?s=60&r=r&d=https%3A%2F%2Fwww.worldswithoutend.com%2Fimages%2Fnopic.jpg" border="0" width="70" style="margin:5px;" alt="" /></a><br /> <span class="tiny" style="overflow:hidden;"> <a href="profile.asp?id=1791">Thomcat</a><br /> 2.5 </span> </div> <div style="float:left; margin:1px; text-align:center; width:80px; overflow:hidden;"> <a href="profile.asp?id=3467"><img src="https://secure.gravatar.com/avatar/154b1eff30a451c55bda29754e53a573.jpg?s=60&r=r&d=https%3A%2F%2Fwww.worldswithoutend.com%2Fimages%2Fnopic.jpg" border="0" width="70" style="margin:5px;" alt="" /></a><br /> <span class="tiny" style="overflow:hidden;"> <a href="profile.asp?id=3467">ScoLgo</a><br /> 4 </span> </div> <div style="float:left; margin:1px; text-align:center; width:80px; overflow:hidden;"> <a href="profile.asp?id=3987"><img src="https://secure.gravatar.com/avatar/2bb574f857648958a669f968312a568c.jpg?s=60&r=r&d=https%3A%2F%2Fwww.worldswithoutend.com%2Fimages%2Fnopic.jpg" border="0" width="70" style="margin:5px;" alt="" /></a><br /> <span class="tiny" style="overflow:hidden;"> <a href="profile.asp?id=3987">Diane</a><br /> 3 </span> </div> <div style="float:left; margin:1px; text-align:center; width:80px; overflow:hidden;"> <a href="profile.asp?id=1357"><img src="https://secure.gravatar.com/avatar/ab96fe2d7ad07dd2b331004672df376d.jpg?s=60&r=r&d=https%3A%2F%2Fwww.worldswithoutend.com%2Fimages%2Fnopic.jpg" border="0" width="70" style="margin:5px;" alt="" /></a><br /> <span class="tiny" style="overflow:hidden;"> <a href="profile.asp?id=1357">Woogwhy</a><br /> 4 </span> </div> <div style="float:left; margin:1px; text-align:center; width:80px; overflow:hidden;"> <a href="profile.asp?id=4934"><img src="https://secure.gravatar.com/avatar/7e17f1a444b732ea01cec95d374bcd33.jpg?s=60&r=r&d=https%3A%2F%2Fwww.worldswithoutend.com%2Fimages%2Fnopic.jpg" border="0" width="70" style="margin:5px;" alt="" /></a><br /> <span class="tiny" style="overflow:hidden;"> <a href="profile.asp?id=4934">Eclipse</a><br /> 3.5 </span> </div> <div style="float:left; margin:1px; text-align:center; width:80px; overflow:hidden;"> <a href="profile.asp?id=1503"><img src="https://secure.gravatar.com/avatar/9cd337a7e6ea5d7f9b8eebb89c17a68e.jpg?s=60&r=r&d=https%3A%2F%2Fwww.worldswithoutend.com%2Fimages%2Fnopic.jpg" border="0" width="70" style="margin:5px;" alt="" /></a><br /> <span class="tiny" style="overflow:hidden;"> <a href="profile.asp?id=1503">TheBadger</a><br /> 3.5 </span> </div> <div style="clear:both;"></div> <div style="float:left; margin:1px; text-align:center; width:80px; overflow:hidden;"> <a href="profile.asp?id=5136"><img src="https://secure.gravatar.com/avatar/85eb325f32bda05fe905ac3e2d895d24.jpg?s=60&r=r&d=https%3A%2F%2Fwww.worldswithoutend.com%2Fimages%2Fnopic.jpg" border="0" width="70" style="margin:5px;" alt="" /></a><br /> <span class="tiny" style="overflow:hidden;"> <a href="profile.asp?id=5136">moshimoshi</a><br /> 4 </span> </div> <div style="float:left; margin:1px; text-align:center; width:80px; overflow:hidden;"> <a href="profile.asp?id=3952"><img src="https://secure.gravatar.com/avatar/405c68eed632d1bb0046073c476a5a05.jpg?s=60&r=r&d=https%3A%2F%2Fwww.worldswithoutend.com%2Fimages%2Fnopic.jpg" border="0" width="70" style="margin:5px;" alt="" /></a><br /> <span class="tiny" style="overflow:hidden;"> <a href="profile.asp?id=3952">piibald</a><br /> 3 </span> </div> <div style="float:left; margin:1px; text-align:center; width:80px; overflow:hidden;"> <a href="profile.asp?id=5050"><img src="https://secure.gravatar.com/avatar/04f8ff180e2db3abbddab1ca40edbbce.jpg?s=60&r=r&d=https%3A%2F%2Fwww.worldswithoutend.com%2Fimages%2Fnopic.jpg" border="0" width="70" style="margin:5px;" alt="" /></a><br /> <span class="tiny" style="overflow:hidden;"> <a href="profile.asp?id=5050">kabouter</a><br /> 3.5 </span> </div> <div style="float:left; margin:1px; text-align:center; width:80px; overflow:hidden;"> <a href="profile.asp?id=2512"><img src="https://secure.gravatar.com/avatar/d97fe78f6fc782c337ed2f178c5cba67.jpg?s=60&r=r&d=https%3A%2F%2Fwww.worldswithoutend.com%2Fimages%2Fnopic.jpg" border="0" width="70" style="margin:5px;" alt="" /></a><br /> <span class="tiny" style="overflow:hidden;"> <a href="profile.asp?id=2512">souloftherose</a><br /> 3 </span> </div> <div style="float:left; margin:1px; text-align:center; width:80px; overflow:hidden;"> <a href="profile.asp?id=4363"><img src="https://secure.gravatar.com/avatar/07a24e0ef4f43a7bcaf30c4e706b913b.jpg?s=60&r=r&d=https%3A%2F%2Fwww.worldswithoutend.com%2Fimages%2Fnopic.jpg" border="0" width="70" style="margin:5px;" alt="" /></a><br /> <span class="tiny" style="overflow:hidden;"> <a href="profile.asp?id=4363">Sable Aradia</a><br /> 4 </span> </div> <div style="float:left; margin:1px; text-align:center; width:80px; overflow:hidden;"> <a href="profile.asp?id=4210"><img src="https://secure.gravatar.com/avatar/9075fa671ffdd99c3ba5dcf1897478ca.jpg?s=60&r=r&d=https%3A%2F%2Fwww.worldswithoutend.com%2Fimages%2Fnopic.jpg" border="0" width="70" style="margin:5px;" alt="" /></a><br /> <span class="tiny" style="overflow:hidden;"> <a href="profile.asp?id=4210">GiantPanda</a><br /> 3.5 </span> </div> <div style="clear:both;"></div> <div style="float:left; margin:1px; text-align:center; width:80px; overflow:hidden;"> <a href="profile.asp?id=3889"><img src="https://secure.gravatar.com/avatar/256770048cadb0195fc70e7805e6c0b7.jpg?s=60&r=r&d=https%3A%2F%2Fwww.worldswithoutend.com%2Fimages%2Fnopic.jpg" border="0" width="70" style="margin:5px;" alt="" /></a><br /> <span class="tiny" style="overflow:hidden;"> <a href="profile.asp?id=3889">agsmyth</a><br /> 4.5 </span> </div> <div style="float:left; margin:1px; text-align:center; width:80px; overflow:hidden;"> <a href="profile.asp?id=5320"><img src="https://secure.gravatar.com/avatar/56c7cfb5fa35cdf3f0d647a810153a8f.jpg?s=60&r=r&d=https%3A%2F%2Fwww.worldswithoutend.com%2Fimages%2Fnopic.jpg" border="0" width="70" style="margin:5px;" alt="" /></a><br /> <span class="tiny" style="overflow:hidden;"> <a href="profile.asp?id=5320">pgcarron</a><br /> 4.5 </span> </div> <div style="float:left; margin:1px; text-align:center; width:80px; overflow:hidden;"> <a href="profile.asp?id=4030"><img src="https://secure.gravatar.com/avatar/32378ae3a7538b84f48f59752ef6fe28.jpg?s=60&r=r&d=https%3A%2F%2Fwww.worldswithoutend.com%2Fimages%2Fnopic.jpg" border="0" width="70" style="margin:5px;" alt="" /></a><br /> <span class="tiny" style="overflow:hidden;"> <a href="profile.asp?id=4030">sweko</a><br /> 2.5 </span> </div> <div style="float:left; margin:1px; text-align:center; width:80px; overflow:hidden;"> <a href="profile.asp?id=3982"><img src="https://secure.gravatar.com/avatar/82d1e490170484eafa6ae245af6c0d94.jpg?s=60&r=r&d=https%3A%2F%2Fwww.worldswithoutend.com%2Fimages%2Fnopic.jpg" border="0" width="70" style="margin:5px;" alt="" /></a><br /> <span class="tiny" style="overflow:hidden;"> <a href="profile.asp?id=3982">LauraM77</a><br /> 4.5 </span> </div> <div style="float:left; margin:1px; text-align:center; width:80px; overflow:hidden;"> <a href="profile.asp?id=1817"><img src="https://secure.gravatar.com/avatar/dde5ec844e5bad9f796de16da719d725.jpg?s=60&r=r&d=https%3A%2F%2Fwww.worldswithoutend.com%2Fimages%2Fnopic.jpg" border="0" width="70" style="margin:5px;" alt="" /></a><br /> <span class="tiny" style="overflow:hidden;"> <a href="profile.asp?id=1817">mikerbates</a><br /> 4 </span> </div> <div style="float:left; margin:1px; text-align:center; width:80px; overflow:hidden;"> <a href="profile.asp?id=821"><img src="https://secure.gravatar.com/avatar/c954d948a4d3f200f799915a74abe0bb.jpg?s=60&r=r&d=https%3A%2F%2Fwww.worldswithoutend.com%2Fimages%2Fnopic.jpg" border="0" width="70" style="margin:5px;" alt="" /></a><br /> <span class="tiny" style="overflow:hidden;"> <a href="profile.asp?id=821">BumbleBob</a><br /> 5 </span> </div> <div style="clear:both;"></div> <div style="float:left; margin:1px; text-align:center; width:80px; overflow:hidden;"> <a href="profile.asp?id=859"><img src="https://secure.gravatar.com/avatar/adfe0b9bc79bf4086f38691286b9c491.jpg?s=60&r=r&d=https%3A%2F%2Fwww.worldswithoutend.com%2Fimages%2Fnopic.jpg" border="0" width="70" style="margin:5px;" alt="" /></a><br /> <span class="tiny" style="overflow:hidden;"> <a href="profile.asp?id=859">Allie</a><br /> 4 </span> </div> <div style="float:left; margin:1px; text-align:center; width:80px; overflow:hidden;"> <a href="profile.asp?id=4107"><img src="https://secure.gravatar.com/avatar/f1d9f88179b696a09d0e5c3be0526138.jpg?s=60&r=r&d=https%3A%2F%2Fwww.worldswithoutend.com%2Fimages%2Fnopic.jpg" border="0" width="70" style="margin:5px;" alt="" /></a><br /> <span class="tiny" style="overflow:hidden;"> <a href="profile.asp?id=4107">Culinski</a><br /> 3 </span> </div> <div style="float:left; margin:1px; text-align:center; width:80px; overflow:hidden;"> <a href="profile.asp?id=2174"><img src="https://secure.gravatar.com/avatar/9baa237b0250c9a1ddb0df4102cce82a.jpg?s=60&r=r&d=https%3A%2F%2Fwww.worldswithoutend.com%2Fimages%2Fnopic.jpg" border="0" width="70" style="margin:5px;" alt="" /></a><br /> <span class="tiny" style="overflow:hidden;"> <a href="profile.asp?id=2174">mciocco</a><br /> 3.5 </span> </div> <div style="float:left; margin:1px; text-align:center; width:80px; overflow:hidden;"> <a href="profile.asp?id=2950"><img src="https://secure.gravatar.com/avatar/9f85f3c5f3a1d529a901afd55003f9e9.jpg?s=60&r=r&d=https%3A%2F%2Fwww.worldswithoutend.com%2Fimages%2Fnopic.jpg" border="0" width="70" style="margin:5px;" alt="" /></a><br /> <span class="tiny" style="overflow:hidden;"> <a href="profile.asp?id=2950">spoltz</a><br /> 3 </span> </div> <div style="float:left; margin:1px; text-align:center; width:80px; overflow:hidden;"> <a href="profile.asp?id=2162"><img src="https://secure.gravatar.com/avatar/4a0badae2582cf8adf28a2f6352c760f.jpg?s=60&r=r&d=https%3A%2F%2Fwww.worldswithoutend.com%2Fimages%2Fnopic.jpg" border="0" width="70" style="margin:5px;" alt="" /></a><br /> <span class="tiny" style="overflow:hidden;"> <a href="profile.asp?id=2162">controuble</a><br /> 4.5 </span> </div> <div style="float:left; margin:1px; text-align:center; width:80px; overflow:hidden;"> <a href="profile.asp?id=3960"><img src="https://secure.gravatar.com/avatar/2025b8302926493fa66aaf4d07fbdffe.jpg?s=60&r=r&d=https%3A%2F%2Fwww.worldswithoutend.com%2Fimages%2Fnopic.jpg" border="0" width="70" style="margin:5px;" alt="" /></a><br /> <span class="tiny" style="overflow:hidden;"> <a href="profile.asp?id=3960">chemical404</a><br /> 1.5 </span> </div> <div style="clear:both;"></div> <div style="float:left; margin:1px; text-align:center; width:80px; overflow:hidden;"> <a href="profile.asp?id=1335"><img src="https://secure.gravatar.com/avatar/3af764870b5c7d74eb5c0719c6cfeb2b.jpg?s=60&r=r&d=https%3A%2F%2Fwww.worldswithoutend.com%2Fimages%2Fnopic.jpg" border="0" width="70" style="margin:5px;" alt="" /></a><br /> <span class="tiny" style="overflow:hidden;"> <a href="profile.asp?id=1335">dh65</a><br /> 4.5 </span> </div> <div style="float:left; margin:1px; text-align:center; width:80px; overflow:hidden;"> <a href="profile.asp?id=4124"><img src="https://secure.gravatar.com/avatar/1b694d76b2ecf0d313a25c71b3d90f2b.jpg?s=60&r=r&d=https%3A%2F%2Fwww.worldswithoutend.com%2Fimages%2Fnopic.jpg" border="0" width="70" style="margin:5px;" alt="" /></a><br /> <span class="tiny" style="overflow:hidden;"> <a href="profile.asp?id=4124">Arenel</a><br /> 5 </span> </div> <div style="float:left; margin:1px; text-align:center; width:80px; overflow:hidden;"> <a href="profile.asp?id=1230"><img src="https://secure.gravatar.com/avatar/36ea07ac8079b4ad00b08b13b1a95c33.jpg?s=60&r=r&d=https%3A%2F%2Fwww.worldswithoutend.com%2Fimages%2Fnopic.jpg" border="0" width="70" style="margin:5px;" alt="" /></a><br /> <span class="tiny" style="overflow:hidden;"> <a href="profile.asp?id=1230">Fluke71</a><br /> 3.5 </span> </div> <div style="float:left; margin:1px; text-align:center; width:80px; overflow:hidden;"> <a href="profile.asp?id=3315"><img src="https://secure.gravatar.com/avatar/1a97a2f9d1ff5614a5c1c1073995567a.jpg?s=60&r=r&d=https%3A%2F%2Fwww.worldswithoutend.com%2Fimages%2Fnopic.jpg" border="0" width="70" style="margin:5px;" alt="" /></a><br /> <span class="tiny" style="overflow:hidden;"> <a href="profile.asp?id=3315">shadowwisps</a><br /> 5 </span> </div> <div style="float:left; margin:1px; text-align:center; width:80px; overflow:hidden;"> <a href="profile.asp?id=5356"><img src="https://secure.gravatar.com/avatar/ddd0403bb404b381dce11080a6db0de3.jpg?s=60&r=r&d=https%3A%2F%2Fwww.worldswithoutend.com%2Fimages%2Fnopic.jpg" border="0" width="70" style="margin:5px;" alt="" /></a><br /> <span class="tiny" style="overflow:hidden;"> <a href="profile.asp?id=5356">asfaloth12</a><br /> 2.5 </span> </div> <div style="float:left; margin:1px; text-align:center; width:80px; overflow:hidden;"> <a href="profile.asp?id=3024"><img src="https://secure.gravatar.com/avatar/344fd9effcbbaa316fb5b4b97ac46916.jpg?s=60&r=r&d=https%3A%2F%2Fwww.worldswithoutend.com%2Fimages%2Fnopic.jpg" border="0" width="70" style="margin:5px;" alt="" /></a><br /> <span class="tiny" style="overflow:hidden;"> <a href="profile.asp?id=3024">erisquilty</a><br /> 4.5 </span> </div> <div style="clear:both;"></div> <div style="float:left; margin:1px; text-align:center; width:80px; overflow:hidden;"> <a href="profile.asp?id=1256"><img src="https://secure.gravatar.com/avatar/783a8b8e26e3dcc01f994c5030db6fec.jpg?s=60&r=r&d=https%3A%2F%2Fwww.worldswithoutend.com%2Fimages%2Fnopic.jpg" border="0" width="70" style="margin:5px;" alt="" /></a><br /> <span class="tiny" style="overflow:hidden;"> <a href="profile.asp?id=1256">Scott Laz</a><br /> 3.5 </span> </div> <div style="float:left; margin:1px; text-align:center; width:80px; overflow:hidden;"> <a href="profile.asp?id=2889"><img src="https://secure.gravatar.com/avatar/22af806c31164be5c5a6be35f2f85c92.jpg?s=60&r=r&d=https%3A%2F%2Fwww.worldswithoutend.com%2Fimages%2Fnopic.jpg" border="0" width="70" style="margin:5px;" alt="" /></a><br /> <span class="tiny" style="overflow:hidden;"> <a href="profile.asp?id=2889">ld6313</a><br /> 3 </span> </div> <div style="float:left; margin:1px; text-align:center; width:80px; overflow:hidden;"> <a href="profile.asp?id=4615"><img src="https://secure.gravatar.com/avatar/cfa91714aa495baf1c99cee984aae3af.jpg?s=60&r=r&d=https%3A%2F%2Fwww.worldswithoutend.com%2Fimages%2Fnopic.jpg" border="0" width="70" style="margin:5px;" alt="" /></a><br /> <span class="tiny" style="overflow:hidden;"> <a href="profile.asp?id=4615">jatto</a><br /> 3 </span> </div> <div style="float:left; margin:1px; text-align:center; width:80px; overflow:hidden;"> <a href="profile.asp?id=2108"><img src="https://secure.gravatar.com/avatar/b4786310f8cd35a679974dfa382b470c.jpg?s=60&r=r&d=https%3A%2F%2Fwww.worldswithoutend.com%2Fimages%2Fnopic.jpg" border="0" width="70" style="margin:5px;" alt="" /></a><br /> <span class="tiny" style="overflow:hidden;"> <a href="profile.asp?id=2108">Izzy4real</a><br /> 4 </span> </div> <div style="float:left; margin:1px; text-align:center; width:80px; overflow:hidden;"> <a href="profile.asp?id=69"><img src="https://secure.gravatar.com/avatar/5977319e53d2fa4aeac53d103b850c7e.jpg?s=60&r=r&d=https%3A%2F%2Fwww.worldswithoutend.com%2Fimages%2Fnopic.jpg" border="0" width="70" style="margin:5px;" alt="" /></a><br /> <span class="tiny" style="overflow:hidden;"> <a href="profile.asp?id=69">tbritz13</a><br /> 4 </span> </div> <div style="float:left; margin:1px; text-align:center; width:80px; overflow:hidden;"> <a href="profile.asp?id=1908"><img src="https://secure.gravatar.com/avatar/5f7dd0b8316e5264c0826dbb1ef63d11.jpg?s=60&r=r&d=https%3A%2F%2Fwww.worldswithoutend.com%2Fimages%2Fnopic.jpg" border="0" width="70" style="margin:5px;" alt="" /></a><br /> <span class="tiny" style="overflow:hidden;"> <a href="profile.asp?id=1908">cynesthesia</a><br /> 4 </span> </div> <div style="clear:both;"></div> <div style="float:left; margin:1px; text-align:center; width:80px; overflow:hidden;"> <a href="profile.asp?id=5657"><img src="https://secure.gravatar.com/avatar/ecc749f3875fe69abed25df4886b1856.jpg?s=60&r=r&d=https%3A%2F%2Fwww.worldswithoutend.com%2Fimages%2Fnopic.jpg" border="0" width="70" style="margin:5px;" alt="" /></a><br /> <span class="tiny" style="overflow:hidden;"> <a href="profile.asp?id=5657">bbogart54</a><br /> 4 </span> </div> <div style="float:left; margin:1px; text-align:center; width:80px; overflow:hidden;"> <a href="profile.asp?id=2934"><img src="https://secure.gravatar.com/avatar/ed363a0ff0c07bd2c2d6e4d31e119c8e.jpg?s=60&r=r&d=https%3A%2F%2Fwww.worldswithoutend.com%2Fimages%2Fnopic.jpg" border="0" width="70" style="margin:5px;" alt="" /></a><br /> <span class="tiny" style="overflow:hidden;"> <a href="profile.asp?id=2934">Nirgal</a><br /> 3.5 </span> </div> <div style="float:left; margin:1px; text-align:center; width:80px; overflow:hidden;"> <a href="profile.asp?id=2177"><img src="https://secure.gravatar.com/avatar/4f4a7a1f08dbc42b8f04e280238156d6.jpg?s=60&r=r&d=https%3A%2F%2Fwww.worldswithoutend.com%2Fimages%2Fnopic.jpg" border="0" width="70" style="margin:5px;" alt="" /></a><br /> <span class="tiny" style="overflow:hidden;"> <a href="profile.asp?id=2177">Mervi2012</a><br /> 2.5 </span> </div> <div style="float:left; margin:1px; text-align:center; width:80px; overflow:hidden;"> <a href="profile.asp?id=2276"><img src="https://secure.gravatar.com/avatar/4cd8b3b3e70f4b24934d9d069b32e942.jpg?s=60&r=r&d=https%3A%2F%2Fwww.worldswithoutend.com%2Fimages%2Fnopic.jpg" border="0" width="70" style="margin:5px;" alt="" /></a><br /> <span class="tiny" style="overflow:hidden;"> <a href="profile.asp?id=2276">seansperling</a><br /> 4 </span> </div> <div style="float:left; margin:1px; text-align:center; width:80px; overflow:hidden;"> <a href="profile.asp?id=1110"><img src="https://secure.gravatar.com/avatar/a72acc878b4fd24b6aaa4e39bb7c8885.jpg?s=60&r=r&d=https%3A%2F%2Fwww.worldswithoutend.com%2Fimages%2Fnopic.jpg" border="0" width="70" style="margin:5px;" alt="" /></a><br /> <span class="tiny" style="overflow:hidden;"> <a href="profile.asp?id=1110">jmckersie</a><br /> 4 </span> </div> <div style="float:left; margin:1px; text-align:center; width:80px; overflow:hidden;"> <a href="profile.asp?id=5217"><img src="https://secure.gravatar.com/avatar/f902318e34b1d091a92fae7f2513c94a.jpg?s=60&r=r&d=https%3A%2F%2Fwww.worldswithoutend.com%2Fimages%2Fnopic.jpg" border="0" width="70" style="margin:5px;" alt="" /></a><br /> <span class="tiny" style="overflow:hidden;"> <a href="profile.asp?id=5217">MagicUnk</a><br /> 3.5 </span> </div> <div style="clear:both;"></div> <div style="float:left; margin:1px; text-align:center; width:80px; overflow:hidden;"> <a href="profile.asp?id=5751"><img src="https://secure.gravatar.com/avatar/e87c77cb9ee8a795eb36e4317dc9c9a5.jpg?s=60&r=r&d=https%3A%2F%2Fwww.worldswithoutend.com%2Fimages%2Fnopic.jpg" border="0" width="70" style="margin:5px;" alt="" /></a><br /> <span class="tiny" style="overflow:hidden;"> <a href="profile.asp?id=5751">paulotecario</a><br /> 4 </span> </div> <div style="float:left; margin:1px; text-align:center; width:80px; overflow:hidden;"> <a href="profile.asp?id=4912"><img src="https://secure.gravatar.com/avatar/d8d82c1153fdede043a7dd5187b7de07.jpg?s=60&r=r&d=https%3A%2F%2Fwww.worldswithoutend.com%2Fimages%2Fnopic.jpg" border="0" width="70" style="margin:5px;" alt="" /></a><br /> <span class="tiny" style="overflow:hidden;"> <a href="profile.asp?id=4912">Slinkyboy</a><br /> 4 </span> </div> <div style="float:left; margin:1px; text-align:center; width:80px; overflow:hidden;"> <a href="profile.asp?id=5766"><img src="https://secure.gravatar.com/avatar/2bf95be36f220c950fc94bd64cf8871c.jpg?s=60&r=r&d=https%3A%2F%2Fwww.worldswithoutend.com%2Fimages%2Fnopic.jpg" border="0" width="70" style="margin:5px;" alt="" /></a><br /> <span class="tiny" style="overflow:hidden;"> <a href="profile.asp?id=5766">arcadianace</a><br /> 3 </span> </div> <div style="float:left; margin:1px; text-align:center; width:80px; overflow:hidden;"> <a href="profile.asp?id=3727"><img src="https://secure.gravatar.com/avatar/1c3825c36e787e37f326bc774bf1ba96.jpg?s=60&r=r&d=https%3A%2F%2Fwww.worldswithoutend.com%2Fimages%2Fnopic.jpg" border="0" width="70" style="margin:5px;" alt="" /></a><br /> <span class="tiny" style="overflow:hidden;"> <a href="profile.asp?id=3727">adirajan</a><br /> 3 </span> </div> <div style="float:left; margin:1px; text-align:center; width:80px; overflow:hidden;"> <a href="profile.asp?id=1486"><img src="https://secure.gravatar.com/avatar/de33bfd1e9d3df18146e568d38cda1f4.jpg?s=60&r=r&d=https%3A%2F%2Fwww.worldswithoutend.com%2Fimages%2Fnopic.jpg" border="0" width="70" style="margin:5px;" alt="" /></a><br /> <span class="tiny" style="overflow:hidden;"> <a href="profile.asp?id=1486">gcw58</a><br /> 3 </span> </div> <div style="float:left; margin:1px; text-align:center; width:80px; overflow:hidden;"> <a href="profile.asp?id=1571"><img src="https://secure.gravatar.com/avatar/ec904009ce6b8d7dc27818be07ae8fb1.jpg?s=60&r=r&d=https%3A%2F%2Fwww.worldswithoutend.com%2Fimages%2Fnopic.jpg" border="0" width="70" style="margin:5px;" alt="" /></a><br /> <span class="tiny" style="overflow:hidden;"> <a href="profile.asp?id=1571">noaru</a><br /> 3.5 </span> </div> <div style="clear:both;"></div> <div style="float:left; margin:1px; text-align:center; width:80px; overflow:hidden;"> <a href="profile.asp?id=4535"><img src="https://secure.gravatar.com/avatar/390bd0023b0ec901b82ac9e2ef4ef2ed.jpg?s=60&r=r&d=https%3A%2F%2Fwww.worldswithoutend.com%2Fimages%2Fnopic.jpg" border="0" width="70" style="margin:5px;" alt="" /></a><br /> <span class="tiny" style="overflow:hidden;"> <a href="profile.asp?id=4535">orkydd</a><br /> 4 </span> </div> <div style="float:left; margin:1px; text-align:center; width:80px; overflow:hidden;"> <a href="profile.asp?id=4324"><img src="https://secure.gravatar.com/avatar/84e519b186e8d21d770730d8720fb95f.jpg?s=60&r=r&d=https%3A%2F%2Fwww.worldswithoutend.com%2Fimages%2Fnopic.jpg" border="0" width="70" style="margin:5px;" alt="" /></a><br /> <span class="tiny" style="overflow:hidden;"> <a href="profile.asp?id=4324">williamstome</a><br /> 2 </span> </div> <div style="float:left; margin:1px; text-align:center; width:80px; overflow:hidden;"> <a href="profile.asp?id=3849"><img src="https://secure.gravatar.com/avatar/e20a691fc2f25da4188359454d14b582.jpg?s=60&r=r&d=https%3A%2F%2Fwww.worldswithoutend.com%2Fimages%2Fnopic.jpg" border="0" width="70" style="margin:5px;" alt="" /></a><br /> <span class="tiny" style="overflow:hidden;"> <a href="profile.asp?id=3849">roninsb</a><br /> 4 </span> </div> <div style="float:left; margin:1px; text-align:center; width:80px; overflow:hidden;"> <a href="profile.asp?id=5902"><img src="https://secure.gravatar.com/avatar/2350df5e021ae0158ba91fcbf232124b.jpg?s=60&r=r&d=https%3A%2F%2Fwww.worldswithoutend.com%2Fimages%2Fnopic.jpg" border="0" width="70" style="margin:5px;" alt="" /></a><br /> <span class="tiny" style="overflow:hidden;"> <a href="profile.asp?id=5902">Quondame</a><br /> 3 </span> </div> <div style="float:left; margin:1px; text-align:center; width:80px; overflow:hidden;"> <a href="profile.asp?id=2333"><img src="https://secure.gravatar.com/avatar/e17c2d806fd782480b86d4c65cdf8b87.jpg?s=60&r=r&d=https%3A%2F%2Fwww.worldswithoutend.com%2Fimages%2Fnopic.jpg" border="0" width="70" style="margin:5px;" alt="" /></a><br /> <span class="tiny" style="overflow:hidden;"> <a href="profile.asp?id=2333">ColinWoods</a><br /> 3.5 </span> </div> <div style="float:left; margin:1px; text-align:center; width:80px; overflow:hidden;"> <a href="profile.asp?id=5386"><img src="https://secure.gravatar.com/avatar/a9bbd30a6f2d9765e922f4cbb28e183a.jpg?s=60&r=r&d=https%3A%2F%2Fwww.worldswithoutend.com%2Fimages%2Fnopic.jpg" border="0" width="70" style="margin:5px;" alt="" /></a><br /> <span class="tiny" style="overflow:hidden;"> <a href="profile.asp?id=5386">rretzler</a><br /> 3 </span> </div> <div style="clear:both;"></div> <div style="float:left; margin:1px; text-align:center; width:80px; overflow:hidden;"> <a href="profile.asp?id=5917"><img src="https://secure.gravatar.com/avatar/a8c47cb40a969c98b432a53099b9245b.jpg?s=60&r=r&d=https%3A%2F%2Fwww.worldswithoutend.com%2Fimages%2Fnopic.jpg" border="0" width="70" style="margin:5px;" alt="" /></a><br /> <span class="tiny" style="overflow:hidden;"> <a href="profile.asp?id=5917">dalmilan</a><br /> 3 </span> </div> <div style="float:left; margin:1px; text-align:center; width:80px; overflow:hidden;"> <a href="profile.asp?id=5913"><img src="https://secure.gravatar.com/avatar/8c201c37378b892d6328ae9275f301bd.jpg?s=60&r=r&d=https%3A%2F%2Fwww.worldswithoutend.com%2Fimages%2Fnopic.jpg" border="0" width="70" style="margin:5px;" alt="" /></a><br /> <span class="tiny" style="overflow:hidden;"> <a href="profile.asp?id=5913">wweBrian</a><br /> 2 </span> </div> <div style="float:left; margin:1px; text-align:center; width:80px; overflow:hidden;"> <a href="profile.asp?id=5954"><img src="https://secure.gravatar.com/avatar/21d7c0362a17103113a3e1faf4593bd9.jpg?s=60&r=r&d=https%3A%2F%2Fwww.worldswithoutend.com%2Fimages%2Fnopic.jpg" border="0" width="70" style="margin:5px;" alt="" /></a><br /> <span class="tiny" style="overflow:hidden;"> <a href="profile.asp?id=5954">GorgeDad</a><br /> 3.5 </span> </div> <div style="float:left; margin:1px; text-align:center; width:80px; overflow:hidden;"> <a href="profile.asp?id=219"><img src="https://secure.gravatar.com/avatar/8c2b5f94eba9a2990a55ef3c0a99a685.jpg?s=60&r=r&d=https%3A%2F%2Fwww.worldswithoutend.com%2Fimages%2Fnopic.jpg" border="0" width="70" style="margin:5px;" alt="" /></a><br /> <span class="tiny" style="overflow:hidden;"> <a href="profile.asp?id=219">peabody81</a><br /> 4 </span> </div> <div style="float:left; margin:1px; text-align:center; width:80px; overflow:hidden;"> <a href="profile.asp?id=6005"><img src="https://secure.gravatar.com/avatar/dfee69bca4cd1e0d4e72fd881096ceb5.jpg?s=60&r=r&d=https%3A%2F%2Fwww.worldswithoutend.com%2Fimages%2Fnopic.jpg" border="0" width="70" style="margin:5px;" alt="" /></a><br /> <span class="tiny" style="overflow:hidden;"> <a href="profile.asp?id=6005">Greg Hullender</a><br /> 3.5 </span> </div> <div style="float:left; margin:1px; text-align:center; width:80px; overflow:hidden;"> <a href="profile.asp?id=4237"><img src="https://secure.gravatar.com/avatar/ced2f1329c0fd8a1a5a69140de28d12f.jpg?s=60&r=r&d=https%3A%2F%2Fwww.worldswithoutend.com%2Fimages%2Fnopic.jpg" border="0" width="70" style="margin:5px;" alt="" /></a><br /> <span class="tiny" style="overflow:hidden;"> <a href="profile.asp?id=4237">GeorgeOrr Binks</a><br /> 3.5 </span> </div> <div style="clear:both;"></div> <div style="float:left; margin:1px; text-align:center; width:80px; overflow:hidden;"> <a href="profile.asp?id=1440"><img src="https://secure.gravatar.com/avatar/a834bf2beb20ad5572ea7477abefe47e.jpg?s=60&r=r&d=https%3A%2F%2Fwww.worldswithoutend.com%2Fimages%2Fnopic.jpg" border="0" width="70" style="margin:5px;" alt="" /></a><br /> <span class="tiny" style="overflow:hidden;"> <a href="profile.asp?id=1440">divinenanny</a><br /> 5 </span> </div> <div style="float:left; margin:1px; text-align:center; width:80px; overflow:hidden;"> <a href="profile.asp?id=6047"><img src="https://secure.gravatar.com/avatar/4fa2f525e75a1636341366edf9a06df9.jpg?s=60&r=r&d=https%3A%2F%2Fwww.worldswithoutend.com%2Fimages%2Fnopic.jpg" border="0" width="70" style="margin:5px;" alt="" /></a><br /> <span class="tiny" style="overflow:hidden;"> <a href="profile.asp?id=6047">shinymarigold</a><br /> 4.5 </span> </div> <div style="float:left; margin:1px; text-align:center; width:80px; overflow:hidden;"> <a href="profile.asp?id=6054"><img src="https://secure.gravatar.com/avatar/2de8348f995fc783ebe93349f846e5f9.jpg?s=60&r=r&d=https%3A%2F%2Fwww.worldswithoutend.com%2Fimages%2Fnopic.jpg" border="0" width="70" style="margin:5px;" alt="" /></a><br /> <span class="tiny" style="overflow:hidden;"> <a href="profile.asp?id=6054">wiilderbeast</a><br /> 4.5 </span> </div> <div style="float:left; margin:1px; text-align:center; width:80px; overflow:hidden;"> <a href="profile.asp?id=1693"><img src="https://secure.gravatar.com/avatar/8db9b079602bb689eee31eb978d59948.jpg?s=60&r=r&d=https%3A%2F%2Fwww.worldswithoutend.com%2Fimages%2Fnopic.jpg" border="0" width="70" style="margin:5px;" alt="" /></a><br /> <span class="tiny" style="overflow:hidden;"> <a href="profile.asp?id=1693">dustydigger</a><br /> 3 </span> </div> <div style="float:left; margin:1px; text-align:center; width:80px; overflow:hidden;"> <a href="profile.asp?id=6130"><img src="https://secure.gravatar.com/avatar/bbf1999b0be20e73cd6670aa1781bd82.jpg?s=60&r=r&d=https%3A%2F%2Fwww.worldswithoutend.com%2Fimages%2Fnopic.jpg" border="0" width="70" style="margin:5px;" alt="" /></a><br /> <span class="tiny" style="overflow:hidden;"> <a href="profile.asp?id=6130">amanda4242</a><br /> 1 </span> </div> <div style="float:left; margin:1px; text-align:center; width:80px; overflow:hidden;"> <a href="profile.asp?id=6132"><img src="https://secure.gravatar.com/avatar/60f1da2cb7c890cea0cc1665086248ee.jpg?s=60&r=r&d=https%3A%2F%2Fwww.worldswithoutend.com%2Fimages%2Fnopic.jpg" border="0" width="70" style="margin:5px;" alt="" /></a><br /> <span class="tiny" style="overflow:hidden;"> <a href="profile.asp?id=6132">sasl</a><br /> 3 </span> </div> <div style="clear:both;"></div> <div style="float:left; margin:1px; text-align:center; width:80px; overflow:hidden;"> <a href="profile.asp?id=675"><img src="https://secure.gravatar.com/avatar/768b99c8de6f795e6d652106a07d23e1.jpg?s=60&r=r&d=https%3A%2F%2Fwww.worldswithoutend.com%2Fimages%2Fnopic.jpg" border="0" width="70" style="margin:5px;" alt="" /></a><br /> <span class="tiny" style="overflow:hidden;"> <a href="profile.asp?id=675">Emil</a><br /> 4.5 </span> </div> <div style="float:left; margin:1px; text-align:center; width:80px; overflow:hidden;"> <a href="profile.asp?id=4020"><img src="https://secure.gravatar.com/avatar/1374bc20b0762ead522c15a27b005c2a.jpg?s=60&r=r&d=https%3A%2F%2Fwww.worldswithoutend.com%2Fimages%2Fnopic.jpg" border="0" width="70" style="margin:5px;" alt="" /></a><br /> <span class="tiny" style="overflow:hidden;"> <a href="profile.asp?id=4020">barsanuphe</a><br /> 4 </span> </div> <div style="float:left; margin:1px; text-align:center; width:80px; overflow:hidden;"> <a href="profile.asp?id=1152"><img src="https://secure.gravatar.com/avatar/5f3d13b9f901a1a4404a126ec560e76a.jpg?s=60&r=r&d=https%3A%2F%2Fwww.worldswithoutend.com%2Fimages%2Fnopic.jpg" border="0" width="70" style="margin:5px;" alt="" /></a><br /> <span class="tiny" style="overflow:hidden;"> <a href="profile.asp?id=1152">Abeytu</a><br /> 4.5 </span> </div> <div style="float:left; margin:1px; text-align:center; width:80px; overflow:hidden;"> <a href="profile.asp?id=5799"><img src="https://secure.gravatar.com/avatar/89fe744c8fd1414a142034b029bcf1db.jpg?s=60&r=r&d=https%3A%2F%2Fwww.worldswithoutend.com%2Fimages%2Fnopic.jpg" border="0" width="70" style="margin:5px;" alt="" /></a><br /> <span class="tiny" style="overflow:hidden;"> <a href="profile.asp?id=5799">mgkurilla</a><br /> 3 </span> </div> <div style="float:left; margin:1px; text-align:center; width:80px; overflow:hidden;"> <a href="profile.asp?id=5658"><img src="https://secure.gravatar.com/avatar/2335dc70b124ec9757e5335adda02f6d.jpg?s=60&r=r&d=https%3A%2F%2Fwww.worldswithoutend.com%2Fimages%2Fnopic.jpg" border="0" width="70" style="margin:5px;" alt="" /></a><br /> <span class="tiny" style="overflow:hidden;"> <a href="profile.asp?id=5658">prcardi</a><br /> 1.5 </span> </div> <div style="float:left; margin:1px; text-align:center; width:80px; overflow:hidden;"> <a href="profile.asp?id=3634"><img src="https://secure.gravatar.com/avatar/e72f921eec575c43622b7190c2bae811.jpg?s=60&r=r&d=https%3A%2F%2Fwww.worldswithoutend.com%2Fimages%2Fnopic.jpg" border="0" width="70" style="margin:5px;" alt="" /></a><br /> <span class="tiny" style="overflow:hidden;"> <a href="profile.asp?id=3634">spectru</a><br /> 3.5 </span> </div> <div style="clear:both;"></div> <div style="float:left; margin:1px; text-align:center; width:80px; overflow:hidden;"> <a href="profile.asp?id=6243"><img src="https://secure.gravatar.com/avatar/5e01dea8e54684252a7d5d2c2d76bc48.jpg?s=60&r=r&d=https%3A%2F%2Fwww.worldswithoutend.com%2Fimages%2Fnopic.jpg" border="0" width="70" style="margin:5px;" alt="" /></a><br /> <span class="tiny" style="overflow:hidden;"> <a href="profile.asp?id=6243">EmptyGoonBag</a><br /> 3 </span> </div> <div style="float:left; margin:1px; text-align:center; width:80px; overflow:hidden;"> <a href="profile.asp?id=944"><img src="https://secure.gravatar.com/avatar/608e3cce3a2d011f42e385ccfda191c1.jpg?s=60&r=r&d=https%3A%2F%2Fwww.worldswithoutend.com%2Fimages%2Fnopic.jpg" border="0" width="70" style="margin:5px;" alt="" /></a><br /> <span class="tiny" style="overflow:hidden;"> <a href="profile.asp?id=944">justifiedsinner</a><br /> 3 </span> </div> <div style="float:left; margin:1px; text-align:center; width:80px; overflow:hidden;"> <a href="profile.asp?id=6278"><img src="https://secure.gravatar.com/avatar/dd1e30faea612c58d6bb21385eb1a646.jpg?s=60&r=r&d=https%3A%2F%2Fwww.worldswithoutend.com%2Fimages%2Fnopic.jpg" border="0" width="70" style="margin:5px;" alt="" /></a><br /> <span class="tiny" style="overflow:hidden;"> <a href="profile.asp?id=6278">giblfiz</a><br /> 4 </span> </div> <div style="float:left; margin:1px; text-align:center; width:80px; overflow:hidden;"> <a href="profile.asp?id=3776"><img src="https://secure.gravatar.com/avatar/424ed62c17c0735dadde4197af10c89d.jpg?s=60&r=r&d=https%3A%2F%2Fwww.worldswithoutend.com%2Fimages%2Fnopic.jpg" border="0" width="70" style="margin:5px;" alt="" /></a><br /> <span class="tiny" style="overflow:hidden;"> <a href="profile.asp?id=3776">Avahal</a><br /> 4.5 </span> </div> <div style="float:left; margin:1px; text-align:center; width:80px; overflow:hidden;"> <a href="profile.asp?id=6328"><img src="https://secure.gravatar.com/avatar/f98be72b38ea2e250547828cf9f1ca6a.jpg?s=60&r=r&d=https%3A%2F%2Fwww.worldswithoutend.com%2Fimages%2Fnopic.jpg" border="0" width="70" style="margin:5px;" alt="" /></a><br /> <span class="tiny" style="overflow:hidden;"> <a href="profile.asp?id=6328">pyschocandy</a><br /> 3.5 </span> </div> <div style="float:left; margin:1px; text-align:center; width:80px; overflow:hidden;"> <a href="profile.asp?id=1374"><img src="https://secure.gravatar.com/avatar/e572860677ddb15c677b32dc04259512.jpg?s=60&r=r&d=https%3A%2F%2Fwww.worldswithoutend.com%2Fimages%2Fnopic.jpg" border="0" width="70" style="margin:5px;" alt="" /></a><br /> <span class="tiny" style="overflow:hidden;"> <a href="profile.asp?id=1374">iftyzaidi</a><br /> 4.5 </span> </div> <div style="clear:both;"></div> <div style="float:left; margin:1px; text-align:center; width:80px; overflow:hidden;"> <a href="profile.asp?id=2791"><img src="https://secure.gravatar.com/avatar/42d70e7e62057f5978f1267ebe338b18.jpg?s=60&r=r&d=https%3A%2F%2Fwww.worldswithoutend.com%2Fimages%2Fnopic.jpg" border="0" width="70" style="margin:5px;" alt="" /></a><br /> <span class="tiny" style="overflow:hidden;"> <a href="profile.asp?id=2791">Sapb2335</a><br /> 4 </span> </div> <div style="float:left; margin:1px; text-align:center; width:80px; overflow:hidden;"> <a href="profile.asp?id=4949"><img src="https://secure.gravatar.com/avatar/38ad7fddeb4650ce2716d25e1bf158bb.jpg?s=60&r=r&d=https%3A%2F%2Fwww.worldswithoutend.com%2Fimages%2Fnopic.jpg" border="0" width="70" style="margin:5px;" alt="" /></a><br /> <span class="tiny" style="overflow:hidden;"> <a href="profile.asp?id=4949">Shark69</a><br /> 4 </span> </div> <div style="float:left; margin:1px; text-align:center; width:80px; overflow:hidden;"> <a href="profile.asp?id=1557"><img src="https://secure.gravatar.com/avatar/17e85a1018f3e92b6f33b2a17fb96df6.jpg?s=60&r=r&d=https%3A%2F%2Fwww.worldswithoutend.com%2Fimages%2Fnopic.jpg" border="0" width="70" style="margin:5px;" alt="" /></a><br /> <span class="tiny" style="overflow:hidden;"> <a href="profile.asp?id=1557">Comrade172</a><br /> 3.5 </span> </div> <div style="float:left; margin:1px; text-align:center; width:80px; overflow:hidden;"> <a href="profile.asp?id=7502"><img src="https://secure.gravatar.com/avatar/279b66852d9e32eaf27fda3a3d592053.jpg?s=60&r=r&d=https%3A%2F%2Fwww.worldswithoutend.com%2Fimages%2Fnopic.jpg" border="0" width="70" style="margin:5px;" alt="" /></a><br /> <span class="tiny" style="overflow:hidden;"> <a href="profile.asp?id=7502">D32843</a><br /> 4.5 </span> </div> <div style="float:left; margin:1px; text-align:center; width:80px; overflow:hidden;"> <a href="profile.asp?id=7485"><img src="https://secure.gravatar.com/avatar/422fc61a2b45ae378542c769b0565420.jpg?s=60&r=r&d=https%3A%2F%2Fwww.worldswithoutend.com%2Fimages%2Fnopic.jpg" border="0" width="70" style="margin:5px;" alt="" /></a><br /> <span class="tiny" style="overflow:hidden;"> <a href="profile.asp?id=7485">BKnowhere</a><br /> 3 </span> </div> <div style="float:left; margin:1px; text-align:center; width:80px; overflow:hidden;"> <a href="profile.asp?id=7542"><img src="https://secure.gravatar.com/avatar/58abf0d2856f1e51494ccc8a956b5ac6.jpg?s=60&r=r&d=https%3A%2F%2Fwww.worldswithoutend.com%2Fimages%2Fnopic.jpg" border="0" width="70" style="margin:5px;" alt="" /></a><br /> <span class="tiny" style="overflow:hidden;"> <a href="profile.asp?id=7542">Frfatale</a><br /> 4 </span> </div> <div style="clear:both;"></div> <div style="float:left; margin:1px; text-align:center; width:80px; overflow:hidden;"> <a href="profile.asp?id=7579"><img src="https://secure.gravatar.com/avatar/b3809a38a85f15ba6a46557b82c61c2a.jpg?s=60&r=r&d=https%3A%2F%2Fwww.worldswithoutend.com%2Fimages%2Fnopic.jpg" border="0" width="70" style="margin:5px;" alt="" /></a><br /> <span class="tiny" style="overflow:hidden;"> <a href="profile.asp?id=7579">RebS</a><br /> 3 </span> </div> <div style="float:left; margin:1px; text-align:center; width:80px; overflow:hidden;"> <a href="profile.asp?id=7664"><img src="https://secure.gravatar.com/avatar/be57d66f6b233887ea46b37069adf82f.jpg?s=60&r=r&d=https%3A%2F%2Fwww.worldswithoutend.com%2Fimages%2Fnopic.jpg" border="0" width="70" style="margin:5px;" alt="" /></a><br /> <span class="tiny" style="overflow:hidden;"> <a href="profile.asp?id=7664">imnotsusan</a><br /> 4 </span> </div> <div style="float:left; margin:1px; text-align:center; width:80px; overflow:hidden;"> <a href="profile.asp?id=353"><img src="https://secure.gravatar.com/avatar/219e889d7ff95de45c8e5fd4404d7ffa.jpg?s=60&r=r&d=https%3A%2F%2Fwww.worldswithoutend.com%2Fimages%2Fnopic.jpg" border="0" width="70" style="margin:5px;" alt="" /></a><br /> <span class="tiny" style="overflow:hidden;"> <a href="profile.asp?id=353">ceca_ceac</a><br /> 2.5 </span> </div> <div style="float:left; margin:1px; text-align:center; width:80px; overflow:hidden;"> <a href="profile.asp?id=7708"><img src="https://secure.gravatar.com/avatar/38ab9971d6d33f821000a51314f74a42.jpg?s=60&r=r&d=https%3A%2F%2Fwww.worldswithoutend.com%2Fimages%2Fnopic.jpg" border="0" width="70" style="margin:5px;" alt="" /></a><br /> <span class="tiny" style="overflow:hidden;"> <a href="profile.asp?id=7708">Zendegi</a><br /> 3.5 </span> </div> <div style="float:left; margin:1px; text-align:center; width:80px; overflow:hidden;"> <a href="profile.asp?id=7715"><img src="https://secure.gravatar.com/avatar/e026ff7cdd9345975a89ff94005fdfe6.jpg?s=60&r=r&d=https%3A%2F%2Fwww.worldswithoutend.com%2Fimages%2Fnopic.jpg" border="0" width="70" style="margin:5px;" alt="" /></a><br /> <span class="tiny" style="overflow:hidden;"> <a href="profile.asp?id=7715">Lett</a><br /> 3 </span> </div> <div style="float:left; margin:1px; text-align:center; width:80px; overflow:hidden;"> <a href="profile.asp?id=7532"><img src="https://secure.gravatar.com/avatar/a247e1d5a8179a3fc657aa1a883c4c6e.jpg?s=60&r=r&d=https%3A%2F%2Fwww.worldswithoutend.com%2Fimages%2Fnopic.jpg" border="0" width="70" style="margin:5px;" alt="" /></a><br /> <span class="tiny" style="overflow:hidden;"> <a href="profile.asp?id=7532">hestklegg</a><br /> 0.5 </span> </div> <div style="clear:both;"></div> <div style="float:left; margin:1px; text-align:center; width:80px; overflow:hidden;"> <a href="profile.asp?id=4243"><img src="https://secure.gravatar.com/avatar/6f727bc5549ebae4f8077e418e5b36df.jpg?s=60&r=r&d=https%3A%2F%2Fwww.worldswithoutend.com%2Fimages%2Fnopic.jpg" border="0" width="70" style="margin:5px;" alt="" /></a><br /> <span class="tiny" style="overflow:hidden;"> <a href="profile.asp?id=4243">zethani</a><br /> 3.5 </span> </div> <div style="float:left; margin:1px; text-align:center; width:80px; overflow:hidden;"> <a href="profile.asp?id=4567"><img src="https://secure.gravatar.com/avatar/e65dd9bc5a421dcb825c3f38d6f981a4.jpg?s=60&r=r&d=https%3A%2F%2Fwww.worldswithoutend.com%2Fimages%2Fnopic.jpg" border="0" width="70" style="margin:5px;" alt="" /></a><br /> <span class="tiny" style="overflow:hidden;"> <a href="profile.asp?id=4567">vegemiter</a><br /> 4 </span> </div> <div style="float:left; margin:1px; text-align:center; width:80px; overflow:hidden;"> <a href="profile.asp?id=7812"><img src="https://secure.gravatar.com/avatar/7c8320c167ef5c1314fa23c988341da3.jpg?s=60&r=r&d=https%3A%2F%2Fwww.worldswithoutend.com%2Fimages%2Fnopic.jpg" border="0" width="70" style="margin:5px;" alt="" /></a><br /> <span class="tiny" style="overflow:hidden;"> <a href="profile.asp?id=7812">Lisan al-Gaib</a><br /> 2 </span> </div> <div style="float:left; margin:1px; text-align:center; width:80px; overflow:hidden;"> <a href="profile.asp?id=1907"><img src="https://secure.gravatar.com/avatar/63308413e89d650bf5f433829466f91e.jpg?s=60&r=r&d=https%3A%2F%2Fwww.worldswithoutend.com%2Fimages%2Fnopic.jpg" border="0" width="70" style="margin:5px;" alt="" /></a><br /> <span class="tiny" style="overflow:hidden;"> <a href="profile.asp?id=1907">pizzakarin</a><br /> 4 </span> </div> <div style="float:left; margin:1px; text-align:center; width:80px; overflow:hidden;"> <a href="profile.asp?id=4024"><img src="https://secure.gravatar.com/avatar/b9c921c250076a432afd90dfdd5237bb.jpg?s=60&r=r&d=https%3A%2F%2Fwww.worldswithoutend.com%2Fimages%2Fnopic.jpg" border="0" width="70" style="margin:5px;" alt="" /></a><br /> <span class="tiny" style="overflow:hidden;"> <a href="profile.asp?id=4024">Ben</a><br /> 2 </span> </div> <div style="float:left; margin:1px; text-align:center; width:80px; overflow:hidden;"> <a href="profile.asp?id=7898"><img src="https://secure.gravatar.com/avatar/ece201311a0dcc0b036c646c2b6625d3.jpg?s=60&r=r&d=https%3A%2F%2Fwww.worldswithoutend.com%2Fimages%2Fnopic.jpg" border="0" width="70" style="margin:5px;" alt="" /></a><br /> <span class="tiny" style="overflow:hidden;"> <a href="profile.asp?id=7898">DrLimu</a><br /> 4.5 </span> </div> <div style="clear:both;"></div> <div style="float:left; margin:1px; text-align:center; width:80px; overflow:hidden;"> <a href="profile.asp?id=7953"><img src="https://secure.gravatar.com/avatar/c761d9a3c05800d1f533130e444df0f0.jpg?s=60&r=r&d=https%3A%2F%2Fwww.worldswithoutend.com%2Fimages%2Fnopic.jpg" border="0" width="70" style="margin:5px;" alt="" /></a><br /> <span class="tiny" style="overflow:hidden;"> <a href="profile.asp?id=7953">Jedabak</a><br /> 4.5 </span> </div> <div style="float:left; margin:1px; text-align:center; width:80px; overflow:hidden;"> <a href="profile.asp?id=5353"><img src="https://secure.gravatar.com/avatar/137b4913eeb89ac633c89d21c6742d83.jpg?s=60&r=r&d=https%3A%2F%2Fwww.worldswithoutend.com%2Fimages%2Fnopic.jpg" border="0" width="70" style="margin:5px;" alt="" /></a><br /> <span class="tiny" style="overflow:hidden;"> <a href="profile.asp?id=5353">thegooddoctor</a><br /> 2.5 </span> </div> <div style="float:left; margin:1px; text-align:center; width:80px; overflow:hidden;"> <a href="profile.asp?id=7971"><img src="https://secure.gravatar.com/avatar/33eecbae1bb1b69f0fa19f1534d4c1b9.jpg?s=60&r=r&d=https%3A%2F%2Fwww.worldswithoutend.com%2Fimages%2Fnopic.jpg" border="0" width="70" style="margin:5px;" alt="" /></a><br /> <span class="tiny" style="overflow:hidden;"> <a href="profile.asp?id=7971">Comrade173</a><br /> 3.5 </span> </div> <div style="float:left; margin:1px; text-align:center; width:80px; overflow:hidden;"> <a href="profile.asp?id=8004"><img src="https://secure.gravatar.com/avatar/af1aacbe745885495a1ed0313c17d3e1.jpg?s=60&r=r&d=https%3A%2F%2Fwww.worldswithoutend.com%2Fimages%2Fnopic.jpg" border="0" width="70" style="margin:5px;" alt="" /></a><br /> <span class="tiny" style="overflow:hidden;"> <a href="profile.asp?id=8004">davidg2358</a><br /> 4.5 </span> </div> <div style="float:left; margin:1px; text-align:center; width:80px; overflow:hidden;"> <a href="profile.asp?id=3001"><img src="https://secure.gravatar.com/avatar/4976d18459ee5179c5b91bc57b5a941a.jpg?s=60&r=r&d=https%3A%2F%2Fwww.worldswithoutend.com%2Fimages%2Fnopic.jpg" border="0" width="70" style="margin:5px;" alt="" /></a><br /> <span class="tiny" style="overflow:hidden;"> <a href="profile.asp?id=3001">rjheinonen</a><br /> 3.5 </span> </div> <div style="float:left; margin:1px; text-align:center; width:80px; overflow:hidden;"> <a href="profile.asp?id=4141"><img src="https://secure.gravatar.com/avatar/4d21ebdc87099c975565163ead9cacd6.jpg?s=60&r=r&d=https%3A%2F%2Fwww.worldswithoutend.com%2Fimages%2Fnopic.jpg" border="0" width="70" style="margin:5px;" alt="" /></a><br /> <span class="tiny" style="overflow:hidden;"> <a href="profile.asp?id=4141">jeraviz</a><br /> 0.5 </span> </div> <div style="clear:both;"></div> <div style="float:left; margin:1px; text-align:center; width:80px; overflow:hidden;"> <a href="profile.asp?id=7616"><img src="https://secure.gravatar.com/avatar/40d40e0eac219e71955dc8a08d4a9c29.jpg?s=60&r=r&d=https%3A%2F%2Fwww.worldswithoutend.com%2Fimages%2Fnopic.jpg" border="0" width="70" style="margin:5px;" alt="" /></a><br /> <span class="tiny" style="overflow:hidden;"> <a href="profile.asp?id=7616">JamieCharles</a><br /> 4 </span> </div> <div style="float:left; margin:1px; text-align:center; width:80px; overflow:hidden;"> <a href="profile.asp?id=5741"><img src="https://secure.gravatar.com/avatar/8b1bfb226de3b056ac91a41ef429776f.jpg?s=60&r=r&d=https%3A%2F%2Fwww.worldswithoutend.com%2Fimages%2Fnopic.jpg" border="0" width="70" style="margin:5px;" alt="" /></a><br /> <span class="tiny" style="overflow:hidden;"> <a href="profile.asp?id=5741">Hneite</a><br /> 3.5 </span> </div> <div style="float:left; margin:1px; text-align:center; width:80px; overflow:hidden;"> <a href="profile.asp?id=3651"><img src="https://secure.gravatar.com/avatar/f623e3889ad2b7f40a1280215c329c90.jpg?s=60&r=r&d=https%3A%2F%2Fwww.worldswithoutend.com%2Fimages%2Fnopic.jpg" border="0" width="70" style="margin:5px;" alt="" /></a><br /> <span class="tiny" style="overflow:hidden;"> <a href="profile.asp?id=3651">Rabindranauth@DDR</a><br /> 4 </span> </div> <div style="float:left; margin:1px; text-align:center; width:80px; overflow:hidden;"> <a href="profile.asp?id=7529"><img src="https://secure.gravatar.com/avatar/e2c0f6a52cca3b2bed53e248268197f0.jpg?s=60&r=r&d=https%3A%2F%2Fwww.worldswithoutend.com%2Fimages%2Fnopic.jpg" border="0" width="70" style="margin:5px;" alt="" /></a><br /> <span class="tiny" style="overflow:hidden;"> <a href="profile.asp?id=7529">anarka</a><br /> 3.5 </span> </div> <div style="float:left; margin:1px; text-align:center; width:80px; overflow:hidden;"> <a href="profile.asp?id=8488"><img src="https://secure.gravatar.com/avatar/048eaa79e9be14d75c253767bf0d6be3.jpg?s=60&r=r&d=https%3A%2F%2Fwww.worldswithoutend.com%2Fimages%2Fnopic.jpg" border="0" width="70" style="margin:5px;" alt="" /></a><br /> <span class="tiny" style="overflow:hidden;"> <a href="profile.asp?id=8488">upwithgravity</a><br /> 4 </span> </div> <div style="float:left; margin:1px; text-align:center; width:80px; overflow:hidden;"> <a href="profile.asp?id=8660"><img src="https://secure.gravatar.com/avatar/fc21a81c7153714d7e6e8ef536c8b373.jpg?s=60&r=r&d=https%3A%2F%2Fwww.worldswithoutend.com%2Fimages%2Fnopic.jpg" border="0" width="70" style="margin:5px;" alt="" /></a><br /> <span class="tiny" style="overflow:hidden;"> <a href="profile.asp?id=8660">hayeschr</a><br /> 3 </span> </div> <div style="clear:both;"></div> <div style="float:left; margin:1px; text-align:center; width:80px; overflow:hidden;"> <a href="profile.asp?id=8672"><img src="https://secure.gravatar.com/avatar/9b289cd35417695b985396f47afcd9be.jpg?s=60&r=r&d=https%3A%2F%2Fwww.worldswithoutend.com%2Fimages%2Fnopic.jpg" border="0" width="70" style="margin:5px;" alt="" /></a><br /> <span class="tiny" style="overflow:hidden;"> <a href="profile.asp?id=8672">eoinmonty</a><br /> 4 </span> </div> <div style="float:left; margin:1px; text-align:center; width:80px; overflow:hidden;"> <a href="profile.asp?id=8828"><img src="https://secure.gravatar.com/avatar/db52b6454e94d441b8972d8a3bd538b0.jpg?s=60&r=r&d=https%3A%2F%2Fwww.worldswithoutend.com%2Fimages%2Fnopic.jpg" border="0" width="70" style="margin:5px;" alt="" /></a><br /> <span class="tiny" style="overflow:hidden;"> <a href="profile.asp?id=8828">Isaachwells</a><br /> 5 </span> </div> <div style="float:left; margin:1px; text-align:center; width:80px; overflow:hidden;"> <a href="profile.asp?id=8878"><img src="https://secure.gravatar.com/avatar/d4dcf0f5ed10920a2ea115ad7f3c7d76.jpg?s=60&r=r&d=https%3A%2F%2Fwww.worldswithoutend.com%2Fimages%2Fnopic.jpg" border="0" width="70" style="margin:5px;" alt="" /></a><br /> <span class="tiny" style="overflow:hidden;"> <a href="profile.asp?id=8878">RenkotheLibrarian</a><br /> 3.5 </span> </div> <div style="clear:both;"><br /></div> </div> </td> </tr> </table> <!-- BookTrackr SECTION --> </div> <div style="clear:both; border-bottom: 0px dotted #adaead; margin:20px 0px;"><br /></div> <div style="clear:both;"><br /><br /></div> <!-- SYNOPSIS --> <h3><a name="synopsis"></a>Synopsis</h3> <!-- if there's a trailer show this bit --> <!-- Trailer --> <div> <!-- <iframe width="674" height="506" src="https://www.youtube.com/embed/iXoxX6p-WD8?rel=0" frameborder="0" allowfullscreen></iframe> --> </div> <p><strong>From the editor-in-chief of io9.com, a stunning novel about the end of the world -- and the beginning of our future</strong></p> <p>Childhood friends Patricia Delfine and Laurence Armstead didn't expect to see each other again, after parting ways under mysterious circumstances during high school. After all, the development of magical powers and the invention of a two-second time machine could hardly fail to alarm one's peers and families.</p> <p>But now they're both adults, living in the hipster mecca San Francisco, and the planet is falling apart around them. Laurence is an engineering genius who's working with a group that aims to avert catastrophic breakdown through technological intervention into the changing global climate. Patricia is a graduate of Eltisley Maze, the hidden academy for the world's magically gifted, and works with a small band of other magicians to secretly repair the world's ever-growing ailments. Little do they realize that something bigger than either of them, something begun years ago in their youth, is determined to bring them together -- to either save the world, or plunge it into a new dark ages.</p> <p>A deeply magical, darkly funny examination of life, love, and the apocalypse.</p> <br /> <!-- EXCERPT --> <h3><a name="excerpt"></a>Excerpt</h3> <p><strong>1</strong></p> <p>When Patricia was six years old, she found a wounded bird. The sparrow thrashed on top of a pile of wet red leaves in the crook of two roots, waving its crushed wing. Crying, in a pitch almost too high for Patricia to hear. She looked into the sparrow's eye, enveloped by a dark stripe, and she saw its fear. Not just fear, but also misery--as if this bird knew it would die soon. Patricia still didn't understand how the life could just go out of someone's body forever, but she could tell this bird was fighting against death with everything it had.</p> <p>Patricia vowed with all her heart to do everything in her power to save this bird. This was what led to Patricia being asked a question with no good answer, which marked her for life.</p> <p>She scooped up the sparrow with a dry leaf, very gently, and laid it in her red bucket. Rays of the afternoon sun came at the bucket horizontally, bathing the bird in red light so it looked radioactive. The bird was still whipping around, trying to fly with one wing.</p> <p>"It's okay," Patricia told the bird. "I've got you. It's okay."</p> <p>Patricia had seen creatures in distress before. Her big sister, Roberta, liked to collect wild animals and play with them. Roberta put frogs into a rusty Cuisinart that their mom had tossed out, and stuck mice into her homemade rocket launcher, to see how far she could shoot them. But this was the first time Patricia looked at a living creature in pain and really saw it, and every time she looked into the bird's eye she swore harder that this bird was under her protection.</p> <p>"What's going on?" asked Roberta, smashing through the branches nearby.</p> <p>Both girls were pale, with dark brown hair that grew super-straight no matter what you did and nearly button noses. But Patricia was a wild, grubby girl, with a round face, green eyes, and perpetual grass stains on her torn overalls. She was already turning into the girl the other girls wouldn't sit with, because she was too hyper, made nonsense jokes, and wept when anybody's balloon (not just her own) got popped. Roberta, meanwhile, had brown eyes, a pointy chin, and absolutely perfect posture when she sat without fidgeting in a grown-up chair and a clean white dress. With both girls, their parents had hoped for a boy and picked out a name in advance. Upon each daughter's arrival, they'd just stuck an a on the end of the name they already had.</p> <p>"I found a wounded bird," Patricia said. "It can't fly, its wing is ruined."</p> <p>"I bet I can make it fly," Roberta said, and Patricia knew she was talking about her rocket launcher. "Bring it here. I'll make it fly real good."</p> <p>"No!" Patricia's eyes flooded and she felt short of breath. "You can't! You can't!" And then she was running, careening, with the red bucket in one hand. She could hear her sister behind her, smashing branches. She ran faster, back to the house.</p> <p>Their house had been a spice shop a hundred years ago, and it still smelled of cinnamon and turmeric and saffron and garlic and a little sweat. The perfect hardwood floors had been walked on by visitors from India and China and everywhere, bringing everything spicy in the world. If Patricia closed her eyes and breathed deeply, she could imagine the people unloading wooden foil-lined crates stamped with names of cities like Marrakesh and Bombay. Her parents had read a magazine article about renovating Colonial trade houses and had snapped up this building, and now they were constantly yelling at Patricia not to run indoors or scratch any of the perfect oak furnishings, until their foreheads showed veins. Patricia's parents were the sort of people who could be in a good mood and angry at almost the same time.</p> <p>Patricia paused in a small clearing of maples near the back door. "It's okay," she told the bird. "I'll take you home. There's an old birdcage in the attic. I know where to find it. It's a nice cage, it has a perch and a swing. I'll put you in there, I'll tell my parents. If anything happens to you, I will hold my breath until I faint. I'll keep you safe. I promise."</p> <p>"No," the bird said. "Please! Don't lock me up. I would prefer you just kill me now."</p> <p>"But," Patricia said, more startled that the bird was refusing her protection than that he was speaking to her. "I can keep you safe. I can bring you bugs or seeds or whatever."</p> <p>"Captivity is worse than death for a bird like me," the sparrow said. "Listen. You can hear me talking. Right? That means you're special. Like a witch! Or something. And that means you have a duty to do the right thing. Please."</p> <p>"Oh." This was all a lot for Patricia to take in. She sat down on a particularly large and grumpy tree root, with thick bark that felt a little damp and sort of like sawtooth rocks. She could hear Roberta beating the bushes and the ground with a big Y-shaped stick, over in the next clearing, and she worried about what would happen if Roberta heard them talking. "But," Patricia said, quieter so that Roberta would not hear. "But your wing is hurt, right, and I need to take care of you. You're stuck."</p> <p>"Well." The bird seemed to think about this for a moment. "You don't know how to heal a broken wing, do you?" He flapped his bad wing. He'd looked just sort of gray-brown at first, but up close she could see brilliant red and yellow streaks along his wings, with a milk-white belly and a dark, slightly barbed beak.</p> <p>"No. I don't know anything. I'm sorry!"</p> <p>"Okay. So you could just put me up in a tree and hope for the best, but I'll probably get eaten or starve to death." His head bobbed. "Or... I mean. There is one thing."</p> <p>"What?" Patricia looked at her knees, through the thready holes in her denim overalls, and thought her kneecaps looked like weird eggs. "What?" She looked over at the sparrow in the bucket, who was in turn studying her with one eye, as if trying to decide whether to trust her.</p> <p>"Well," the bird chirped. "I mean, you could take me to the Parliament of Birds. They can fix a wing, no problem. And if you're going to be a witch, then you should meet them anyway. They're the smartest birds around. They always meet at the most majestic tree in the forest. Most of them are over five years old."</p> <p>"I'm older than that," Patricia said. "I'm almost seven, in four months. Or five." She heard Roberta getting closer, so she snatched up the bucket and took off running, deeper into the woods.</p> <p>The sparrow, whose name was Dirrpidirrpiwheepalong, or Dirrp for short, tried to give Patricia directions to the Parliament of Birds as best he could, but he couldn't see where he was going from inside the bucket. And his descriptions of the landmarks to watch for made no sense to Patricia. The whole thing reminded her of one of the Cooperation exercises at school, which she was hopeless at ever since her only friend, Kathy, moved away. At last, Patricia perched Dirrp on her finger, like Snow White, and he bounced onto her shoulder.</p> <p>The sun went down. The forest was so thick, Patricia could barely see the stars or the moon, and she tumbled a few times, scraping her hands and her knees and getting dirt all over her new overalls. Dirrp clung to the shoulder strap of her overalls so hard, his talons pinched her and almost broke her skin. He was less and less sure where they were going, although he was pretty sure the majestic Tree was near some kind of stream or maybe a field. He definitely thought it was a very thick tree, set apart from other trees, and if you looked the right way the two big branches of the Parliamentary Tree fanned like wings. Also, he could tell the direction pretty easily by the position of the sun. If the sun had still been out.</p> <p>"We're lost in the woods," Patricia said with a shiver. "I'm probably going to be eaten by a bear."</p> <p>"I don't think there are bears in this forest," Dirrp said. "And if one attacks us, you could try talking to it."</p> <p>"So I can talk to all animals now?" Patricia could see this coming in useful, like if she could convince Mary Fenchurch's poodle to bite her the next time Mary was mean to Patricia. Or if the next nanny her parents hired owned a pet.</p> <p>"I don't know," Dirrp said. "Nobody ever explains anything to me."</p> <p>Patricia decided there was nothing to do but climb the nearest tree and see if she could see anything from it. Like a road. Or a house. Or some landmark that Dirrp might recognize.</p> <p>It was much colder on top of the big old oak that Patricia managed to jungle-gym her way up. The wind soaked into her as if it were water instead of just air. Dirrp covered his face with his one good wing and had to be coaxed to look around. "Oh, okay," he quavered, "let me see if I can make sense of this landscape. This is not really what you call a bird's-eye view. A real bird's-eye view would be much, much higher than this. This is a squirrel's-eye view, at best."</p> <p>Dirrp jumped off and scampered around the treetop until he spotted what he thought might be one of the signpost trees leading to the Parliamentary Tree. "We're not too far." He sounded perkier already. "But we should hurry. They don't always meet all night, unless they're debating a tricky measure. Or having Question Time. But you'd better hope it's not Question Time."</p> <p>"What's Question Time?"</p> <p>"You don't want to know," Dirrp said.</p> <p>Patricia was finding it much harder to get down from the treetop than it was to get up, which seemed unfair. She kept almost losing her grip, and the drop was nearly a dozen feet.</p> <p>"Hey, it's a bird!" a voice said from the darkness just as Patricia reached the ground. "Come here, bird. I only want to bite you."</p> <p>"Oh no," Dirrp said.</p> <p>"I promise I won't play with you too much," the voice said. "It'll be fun. You'll see!"</p> <p>"Who is that?" Patricia asked.</p> <p>"Tommington," Dirrp said. "He's a cat. He lives in a house with people, but he comes into the forest and kills a lot of my friends. The Parliament is always debating what to do about him."</p> <p>"Oh," Patricia said. "I'm not scared of a little kitty."</p> <p>Tommington jumped, pushing off a big log, and landed on Patricia's back, like a missile with fur. And sharp claws. Patricia screeched and nearly fell on her face. "Get off me!" she said.</p> <p>"Give me the bird!" Tommington said.</p> <p>The white-bellied black cat weighed almost as much as Patricia. He bared his teeth and hissed in Patricia's ear as he scratched at her.</p> <p>Patricia did the only thing that came to mind: She clamped one hand over poor Dirrp, who was hanging on for dear life, and threw her head forward and down until she was bent double and her free hand was almost touching her toes. The cat went flying off her back, haranguing as he fell.</p> <p>"Shut up and leave us alone," Patricia said.</p> <p>"You can talk. I never met a human who could talk before. Give me that bird!"</p> <p>"No," Patricia said. "I know where you live. I know your owner. If you are naughty, I will tell. I will tell on you." She was kind of fibbing. She didn't know who owned Tommington, but her mother might. And if Patricia came home covered with bites and scratches her mother would be mad. At her but also at Tommington's owner. You did not want Patricia's mom mad at you, because she got mad for a living and was really good at it.</p> <p>Tommington had landed on his toes, his fur all spiked and his ears like arrowheads. "Give me that bird!" he shrieked.</p> <p>"No!" Patricia said. "Bad cat!" She threw a rock at Tommington. He yowled. She threw another rock. He ran away.</p> <p>"Come on," Patricia said to Dirrp, who didn't have much choice in the matter. "Let's get out of here."</p> <p>"We can't let that cat know where the Parliament is," Dirrp whispered. "If he follows us, he could find the Tree. That would be a disaster. We should wander in circles, as though we are lost."</p> <p>"We <em>are</em> lost," Patricia said.</p> <p>"I have a pretty reasonably shrewd idea of where we go from here," said Dirrp. "At least, a sort of a notion."</p> <p>Something rustled in the low bushes just beyond the biggest tree, and for a second the moonlight glinted off a pair of eyes, framed by white fur, and a collar tag.</p> <p>"We are finished!" Dirrp whispered in a pitiful warble. "That cat can stalk us forever. You might as well give me to your sister. There is nothing to be done."</p> <p>"Wait a minute." Patricia was remembering something about cats and trees. She had seen it in a picture book. "Hang on tight, bird. You hang on tight, okay?" Dirrp's only response was to cling harder than ever to Patricia's overalls. Patricia looked at a few trees until she found one with sturdy enough branches, and climbed. She was more tired than the first time, and her feet slipped a couple of times. One time, she pulled herself up to the next branch with both hands and then looked at her shoulder and didn't see Dirrp. She lost her breath until she saw his head poke up nervously to look over her shoulder, and she realized he'd just been clinging to the strap farther down on her back.</p> <p>At last they were on top of the tree, which swayed a little in the wind. Tommington was not following them. Patricia looked around twice in all directions before she saw a round fur shape scampering on the ground nearby.</p> <p>"Stupid cat!" she shouted. "Stupid cat! You can't get us!"</p> <p>"The first person I ever met who could talk," Tommington yowled. "And you think <em>I'm</em> stupid? Grraah! Taste my claws!"</p> <p>The cat, who'd probably had lots of practice climbing one of those carpeted perches at home, ran up the side of the tree, pounced on one branch and then a higher branch. Before Patricia and Dirrp even knew what was going on, the cat was halfway up.</p> <p>"We're trapped! What were you thinking?" Dirrp sang out.</p> <p>Patricia waited until Tommington had reached the top, then swung down the other side of the tree, dropping from branch to branch so fast she almost pulled her arm out, and then landed on the ground on her butt with an oof.</p> <p>"Hey," Tommington said from the top of the tree, where his big eyes caught the moonlight. "Where did you go? Come back here!"</p> <p>"You are a mean cat," Patricia said. "You are a bully, and I'm going to leave you up there. You should think about what you've been doing. It's not nice to be mean. I will make sure someone comes and gets you tomorrow. But you can stay up there for now. I have to go do something. Goodbye."</p> <p>"Wait!" Tommington said. "I can't stay up here. It's too high! I'm scared! Come back!"</p> <p>Patricia didn't look back. She heard Tommington yelling for a long time, until they crossed a big line of trees. They got lost twice more, and at one point Dirrp began weeping into his good wing, before they stumbled across the track that led to the secret Tree. And from there, it was just a steep backbreaking climb, up a slope studded with hidden roots.</p> <p>Patricia saw the top of the Parliamentary Tree first, and then it seemed to grow out of the landscape, becoming taller and more overwhelming as she approached. The Tree was sort of bird shaped, as Dirrp had said, but instead of feathers it had dark spiky branches with fronds that hung to the ground. It loomed like the biggest church in the world. Or a castle. Patricia had never seen a castle, but she guessed they would rise over you like that.</p> <p>A hundred pairs of wings fluttered at their arrival and then stopped. A huge collection of shapes shrank into the Tree.</p> <p>"It's okay," Dirrp called out. "She's with me. I hurt my wing. She brought me here to get help."</p> <p>The only response, for a long time, was silence. Then an eagle raised itself up, from near the top of the Tree, a white-headed bird with a hooked beak and pale, probing eyes. "You should not have brought her here," the eagle said.</p> <p>"I'm sorry, ma'am," Dirrp said. "But it's okay. She can talk. She can actually talk." Dirrp pivoted, to speak into Patricia's ear. "Show them. Show them!"</p> <p>"Uh, hi," Patricia said. "I'm sorry if we bothered you. But we need your help!"</p> <p>At the sound of a human talking, all of the birds went into a huge frenzy of squawking and shouting until a big owl near the eagle banged a rock against the branch and shouted, "Order, order."</p> <p>The eagle leaned her white fluffy head forward and studied Patricia. "So you're to be the new witch in our forest, are you?"</p> <p>"I'm not a witch." Patricia chewed her thumb. "I'm a princess."</p> <p>"You had better be a witch." The eagle's great dark body shifted on the branch. "Because if you're not, then Dirrp has broken the law by bringing you to us. And he'll need to be punished. We certainly won't help fix his wing, in that case."</p> <p>"Oh," Patricia said. "Then I'm a witch. I guess."</p> <p>"Ah." The eagle's hooked beak clicked. "But you will have to prove it. Or both you and Dirrp will be punished."</p> <p>Patricia did not like the sound of that. Various other birds piped up, saying, "Point of order!" and a fidgety crow was listing important areas of Parliamentary procedure. One of them was so insistent that the eagle was forced to yield the branch to the Honorable Gentleman from Wide Oak--who then forgot what he was going to say.</p> <p>"So how do I prove that I'm a witch?" Patricia wondered if she could run away. Birds flew pretty fast, right? She probably couldn't get away from a whole lot of birds, if they were mad at her. Especially magical birds.</p> <p>"Well." A giant turkey in one of the lower branches, with wattles that looked a bit like a judge's collar, pulled himself upright and appeared to consult some markings scratched into the side of the Tree before turning and giving a loud, learned "glrp" sound. "Well," he said again, "there are several methods that are recognized in the literature. Some of them are trials of death, but we might skip those for the moment perhaps. There are also some rituals, but you need to be of a certain age to do those. Oh yes, here's a good one. We could ask her the Endless Question."</p> <p>"Ooh, the Endless Question," a grouse said. "That's exciting."</p> <p>"I haven't heard anyone answer the Endless Question before," said a goshawk. "This is more fun than Question Time."</p> <p>"Umm," said Patricia. "Is the Endless Question going to take a long time? Because I bet my mom and dad are worried about me." It was hitting her all over again that she was up way past her bedtime and she hadn't had dinner and she was out in the middle of the freezing woods, not to mention she was still lost.</p> <p>"Too late," the grouse said.</p> <p>"We're asking it," said the eagle.</p> <p>"Here is the question," said the turkey. "Is a tree red?"</p> <p>"Uh," Patricia said. "Can you give me a hint? Umm. Is that 'red' like the color?" The birds didn't answer. "Can you give me more time? I promise I'll answer, I just need more time to think. Please. I need more time. Please?"</p> <p>The next thing Patricia knew, her father scooped her up in his arms. He was wearing his sandpaper shirt and his red beard was in her face and he kept half-dropping her, because he was trying to draw complicated valuation formulas with his hands while carrying her. But it was still so warm and perfect to be carried home by her daddy that Patricia didn't care.</p> <p>"I found her right on the outskirts of the woods near the house," her father told her mother. "She must have gotten lost and found her own way out. It's a miracle she's okay."</p> <p>"You nearly scared us to death. We've been searching, along with all of the neighbors. I swear you must think my time is worthless. You've made me blow a deadline for a management productivity analysis." Patricia's mother had her dark hair pulled back, which made her chin and nose look pointier. Her bony shoulders hunched, almost up to her antique earrings.</p> <p>"I just want to understand what this is about," Patricia's father said. "What did we do that made you want to act out in this way?" Roderick Delfine was a real-estate genius who often worked from home and looked after the girls when they were between nannies, sitting in a high chair at the breakfast bar with his wide face buried in equations. Patricia herself was pretty good at math, except when she thought too much about the wrong things, like the fact that the number 3 looked like an 8 cut in half, so two 3s really ought to be 8.</p> <p>"She's testing us," Patricia's mother said. "She's testing our authority, because we've gone too easy on her." Belinda Delfine had been a gymnast, and her own parents had put several oceans' worth of pressure on her to excel at that--but she'd never understood why gymnastics needed to have judges, instead of measuring everything using cameras and maybe lasers. She'd met Roderick after he started coming to all her meets, and they'd invented a totally objective gymnastics measuring system that nobody had ever adopted.</p> <p>"Look at her. She's just laughing at us," Patricia's mother said, as if Patricia herself weren't standing right there. "We need to show her we mean business."</p> <p>Patricia hadn't thought she was laughing, at all, but now she was terrified she looked that way. She tried extra hard to fix a serious expression on her face.</p> <p>"I would never run away like that," said Roberta, who was supposed to be leaving the three of them alone in the kitchen but had come in to get a glass of water, and gloat.</p> <p>They locked Patricia in her room for a week, sliding food under her door. The bottom of the door tended to scrape off the top layer of whatever type of food it was. Like if it was a sandwich, the topmost piece of bread was taken away by the door. You don't really want to eat a sandwich after your door has had the first bite, but if you get hungry enough you will. "Think about what you've done," the parents said.</p> <p>"I get all her desserts for the next seven years," Roberta said.</p> <p>"No you don't!" said Patricia.</p> <p>The whole experience with the Parliament of Birds became a sort of blur to Patricia. She remembered it mostly in dreams and fragments. Once or twice, in school, she had a flashback of a bird asking her something. But she couldn't quite remember what the question had been, or whether she'd answered it. She had lost the ability to understand the speech of animals while she was locked in her bedroom.</p> <p>Copyright &copy; 2016 by Charlie Jane Anders</p> <br /> <!-- REVIEWS --> <h3><a name="reviews"></a>Reviews</h3> <div style="float:left; width:190px; height:100px; background:#f7f7f7; border: 0px dotted #ccc; margin:0 10px 10px 0; padding:10px; overflow:hidden; font-face:arial,sans-serif; font-size:12px;"> <a href="profile.asp?id=2248"><img src="https://secure.gravatar.com/avatar/ae8b4acbb5ee0f6ec9570fffc59fb086.jpg?s=60&r=r&d=https%3A%2F%2Fwww.worldswithoutend.com%2Fimages%2Fnopic.jpg" border="0" width="60" alt="" style="margin:0 10px 80px 0px; float:left;" /></a> <a rel="shadowbox[REVIEWS];height=525;width=750" href="novel_review.asp?ID=8135">All the Birds in the Sky</a><br /><br /> - <a href="profile.asp?id=2248">Ann Walker</a><br />&nbsp;&nbsp;(3/2/2016) </div> <div style="float:left; width:190px; height:100px; background:#f7f7f7; border: 0px dotted #ccc; margin:0 10px 10px 0; padding:10px; overflow:hidden; font-face:arial,sans-serif; font-size:12px;"> <a href="profile.asp?id=3442"><img src="https://secure.gravatar.com/avatar/8ba458fe363f5efecc351a08030c7a4e.jpg?s=60&r=r&d=https%3A%2F%2Fwww.worldswithoutend.com%2Fimages%2Fnopic.jpg" border="0" width="60" alt="" style="margin:0 10px 80px 0px; float:left;" /></a> <a rel="shadowbox[REVIEWS];height=525;width=750" href="novel_review.asp?ID=8402">All the Birds in the Sky</a><br /><br /> - <a href="profile.asp?id=3442">Alexa</a><br />&nbsp;&nbsp;(4/25/2016) </div> <div style="float:left; width:190px; height:100px; background:#f7f7f7; border: 0px dotted #ccc; margin:0 10px 10px 0; padding:10px; overflow:hidden; font-face:arial,sans-serif; font-size:12px;"> <a href="profile.asp?id=1791"><img src="https://secure.gravatar.com/avatar/86fd95a61a50f6a31974c6eb8ed15feb.jpg?s=60&r=r&d=https%3A%2F%2Fwww.worldswithoutend.com%2Fimages%2Fnopic.jpg" border="0" width="60" alt="" style="margin:0 10px 80px 0px; float:left;" /></a> <a rel="shadowbox[REVIEWS];height=525;width=750" href="novel_review.asp?ID=8453">All the Birds in the Sky</a><br /><br /> - <a href="profile.asp?id=1791">Thomcat</a><br />&nbsp;&nbsp;(5/2/2016) </div> <div style="float:left; width:190px; height:100px; background:#f7f7f7; border: 0px dotted #ccc; margin:0 10px 10px 0; padding:10px; overflow:hidden; font-face:arial,sans-serif; font-size:12px;"> <a href="profile.asp?id=5050"><img src="https://secure.gravatar.com/avatar/04f8ff180e2db3abbddab1ca40edbbce.jpg?s=60&r=r&d=https%3A%2F%2Fwww.worldswithoutend.com%2Fimages%2Fnopic.jpg" border="0" width="60" alt="" style="margin:0 10px 80px 0px; float:left;" /></a> <a rel="shadowbox[REVIEWS];height=525;width=750" href="novel_review.asp?ID=8672">All the Birds in the Sky</a><br /><br /> - <a href="profile.asp?id=5050">kabouter</a><br />&nbsp;&nbsp;(6/17/2016) </div> <div style="float:left; width:190px; height:100px; background:#f7f7f7; border: 0px dotted #ccc; margin:0 10px 10px 0; padding:10px; overflow:hidden; font-face:arial,sans-serif; font-size:12px;"> <a href="profile.asp?id=4363"><img src="https://secure.gravatar.com/avatar/07a24e0ef4f43a7bcaf30c4e706b913b.jpg?s=60&r=r&d=https%3A%2F%2Fwww.worldswithoutend.com%2Fimages%2Fnopic.jpg" border="0" width="60" alt="" style="margin:0 10px 80px 0px; float:left;" /></a> <a rel="shadowbox[REVIEWS];height=525;width=750" href="novel_review.asp?ID=8806">All the Birds in the Sky</a><br /><br /> - <a href="profile.asp?id=4363">Sable Aradia</a><br />&nbsp;&nbsp;(7/7/2016) </div> <div style="float:left; width:190px; height:100px; background:#f7f7f7; border: 0px dotted #ccc; margin:0 10px 10px 0; padding:10px; overflow:hidden; font-face:arial,sans-serif; font-size:12px;"> <a href="profile.asp?id=3352"><img src="https://secure.gravatar.com/avatar/082bfbe9dcb902e29aa985a6960d64f4.jpg?s=60&r=r&d=https%3A%2F%2Fwww.worldswithoutend.com%2Fimages%2Fnopic.jpg" border="0" width="60" alt="" style="margin:0 10px 80px 0px; float:left;" /></a> <a rel="shadowbox[REVIEWS];height=525;width=750" href="novel_review.asp?ID=10196">All the Birds in the Sky</a><br /><br /> - <a href="profile.asp?id=3352">illegible_scribble</a><br />&nbsp;&nbsp;(4/5/2017) </div> <div style="float:left; width:190px; height:100px; background:#f7f7f7; border: 0px dotted #ccc; margin:0 10px 10px 0; padding:10px; overflow:hidden; font-face:arial,sans-serif; font-size:12px;"> <a href="profile.asp?id=2950"><img src="https://secure.gravatar.com/avatar/9f85f3c5f3a1d529a901afd55003f9e9.jpg?s=60&r=r&d=https%3A%2F%2Fwww.worldswithoutend.com%2Fimages%2Fnopic.jpg" border="0" width="60" alt="" style="margin:0 10px 80px 0px; float:left;" /></a> <a rel="shadowbox[REVIEWS];height=525;width=750" href="novel_review.asp?ID=10237">All the Birds in the Sky</a><br /><br /> - <a href="profile.asp?id=2950">spoltz</a><br />&nbsp;&nbsp;(4/16/2017) </div> <div style="float:left; width:190px; height:100px; background:#f7f7f7; border: 0px dotted #ccc; margin:0 10px 10px 0; padding:10px; overflow:hidden; font-face:arial,sans-serif; font-size:12px;"> <a href="profile.asp?id=69"><img src="https://secure.gravatar.com/avatar/5977319e53d2fa4aeac53d103b850c7e.jpg?s=60&r=r&d=https%3A%2F%2Fwww.worldswithoutend.com%2Fimages%2Fnopic.jpg" border="0" width="60" alt="" style="margin:0 10px 80px 0px; float:left;" /></a> <a rel="shadowbox[REVIEWS];height=525;width=750" href="novel_review.asp?ID=10438">All the Birds in the Sky</a><br /><br /> - <a href="profile.asp?id=69">tbritz13</a><br />&nbsp;&nbsp;(6/25/2017) </div> <div style="float:left; width:190px; height:100px; background:#f7f7f7; border: 0px dotted #ccc; margin:0 10px 10px 0; padding:10px; overflow:hidden; font-face:arial,sans-serif; font-size:12px;"> <a href="profile.asp?id=859"><img src="https://secure.gravatar.com/avatar/adfe0b9bc79bf4086f38691286b9c491.jpg?s=60&r=r&d=https%3A%2F%2Fwww.worldswithoutend.com%2Fimages%2Fnopic.jpg" border="0" width="60" alt="" style="margin:0 10px 80px 0px; float:left;" /></a> <a rel="shadowbox[REVIEWS];height=525;width=750" href="novel_review.asp?ID=10780">All the Birds in the Sky</a><br /><br /> - <a href="profile.asp?id=859">Allie</a><br />&nbsp;&nbsp;(12/6/2017) </div> <div style="float:left; width:190px; height:100px; background:#f7f7f7; border: 0px dotted #ccc; margin:0 10px 10px 0; padding:10px; overflow:hidden; font-face:arial,sans-serif; font-size:12px;"> <a href="profile.asp?id=3634"><img src="https://secure.gravatar.com/avatar/e72f921eec575c43622b7190c2bae811.jpg?s=60&r=r&d=https%3A%2F%2Fwww.worldswithoutend.com%2Fimages%2Fnopic.jpg" border="0" width="60" alt="" style="margin:0 10px 80px 0px; float:left;" /></a> <a rel="shadowbox[REVIEWS];height=525;width=750" href="novel_review.asp?ID=11472">All the Birds in the Sky</a><br /><br /> - <a href="profile.asp?id=3634">spectru</a><br />&nbsp;&nbsp;(10/23/2018) </div> <div style="float:left; width:190px; height:100px; background:#f7f7f7; border: 0px dotted #ccc; margin:0 10px 10px 0; padding:10px; overflow:hidden; font-face:arial,sans-serif; font-size:12px;"> <a href="profile.asp?id=944"><img src="https://secure.gravatar.com/avatar/608e3cce3a2d011f42e385ccfda191c1.jpg?s=60&r=r&d=https%3A%2F%2Fwww.worldswithoutend.com%2Fimages%2Fnopic.jpg" border="0" width="60" alt="" style="margin:0 10px 80px 0px; float:left;" /></a> <a rel="shadowbox[REVIEWS];height=525;width=750" href="novel_review.asp?ID=11489">All the Birds in the Sky</a><br /><br /> - <a href="profile.asp?id=944">justifiedsinner</a><br />&nbsp;&nbsp;(11/5/2018) </div> <div style="float:left; width:190px; height:100px; background:#f7f7f7; border: 0px dotted #ccc; margin:0 10px 10px 0; padding:10px; overflow:hidden; font-face:arial,sans-serif; font-size:12px;"> <a href="profile.asp?id=7485"><img src="https://secure.gravatar.com/avatar/422fc61a2b45ae378542c769b0565420.jpg?s=60&r=r&d=https%3A%2F%2Fwww.worldswithoutend.com%2Fimages%2Fnopic.jpg" border="0" width="60" alt="" style="margin:0 10px 80px 0px; float:left;" /></a> <a rel="shadowbox[REVIEWS];height=525;width=750" href="novel_review.asp?ID=13364">All the Birds in the Sky</a><br /><br /> - <a href="profile.asp?id=7485">BKnowhere</a><br />&nbsp;&nbsp;(12/28/2019) </div> <div style="clear:both;"><br /></div> <!-- IMAGES --> <h3><a name="images"></a>Images</h3> <p>No alternate cover images currently exist for this novel. <!-- <a href="http://www.mediafire.com/filedrop/filedrop_hosted.php?drop=83409892372beecfe579bb721d839029d022c18462979b5f9cbb15e681804618" target="_blank">Be the first to submit one!</a> --></p> <br /> <br /><br /> </div> <!-- SHADOWBOX --> <link rel="stylesheet" type="text/css" href="/js/shadowbox-build-3.0rc1/shadowbox.css"/> <script type="text/javascript" src="js/shadowbox-build-3.0rc1/shadowbox.js"></script> <script type="text/javascript"> Shadowbox.init({ language: 'en', players: ['img', 'html', 'iframe', 'qt', 'wmp', 'swf', 'flv'], flvPlayer:'js/shadowbox-build-3.0rc1/libraries/mediaplayer/player.swf', flashVersion: '8.0.24' }); var openShadowbox = function(elementId){ var el = document.getElementById(elementId); if(el) Shadowbox.open(el); }; </script> <!-- END SHADOWBOX --> <div id="footer" style="margin:0; padding:0;"> <div style="display:block; margin:0 auto; text-align:center; background-color:#fff; border-top:1px solid #ccc; padding:20px 0;"> <div style="display: inline-block; border:0; margin:0 4px 0 4px;"> <!-- Footer/Zone3: Button1 [async] --> <script type="text/javascript">if (!window.AdButler){(function(){var s = document.createElement("script"); s.async = true; s.type = "text/javascript";s.src = 'https://servedbyadbutler.com/app.js';var n = document.getElementsByTagName("script")[0]; n.parentNode.insertBefore(s, n);}());}</script> <script type="text/javascript"> var AdButler = AdButler || {}; AdButler.ads = AdButler.ads || []; var abkw = window.abkw || ''; var plc349406 = window.plc349406 || 0; document.write('<'+'div id="placement_349406_'+plc349406+'"></'+'div>'); AdButler.ads.push({handler: function(opt){ AdButler.register(175322, 349406, [120,90], 'placement_349406_'+opt.place, opt); }, opt: { place: plc349406++, keywords: abkw, domain: 'servedbyadbutler.com', click:'CLICK_MACRO_PLACEHOLDER' }}); </script> </div> <div style="display: inline-block; text-align:center; height:90px; overflow:hidden;"> <!-- Footer Leaderboard 728x90 [async] --> <script type="text/javascript">if (!window.AdButler){(function(){var s = document.createElement("script"); s.async = true; s.type = "text/javascript";s.src = 'https://servedbyadbutler.com/app.js';var n = document.getElementsByTagName("script")[0]; n.parentNode.insertBefore(s, n);}());}</script> <script type="text/javascript"> var AdButler = AdButler || {}; AdButler.ads = AdButler.ads || []; var abkw = window.abkw || ''; var plc348730 = window.plc348730 || 0; document.write('<'+'div id="placement_348730_'+plc348730+'"></'+'div>'); AdButler.ads.push({handler: function(opt){ AdButler.register(175322, 348730, [728,90], 'placement_348730_'+opt.place, opt); }, opt: { place: plc348730++, keywords: abkw, domain: 'servedbyadbutler.com', click:'CLICK_MACRO_PLACEHOLDER' }}); </script> </div> <div style="display: inline-block; border:0; margin:0 4px 0 4px;"> <!-- Footer/Zone3: Button2 [async] --> <script type="text/javascript">if (!window.AdButler){(function(){var s = document.createElement("script"); s.async = true; s.type = "text/javascript";s.src = 'https://servedbyadbutler.com/app.js';var n = document.getElementsByTagName("script")[0]; n.parentNode.insertBefore(s, n);}());}</script> <script type="text/javascript"> var AdButler = AdButler || {}; AdButler.ads = AdButler.ads || []; var abkw = window.abkw || ''; var plc349407 = window.plc349407 || 0; document.write('<'+'div id="placement_349407_'+plc349407+'"></'+'div>'); AdButler.ads.push({handler: function(opt){ AdButler.register(175322, 349407, [120,90], 'placement_349407_'+opt.place, opt); }, opt: { place: plc349407++, keywords: abkw, domain: 'servedbyadbutler.com', click:'CLICK_MACRO_PLACEHOLDER' }}); </script> </div> <!-- <iframe src="https://rcm-na.amazon-adsystem.com/e/cm?t=icowcom-20&o=1&p=48&l=ur1&category=audible&banner=0JYEMDNC49A58GM3J902&f=ifr&linkID=JJGLTIX7JQVTTTV6" width="728" height="90" scrolling="no" border="0" marginwidth="0" style="border:none;" frameborder="0"></iframe> --> </div> <div style="display:inline-block; width:51%; height:760px; background:#1e1e1e; margin:15px 0 10px 10px; vertical-align:top;"> <h3><a href="/books.asp">Books</a></h3> <div style="float:left; width:30%; margin:0 10px 10px 10px;"> <p style="margin-top:0; line-height:18px;"> <strong><a href="/books.asp">BOOK AWARDS</a></strong><br> <a href="/books_hugo_index.asp">Hugo Award</a><br> <a href="/books_nebula_index.asp">Nebula Award</a><br> <a href="/books_bsfa_index.asp">BSFA Award</a><br> <a href="/books_mytho_index.asp">Mythopoeic Award</a><br> <a href="/books_locus-sf_index.asp">Locus SF Award</a><br> <a href="/books_locus-f_index.asp">Locus Fantasy Award</a><br> <a href="/books_locus-fn_index.asp">Locus FN Award</a><br> <a href="/books_locus-ya_index.asp">Locus YA Award</a><br> <a href="/books_locus-h_index.asp">Locus Horror Award</a><br> <a href="/books_bfs-derleth_index.asp">August Derleth Award</a><br> <a href="/books_bfs-holdstock_index.asp">Robert Holdstock Award</a><br> <a href="/books_campbell_index.asp">Campbell Award</a><br> <a href="/books_wfa_index.asp">World Fantasy Award</a><br> <a href="/books_prometheus_index.asp">Prometheus Award</a><br> <a href="/books_aurora_index.asp">Aurora Award</a><br> <a href="/books_pkd_index.asp">PKD Award</a><br> <a href="/books_clarke_index.asp">Clarke Award</a><br> <a href="/books_stoker_index.asp">Stoker Award</a><br> <a href="/books_otherwise_index.asp">Otherwise Award</a><br> <a href="/books_aurealis-sf_index.asp">Aurealis SF Award</a><br> <a href="/books_aurealis-f_index.asp">Aurealis Fantasy Award</a><br> <a href="/books_aurealis-h_index.asp">Aurealis Horror Award</a><br> <a href="/books_norton_index.asp">Andre Norton Award</a><br> <a href="/books_jackson_index.asp">Shirley Jackson Award</a><br> <a href="/books_redtentacle_index.asp">Red Tentacle Award</a><br> <a href="/books_goldententacle_index.asp">Golden Tentacle Award</a><br> <a href="/books_legend_index.asp">Legend Award</a><br> <a href="/books_morningstar_index.asp">Morningstar Award</a><br> <a href="/books_nommo_index.asp">Nommo Award</a> </p> <br> </div> <div style="float:left; width:31%; margin:0 10px 10px 0;"> <p style="margin-top:0; line-height:18px;"> <strong><a href="/lists.asp">BOOK LISTS</a></strong><br> <a href="/lists_classics_of_sf.asp">Classics of SF</a><br> <a href="/lists_sf_mistressworks.asp">SF Mistressworks</a><br> <a href="/lists_guardian_sff.asp">Guardian: The Best SF/F</a><br> <a href="/lists_npr_sff.asp">NPR: Top 100 SF/F</a><br> <a href="/lists_pringle_sf.asp">Pringle Best 100 SF</a><br> <a href="/lists_pringle_fantasy.asp">Pringle Modern Fantasy</a><br> <a href="/lists_sf101.asp">SF: 101 Best 1985-2010</a><br> <a href="/lists_fantasy100.asp">Fantasy 100</a><br> <a href="/lists_isfdb_balanced.asp">ISFDB Top 100</a><br> <a href="/lists_horror100.asp">Horror 100</a><br> <a href="/lists_NightmareMag.asp">Nightmare Magazine 100</a><br> <a href="/lists_HWA.asp">HWA Reading List</a><br> <a href="/lists_locus_bestsf.asp">Locus Best SF</a><br> <a href="/lists_200SFBooksByWomen.asp">200 Significant SF Books by Women</a><br> <a href="/lists_BrinYA.asp">David Brin's YA List</a><br> <a href="/lists_baen_milsf.asp">Baen Military SF List</a><br> Defining SF Books:<br> <a href="/lists_50s.asp">50s</a>&nbsp;|&nbsp;<a href="/lists_60s.asp">60s</a>&nbsp;|&nbsp;<a href="/lists_70s.asp">70s</a>&nbsp;|&nbsp;<a href="/lists_80s.asp">80s</a>&nbsp;|&nbsp;<a href="/lists_90s.asp">90s</a><br> <a href="/lists_SFbyWomen.asp">SF by Women Writers</a><br> <a href="/lists_CCinBlackSF.asp">A Crash Course in the History of Black Science Fiction</a> </p> <br> </div> <div style="float:left; width:30%; margin:0 10px 10px 0;"> <p style="margin-top:0; line-height:18px;"> <strong><a href="/lists.asp">WWEND LISTS</a></strong><br> <a href="/lists_awardworthybooks.asp">WWEnd Award Worthy Novels</a><br> <a href="/lists_top_noms.asp">WWEnd Top Nominated</a><br> <a href="/lists_top_listed.asp">WWEnd Top Listed</a><br> <a href="/lists_top_reads.asp">WWEnd Most Read</a><br> <a href="/lists_women_winners.asp">Award Winning Books by Women Authors</a><br> <a href="/lists_genre_litflicks.asp">Genre-Lit Flicks</a><br> <a href="/lists_banned_sff.asp">Banned SF/F Books</a><br> <a href="/lists_LGBTQSF.asp">An LGBTQ SF Resource</a><br><br> <strong><a href="/lists.asp">WWEND RESOURCES</a></strong><br> <a href="/books_year_index.asp?Year=2024">Award Winners & Nominees by Year</a><br> <a href="/lists_booksbyyear.asp">Books Published by Year</a><br> <a href="/lists_series.asp">SF, Fantasy & Horror Series</a><br> <!-- <a href="/lists_books_reviewed.asp">Books Reviewed</a><br> --> <!-- <a href="/books_index.asp">All Award Winners</a><br> --> <a href="/booktrackr.asp">BookTrackr&trade;</a><br> <!-- <a href="/novel.asp?ID=18574">Featured Book</a><br><br> --> <a href="/rollyourown_challenge.asp"><img src="/images/2024_RYO_footer.png" style="margin-top:15px;" border="0" alt="WWEnd Roll-Your-Own Reading Challenge" /></a> </p> <br> </div> </div> <div style="display:inline-block; width:15%; height:760px; background:#212121; margin:15px 0 10px 5px; vertical-align:top;"> <h3><a href="/authors.asp">Authors</a></h3> <p style="margin:0 10px 10px 10px; line-height:18px;"> <a href="/authors.asp">Top Authors</a><br> <a href="/authors_index.asp">All Authors</a><br> <a href="/authors_women.asp">All Women Authors</a><br> <a href="/authors_videos.asp">Author Videos</a><br><br> <strong><a href="/lists.asp">AUTHOR AWARDS</a></strong><br> <a href="/authors_grandmasters.asp">Damon Knight Memorial</a><br> <a href="/authors_horror_grandmasters.asp">World Horror Convention</a><br> <a href="/authors_wfala.asp">WFA Life Achievement</a><br> <a href="/authors_csra.asp">Cordwainer Smith Rediscovery</a><br><br> <strong><a href="/lists.asp">AUTHOR LISTS</a></strong><br> <a href="/lists_StarmontReadersGuide.asp">Starmont Reader's Guide</a> <!-- <a href="/authors_wogf.asp"><img src="/images/wogf_125.png" border="0" style="float:left; margin:15px 0 15px 0;" alt="2013 Worlds Without End Women of Genre Fiction Reading Challenge" /></a><br> <a href="/authors_gmrc.asp"><img src="/images/gmrc_footer.png" border="0" style="float:left; margin:0 0 15px 0;" alt="2012 Worlds Without End Grand Master Reading Challenge"/ ></a> --> </p> <br> <h3><a href="/publishers.asp">Publishers</a></h3> <p style="margin:0 10px 10px 10px; line-height:18px;"> <a href="/publishers.asp">Top Publishers</a><br> <a href="/publishers_index.asp">All Publishers</a><br><br> <strong><a href="/publisher_lists.asp">PUBLISHER LISTS</a></strong><br> Ace Doubles Series:<br> <a href="/lists_AceDoubleDSeries.asp">D</a>&nbsp;|&nbsp;<a href="/lists_AceDoubleFSeries.asp">F</a>&nbsp;|&nbsp;<a href="/lists_AceDoubleGSeries.asp">G</a>&nbsp;|&nbsp;<a href="/lists_AceDoubleHSeries.asp">H</a>&nbsp;|&nbsp;<a href="/lists_AceDoubleMSeries.asp">M</a>&nbsp;|&nbsp;<a href="/lists_AceDoubleNoSeries.asp">#</a><br> <a href="/lists_ConversationPieces.asp">Conversation Pieces</a><br> <a href="/lists_BallantineClassicLibrary.asp">Classic Library of SF</a><br> <a href="/lists_CriticalExplorations.asp">Critical Explorations in SF&F</a><br> <a href="/lists_EastonPress.asp">EP Masterpieces of SF</a><br> <a href="/lists_fantasy_masterworks.asp">Fantasy Masterworks</a><br> <a href="/lists_sf_masterworks.asp">SF Masterworks</a><br> <a href="/lists_LaserBooks.asp">Laser Books</a><br> <a href="/lists_LiverpoolSF.asp">Liverpool SF Texts and Studies</a><br> <a href="/lists_AuthorsChoiceMonthly.asp">Author's Choice Monthly</a><br> <a href="/lists_PulphouseShortStories.asp">Pulphouse Short Stories</a><br> <a href="/lists_WinstonSF.asp">Winston SF</a> </p> <br> </div> <div style="display:inline-block; width:15%; height:760px; background:#1e1e1e; margin:15px 0 10px 5px; vertical-align:top;"> <h3><a href="/resources_podcasts.asp">Resources</a></h3> <p style="margin:0 10px 10px 10px; line-height:18px;"> <a href="/resources_podcasts.asp">Podcasts</a><br> <a href="/resources_booktubers.asp">BookTubers</a><br> <a href="/resources_magazines.asp">Magazines</a><br> <a href="/resources_conventions.asp">Conventions</a><br> <a href="/resources_ebooks.asp">eBooks</a><br> <a href="/resources_bookstores.asp">Bookstores</a><br> <a href="/resources_sub-genres.asp">SF/F/H Sub-Genres</a><br> <a href="/resources_websites.asp">Websites</a><br> <a href="/resources_clubs.asp">Clubs &amp; Groups</a> </p> <br> <h3><a href="/booktrackr.asp">WWEnd</a></h3> <p style="margin:0 10px 10px 10px; line-height:18px;"> <a href="/booktrackr.asp">BookTrackr&trade;</a><br> <!-- <a href="/about_features.asp">WWEnd Features<br> --> <a href="/about.asp">The Responsible Parties</a><br> <a href="/about_patrons.asp">WWEnd Patrons</a><br> <a href="/about_support.asp">Support WWEnd</a><br> <a href="/about_advertise.asp">Advertise on WWEnd</a><br> <a href="/about_faq.asp">FAQ</a><br> <a href="/about_contact.asp">Contact Us</a> </p> <br> <h3>My World</h3> <p style="margin:0 10px 10px 10px; line-height:18px;"> <a href="/mbbs22/register.asp">Sign Up now and enjoy the enhanced features only available to members.</a> </p> <br><br> </div> <div style="display:inline-block; width:15%; height:760px; background:#212121; margin:15px 0 10px 5px; vertical-align:top;"> <h3><a href="http://blog.worldswithoutend.com/">Blog</a></h3> <p style="margin:0 10px 10px 10px; line-height:18px;"> <!-- Blog Links --> <a href="https://blog.worldswithoutend.com/2024/11/guest-post-playing-with-time-a-bundle-of-books-for-christmas-time/">Guest Post: Playing with Time: A Bundle of Books for Christmas Time</a><br /><a href="https://blog.worldswithoutend.com/2024/11/2023-kitschies-awards-shortlists/">2023 Kitschies Awards Shortlists</a><br /><a href="https://blog.worldswithoutend.com/2024/10/2024-british-fantasy-awards-winners/">2024 British Fantasy Awards Winners</a><br /><a href="https://blog.worldswithoutend.com/2024/08/2024-british-fantasy-awards-shortlists-announced/">2024 British Fantasy Awards Shortlists Announced</a><br /><a href="https://blog.worldswithoutend.com/2024/08/2023-nommo-awards-winners/">2023 Nommo Awards Winners</a><br /><a href="https://blog.worldswithoutend.com/2024/11/guest-post-playing-with-time-a-bundle-of-books-for-christmas-time/">Guest Post: Playing with Time: A Bundle of Books for Christmas Time</a><br /><a href="https://blog.worldswithoutend.com/2024/11/2023-kitschies-awards-shortlists/">2023 Kitschies Awards Shortlists</a><br /><a href="https://blog.worldswithoutend.com/2024/10/2024-british-fantasy-awards-winners/">2024 British Fantasy Awards Winners</a><br /><a href="https://blog.worldswithoutend.com/2024/08/2024-british-fantasy-awards-shortlists-announced/">2024 British Fantasy Awards Shortlists Announced</a><br /><a href="https://blog.worldswithoutend.com/2024/08/2023-nommo-awards-winners/">2023 Nommo Awards Winners</a><br /> <!-- End Blog Links --> </p> <br> <h3><a href="/mbbs22/index.asp">Forums</a></h3> <div style="margin:20px auto;"> <center> <img src="/images/social_bits2.png" width="104" height="28" border="0" usemap="#socialbits" style="margin:0 0 6px; 0;" alt="social bits" /> <br><br> <div style="display:inline-block; margin:3px;"> <a href="https://www.patreon.com/WWEnd" target="_blank"><img src="images/PatreonButton.png" border="0" alt="Become a Patron!" title="Become a Patron!" /></a> </div> <div style="display:inline-block; margin:3px;"> <form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_blank"> <input type="hidden" name="cmd" value="_s-xclick"> <input type="hidden" name="hosted_button_id" value="5B43DNHTZLAZJ"> <input type="image" src="https://www.worldswithoutend.com/images/PayPalButton.png" border="0" name="submit" alt="Donate with PayPal!" title="Donate with PayPal!"> <img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1"> </form> </div> </center> </div> </div> <div style="clear:both; display:block; padding:0 0 20px 0;"> <p style="text-align:center; margin:6px;"><a href="/index.asp">Home</a>&nbsp;&nbsp;|&nbsp;&nbsp;&copy; 2024 Tres Barbas, LLC. All rights reserved.</p> </div> </div> </div> <!-- Google tag (gtag.js) --> <script async src="https://www.googletagmanager.com/gtag/js?id=G- HV1JN3MHXX"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-HV1JN3MHXX'); </script> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10