CINXE.COM
The Church of Dead Girls | 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>The Church of Dead Girls | 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="The Church of Dead Girls by Stephen Dobyns"> <meta name="twitter:description" content="For decades, the faded, rural upstate New York village has lain dormant--until it is startlingly stirred to life when, one by one, three young girls vanish. Nightmare are turned into horrifying reali"> <meta name="twitter:image" content="https://www.worldswithoutend.com/covers/sd_thechurc.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=3548"> <meta property="og:title" content="The Church of Dead Girls by Stephen Dobyns"> <meta property="og:description" content="For decades, the faded, rural upstate New York village has lain dormant--until it is startlingly stirred to life when, one by one, three young girls vanish. Nightmare are turned into horrifying reali"> <meta property="og:image" content="https://www.worldswithoutend.com/covers/sd_thechurc.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 = 3548; // 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> </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> | <a href="/lists_60s.asp">60s</a> | <a href="/lists_70s.asp">70s</a> | <a href="/lists_80s.asp">80s</a> | <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™</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;"> </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 & 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%"> </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™</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> </td> <td class="small"><input type="checkbox" value="1" name="storeincookie" checked="checked" /> Remember Me</td> </tr> <tr> <td> </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 & track books with <a href="/booktrackr.asp">BookTrackr™</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 & 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/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><li><a href="https://blog.worldswithoutend.com/2024/07/2023-shirley-jackson-award-winner/">2023 Shirley Jackson Award Winner</a></li><li><a href="https://blog.worldswithoutend.com/2024/07/2024-prometheus-award-winner/">2024 Prometheus 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’ 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&month=7&year=2012">July - 2012 (15)</a></li><li><a href="blog.asp?view=archives&month=6&year=2012">June - 2012 (25)</a></li><li><a href="blog.asp?view=archives&month=5&year=2012">May - 2012 (22)</a></li><li><a href="blog.asp?view=archives&month=4&year=2012">April - 2012 (25)</a></li><li><a href="blog.asp?view=archives&month=3&year=2012">March - 2012 (19)</a></li><li><a href="blog.asp?view=archives&month=2&year=2012">February - 2012 (24)</a></li><li><a href="blog.asp?view=archives&month=1&year=2012">January - 2012 (23)</a></li><li><a href="blog.asp?view=archives&month=12&year=2011">December - 2011 (14)</a></li><li><a href="blog.asp?view=archives&month=11&year=2011">November - 2011 (17)</a></li><li><a href="blog.asp?view=archives&month=10&year=2011">October - 2011 (23)</a></li><li><a href="blog.asp?view=archives&month=9&year=2011">September - 2011 (13)</a></li><li><a href="blog.asp?view=archives&month=8&year=2011">August - 2011 (17)</a></li><li><a href="blog.asp?view=archives&month=7&year=2011">July - 2011 (9)</a></li><li><a href="blog.asp?view=archives&month=6&year=2011">June - 2011 (9)</a></li><li><a href="blog.asp?view=archives&month=5&year=2011">May - 2011 (10)</a></li><li><a href="blog.asp?view=archives&month=4&year=2011">April - 2011 (12)</a></li><li><a href="blog.asp?view=archives&month=3&year=2011">March - 2011 (6)</a></li><li><a href="blog.asp?view=archives&month=2&year=2011">February - 2011 (4)</a></li><li><a href="blog.asp?view=archives&month=1&year=2011">January - 2011 (6)</a></li><li><a href="blog.asp?view=archives&month=12&year=2010">December - 2010 (4)</a></li><li><a href="blog.asp?view=archives&month=11&year=2010">November - 2010 (5)</a></li><li><a href="blog.asp?view=archives&month=10&year=2010">October - 2010 (5)</a></li><li><a href="blog.asp?view=archives&month=9&year=2010">September - 2010 (6)</a></li><li><a href="blog.asp?view=archives&month=8&year=2010">August - 2010 (4)</a></li><li><a href="blog.asp?view=archives&month=7&year=2010">July - 2010 (7)</a></li><li><a href="blog.asp?view=archives&month=6&year=2010">June - 2010 (12)</a></li><li><a href="blog.asp?view=archives&month=5&year=2010">May - 2010 (13)</a></li><li><a href="blog.asp?view=archives&month=4&year=2010">April - 2010 (16)</a></li><li><a href="blog.asp?view=archives&month=3&year=2010">March - 2010 (9)</a></li><li><a href="blog.asp?view=archives&month=2&year=2010">February - 2010 (7)</a></li><li><a href="blog.asp?view=archives&month=1&year=2010">January - 2010 (6)</a></li><li><a href="blog.asp?view=archives&month=12&year=2009">December - 2009 (4)</a></li><li><a href="blog.asp?view=archives&month=11&year=2009">November - 2009 (7)</a></li><li><a href="blog.asp?view=archives&month=10&year=2009">October - 2009 (3)</a></li><li><a href="blog.asp?view=archives&month=9&year=2009">September - 2009 (4)</a></li><li><a href="blog.asp?view=archives&month=8&year=2009">August - 2009 (3)</a></li><li><a href="blog.asp?view=archives&month=6&year=2009">June - 2009 (6)</a></li><li><a href="blog.asp?view=archives&month=4&year=2009">April - 2009 (6)</a></li><li><a href="blog.asp?view=archives&month=3&year=2009">March - 2009 (2)</a></li><li><a href="blog.asp?view=archives&month=2&year=2009">February - 2009 (3)</a></li><li><a href="blog.asp?view=archives&month=1&year=2009">January - 2009 (10)</a></li><li><a href="blog.asp?view=archives&month=12&year=2008">December - 2008 (1)</a></li><li><a href="blog.asp?view=archives&month=11&year=2008">November - 2008 (9)</a></li></ul> </div> <div class="tabbed-content"> </div> </div> </div> <!-- END BLOG BOX --><!-- BookTrackr --> <h5>WWEnd BookTrackr™</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/sd_thechurc.jpg" border="0" alt="The Church of Dead Girls" /> </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=1">Administrator</a><br /> Last Updated: <a href="/profile.asp?id="></a> </p> </div> </div> <!-- INFO BLOCK --> <div style="float:right; width:510px;"> <h2 style="margin-bottom:0;">The Church of Dead Girls</h2> <!-- PURCHASE BUTTONS - FROM LIVE --> <div style="margin:6px 0 10px 0;"> <!-- Bookshop --> <!-- <a href="https://bookshop.org/books?aid=6269&keywords=The+Church+of+Dead+Girls+Stephen+Dobyns" 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=The+Church+of+Dead+Girls+Stephen+Dobyns" 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=The+Church+of+Dead+Girls - Stephen+Dobyns&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=The Church of Dead Girls - Stephen Dobyns&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=1587">Stephen Dobyns</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=327">Metropolitan</a>, 1997<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 - The Church of Dead Girls"><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"> Horror </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=76">Psychological</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=1997">1997 Stoker 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> </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.25"> <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: "55.25" //change width of dark star overlay to match average rating -- 85 is the DIV width }, 1000 ); //.width(55.25); }); </script> </div> <span style="font-size: 9px;">(6 reads / 4 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=1327"><img src="https://secure.gravatar.com/avatar/148ce3c1fddee2865686287ece7dff70.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=1327">Bookkeeper</a><br /> 3.5 </span> </div> <div style="float:left; margin:1px; text-align:center; width:80px; overflow:hidden;"> <a href="profile.asp?id=1608"><img src="https://secure.gravatar.com/avatar/b920844aa9fc91f0d7d7852c3127c7af.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=1608">anandamira</a><br /> 3.5 </span> </div> <div style="float:left; margin:1px; text-align:center; width:80px; overflow:hidden;"> <a href="profile.asp?id=1128"><img src="https://secure.gravatar.com/avatar/41f228e219b57e3561933e74099981ea.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=1128">kwaidan66</a><br /> 3 </span> </div> <div style="float:left; margin:1px; text-align:center; width:80px; overflow:hidden;"> <a href="profile.asp?id=5159"><img src="https://secure.gravatar.com/avatar/e35444ed20de69c347a37cb7f472adfe.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=5159">verkisto</a><br /> 3 </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 --> <p>For decades, the faded, rural upstate New York village has lain dormant--until it is startlingly stirred to life when, one by one, three young girls vanish.</p> <p>Nightmare are turned into horrifying reality when their corpses are found, brutally murdered, each missing their left hand.</p> <p>Now, as the search for a madman gets underway, suspicion shrouds the quiet streets of Aurelius when its residents soon realize that a monster lives amongst them.</p> <p>But no even prayers can save their loved ones from the rage of a twisted mind who has only just begun his slaughter... </p> <br /> <!-- EXCERPT --> <h3><a name="excerpt"></a>Excerpt</h3> <p>No excerpt currently exists for this novel.</p> <!-- <p><a href="mailto:info@worldswithoutend.com?subject=Novel Excerpt - The Church of Dead Girls"><img src="images/arrow.gif" border="0" alt="" /> Submit an Excerpt</a></p> --> <br /> <!-- REVIEWS --> <h3><a name="reviews"></a>Reviews</h3> <p>There are currently no reviews for this novel. Be the first to submit one! You must be logged in to submit a review in the BookTrackr section above.</p> <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> | <a href="/lists_60s.asp">60s</a> | <a href="/lists_70s.asp">70s</a> | <a href="/lists_80s.asp">80s</a> | <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™</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> | <a href="/lists_AceDoubleFSeries.asp">F</a> | <a href="/lists_AceDoubleGSeries.asp">G</a> | <a href="/lists_AceDoubleHSeries.asp">H</a> | <a href="/lists_AceDoubleMSeries.asp">M</a> | <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 & 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™</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/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/08/2024-world-fantasy-award-finalists/">2024 World Fantasy Award Finalists</a><br /><a href="https://blog.worldswithoutend.com/2024/08/2024-aurora-award-winner/">2024 Aurora Award Winner</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> | © 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> <div class="sharethis-sticky-share-buttons"></div> </body> </html>