CINXE.COM

Comic Book Plus - Free Public Domain Books, Forum & OTR Radio

<!DOCTYPE html><html lang="en" itemscope itemtype="https://schema.org/WebPage"><head> <meta charset="UTF-8"><meta name=viewport content="width=device-width, initial-scale=1"> <link rel="shortcut icon" href="/favicon.ico"> <link rel="apple-touch-icon-precomposed" sizes="114x114" href="/apple-touch-icon-114x114-precomposed.png"> <link rel="apple-touch-icon-precomposed" sizes="72x72" href="/apple-touch-icon-72x72-precomposed.png"> <link rel="apple-touch-icon-precomposed" href="/apple-touch-icon-57x57-precomposed.png"> <link rel="apple-touch-icon" href="/apple-touch-icon.png"> <meta property="og:site_name" content="Comic Book Plus"> <script> function getCookie(cname){ var i,x,y,z=document.cookie.split(";"); for(i=0;i<z.length;i++){ x=z[i].substr(0,z[i].indexOf("=")); y=z[i].substr(z[i].indexOf("=")+1); x=x.replace(/^\s+|\s+$/g,""); if(x==cname)return decodeURIComponent(y)}} expiredate=new Date(); expiredate.setTime(expiredate.getTime()+(31536000000)); function createCookie(name,val){ expires="; expires="+expiredate.toGMTString(); document.cookie=name+"="+val+expires+"; path=/"} var CBP_ADS_URL = "https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"; function checkthings(callback) { var xhr = new XMLHttpRequest(); xhr.onreadystatechange = function () { if (xhr.readyState == XMLHttpRequest.DONE) { callback(xhr.status === 0 || xhr.responseURL !== CBP_ADS_URL); } }; xhr.open("HEAD", CBP_ADS_URL, true); xhr.send(null);} checkthings(function(things) { if (things) createCookie("CBPblk1","true") else createCookie("CBPblk1","false") }); function CBPchkblk(){ if(document.getElementById("CBPhdnblkelem")) createCookie("CBPblk2","false") else createCookie("CBPblk2","true") } //if checkboxgroup null analyses whole page function shiftselectcheckbox(checkboxgroup=''){ (function () { // encapsulating variables with IIFE var lastcheck = null // no checkboxes clicked yet // get desired checkboxes var checkboxes = document.querySelectorAll(checkboxgroup + ' input[type="checkbox"]') // loop over checkboxes to add event listener Array.prototype.forEach.call(checkboxes, function (cbx, idx) { cbx.addEventListener('click', function (evt) { // test for shift key, not first checkbox, and not same checkbox if ( evt.shiftKey && null !== lastcheck && idx !== lastcheck ) { // get range of checks between last-checkbox and shift-checkbox // Math.min/max does our sorting for us Array.prototype.slice.call(checkboxes, Math.min(lastcheck, idx), Math.max(lastcheck, idx)) // and loop over each .forEach(function (ccbx) { ccbx.checked = true }) } lastcheck = idx // set this checkbox as last-checked for later }) }) }()) } function toggleallcheckbox(source,checkboxgroup='') { var checkboxes = document.querySelectorAll(checkboxgroup + ' input[type="checkbox"]') for (var i = 0; i < checkboxes.length; i++) { if (checkboxes[i] != source) checkboxes[i].checked = source.checked; } } </script><link rel="canonical" href="https://comicbookplus.com/"> <style> <!-- body{font-family:Verdana,Arial,Helvetica,sans-serif;font-size:12px;color:#000;background:#f8ebd4; background-image: url("/CBPbackground.png");margin:0} .norm{font-weight:normal} .homesection,.homesectioncenter,.homesectioncenteralt,.k,.o{float:left;width:250px;border:1px solid #000;} .newk{float:left;width:300px;border:1px solid #000} .newj{float:left;width:300px;background:#000;padding:5px 0;text-align:center;font-weight:bold;margin:0;font-size:12px} .newa{float:left;width:300px} .newo{float:left;width:300px;border:1px solid #000;margin:0 36px} .homesectioncenter,.o{margin:0 76px}.homesectioncenteralt{margin:0 0 0 76px} .homeheading,.j{float:left;width:250px;background:#000;padding:5px 0;text-align:center;font-weight:bold;margin:0;font-size:12px} .sectionline,.i{margin:30px auto;width:915px} a{text-decoration:none;color:blue;outline:0;font-weight:bold} a:hover{text-decoration:underline} .homedesc,.m{float:left;padding:3px;text-align:justify;border-top:1px solid #000;background:#dbb102;font-weight:bold} #Wscrollframe{height:440px;float:left;overflow:hidden} table{border-width:0;border-spacing:0;border-collapse:collapse} .cbptable,.cbpLtableright,.cbpLtable,.a{width:300px;table-layout:fixed;background:#E8E3CE} .houserect{width:300px;border:1px solid #000;margin:5px 0;float:right} .cbpLtableright{margin:5px 0;float:right} .cbpLtable{margin:5px 0 0 40px;float:left} .cbptable,.a{float:left} .whitelink{text-decoration:underline;color:#fff;outline:0;font-weight:bold} .whitelink:hover{text-decoration:none} .sectionline:after,.i:after{content:"";display:block;height:0;clear:both;visibility:hidden} .width100px{width:100px} .width690{margin:0;float:left;width:690px;clear:right} .catcardtitle{text-align:center;font-size:16px;padding:3px;font-weight:bold;border:1px solid #000;background:#E8E3CE} .bigtext{font-size:30px} .mediumtext{font-size:16px} .centertext{text-align:center} time,ul{float:left} #comicrating{float:right} .font11{font-size:11px} .gold{color:#dbb102} .commentleftfiller{float:left;width:110px;height:10px} .width800{float:left;width:800px} .indexcardhead{background:#000;color:#dbb102;text-align:center;font-size:16px;padding:3px;font-weight:bold;border:1px solid #000} .boldtext{font-weight:bold;float:left} .bold{font-weight:bold} .firstp{margin-top:0} .margbot{margin-bottom:5px} .notice{color:#fff;border:2px solid #000;padding:5px;background:red;text-align:justify;font-weight:bold;margin-bottom:10px} .smallgreennotice{width:575px;float:left;padding:5px;border:2px solid #000;color:#fff;background:green;text-align:justify;font-weight:normal;font-size:13px} .lefttoimgdiv{width:775px;float:left} .introhr{background-color:#000;height:2px;color:#000;border:0} .fullwidth,.addinfo{float:left;width:100%} .addinfo{margin-top:10px} .center{margin:0 auto} .textright{float:left;text-align:right} .commenttextright{text-align:right;width:100px;padding-right:10px;font-weight:bold} .commenttable{margin:0 auto;width:800px;min-width:800px;max-width:800px;font-weight:bold} .catname{text-align:left;padding-top:7px;padding-left:20px;font-weight:bold} .tablefooter{background:#dbbd02;padding:2px;height:29px;border:1px solid #000;font-size:14px;font-weight:bold} .tabletitle{height:29px;border:1px solid #000} .tableheader{font-weight:bold;color:#000;border:1px solid #000;background:#dbb102} .tableheadermargintop{font-weight:bold;color:#000;border:1px solid #000;background:#dbb102;margin:20px} .subfooter{font-weight:bold;background:#92ACBE;height:29px} .ucpmain{font-size:10px;border:1px solid #ccc;padding:0} .ucpon,.ucpoff{font-size:12px;text-align:center;padding:2px;height:25px} .ucpon{background:#a0bed3}.ucpoff{background:#ccc} .smallformbut{font-size:10px;margin-left:5px;padding:0 3px;font-weight:bold} textarea{font-family:Verdana,Tahoma,Arial,Sans-Serif;font-size:11px;background-color:#fff;border:1px solid #cccccc;padding:2px} .pagenumhi,.pagenum{font-size:14px;font-weight:bold} .forumline2{border:1px solid #000} .onepxbord{float:left;border:1px solid #000} .onepxbordnotop{float:left;border:1px solid #000;border-top:0} .sectionlinealt{width:949px;margin:30px auto} .sectionline66pc{float:left;width:600px;padding-left:17px} .topmarg50{margin-top:50px} .black{color:#000} .red{color:#f00;font-weight:bold} form{margin:0} .headingmin{width:610px;margin:0 auto;font-size:20px;font-weight:normal} h1{text-align:center;font-size:22px;width:965px} .verysmallh1{width:450px;margin:0 auto;font-size:20px;font-weight:normal;padding:0} h2{text-align:center;font-size:16px;width:965px} .thumb{margin:10px} .h1yellow{float:left;margin:10px auto;text-align:center;border:2px solid #000;padding:5px;color:#dbb102;background:#000;font-size:18px;font-weight:bold} .blackbackhead{color:#dbb102;background:#000;padding:5px;padding:5px;color:#dbb102;text-align:center;font-size:18px} .searchgo{border:0;margin:0;background:#d4d0c8} .indexcardwrapper{float:left;width:850px;margin:5px 0 10px 0} .margin10px0,.f{margin:10px 0} .margin010px{margin:0;float:right;width:765px} .indexcard{margin:0;float:right;width:630px} .breakall{word-break: break-all} .floatleft{float:left} .leftfloat2,.leftfloat,.e,.leftfloatbold{margin:5px 0 0 5px;text-align:left;border:1px solid #000;padding:5px;font-size:12px} .leftfloat,.e{width:600px}.e,.leftfloatbold{font-weight:bold} .rightfloat,.d{width:160px;margin:5px 5px 0 0;text-align:right;font-size:12px;font-weight:bold;border:1px solid #000;padding:5px} .rightfloatbold{margin:5px 0 0 2px;text-align:right;border:1px solid #000;padding:5px;font-size:12px;font-weight:bold;word-break:normal} .floatcenternotop{text-align:center;border:1px solid #000;border-top:0;padding:3px} .tablethumb,.g{vertical-align:top;width:150px} .catlistsize,.catlistspeaker,.catlistname,.catlistauthor,.catlistdate{border-right:1px solid #000;text-align:center;padding:3px} .catlistname{width:246px}.catlistdate{width:96px}.catlistspeaker{width:40px} .catlistselect,.catlistdownloads,.catlistrating{border-left:1px solid #000;text-align:center;padding:3px} .catlistrating{border-right:1px solid #000} .r,.rl{text-align:right;border-left:1px solid #000;padding:5px} .rl{border-right:1px solid #000;text-align:center} .l{text-align:left;border-left:1px solid #000;padding:5px;} .n{text-align:left;padding:2px;border:none;} .catlistings{float:none;margin:0 auto;border:1px solid #000} .overrow:hover{background:#dbbd02;cursor:pointer} .arrowstd{width:10px} .uc_rating,.h{font-weight:bold;font-size:10px;padding:1px;background:#f2ddae} .e,.d,.indexcard,.uc_rating{background:#E8E3CE} .td,.tdborder,.tdborderright{border:1px solid #000;padding:2px} .td{text-align:left} .tdborderright{text-align:right} .sectionlikebuttons{float:left;width:180px;margin:5px 0 0 2px} .headinglikebuttons{float:left;width:180px;margin:0 2px} .largefont{font-size:24px} .h1yellow:after,.smallnotice:after,.width690:after,.fullwidth:after,.sectionlinealt:after,.sectionline66pc:after{content:"";display:block;height:0;clear:both;visibility:hidden} .cbph2table{text-align:center;width:965px;padding:0;margin:0} .cbph2{width:100%;float:left;padding:0;margin:0;padding-top:3px} .cbpprevpointtd,.cbpnextpointtd{width:45px;height:22px} .cbpprevtexttd,.cbpnexttexttd{width:55px;font-size:12px} .prevtexttd,.nexttexttd{width:30px;font-size:11px;font-weight:bold} .cbpprevtexttd,.prevtexttd{text-align:left} .cbpnexttexttd,.nexttexttd{text-align:right} .cbpcentertd{text-align:center;font-size:13px;border:2px solid #000} .cbpblanktd{width:45px} .cbpoptiontable{float:left;margin:0 10px 10px 0;font-size:12px} .cbpwhiteprevpoint{background:url('/d.png') -7px -128px} .cbpwhitenextpoint{background:url('/d.png') -810px -128px} .cbpwhiteprevpoint,.cbpwhitenextpoint,.cbpprevpoint,.cbpnextpoint{height:22px;width:45px;cursor:pointer} .cbpprevpoint{background:url('/d.png') -110px -218px} .cbpnextpoint{background:url('/d.png') -168px -218px} .smallbold{font-family:arial;font-size:14px;font-weight:bold;display:inline-block;width:110px;text-align:left} .verticalmiddle{vertical-align:middle; display:table-cell;} .cbplustabs{height:13px;width:300px;float:left} .cbplusedittab{height:13px;width:47px;background:url('/d.png') 0 -219px;cursor:pointer;float:right} .cbplusdeletetab{height:13px;width:47px;background:url('/d.png') -48px -219px;cursor:pointer;float:right;margin:0 0 0 1px;color:#fff} .cbpLtableedit,.cbpLtableleft{margin:5px 0;float:left;width:300px} .cbpLrightfloat,.x{width:80px;margin:2px 2px 0 0;text-align:right;font-weight:bold;border:1px solid #000;padding:5px} .cbpLthumbtd,.cbpLleftfloat,.v,.y{margin:5px 0 0 5px;text-align:left;border:1px solid #000;padding:0} .cbpLleftfloat,.y{padding:5px} .cbpLthumbtable{float:left;margin:0 5px 5px 5px;text-align:left;padding:2px} .cbpLheading,.w{background:#000;border:1px solid #000;text-align:center;padding:3px 2px} .z,.cbpLthumblab{font-weight:bold;text-align:right;padding:2px} .cbpLthumbtopbot,.s{margin-left:5px;font-weight:bold;text-align:center;padding:2px;border-top:1px solid #000;border-bottom:1px solid #000} .blackback{background:#000} .yellowback,.h{background:#dbb102} .nsopt{font-weight:bold;font-size:10px;padding:1px;background:#dbb102} .cbpcomictable,.u,.cbpcomictablemarg,.t{float:left;margin:0;font-size:12px} .cbpcomictablemarg,.t{width:173px} .cbptd{border:1px solid #000;padding:2px 5px;font-weight:bold} .cbptdcenter,.tdcenter{border:1px solid #000;padding:2px;font-weight:bold;text-align:center} .yellowback,.h,.tdcenter{background:#dbb102} .cbptdtitle{border:1px solid #000;background:#000;color:#dcb204;font-weight:bold;text-align:center} .cbptdcolhead{border:1px solid #000;color:#000;background:#dcb204;font-weight:bold;text-align:center;padding:2px 5px} .cbptdright{border:1px solid #000;padding:2px 5px;text-align:right;font-weight:bold} .cbpoptiondiv:after{content:"";display:block;height:0;clear:both;visibility:hidden} .nsoptwrap{float:left;margin:0 5px 5px 0}--> </style> <meta itemprop="name" content="Comic Book Plus - Free Public Domain Books, Forum & OTR Radio"> <meta itemprop="description" content="The best site for legally available Golden and Silver Age comic books, with free downloads, online viewing plus a friendly and lively forum, and more ..."> <meta itemprop="image" content="https://comicbookplus.com/icon150.png"> <meta property="og:title" content="Comic Book Plus - Free Public Domain Books, Forum & OTR Radio"> <meta property="og:type" content="website"> <meta property="og:url" content="https://comicbookplus.com/"> <meta property="og:image" content="https://comicbookplus.com/icon200.png"> <meta property="og:description" content="The best site for legally available Golden and Silver Age comic books, with free downloads, online viewing plus a friendly and lively forum, and more ..."> <meta name="description" content="The best site for legally available Golden and Silver Age comic books, with free downloads, online viewing plus a friendly and lively forum, and more ..."> <title>Comic Book Plus - Free Public Domain Books, Forum & OTR Radio</title> <script>//<![CDATA[ function storecat(){ catname=document.getElementById("uploadselect")[document.getElementById("uploadselect").selectedIndex].text; document.getElementById("categoryname").value=catname.substr(catname.indexOf(" ")); } function sortlist(field,order){ newloc=document.location.href.split("&"); document.location.href=newloc[0]+"&sv="+field+"&so="+order+'#catlist';} function mp(dlid){document.location.href='/?dlid='+dlid}; function addrating(therating) {if (therating == 0) alert("You haven't given a rating!") else document.getElementById("comicrating").submit()} function selectuploadcat() { if (document.getElementById("uploadselect")[document.getElementById("uploadselect").selectedIndex].value == "") alert("You have not placed the file in a category!"); else document.getElementById("uploadform").submit(); }//--> </script><style> <!-- .indexcard{background:#E8E3CE} .d{width:160px;margin:5px 5px 0 0;text-align:right;font-size:12px;font-weight:bold;border:1px solid #000;padding:5px} .leftfloatbold{margin:5px 0 0 5px;text-align:left;border:1px solid #000;padding:5px;font-size:12px;font-weight:bold;} .youtubeiframe{margin:20px 0px 20px 9px; width:960px; height:720px} .noborderrightnopadding{font-size:18px;border:1px solid #000;padding:0;border-right:0;background:#c9c4b9} .noborderleftnopadding{font-weight:bold;border:1px solid #000;padding:0;border-left:0;background:#c9c4b9} .noborderright{font-size:18px;border:1px solid #000;padding:3px;border-right:0;background:#c9c4b9} .noborderleft{font-weight:bold;border:1px solid #000;padding:3px;border-left:0;background:#c9c4b9} .padding0px3px{border:1px solid #000;padding:0 3px;background:#c9c4b9} .nopadding{border:0;padding:0} .botad{min-height:90px;width:728px;text-align:center;float:left;margin-left:126px;border:2px solid #000;} .matchedcontentad{height:485px;width:970px;text-align:center;float:left;margin-left:5px} .cblijit,.bsarocks{margin:0;float:left;padding:0;width:728px} .logoimg{float:right;width:625px;height:160px;position:relative} .whiteback{background:#fff} .ya,.yellowanchor,.ya:link,.ya:visited,.ya:hover, .ya:active,.yellowanchor:link,.yellowanchor:visited,.yellowanchor:hover,.yellowanchor:active{color:#dcb204} .Wuparrow,.Wdownarrow, .l10,.l11,.l12,.l13,.l14,.l15,.l9,.l8,.l7,.l6,.l5,.l5,.l4,.l3,.l2,.l1,.l0,.copyright{position:absolute} .l0,.l1,.l2,.l3,.l4,.l10,.l12,.l14{left:0} .l5,.l6,.l7,.l8,.l9,.l11,.l13,.l15{right:0} .l0,.l5{top:0}.l1,.l6{top:20px}.l2,.l7{top:40px}.l3,.l8{top:60px}.l4,.l9{top:80px}.l10,.l11{top:100px}.l12,.l13{top:120px} .l14,.l15{top:140px} div,p{text-align:justify} div,p,td{word-wrap:break-word} iframe,.plusone,img{float:left;border:0} .wo,.topbar,.input,#Wmenu,.Wanchor,.logo,.cbplusbar,select,option,.sectioncomicline{font-family:arial,sans-serif} .nofloat{float:none} .centerwrapper,.b{width:100%;text-align:center;float:left} .margin20px{margin:20px 0} .b{margin-top:10px}.media{margin-left:125px} .pageinnerwrapper{width:979px;margin:0 auto;text-align:left;position:relative} #Wmenu{font-size:11px;font-weight:bold;width:118px;padding:0;border:0;float:left;background:red;color:#fff;outline:0;margin:0} .wo{font-size:11px;font-weight:bold;background:red;color:#fff;outline:0} .Wcontrols{height:15px;float:left;width:118px;background:url('/d.png') -538px -3px;position:relative} .Wuparrow{top:0;left:21px;width:15px;height:15px;cursor:pointer} .Wdownarrow{top:0;right:21px;width:15px;height:15px;cursor:pointer} .Wwrapper{font-size:11px;width:118px;font-weight:bold;background:#dbb102;color:#000;border:1px solid #000;float:right} .Whr{color:#000;background:#000;border:0;padding:0;margin:0;height:1px;width:116px} .Wanchor:link,.Wanchor:visited{font-size:11px;font-weight:bold;color:#000} .Wtd{border:0;padding:0 0 0 1px} .Std{border:0;padding:0;font-size:12px} .logo{float:left;width:979px;margin:0 auto;font-weight:bold;height:160px;font-size:13px; background:url('https://box01.comicbookplus.com/images/logo/default.webp') no-repeat center;} .logoleftlinks,.logorightlinks{width:175px;float:right;position:relative;height:160px;line-height:normal} .zlogoleftlinks {background:url('/d.png')0 -260px}.xlogorightlinks{background:url('/d.png') -175px -260px} .cbplusbar{background:#dbb102;border:2px solid #000;width:850px;float:left;margin-bottom:0;font-size:12px;font-weight:bold;line-height:normal} select,option{font-size:12px;font-weight:bold;background:#dbb102;outline:0;color:#000;line-height:normal;border:0;margin:0} select{padding:3px 0}option{padding:1px 1px 1px 5px} .cbplusmenutd{border-left:2px solid #000;border-right:2px solid #000;width:220px} .cbplusleftmenutd{border-right:2px solid #000;width:180px} .cbplusrightmenutd,.cbplusmenutd,.cbplusleftmenutd{text-align:center;font-size:13px;line-height:normal;padding:1px 0 0 0} .logoinfopanel{width:110px;height:184px;margin-right:8px;padding:0;float:left;} .inhouseframeouter{float:left;width:850px;margin-bottom:8px} .copyright{bottom:2px;right:0;font-weight:bold;font-size:10px;font-weight:bold;font-size:10px;} .right{float:right}.left{float:left} .disclaimer,.c{width:100%;font-size:10px;font-weight:bold;text-align:justify;margin:35px 0 5px 0;border-top:2px solid;float:left;padding:30px 0 5px 0} .introsection{float:left;width:100%;margin:5px 0} .leftmargin{float:left;margin:0 10px 10px 0} .breadcrumbs{float:left;text-align:left;margin:5px 0 0 0;font-weight:bold;font-size:12px;padding:4px 4px 4px 6px;max-width:836px;width:836px;border:2px solid #000;border-bottom:0;background:#dbb102} .sponsor{float:left;margin:0;font-weight:bold;font-size:12px;padding:4px 4px 4px 6px;max-width:836px;width:836px;border:2px solid #000;border-top:0;background:#dbb102;margin-bottom:5px} .introtext{float:left;text-align:justify;width:850px;font-size:14px;margin-bottom:5px;font-weight:bold} .mainh1{text-align:center;font-size:20px;font-weight:normal;color:#000;background:#dbb102;border:2px solid #000;padding:2px 0;width:975px;margin-bottom:5px;line-height:normal} .mainh12{text-align:center;font-size:20px;font-weight:normal;color:#000;background:#dbb102;border:2px solid #000;padding:2px 0;width:979px;margin-bottom:5px;line-height:normal} .smallmainh1{float:left;text-align:center;font-size:26px;font-weight:normal;color:#000;background:#dbb102;border:2px solid;padding:3px 0;width:846px;margin:0 0 10px 0;line-height:normal} .smallnormalmainh1{float:left;text-align:center;font-size:20px;font-weight:normal;color:#000;background:#dbb102;border:2px solid;padding:3px 0;width:846px;margin:0 0 10px 0;line-height:normal} .viewerwrapper{margin:0 auto 15px auto;width:979px} .sectioncomicline{float:right;text-align:left;font-size:13px;font-weight:bold;width:140px} .sectionh1{padding:3px 0 0 0;margin:0;font-size:20px;font-weight:normal} .mainbody,.cbpLline{width:100%;float:left} .cathead{float:left;margin:7px auto;text-align:center;padding:3px 0;color:#dbb102;background:#000;font-weight:bold;font-size:18px;font-weight:normal;width:979px;line-height:normal} .panelwrapper{width:728px;margin-left:60px;font-size:30px;float:left;border:2px solid #000;background:#d9b727} .infotext{font-size:26px;float:left;width:380px;margin-left:15px} .smallformtext{font-size:16px;font-weight:bold;float:left;width:365px;margin-left:15px;text-align:justify} .smallformtext2{font-size:12px;width:340px;float:left;margin-left:3px} .smallformtable{width:370px;float:left} .tablerow{height:40px;border:2px solid #000;background:#b70100;font-size:12px;font-weight:bold;color:#fff;border-color:#000} .paddedcell{padding:5px} .paddedcellcenter{padding:5px;text-align:center} .paddedcellright{padding:5px;text-align:right} .white{color:#fff} .input{font-family:Verdana,Tahoma,Arial,Sans-Serif;background-color:#fff;border:1px solid #cccccc;padding:2px} .logininput{width:250px;font-size:14px} .borderzero{border:0} #input{font-size:12px} .yellowpanel{border:1px #000 solid;float:left;background:#deb500} .marginright{margin-right:5px} .textr{text-align:right} .textleft{text-align:left} .topbar{margin:0 auto 3px auto;border:0;background:#000;color:#dcb202;font-size:13px;width:100%;text-align:left;font-weight:bold;float:left} .menubartr{height:30px} .barsearch{float:right;margin:0 3px 0 0;width:260px} .searchinput{width:200px;font-size:11px} .smallspan{font-size:11px} .inhouseframe{overflow:hidden;width:728px;min-height:180px;border:2px solid;float:left} .widesky,.largesky{overflow:hidden;float:right} .largesky{width:300px;height:600px} .widesky{width:160px;margin-top:50px;height:600px;border:1px #000 solid} .wideskyleft{margin-left:10px;width:160px;float:left} .forumselect,.forumoption{font-weight:normal;font-size:11px;padding:1px;background:#f2ddae} .forumselect{border:1px solid #000} .botad:after,.matchedcontentad:after,.cbpLline:after,.viewerwrapper:before,.viewerwrapper:after,.smallmainh1:after,.mainh1:after,.introsection:after,.logo:after,.centerwrapper:after,.smallnormalmainh1:after{content:"";display:block;height:0;clear:both;visibility:hidden} input[name=q]{width:310px;padding:1px;margin:0;font-size:13px;font-family:arial;border:0} input[name=sa]{width:65px;padding:1px;margin:0;font-size:12px;font-family:arial} .h1card{float:left;font-size:16px;width:510px;margin:0;padding:0} .hltable{width:618px;margin:0;padding:0} .h1prev,.h1next{width:50px} .h1next{text-align:right} .h2dd{font-family:Verdana,Tahoma,Arial,Sans-Serif;background:#000;color:#dbb102;font-size:16px;font-weight:bold} .smallnobodyh1{float:left;text-align:center;font-size:22px;font-weight:normal;color:#000;background:#dbb102;border:2px solid;padding:3px 0;width:586px;margin:0 0 10px 0;line-height:normal} .botmarg30{margin-bottom:30px} .width100pc{width:100%} .avsel{background:#fff;margin-right:15px} .avselopt{background:#fff;margin-right:15px} .avselopt:checked{background: linear-gradient(#D3D3D3 , #D3D3D3 );margin-right:15px} .avopt{background:#fff;color:#000;margin-right:15px} .avcatsel{background:#fff;margin-right:15px} .graybutton,.redbutton,.greenbutton,.choosebutton{ width: 100px; height: 50px; border-radius: 20px; border: none; color: white; padding: 1px 1px; text-decoration: none; margin: 4px 2px; cursor: pointer; font-weight:bold; font-size:14px;} .graybutton {background-color:grey} .choosebutton {background-color:#428bca} .redbutton {background-color:#ff0000} .greenbutton {background-color: #04aa6d} .smallnotice{float:left;color:#fff;border:2px solid #000;padding:4px 0 4px 4px;background:red;text-align:justify;font-weight:normal;font-size:13px;margin-bottom:5px;width:971px} --> </style> <script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-9639869078401298" crossorigin="anonymous"></script><script>//<![CDATA[ recentreadtemplate='<tr><td class="Wtd"><a href="/?dlid=CBJdlid"><img src="CBJserver/pagecount/CBJthumb.png" width="27" height="40" alt="tiny thumbnail"></a></td><td class="Wtd"><a href="/?dlid=CBJdlid" class="Wanchor">CBJdesc<br>CBJpages pages</a></td></tr><tr><td colspan="2" class="Wtd"><hr class="Whr"></td></tr>' recentreadtemplate2='<tr><td class="Wtd"><a href="/?dlid=CBJdlid"><img src="CBJserver/pagecount/CBJthumb.png" width="27" height="40" alt="tiny thumbnail"></a></td><td class="Wtd"><a href="/?dlid=CBJdlid" class="Wanchor">CBJdesc</td></tr><tr><td colspan="2" class="Wtd"><hr class="Whr"></td></tr>' var cookiedlidarr,cookiepagenumarr,cookiecomicnamearr,cookiethumbarr,cookienumpagesarr,cookiesavedcomics=0,recentreads=''; Wscrollframe="";Wscrollinterval="";Wloaded=false;Wscrollpos=0;Wscrollrate=10; isIE=navigator.userAgent.indexOf("MSIE")==-1?0:1; XMLDOMver=getXMLDOMver(); HTTPrequestver=getHTTPrequestver(); var today=new Date(); function init(){ curWframe=getCookie("widgetframe"); Wscrollframe=document.getElementById("Wscrollframe"); if(!curWframe) curWframe=0; if (curWframe==0){ Wscrollpos=0;Wscrollframe.scrollTop=0;Wloaded=true; return true;} if(curWframe==1) showrecentreads(); else makeRequest(curWframe,0); document.getElementById("Wmenu").selectedIndex=curWframe; Wscrollframeloaded=true} function populatecookiearr(){ cookiedlid=getCookie("cbpdlid"); if(cookiedlid){ cookiepagenum=getCookie("cbppage"); cookiecomicname=getCookie("cbpname"); cookiethumb=getCookie("cbpthumb"); cookienumpages=getCookie("cbpnumpages"); cookiedlidarr=cookiedlid.split("_"); cookiepagenumarr=cookiepagenum.split("_"); cookiecomicnamearr=cookiecomicname.split("_"); cookiethumbarr=cookiethumb.split("_"); cookienumpagesarr=cookienumpages.split("_"); cookiesavedcomics=cookiedlidarr.length} else cookiesavedcomics=0} function makeRequest(page,W){ Wloaded=false; switch (Number(page)) {case 0:page="latestuploads";break;case 2:page="mostdownloads";break; case 3:page="topuserratings";break;case 4:page="mostrated";break; case 5:page="mostcommented";break;case 6:page="mostviewed";break; case 7:page="random12";break} page+='_w_s_0.xml'; function ajaxBindCallback(){var xmlDoc=""; if(xmlhttp.readyState==4){ switch(xmlhttp.status){ case 200:xmlDoc=getXMLDoc(xmlhttp.responseText); document.getElementById("Wscrollframe").innerHTML=xmlDoc.getElementsByTagName("body")[0].childNodes[0].nodeValue; Wscrollpos=0;Wscrollframe.scrollTop=0;Wloaded=true;break; }}} var xmlhttp=null;xmlhttp=getHTTPrequest();xmlhttp.onreadystatechange=ajaxBindCallback; xmlhttp.open("GET", "https://"+ location.host + "/widgetfiles/"+page+"?cachestop="+today.getMilliseconds(), true); xmlhttp.send("")} function getXMLDOMver(){ domversions=["MSXML2.DOMDocument.4.0","MSXML2.DOMDocument.3.0","MSXML2.DOMDocument","Microsoft.XmlDom"]; if(isIE) for(x=0; x < domversions.length; x++) try {var XMLDOM=new ActiveXObject(domversions[x]); XMLDOM.async=false; return(domversions[x]); } catch (error) {}} function c(thism,prefix,suffix){ val=thism[thism.selectedIndex].value; if (prefix=='dlid'||prefix=='cbplus') document.location.href="/?"+prefix+"="+val; else if(val !=''){ if(val.indexOf('_')!=-1) document.location.href="/?cbplus="+prefix+val+"_0"; else if(val.indexOf('##')!=-1) document.location.href="/?cbplus="+val.replace('##','')+"_l_s_0"; else document.location.href="/?cbplus="+prefix+val+suffix; }} function getXMLDoc(doc){ if(isIE) {XMLDOM=new ActiveXObject(XMLDOMver);XMLDOM.async=false;XMLDOM.loadXML(doc);return(XMLDOM)} else parser=new DOMParser(); return(parser.parseFromString(doc,"text/xml"))} function getHTTPrequest(){if(isIE) return(new ActiveXObject(HTTPrequestver));else{HTTPver=new XMLHttpRequest(); if(HTTPver.overrideMimeType)HTTPver.overrideMimeType("text/html"); return(HTTPver)}} function getHTTPrequestver(){ var httpversions=["MSXML2.XMLHttp.4.0","MSXML2.XMLHttp.3.0","MSXML2.XMLHttp","Microsoft.XMLHttp"]; if(isIE) for(x=0; x< httpversions.length; x++) try {var HTTPver=new ActiveXObject(httpversions[x]);return(httpversions[x])} catch (error){}} function m(thism){createCookie('widgetframe',thism[thism.selectedIndex].value);if(thism[thism.selectedIndex].value=='1') showrecentreads(); else makeRequest(thism[thism.selectedIndex].value,0)} function showrecentreads(){ imgserver='ht'+'tps://box01.comicbookplus.com' populatecookiearr(); for(x=0;x<cookiesavedcomics;x++){ if(cookiedlidarr[x]!=''){ if(cookienumpagesarr[x]>0) a=recentreadtemplate; else a=recentreadtemplate2; if (cookiedlidarr[x] > 91031) a=a.replace(/CBJserver/g,'') else a=a.replace(/CBJserver/g,imgserver) a=a.replace(/CBJdlid/g,cookiedlidarr[x]) a=a.replace(/CBJthumb/g,cookiethumbarr[x]) a=a.replace(/CBJdesc/g,cookiecomicnamearr[x]) a=a.replace(/CBJpages/g,cookienumpagesarr[x]) recentreads=recentreads+a } if(recentreads=='') recentreads='<tr><td class="Wtd">Sorry there are no recorded books to show</td></tr>'; recentreads='<table>'+recentreads+'</table>'} Wscrollframe.innerHTML=recentreads;Wscrollpos=0;Wscrollframe.scrollTop=0; Wloaded=true } function pauseWscroll(){clearInterval(Wscrollinterval)} function resumeWscroll(updown){if(Wloaded){clearInterval(Wscrollinterval);Wscrollinterval=setInterval("Wscroll(\'"+updown+"\')", Wscrollrate)}} function Wscroll(updown){if(updown=="up") Wscrollframe.scrollTop=Wscrollpos++; else Wscrollframe.scrollTop=Wscrollpos--; if(Wscrollpos<0)Wscrollpos=0;if((Wscrollpos+Wscrollframe.offsetHeight)>Wscrollframe.scrollHeight)Wscrollpos--} function getmname(monthno){ mnames=['january','february','march','april','may','june','july','august','september','october','november','december']; monthno= parseInt(monthno,10)-1; return mnames[monthno];} function getylg(sectionpagename){ sectionpagename = sectionpagename || "ylg"; yy=document.getElementById("lgyy")[document.getElementById("lgyy").selectedIndex].value mm=document.getElementById("lgmm")[document.getElementById("lgmm").selectedIndex].value if((yy=='' && mm=='')||(yy=='' && mm=='00')||(yy=='none' && mm=='')||(yy=='none' && mm=='00')) alert('You must choose a month or year!') else if (yy=='none' || yy==''){ if (sectionpagename == "ylg") document.location.href='/?cbplus='+sectionpagename+getmname(mm)+'_l_s_0'; else document.location.href='/?cbplus='+sectionpagename+'_'+getmname(mm)+'_l_s_0';} else document.location.href='/?cbplus='+sectionpagename+'_'+yy+mm+'_0'} function getyns(sectionpagename){ sectionpagename = sectionpagename || "yns"; yy=document.getElementById("nsyy")[document.getElementById("nsyy").selectedIndex].value mm=document.getElementById("nsmm")[document.getElementById("nsmm").selectedIndex].value if((yy=='' && mm=='')||(yy=='' && mm=='00')||(yy=='none' && mm=='')||(yy=='none' && mm=='00')) alert('You must choose a month or year!') else if (yy=='none' || yy==''){ if (sectionpagename == "yns") document.location.href='/?cbplus='+getmname(mm)+'_l_s_0'; else document.location.href='/?cbplus='+sectionpagename+'_'+getmname(mm)+'_l_s_0';} else document.location.href='/?cbplus='+sectionpagename+'_'+yy+mm+'_0'} //--> </script> </head><body onload="init()"><div class="centerwrapper"><table class="topbar"><tr class="menubartr"><td class="ya">&nbsp;<a class="ya" href="/?cbplus=mycomicbookplus">Guest</a> &bull; <a class="ya" href="/forum/?action=login">Login</a> &bull; <a class="ya" href="/forum/?action=register">Register</a> &bull; <a class="ya" href="/?cbplus=sitemap">Sitemap</a> &bull; <a class="ya" href="/?cbplus=privacy">Privacy</a> &bull; <a class="ya" href="/?cbplus=about">About</a> &bull; <a class="ya" href="/contact/">Contact</a> &bull; <a class="ya" href="/?cbplus=help">Help</a></td> <td class="borderzero"><script async src="https://cse.google.com/cse.js?cx=partner-pub-9639869078401298:2415513160"> </script> <div class="gcse-searchbox-only"></div></td></tr></table><div class="pageinnerwrapper"><div class="logo" itemscope itemtype="https://schema.org/SiteNavigationElement"> <div class="logorightlinks"> <a class="l5" itemprop="url" href="/?cid=3543"><span itemprop="name">Adult Gags</span></a> <a class="l6" itemprop="url" href="/?cid=1990"><span itemprop="name">Compilations</span></a> <a class="l7" itemprop="url" href="/?cid=824"><span itemprop="name">Pamphlets</span></a> <a class="l8" itemprop="url" href="/?cid=1509"><span itemprop="name">Fanzines</span></a> <a class="l9" itemprop="url" href="/?cid=1510"><span itemprop="name">Odds &amp; Ends</span></a> <a class="l11" itemprop="url" href="/?cid=2293"><span itemprop="name">Newspaper &amp; Magazines</span></a> <a class="l13" itemprop="url" href="/?cid=2949"><span itemprop="name">Vintage Movies & TV</span></a> <div class="copyright">&copy;2025 ComicBookPlus.com</div> </div> <div class="logoimg"></div> <div class="logoleftlinks"> <a class="l0" itemprop="url" href="/forum/"><span itemprop="name">Forum</span></a> <a class="l1" itemprop="url" href="/?cid=1507"><span itemprop="name">Comic Books</span></a> <a class="l2" itemprop="url" href="/?cid=6"><span itemprop="name">Comic Strips</span></a> <a class="l3" itemprop="url" href="/?cid=1514"><span itemprop="name">Non-English</span></a> <a class="l4" itemprop="url" href="/?cid=3716"><span itemprop="name">Dime Novels</span></a> <a class="l10" itemprop="url" href="/?cid=1555"><span itemprop="name">Pulp Magazines</span></a> <a class="l12" itemprop="url" href="/?cid=2792"><span itemprop="name">Old Time Radio</span></a> <a class="l14" itemprop="url" href="/?cid=2623"><span itemprop="name">British Story Papers</span></a> </div></div> <div class="introsection"><div class="Wwrapper"> <select id="Wmenu" onchange="m(this);" aria-label="Widget menu"> <option class="wo" value="0" selected="selected">Latest Comics</option><option class="wo" value="1">My Last Views</option><option class="wo" value="2">Top Downloads</option><option class="wo" value="3">Top Rated</option><option class="wo" value="4">Most Rated</option><option class="wo" value="5">Most Comments</option><option class="wo" value="6">Most Views</option><option class="wo" value="7">The Random 12</option></select> <div id="Wscrollframe"><table><tr><td class="Wtd"><a href="/?dlid=96433"><img src="/pagecount/0e/0ed4affb478be690031e8035cc1b471d.png" width="27" height="40" alt="tiny comicbook thumbnail"></a></td><td class="Wtd"><a href="/?dlid=96433" class="Wanchor">Madhouse 3<br>37 pages</a></td></tr><tr><td colspan="2" class="Wtd"><hr class="Whr"></td></tr><tr><td class="Wtd"><a href="/?dlid=96413"><img src="/pagecount/43/43273c452343e5d53a5367a57122eb4b.png" width="27" height="40" alt="tiny comicbook thumbnail"></a></td><td class="Wtd"><a href="/?dlid=96413" class="Wanchor">Mortified 9<br>37 pages</a></td></tr><tr><td colspan="2" class="Wtd"><hr class="Whr"></td></tr><tr><td class="Wtd"><a href="/?dlid=96401"><img src="/pagecount/bf/bf9f87441eeefddeeebc574adf725fd7.png" width="27" height="40" alt="tiny comicbook thumbnail"></a></td><td class="Wtd"><a href="/?dlid=96401" class="Wanchor">Super Fun<br>Comics<br>36 pages</a></td></tr><tr><td colspan="2" class="Wtd"><hr class="Whr"></td></tr><tr><td class="Wtd"><a href="/?dlid=96400"><img src="/pagecount/fb/fb562d69c4e25f3d7b6a7743bedbd7bd.png" width="27" height="40" alt="tiny comicbook thumbnail"></a></td><td class="Wtd"><a href="/?dlid=96400" class="Wanchor">Death In The<br>Desert<br>36 pages</a></td></tr><tr><td colspan="2" class="Wtd"><hr class="Whr"></td></tr><tr><td class="Wtd"><a href="/?dlid=96399"><img src="/pagecount/66/66dfa3dd2a109e90596239170bb3cf5c.png" width="27" height="40" alt="tiny comicbook thumbnail"></a></td><td class="Wtd"><a href="/?dlid=96399" class="Wanchor">Sparkle<br>Comics 31<br>17 pages</a></td></tr><tr><td colspan="2" class="Wtd"><hr class="Whr"></td></tr><tr><td class="Wtd"><a href="/?dlid=96398"><img src="/pagecount/d6/d6af90f01b96d0bd687ff8c8a178399a.png" width="27" height="40" alt="tiny comicbook thumbnail"></a></td><td class="Wtd"><a href="/?dlid=96398" class="Wanchor">Haunted<br>Thrills 8<br>36 pages</a></td></tr><tr><td colspan="2" class="Wtd"><hr class="Whr"></td></tr><tr><td class="Wtd"><a href="/?dlid=96397"><img src="/pagecount/fb/fbefd4e0e7f400395aa2c53f754db153.png" width="27" height="40" alt="tiny comicbook thumbnail"></a></td><td class="Wtd"><a href="/?dlid=96397" class="Wanchor">Blue Beetle<br>1967 5<br>37 pages</a></td></tr><tr><td colspan="2" class="Wtd"><hr class="Whr"></td></tr><tr><td class="Wtd"><a href="/?dlid=96396"><img src="/pagecount/54/54dea64983d53ec9493cec45c82e1984.png" width="27" height="40" alt="tiny comicbook thumbnail"></a></td><td class="Wtd"><a href="/?dlid=96396" class="Wanchor">Crankisms<br>Lisle De<br>104 pages</a></td></tr><tr><td colspan="2" class="Wtd"><hr class="Whr"></td></tr><tr><td class="Wtd"><a href="/?dlid=96395"><img src="/pagecount/a0/a002cb8c1319121337aaea68b8157ad8.png" width="27" height="40" alt="tiny comicbook thumbnail"></a></td><td class="Wtd"><a href="/?dlid=96395" class="Wanchor">New Bible<br>Symbols The<br>256 pages</a></td></tr><tr><td colspan="2" class="Wtd"><hr class="Whr"></td></tr><tr><td class="Wtd"><a href="/?dlid=96394"><img src="/pagecount/45/45a9e9d2cd278216dae75816fe0bbc70.png" width="27" height="40" alt="tiny comicbook thumbnail"></a></td><td class="Wtd"><a href="/?dlid=96394" class="Wanchor">Sparkle<br>Comics 29<br>19 pages</a></td></tr><tr><td colspan="2" class="Wtd"><hr class="Whr"></td></tr><tr><td class="Wtd"><a href="/?dlid=96393"><img src="/pagecount/21/210ef3fd490da899eda439934bc51f8a.png" width="27" height="40" alt="tiny comicbook thumbnail"></a></td><td class="Wtd"><a href="/?dlid=96393" class="Wanchor">America's<br>Best<br>67 pages</a></td></tr><tr><td colspan="2" class="Wtd"><hr class="Whr"></td></tr><tr><td class="Wtd"><a href="/?dlid=96392"><img src="/pagecount/ce/ce8204c56cfcde998d5d8b87f9b2b5fc.png" width="27" height="40" alt="tiny comicbook thumbnail"></a></td><td class="Wtd"><a href="/?dlid=96392" class="Wanchor">Vic Verity<br>Magazine 2<br>37 pages</a></td></tr><tr><td colspan="2" class="Wtd"><hr class="Whr"></td></tr><tr><td class="Wtd"><a href="/?dlid=96391"><img src="/pagecount/f5/f5b76c5f0dcebad2eb890e5dbc5682b3.png" width="27" height="40" alt="tiny comicbook thumbnail"></a></td><td class="Wtd"><a href="/?dlid=96391" class="Wanchor">Debbie Dean<br>Career Girl<br>37 pages</a></td></tr><tr><td colspan="2" class="Wtd"><hr class="Whr"></td></tr><tr><td class="Wtd"><a href="/?dlid=96390"><img src="/pagecount/9e/9ec23a1735d10dfbe64e300906b8ed74.png" width="27" height="40" alt="tiny comicbook thumbnail"></a></td><td class="Wtd"><a href="/?dlid=96390" class="Wanchor">Mask Comics<br>1<br>52 pages</a></td></tr><tr><td colspan="2" class="Wtd"><hr class="Whr"></td></tr><tr><td class="Wtd"><a href="/?dlid=96389"><img src="/pagecount/1b/1bd70c5d9bf72f27e3428bd5f09c39c6.png" width="27" height="40" alt="tiny comicbook thumbnail"></a></td><td class="Wtd"><a href="/?dlid=96389" class="Wanchor">War Report 3<br>36 pages</a></td></tr></table></div> <div class="Wcontrols"><div class="Wuparrow" onmouseover="resumeWscroll('up')" onmouseout="pauseWscroll()"></div><div class="Wdownarrow" onmouseover="resumeWscroll('down')" onmouseout="pauseWscroll()"></div></div> </div> <div class="inhouseframeouter"><div class="logoinfopanel"> <a href="/?cbplus=advertiseoncomicbookplus"><img src="https://box01.comicbookplus.com/images/inhouse/inhousethumb.webp" width="110" height="184" alt="in house dollar bill thumbnail"></a> </div><div class="inhouseframe" itemscope itemtype="https://schema.org/WebPageElement"><ins class="adsbygoogle" style="display:block" data-ad-client="ca-pub-9639869078401298" data-ad-slot="8003358372" data-ad-format="auto" data-full-width-responsive="true"></ins> <script> (adsbygoogle = window.adsbygoogle || []).push({}); </script></div> </div> <table class="cbplusbar" itemscope itemtype="https://schema.org/SiteNavigationElement"><tr> <td class="cbplusleftmenutd"><table class="borderzero"> <tr><td class="textr borderzero">&nbsp;Total:</td><td class="textleft borderzero">&nbsp;43,802 books</td></tr> <tr><td class="textr borderzero">&nbsp;New:</td><td class="textleft borderzero">&nbsp;<a href="/?cbplus=latestuploads_l_s_0">121 books</a></td></tr> </table></td> <td class="cbplusmenutd"> <a itemprop="url" href="/?cbplus=categories">&nbsp;<span itemprop="name">Categories</span></a><br> <select onchange="c(this,'','')" aria-label="Categories menu"> <option value="" selected="selected">&nbsp;Select A Category&nbsp;&nbsp;&nbsp;&nbsp;</option> <option value="">&nbsp;</option> <option value="adventure">&bull; Adventure</option><option value="childrenteenagers">&bull; Child/Teen</option><option value="comicstripspinoff">&bull; Comicstrip</option><option value="crime">&bull; Crime</option><option value="fantasywhimsey">&bull; Fantasy</option><option value="horror">&bull; Horror</option><option value="humor">&bull; Humor</option><option value="jungle">&bull; Jungle</option><option value="mediastars">&bull; Media/Stars</option><option value="anthology">&bull; Mixed Bag</option><option value="nonfiction">&bull; Non-fiction</option><option value="oneshots">&bull; One Shots</option><option value="romance">&bull; Romance</option><option value="sciencefiction">&bull; Sci-fi</option><option value="superhero">&bull; Superhero</option><option value="military">&bull; War/Forces</option><option value="western">&bull; Western</option><option value="">&nbsp;</option><option value="">------ More ------</option><option value="">&nbsp;</option><option value="adulthumor">&bull; Adult Humor</option><option value="animal">&bull; Animal</option><option value="annual">&bull; Annuals</option><option value="atomic">&bull; Atomic</option><option value="automobiles">&bull; Automobiles</option><option value="aviation">&bull; Aviation</option><option value="boxingmartialarts">&bull; Boxing/Martial</option><option value="classictales">&bull; Classic Tales</option><option value="detective">&bull; Detective</option><option value="funnyanimals">&bull; Funny Animals</option><option value="leadingladies">&bull; Leading Ladies</option><option value="maskedmysterymen">&bull; Mask/Mystery</option><option value="medicalromance">&bull; Medical Love</option><option value="monsters">&bull; Monsters</option><option value="nativeamericans">&bull; Native American</option><option value="pirates">&bull; Pirates</option><option value="religious">&bull; Religious</option><option value="robinhood">&bull; Robin Hood</option><option value="school">&bull; School</option><option value="spinoff">&bull; Spin Offs</option><option value="sports">&bull; Sports</option><option value="spyespionage">&bull; Spy/Espionage</option><option value="waterboats">&bull; Water/Boats</option><option value="westernheroes">&bull; Western Hero</option><option value="westernromance">&bull; Western Love</option><option value="westernstars">&bull; Western Star</option> </select></td> <td class="cbplusmenutd"><a itemprop="url" href="/?cbplus=yns_home"><span itemprop="name">Newsstand</span></a><br><select onchange="c(this,'yns_','_0')" aria-label="Newsstand menu"> <option value="" selected="selected">&nbsp;Select A Date</option><option value="">&nbsp;</option> <option value="yns_months">--- By Month ---</option> <option value="##unknownmonth">&bull; Unknown</option> <option value="##january">&bull; January</option> <option value="##february">&bull; February</option> <option value="##march">&bull; March</option> <option value="##april">&bull; April</option> <option value="##may">&bull; May</option> <option value="##june">&bull; June</option> <option value="##july">&bull; July</option> <option value="##august">&bull; August</option> <option value="##september">&bull; September</option> <option value="##october">&bull; October</option> <option value="##november">&bull; November</option> <option value="##december">&bull; December</option> <option value="">&nbsp;</option> <option value="39">--- Year 1939 ---</option><option value="3900">&bull; Unknown</option><option value="3901">&bull; January</option><option value="3902">&bull; February</option><option value="3903">&bull; March</option><option value="3904">&bull; April</option><option value="3905">&bull; May</option><option value="3906">&bull; June</option><option value="3907">&bull; July</option><option value="3908">&bull; August</option><option value="3909">&bull; September</option><option value="3910">&bull; October</option><option value="3911">&bull; November</option><option value="3912">&bull; December</option><option value="">&nbsp;</option><option value="40">--- Year 1940 ---</option><option value="4000">&bull; Unknown</option><option value="4001">&bull; January</option><option value="4002">&bull; February</option><option value="4003">&bull; March</option><option value="4004">&bull; April</option><option value="4005">&bull; May</option><option value="4006">&bull; June</option><option value="4007">&bull; July</option><option value="4008">&bull; August</option><option value="4009">&bull; September</option><option value="4010">&bull; October</option><option value="4011">&bull; November</option><option value="4012">&bull; December</option><option value="">&nbsp;</option><option value="41">--- Year 1941 ---</option><option value="4100">&bull; Unknown</option><option value="4101">&bull; January</option><option value="4102">&bull; February</option><option value="4103">&bull; March</option><option value="4104">&bull; April</option><option value="4105">&bull; May</option><option value="4106">&bull; June</option><option value="4107">&bull; July</option><option value="4108">&bull; August</option><option value="4109">&bull; September</option><option value="4110">&bull; October</option><option value="4111">&bull; November</option><option value="4112">&bull; December</option><option value="">&nbsp;</option><option value="42">--- Year 1942 ---</option><option value="4200">&bull; Unknown</option><option value="4201">&bull; January</option><option value="4202">&bull; February</option><option value="4203">&bull; March</option><option value="4204">&bull; April</option><option value="4205">&bull; May</option><option value="4206">&bull; June</option><option value="4207">&bull; July</option><option value="4208">&bull; August</option><option value="4209">&bull; September</option><option value="4210">&bull; October</option><option value="4211">&bull; November</option><option value="4212">&bull; December</option><option value="">&nbsp;</option><option value="43">--- Year 1943 ---</option><option value="4300">&bull; Unknown</option><option value="4301">&bull; January</option><option value="4302">&bull; February</option><option value="4303">&bull; March</option><option value="4304">&bull; April</option><option value="4305">&bull; May</option><option value="4306">&bull; June</option><option value="4307">&bull; July</option><option value="4308">&bull; August</option><option value="4309">&bull; September</option><option value="4310">&bull; October</option><option value="4311">&bull; November</option><option value="4312">&bull; December</option><option value="">&nbsp;</option><option value="44">--- Year 1944 ---</option><option value="4400">&bull; Unknown</option><option value="4401">&bull; January</option><option value="4402">&bull; February</option><option value="4403">&bull; March</option><option value="4404">&bull; April</option><option value="4405">&bull; May</option><option value="4406">&bull; June</option><option value="4407">&bull; July</option><option value="4408">&bull; August</option><option value="4409">&bull; September</option><option value="4410">&bull; October</option><option value="4411">&bull; November</option><option value="4412">&bull; December</option><option value="">&nbsp;</option><option value="45">--- Year 1945 ---</option><option value="4500">&bull; Unknown</option><option value="4501">&bull; January</option><option value="4502">&bull; February</option><option value="4503">&bull; March</option><option value="4504">&bull; April</option><option value="4505">&bull; May</option><option value="4506">&bull; June</option><option value="4507">&bull; July</option><option value="4508">&bull; August</option><option value="4509">&bull; September</option><option value="4510">&bull; October</option><option value="4511">&bull; November</option><option value="4512">&bull; December</option><option value="">&nbsp;</option><option value="46">--- Year 1946 ---</option><option value="4600">&bull; Unknown</option><option value="4601">&bull; January</option><option value="4602">&bull; February</option><option value="4603">&bull; March</option><option value="4604">&bull; April</option><option value="4605">&bull; May</option><option value="4606">&bull; June</option><option value="4607">&bull; July</option><option value="4608">&bull; August</option><option value="4609">&bull; September</option><option value="4610">&bull; October</option><option value="4611">&bull; November</option><option value="4612">&bull; December</option><option value="">&nbsp;</option><option value="47">--- Year 1947 ---</option><option value="4700">&bull; Unknown</option><option value="4701">&bull; January</option><option value="4702">&bull; February</option><option value="4703">&bull; March</option><option value="4704">&bull; April</option><option value="4705">&bull; May</option><option value="4706">&bull; June</option><option value="4707">&bull; July</option><option value="4708">&bull; August</option><option value="4709">&bull; September</option><option value="4710">&bull; October</option><option value="4711">&bull; November</option><option value="4712">&bull; December</option><option value="">&nbsp;</option><option value="48">--- Year 1948 ---</option><option value="4800">&bull; Unknown</option><option value="4801">&bull; January</option><option value="4802">&bull; February</option><option value="4803">&bull; March</option><option value="4804">&bull; April</option><option value="4805">&bull; May</option><option value="4806">&bull; June</option><option value="4807">&bull; July</option><option value="4808">&bull; August</option><option value="4809">&bull; September</option><option value="4810">&bull; October</option><option value="4811">&bull; November</option><option value="4812">&bull; December</option><option value="">&nbsp;</option><option value="49">--- Year 1949 ---</option><option value="4900">&bull; Unknown</option><option value="4901">&bull; January</option><option value="4902">&bull; February</option><option value="4903">&bull; March</option><option value="4904">&bull; April</option><option value="4905">&bull; May</option><option value="4906">&bull; June</option><option value="4907">&bull; July</option><option value="4908">&bull; August</option><option value="4909">&bull; September</option><option value="4910">&bull; October</option><option value="4911">&bull; November</option><option value="4912">&bull; December</option><option value="">&nbsp;</option><option value="50">--- Year 1950 ---</option><option value="5000">&bull; Unknown</option><option value="5001">&bull; January</option><option value="5002">&bull; February</option><option value="5003">&bull; March</option><option value="5004">&bull; April</option><option value="5005">&bull; May</option><option value="5006">&bull; June</option><option value="5007">&bull; July</option><option value="5008">&bull; August</option><option value="5009">&bull; September</option><option value="5010">&bull; October</option><option value="5011">&bull; November</option><option value="5012">&bull; December</option><option value="">&nbsp;</option><option value="51">--- Year 1951 ---</option><option value="5100">&bull; Unknown</option><option value="5101">&bull; January</option><option value="5102">&bull; February</option><option value="5103">&bull; March</option><option value="5104">&bull; April</option><option value="5105">&bull; May</option><option value="5106">&bull; June</option><option value="5107">&bull; July</option><option value="5108">&bull; August</option><option value="5109">&bull; September</option><option value="5110">&bull; October</option><option value="5111">&bull; November</option><option value="5112">&bull; December</option><option value="">&nbsp;</option><option value="52">--- Year 1952 ---</option><option value="5200">&bull; Unknown</option><option value="5201">&bull; January</option><option value="5202">&bull; February</option><option value="5203">&bull; March</option><option value="5204">&bull; April</option><option value="5205">&bull; May</option><option value="5206">&bull; June</option><option value="5207">&bull; July</option><option value="5208">&bull; August</option><option value="5209">&bull; September</option><option value="5210">&bull; October</option><option value="5211">&bull; November</option><option value="5212">&bull; December</option><option value="">&nbsp;</option><option value="53">--- Year 1953 ---</option><option value="5300">&bull; Unknown</option><option value="5301">&bull; January</option><option value="5302">&bull; February</option><option value="5303">&bull; March</option><option value="5304">&bull; April</option><option value="5305">&bull; May</option><option value="5306">&bull; June</option><option value="5307">&bull; July</option><option value="5308">&bull; August</option><option value="5309">&bull; September</option><option value="5310">&bull; October</option><option value="5311">&bull; November</option><option value="5312">&bull; December</option><option value="">&nbsp;</option><option value="54">--- Year 1954 ---</option><option value="5400">&bull; Unknown</option><option value="5401">&bull; January</option><option value="5402">&bull; February</option><option value="5403">&bull; March</option><option value="5404">&bull; April</option><option value="5405">&bull; May</option><option value="5406">&bull; June</option><option value="5407">&bull; July</option><option value="5408">&bull; August</option><option value="5409">&bull; September</option><option value="5410">&bull; October</option><option value="5411">&bull; November</option><option value="5412">&bull; December</option><option value="">&nbsp;</option><option value="55">--- Year 1955 ---</option><option value="5500">&bull; Unknown</option><option value="5501">&bull; January</option><option value="5502">&bull; February</option><option value="5503">&bull; March</option><option value="5504">&bull; April</option><option value="5505">&bull; May</option><option value="5506">&bull; June</option><option value="5507">&bull; July</option><option value="5508">&bull; August</option><option value="5509">&bull; September</option><option value="5510">&bull; October</option><option value="5511">&bull; November</option><option value="5512">&bull; December</option><option value="">&nbsp;</option><option value="56">--- Year 1956 ---</option><option value="5600">&bull; Unknown</option><option value="5601">&bull; January</option><option value="5602">&bull; February</option><option value="5603">&bull; March</option><option value="5604">&bull; April</option><option value="5605">&bull; May</option><option value="5606">&bull; June</option><option value="5607">&bull; July</option><option value="5608">&bull; August</option><option value="5609">&bull; September</option><option value="5610">&bull; October</option><option value="5611">&bull; November</option><option value="5612">&bull; December</option><option value="">&nbsp;</option><option value="57">--- Year 1957 ---</option><option value="5700">&bull; Unknown</option><option value="5701">&bull; January</option><option value="5702">&bull; February</option><option value="5703">&bull; March</option><option value="5704">&bull; April</option><option value="5705">&bull; May</option><option value="5706">&bull; June</option><option value="5707">&bull; July</option><option value="5708">&bull; August</option><option value="5709">&bull; September</option><option value="5710">&bull; October</option><option value="5711">&bull; November</option><option value="5712">&bull; December</option><option value="">&nbsp;</option><option value="58">--- Year 1958 ---</option><option value="5800">&bull; Unknown</option><option value="5801">&bull; January</option><option value="5802">&bull; February</option><option value="5803">&bull; March</option><option value="5804">&bull; April</option><option value="5805">&bull; May</option><option value="5806">&bull; June</option><option value="5807">&bull; July</option><option value="5808">&bull; August</option><option value="5809">&bull; September</option><option value="5810">&bull; October</option><option value="5811">&bull; November</option><option value="5812">&bull; December</option><option value="">&nbsp;</option><option value="59">--- Year 1959 ---</option><option value="5900">&bull; Unknown</option><option value="5901">&bull; January</option><option value="5902">&bull; February</option><option value="5903">&bull; March</option><option value="5904">&bull; April</option><option value="5905">&bull; May</option><option value="5906">&bull; June</option><option value="5907">&bull; July</option><option value="5908">&bull; August</option><option value="5909">&bull; September</option><option value="5910">&bull; October</option><option value="5911">&bull; November</option><option value="5912">&bull; December</option> <option value="">&nbsp;</option><option value="60">--- Year 1960 ---</option><option value="6000">&bull; Unknown</option><option value="6001">&bull; January</option><option value="6002">&bull; February</option><option value="6003">&bull; March</option><option value="6004">&bull; April</option><option value="6005">&bull; May</option><option value="6006">&bull; June</option><option value="6007">&bull; July</option><option value="6008">&bull; August</option><option value="6009">&bull; September</option><option value="6010">&bull; October</option><option value="6011">&bull; November</option><option value="6012">&bull; December</option> <option value="">&nbsp;</option><option value="61">--- Year 1961 ---</option><option value="6100">&bull; Unknown</option><option value="6101">&bull; January</option><option value="6102">&bull; February</option><option value="6103">&bull; March</option><option value="6104">&bull; April</option><option value="6105">&bull; May</option><option value="6106">&bull; June</option><option value="6107">&bull; July</option><option value="6108">&bull; August</option><option value="6109">&bull; September</option><option value="6110">&bull; October</option><option value="6111">&bull; November</option><option value="6112">&bull; December</option> <option value="">&nbsp;</option><option value="62">--- Year 1962 ---</option><option value="6200">&bull; Unknown</option><option value="6201">&bull; January</option><option value="6202">&bull; February</option><option value="6203">&bull; March</option><option value="6204">&bull; April</option><option value="6205">&bull; May</option><option value="6206">&bull; June</option><option value="6207">&bull; July</option><option value="6208">&bull; August</option><option value="6209">&bull; September</option><option value="6210">&bull; October</option><option value="6211">&bull; November</option><option value="6212">&bull; December</option> <option value="">&nbsp;</option><option value="63">--- Year 1963 ---</option><option value="6300">&bull; Unknown</option><option value="6301">&bull; January</option><option value="6302">&bull; February</option><option value="6303">&bull; March</option><option value="6304">&bull; April</option><option value="6305">&bull; May</option><option value="6306">&bull; June</option><option value="6307">&bull; July</option><option value="6308">&bull; August</option><option value="6309">&bull; September</option><option value="6310">&bull; October</option><option value="6311">&bull; November</option><option value="6312">&bull; December</option> </select></td> <td class="cbplusmenutd"><a itemprop="url" href="/?cbplus=ylg_home"><span itemprop="name">Listening Guide</span></a><br><select onchange="c(this,'ylg_','_0')" aria-label="Listening Guide menu"> <option value="" selected>&nbsp;Select A Date</option><option value="">&nbsp;</option> <option value="37">--- Year 1937 ---</option><option value="3701">&bull; January</option><option value="3702">&bull; February</option><option value="3703">&bull; March</option><option value="3704">&bull; April</option><option value="3705">&bull; May</option><option value="3706">&bull; June</option><option value="3707">&bull; July</option><option value="3708">&bull; August</option><option value="3709">&bull; September</option><option value="3710">&bull; October</option><option value="3711">&bull; November</option><option value="3712">&bull; December</option><option value="">&nbsp;</option><option value="38">--- Year 1938 ---</option><option value="3801">&bull; January</option><option value="3802">&bull; February</option><option value="3803">&bull; March</option><option value="3804">&bull; April</option><option value="3805">&bull; May</option><option value="3806">&bull; June</option><option value="3807">&bull; July</option><option value="3808">&bull; August</option><option value="3809">&bull; September</option><option value="3810">&bull; October</option><option value="3811">&bull; November</option><option value="3812">&bull; December</option><option value="">&nbsp;</option> <option value="39">--- Year 1939 ---</option><option value="3901">&bull; January</option><option value="3902">&bull; February</option><option value="3903">&bull; March</option><option value="3904">&bull; April</option><option value="3905">&bull; May</option><option value="3906">&bull; June</option><option value="3907">&bull; July</option><option value="3908">&bull; August</option><option value="3909">&bull; September</option><option value="3910">&bull; October</option><option value="3911">&bull; November</option><option value="3912">&bull; December</option><option value="">&nbsp;</option><option value="40">--- Year 1940 ---</option><option value="4001">&bull; January</option><option value="4002">&bull; February</option><option value="4003">&bull; March</option><option value="4004">&bull; April</option><option value="4005">&bull; May</option><option value="4006">&bull; June</option><option value="4007">&bull; July</option><option value="4008">&bull; August</option><option value="4009">&bull; September</option><option value="4010">&bull; October</option><option value="4011">&bull; November</option><option value="4012">&bull; December</option><option value="">&nbsp;</option><option value="41">--- Year 1941 ---</option><option value="4101">&bull; January</option><option value="4102">&bull; February</option><option value="4103">&bull; March</option><option value="4104">&bull; April</option><option value="4105">&bull; May</option><option value="4106">&bull; June</option><option value="4107">&bull; July</option><option value="4108">&bull; August</option><option value="4109">&bull; September</option><option value="4110">&bull; October</option><option value="4111">&bull; November</option><option value="4112">&bull; December</option><option value="">&nbsp;</option><option value="42">--- Year 1942 ---</option><option value="4201">&bull; January</option><option value="4202">&bull; February</option><option value="4203">&bull; March</option><option value="4204">&bull; April</option><option value="4205">&bull; May</option><option value="4206">&bull; June</option><option value="4207">&bull; July</option><option value="4208">&bull; August</option><option value="4209">&bull; September</option><option value="4210">&bull; October</option><option value="4211">&bull; November</option><option value="4212">&bull; December</option><option value="">&nbsp;</option><option value="43">--- Year 1943 ---</option><option value="4301">&bull; January</option><option value="4302">&bull; February</option><option value="4303">&bull; March</option><option value="4304">&bull; April</option><option value="4305">&bull; May</option><option value="4306">&bull; June</option><option value="4307">&bull; July</option><option value="4308">&bull; August</option><option value="4309">&bull; September</option><option value="4310">&bull; October</option><option value="4311">&bull; November</option><option value="4312">&bull; December</option><option value="">&nbsp;</option><option value="44">--- Year 1944 ---</option><option value="4401">&bull; January</option><option value="4402">&bull; February</option><option value="4403">&bull; March</option><option value="4404">&bull; April</option><option value="4405">&bull; May</option><option value="4406">&bull; June</option><option value="4407">&bull; July</option><option value="4408">&bull; August</option><option value="4409">&bull; September</option><option value="4410">&bull; October</option><option value="4411">&bull; November</option><option value="4412">&bull; December</option><option value="">&nbsp;</option><option value="45">--- Year 1945 ---</option><option value="4501">&bull; January</option><option value="4502">&bull; February</option><option value="4503">&bull; March</option><option value="4504">&bull; April</option><option value="4505">&bull; May</option><option value="4506">&bull; June</option><option value="4507">&bull; July</option><option value="4508">&bull; August</option><option value="4509">&bull; September</option><option value="4510">&bull; October</option><option value="4511">&bull; November</option><option value="4512">&bull; December</option><option value="">&nbsp;</option><option value="46">--- Year 1946 ---</option><option value="4601">&bull; January</option><option value="4602">&bull; February</option><option value="4603">&bull; March</option><option value="4604">&bull; April</option><option value="4605">&bull; May</option><option value="4606">&bull; June</option><option value="4607">&bull; July</option><option value="4608">&bull; August</option><option value="4609">&bull; September</option><option value="4610">&bull; October</option><option value="4611">&bull; November</option><option value="4612">&bull; December</option><option value="">&nbsp;</option><option value="47">--- Year 1947 ---</option><option value="4701">&bull; January</option><option value="4702">&bull; February</option><option value="4703">&bull; March</option><option value="4704">&bull; April</option><option value="4705">&bull; May</option><option value="4706">&bull; June</option><option value="4707">&bull; July</option><option value="4708">&bull; August</option><option value="4709">&bull; September</option><option value="4710">&bull; October</option><option value="4711">&bull; November</option><option value="4712">&bull; December</option><option value="">&nbsp;</option><option value="48">--- Year 1948 ---</option><option value="4801">&bull; January</option><option value="4802">&bull; February</option><option value="4803">&bull; March</option><option value="4804">&bull; April</option><option value="4805">&bull; May</option><option value="4806">&bull; June</option><option value="4807">&bull; July</option><option value="4808">&bull; August</option><option value="4809">&bull; September</option><option value="4810">&bull; October</option><option value="4811">&bull; November</option><option value="4812">&bull; December</option><option value="">&nbsp;</option><option value="49">--- Year 1949 ---</option><option value="4901">&bull; January</option><option value="4902">&bull; February</option><option value="4903">&bull; March</option><option value="4904">&bull; April</option><option value="4905">&bull; May</option><option value="4906">&bull; June</option><option value="4907">&bull; July</option><option value="4908">&bull; August</option><option value="4909">&bull; September</option><option value="4910">&bull; October</option><option value="4911">&bull; November</option><option value="4912">&bull; December</option><option value="">&nbsp;</option><option value="50">--- Year 1950 ---</option><option value="5001">&bull; January</option><option value="5002">&bull; February</option><option value="5003">&bull; March</option><option value="5004">&bull; April</option><option value="5005">&bull; May</option><option value="5006">&bull; June</option><option value="5007">&bull; July</option><option value="5008">&bull; August</option><option value="5009">&bull; September</option><option value="5010">&bull; October</option><option value="5011">&bull; November</option><option value="5012">&bull; December</option><option value="">&nbsp;</option><option value="51">--- Year 1951 ---</option><option value="5101">&bull; January</option><option value="5102">&bull; February</option><option value="5103">&bull; March</option><option value="5104">&bull; April</option><option value="5105">&bull; May</option><option value="5106">&bull; June</option><option value="5107">&bull; July</option><option value="5108">&bull; August</option><option value="5109">&bull; September</option><option value="5110">&bull; October</option><option value="5111">&bull; November</option><option value="5112">&bull; December</option><option value="">&nbsp;</option><option value="52">--- Year 1952 ---</option><option value="5201">&bull; January</option><option value="5202">&bull; February</option><option value="5203">&bull; March</option><option value="5204">&bull; April</option><option value="5205">&bull; May</option><option value="5206">&bull; June</option><option value="5207">&bull; July</option><option value="5208">&bull; August</option><option value="5209">&bull; September</option><option value="5210">&bull; October</option><option value="5211">&bull; November</option><option value="5212">&bull; December</option><option value="">&nbsp;</option><option value="53">--- Year 1953 ---</option><option value="5301">&bull; January</option><option value="5302">&bull; February</option><option value="5303">&bull; March</option><option value="5304">&bull; April</option><option value="5305">&bull; May</option><option value="5306">&bull; June</option><option value="5307">&bull; July</option><option value="5308">&bull; August</option><option value="5309">&bull; September</option><option value="5310">&bull; October</option><option value="5311">&bull; November</option><option value="5312">&bull; December</option><option value="">&nbsp;</option><option value="54">--- Year 1954 ---</option><option value="5401">&bull; January</option><option value="5402">&bull; February</option><option value="5403">&bull; March</option><option value="5404">&bull; April</option><option value="5405">&bull; May</option><option value="5406">&bull; June</option><option value="5407">&bull; July</option><option value="5408">&bull; August</option><option value="5409">&bull; September</option><option value="5410">&bull; October</option><option value="5411">&bull; November</option><option value="5412">&bull; December</option><option value="">&nbsp;</option><option value="55">--- Year 1955 ---</option><option value="5501">&bull; January</option><option value="5502">&bull; February</option><option value="5503">&bull; March</option><option value="5504">&bull; April</option><option value="5505">&bull; May</option><option value="5506">&bull; June</option><option value="5507">&bull; July</option><option value="5508">&bull; August</option><option value="5509">&bull; September</option><option value="5510">&bull; October</option><option value="5511">&bull; November</option><option value="5512">&bull; December</option><option value="">&nbsp;</option><option value="56">--- Year 1956 ---</option><option value="5601">&bull; January</option><option value="5602">&bull; February</option><option value="5603">&bull; March</option><option value="5604">&bull; April</option><option value="5605">&bull; May</option><option value="5606">&bull; June</option><option value="5607">&bull; July</option><option value="5608">&bull; August</option><option value="5609">&bull; September</option><option value="5610">&bull; October</option><option value="5611">&bull; November</option><option value="5612">&bull; December</option><option value="">&nbsp;</option><option value="57">--- Year 1957 ---</option><option value="5701">&bull; January</option><option value="5702">&bull; February</option><option value="5703">&bull; March</option><option value="5704">&bull; April</option><option value="5705">&bull; May</option><option value="5706">&bull; June</option><option value="5707">&bull; July</option><option value="5708">&bull; August</option><option value="5709">&bull; September</option><option value="5710">&bull; October</option><option value="5711">&bull; November</option><option value="5712">&bull; December</option><option value="">&nbsp;</option><option value="58">--- Year 1958 ---</option><option value="5801">&bull; January</option><option value="5802">&bull; February</option><option value="5803">&bull; March</option><option value="5804">&bull; April</option><option value="5805">&bull; May</option><option value="5806">&bull; June</option><option value="5807">&bull; July</option><option value="5808">&bull; August</option><option value="5809">&bull; September</option><option value="5810">&bull; October</option><option value="5811">&bull; November</option><option value="5812">&bull; December</option><option value="">&nbsp;</option><option value="59">--- Year 1959 ---</option><option value="5901">&bull; January</option><option value="5902">&bull; February</option><option value="5903">&bull; March</option><option value="5904">&bull; April</option><option value="5905">&bull; May</option><option value="5906">&bull; June</option><option value="5907">&bull; July</option><option value="5908">&bull; August</option><option value="5909">&bull; September</option><option value="5910">&bull; October</option><option value="5911">&bull; November</option><option value="5912">&bull; December</option> <option value="">&nbsp;</option><option value="60">--- Year 1960 ---</option><option value="6001">&bull; January</option><option value="6002">&bull; February</option><option value="6003">&bull; March</option><option value="6004">&bull; April</option><option value="6005">&bull; May</option><option value="6006">&bull; June</option><option value="6007">&bull; July</option><option value="6008">&bull; August</option><option value="6009">&bull; September</option><option value="6010">&bull; October</option><option value="6011">&bull; November</option><option value="6012">&bull; December</option> <option value="">&nbsp;</option> <option value="dhome">&bull; Day's Shows</option> <option value="">&nbsp;</option> <option value="yns_months">--- By Month ---</option> <option value="##ylgjanuary">&bull; January</option> <option value="##ylgfebruary">&bull; February</option> <option value="##ylgmarch">&bull; March</option> <option value="##ylgapril">&bull; April</option> <option value="##ylgmay">&bull; May</option> <option value="##ylgjune">&bull; June</option> <option value="##ylgjuly">&bull; July</option> <option value="##ylgaugust">&bull; August</option> <option value="##ylgseptember">&bull; September</option> <option value="##ylgoctober">&bull; October</option> <option value="##ylgnovember">&bull; November</option> <option value="##ylgdecember">&bull; December</option> <option value="">&nbsp;</option> </select></td> <td class="cbplusrightmenutd"><a itemprop="url" href="/?cbplus=insite"><span itemprop="name">Insite</span></a><br><select onchange="c(this,'','')" aria-label="Insite menu"><option value="" selected="selected">&nbsp;Select Insite Page&nbsp;&nbsp;&nbsp;&nbsp;</option><option value="">&nbsp;</option><option value="">-- Latest Comics --</option><option value="latestuploads_l_s">&bull; Full (date)</option><option value="latestuploads_l_n">&bull; Full (title)</option><option value="latestuploads_l_p">&bull; Full (publisher)</option><option value="latestuploads_l_a">&bull; Full (uploader)</option><option value="latestuploads_s_s">&bull; Basic (date)</option><option value="latestuploads_s_n">&bull; Basic (title)</option><option value="latestuploads_s_p">&bull; Basic (publisher)</option><option value="latestuploads_s_a">&bull; Basic (uploader)</option> <option value="">&nbsp;</option><option value="">-- Top Downloads --</option><option value="mostdownloads_l_s">&bull; Full (download)</option><option value="mostdownloads_l_n">&bull; Full (title)</option><option value="mostdownloads_l_p">&bull; Full (publisher)</option><option value="mostdownloads_l_a">&bull; Full (uploader)</option><option value="mostdownloads_s_s">&bull; Basic (download)</option><option value="mostdownloads_s_n">&bull; Basic (title)</option><option value="mostdownloads_s_p">&bull; Basic (publisher)</option><option value="mostdownloads_s_a">&bull; Basic (uploader)</option><option value="">&nbsp;</option><option value="">-- Best Rated --</option><option value="topuserratings_l_s">&bull; Full (rating)</option><option value="topuserratings_l_n">&bull; Full (title)</option><option value="topuserratings_l_p">&bull; Full (publisher)</option><option value="topuserratings_l_a">&bull; Full (uploader)</option><option value="topuserratings_s_s">&bull; Basic (rating)</option><option value="topuserratings_s_n">&bull; Basic (title)</option><option value="topuserratings_s_p">&bull; Basic (publisher)</option><option value="topuserratings_s_a">&bull; Basic (uploader)</option> <option value="">&nbsp;</option> <option value="">-- Most Rated --</option> <option value="mostrated_l_s">&bull; Full (# ratings)</option><option value="mostrated_l_n">&bull; Full (title)</option><option value="mostrated_l_p">&bull; Full (publisher)</option><option value="mostrated_l_a">&bull; Full (uploader)</option><option value="mostrated_s_s">&bull; Basic (# ratings)</option><option value="mostrated_s_n">&bull; Basic (title)</option><option value="mostrated_s_p">&bull; Basic (publisher)</option><option value="mostrated_s_a">&bull; Basic (uploader)</option><option value="">&nbsp;</option><option value="">-- Top Comments --</option><option value="mostcommented_l_s">&bull; Full (comment)</option><option value="mostcommented_l_n">&bull; Full (title)</option><option value="mostcommented_l_p">&bull; Full (publisher)</option><option value="mostcommented_l_a">&bull; Full (uploader)</option><option value="mostcommented_s_s">&bull; Basic (comment)</option><option value="mostcommented_s_n">&bull; Basic (title)</option><option value="mostcommented_s_p">&bull; Basic (publisher)</option><option value="mostcommented_s_a">&bull; Basic (uploader)</option><option value="">&nbsp;</option><option value="">-- Most Viewed --</option><option value="mostviewed_l_s">&bull; Full (# views)</option><option value="mostviewed_l_n">&bull; Full (title)</option><option value="mostviewed_l_p">&bull; Full (publisher)</option><option value="mostviewed_l_a">&bull; Full (uploader)</option><option value="mostviewed_s_s">&bull; Basic (# views)</option><option value="mostviewed_s_n">&bull; Basic (title)</option><option value="mostviewed_s_p">&bull; Basic (publisher)</option><option value="mostviewed_s_a">&bull; Basic (uploader)</option> <option value="">&nbsp;</option> <option value="">-- Other Pages --</option> <option value="random12_l_s">&bull; Random 12</option> <option value="contributors">&bull; Contributors</option> </select> </td></tr></table> <div class="sponsor"><table class="Std"><tr class="Std"><td class="Std"><img src="https://box01.comicbookplus.com/images/heart.png" width="20" height="20" alt="small heart">&nbsp;</td><td class="Std">our site?</td><td class="Std"><form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top"><input type="hidden" name="cmd" value="_s-xclick"><input type="hidden" name="hosted_button_id" value="C9EYFA6E2Q2FY">&nbsp;<input type="image" src="https://box01.comicbookplus.com/images/donatebutton.png" name="submit" alt="PayPal - The safer, easier way to pay online.">&nbsp;<img alt="" src="https://www.paypalobjects.com/en_GB/i/scr/pixel.gif" width="1" height="1"></form></td><td class="Std"> a single amount, or </td><td class="Std"><form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top"><input type="hidden" name="cmd" value="_s-xclick"><input type="hidden" name="hosted_button_id" value="EE2956LULDXTL">&nbsp;<input type="image" src="https://box01.comicbookplus.com/images/subscribebutton.png" name="submit" alt="PayPal - The safer, easier way to pay online!">&nbsp;<img alt="" src="https://www.paypalobjects.com/en_GB/i/scr/pixel.gif" width="1" height="1"></form></td><td class="Std">annually and you will help make it even better!!&nbsp;</td><td class="Std"><a href="/?cbplus=sponsorcomicbookplus"> more...</a></td></tr></table></div><main> <div class="introtext"><img src="https://box01.comicbookplus.com/images/animalspartying.png" width="250" height="275" alt="comic book animals partying" class="leftmargin">Welcome to Comic Book Plus, a massive site where every day is party day! <p>We are the original, and still the best site to read and download Golden Age comic books. We also hold a large and growing selection of Silver Age comic books, Comic Strips, Pulp Fiction, Old Time Radio (OTR), Fanzines, a lively and active Forum plus lots more ...</p> <p>The even better news is that all the content is FREE and LEGAL.</p> <p>This is a historically significant archive, that has taken a great many people thousands of hours to create, and we are ever vigilant to ensure that no content breaches copyright or trademark laws.</p> <p>There is something for everyone here. We hope you enjoy your time with us, and come back really soon!</p> </div> <div class="smallnotice">You are WELCOME to enjoy our site &amp; read ALL our books online. But to download &amp; join our forum please <a href="/forum/?action=register" class="whitelink">create a FREE account</a> or <a href="/forum/?action=login" class="whitelink">login</a> </div> <div class="mainbody"><h1 class="mainh1">Comic Book Plus - Free Public Domain Books, Forum &amp; Old Time Radio</h1> <div class="introsection"> <div class="newk"><h2 class="newj"><a href="/forum/" class="ya">Comic Book Forum</a></h2> <a href="/forum/"><img src="https://box01.comicbookplus.com/images/home/sectionforum.png" width="300" height="240" alt="A couple talking on a sofa"></a> <div class="m">You need to register an account, but it is all totally FREE!. You will then have joined the liveliest forum in town. Talk comics, ask questions or give answers <a href="/forum/">more ...</a></div></div> <div class="newo"><h2 class="newj"><a href="/?cid=1507" class="ya">Public Domain Comic Books</a></h2> <a href="/?cid=1507"><img src="https://box01.comicbookplus.com/images/home/sectionga.png" width="300" height="240" alt="Blackhawk and planes flying"></a> <div class="m">Fly in to find a massive collection of Public Domain Comic Books. You can view these online, or download to read at your leisure. Something for everyone here <a href="/?cid=1507">more ...</a></div></div> <div class="newk"><h2 class="newj"><a href="/?cid=2792" class="ya">Old Time Radio Shows</a></h2> <a href="/?cid=2792"><img src="https://box01.comicbookplus.com/images/home/sectionOldTimeRadio.png" width="300" height="240" alt="Archie and friends on air"></a> <div class="m">Tune into the swellest station on the comic book airwaves. Here we have a huge stack of classic old shows, just waiting to be listened to again <a href="/?cid=2792">more ...</a></div></div> </div> <div class="introsection"> <div class="newk"><h2 class="newj"><a href="/?cid=3543" class="ya">Adult Humor</a></h2> <a href="/?cid=3543"><img src="https://box01.comicbookplus.com/images/home/sectionAdultGags.png" width="300" height="240" alt="A father carrying a shotgun and his daughter"></a> <div class="m">Here we have a slightly more earthy section, catering to the reading and humor needs of a "mature & most discerning" audience. Not for the kids! <a href="/?cid=3543">more ...</a></div></div> <div class="newo"><h2 class="newj"><a href="/?cid=1990" class="ya">Compilations</a></h2> <a href="/?cid=1990"><img src="https://box01.comicbookplus.com/images/home/sectioncompilations.png" width="300" height="240" alt="Dollman jumping through scissors"></a> <div class="m">Sometimes it is difficult to find all the stories that feature our favorite characters. Luckily some kind souls have been busy with their scissors and glue <a href="/?cid=1990">more ...</a></div></div> <div class="newk"><h2 class="newj"> <a href="/?cid=6" class="ya">Public Domain Comic Strips</a></h2> <a href="/?cid=6"><img src="https://box01.comicbookplus.com/images/home/sectioncomicstrips.png" width="300" height="240" alt="A domestic comic strip scene"></a> <div class="m">Don't worry, even if you have managed to read all of our comic book collection, we have many other sections. Including comic strips, where it all started <a href="/?cid=6">more ...</a></div></div> </div> <div class="introsection"> <div class="newk"><h2 class="newj"><a href="/?cid=3716" class="ya">Dime Novels</a></h2> <a href="/?cid=3716"><img src="https://box01.comicbookplus.com/images/home/sectionDimeNovels.png" width="300" height="240" alt="Frank Reade Junior's Steam Man"></a> <div class="m">Popular fiction from the late 19th / early 20th century. Generally called "Dime Novels", but the cover price may vary from this. Great fun! <a href="/?cid=3716">more ...</a></div></div> <div class="newo"><h2 class="newj"><a href="/?cid=1555" class="ya">Pulp Magazines</a></h2> <a href="/?cid=1555"><img src="https://box01.comicbookplus.com/images/home/sectionpulpfiction.png" width="300" height="240" alt="Two men reaching out to a monkey with a knife"></a> <div class="m">Maybe not ranking amongst the greatest of literature, but if you want a thrill a minute then pick up one of these books from our pulp shelf and enjoy <a href="/?cid=1555">more ...</a></div></div> <div class="houserect" itemscope itemtype="https://schema.org/WebPageElement"><a href="/?cbplus=sponsorcomicbookplus#topcbp" title="Comic Book Plus In-House Image" rel="nofollow"><img src="https://box01.comicbookplus.com/images/inhouse/r/default/CBP001.webp" alt="Comic Book Plus In-House Image" width="300" height="250"></a></div> </div> <div class="introsection"><div class="newk"><h2 class="newj"> <a href="/?cid=1514" class="ya">Non-English Comics</a></h2> <a href="/?cid=1514"><img src="https://box01.comicbookplus.com/images/home/sectionnonenglish.png" width="300" height="240" alt="An octopus attacking divers in bug-eyed suits"></a> <div class="m">Not content with our English language comics we are now offering amazing stories including Spanish vampires and Italian monsters of the deep <a href="/?cid=1514">more ...</a></div></div> <div class="newo"><h2 class="newj"><a href="/?cid=2293" class="ya">Newspapers and Magazines</a></h2> <a href="/?cid=2293"><img src="https://box01.comicbookplus.com/images/home/sectionnewspapersandmagazines.png" width="300" height="240" alt="A man seeing his newly arrived plates are 13-13-13"></a> <div class="m"> Maybe you are not as unlucky as your plates suggest. Here is a great new section of the best we can find in Public Domain magazines and newspapers <a href="/?cid=2293">more ...</a></div></div> <div class="newk"><h2 class="newj"><a href="/?cid=2623" class="ya">British Story Papers</a></h2> <a href="/?cid=2623"><img src="https://box01.comicbookplus.com/images/home/sectionbritishstorypapers.png" width="300" height="240" alt="A goat saving a goal being scored"></a> <div class="m"> Originally housed with our pulps, these grew in number so quickly that they had to be given their own section. Cricket and sticky cakes all round <a href="/?cid=2623">more ...</a></div></div></div> <div class="introsection"> <div class="newk"><h2 class="newj"><a href="/?cid=1509" class="ya">Fanzines</a></h2> <a href="/?cid=1509"><img src="https://box01.comicbookplus.com/images/home/sectionfan.png" width="300" height="240" alt="Terry being kissed by two women"></a> <div class="m">This is an all new and rapidly growing section on our site. Here reside an array of fanzines all of which have been kindly donated to our archive <a href="/?cid=1509">more ...</a></div></div> <div class="newo"><h2 class="newj"><a href="/?cid=824" class="ya">Pamphlets and Brochures</a></h2> <a href="/?cid=824"><img src="https://box01.comicbookplus.com/images/home/sectionpamphlets.png" width="300" height="240" alt="A G.I. reading a brochure"></a> <div class="m"> Sometimes there are times you need some really expert advice. Maybe you will find an answer to your question amongst our pamphlets and brochures <a href="/?cid=824">more ...</a></div></div> <div class="newk"><h2 class="newj"><a href="/?cid=2949" class="ya">Vintage Movies and Television Shows</a></h2> <a href="/?cid=2949"><img src="https://box01.comicbookplus.com/images/home/sectionVintageFilms.png" width="300" height="240" alt="Detail from a Flash Gordon poster"></a> <div class="m">Enjoy gripping cliffhangers, adventure and excitement of old movies and TV shows. Just as you would, back in the day, at home or your local movie theater <a href="/?cid=2949">more ...</a></div></div> </div> <div class="introsection"> <div class="newk"><h2 class="newj"> <a href="/?cbplus=categories" class="ya">Categories</a></h2> <a href="/?cbplus=categories"><img src="https://box01.comicbookplus.com/images/home/sectioncategories.png" width="300" height="240" alt="Connie Rodd Carrying A Sign Saying Categories"></a> <div class="m"> Here we analyzed all the titles on our site and placed them into various genres and categories. To make it easy to find the books you want <a href="/?cbplus=categories">more ...</a></div></div> <div class="newo"><h2 class="newj"><a href="/?cbplus=insite" class="ya">Insite Pages </a></h2> <a href="/?cbplus=insite"><img src="https://box01.comicbookplus.com/images/home/sectioninsite.png" width="300" height="240" alt="Connie Rodd on the telephone reading a manual"></a> <div class="m"> This is a really cool place find out some more about our books. With listings of recent additions, favorable ratings and site record breakers <a href="/?cbplus=insite">more ...</a></div></div> <div class="houserect" itemscope itemtype="https://schema.org/WebPageElement"><a href="/?cbplus=sponsorcomicbookplus#topcbp" title="Comic Book Plus In-House Image" rel="nofollow"><img src="https://box01.comicbookplus.com/images/inhouse/r/default/CBP005.webp" alt="Comic Book Plus In-House Image" width="300" height="250"></a></div> </div> <div class="introsection"> <div class="newk"><h2 class="newj"><a href="/?cbplus=yns_home" class="ya">Virtual Newsstand</a></h2> <a href="/?cbplus=yns_home"><img src="https://box01.comicbookplus.com/images/home/sectionnewsstand.png" width="300" height="240" alt="Captain Marvel Junior and his newssstand"></a> <div class="m"> Jump aboard the Virtual Newsstand and journey back in time to find the hottest titles on the block. A fascinating and different way to explore our site <a href="/?cbplus=yns_home">more ...</a></div></div> <div class="newo"><h2 class="newj"><a href="/?cbplus=ylg_home" class="ya">Virtual Listening Guide</a></h2> <a href="/?cbplus=ylg_home"><img src="https://box01.comicbookplus.com/images/home/sectionVirtualListeningGuide.png" width="300" height="240" alt="A family listening to the wireless"></a> <div class="m">With so many great shows to listen to don't risk missing even one episode. Our comprehensive guide gives details of times they were first broadcast <a href="/?cbplus=ylg_home">more ...</a></div></div> <div class="newk"><h2 class="newj"><a href="/?cbplus=ylg_dhome_0" class="ya">The Day's Radio Shows</a></h2> <a href="/?cbplus=ylg_dhome_0"><img src="https://box01.comicbookplus.com/images/home/sectionDailyOTR.png" width="300" height="240" alt="A family listening to the wireless"></a> <div class="m">Our radio shows by day of the year they were broadcast. What was on the airwaves on your birthday, or other memorable dates in your year? <a href="/?cbplus=ylg_dhome_0">more ...</a></div></div> </div> <div class="introsection"> <div class="newk"><h2 class="newj"><a href="/?cbplus=latestuploads_l_s_0" class="ya">Latest Uploaded Books</a></h2> <a href="/?cbplus=latestuploads_l_s_0"><img src="https://box01.comicbookplus.com/images/home/sectionlatest.png" width="300" height="240" alt="Captain Marvel Junior showing current titles"></a> <div class="m">New books are coming in so fast, that if you blink you may just miss something you have been waiting for. So remember to check these pages regularly!! <a href="/?cbplus=latestuploads_l_s_0">more ...</a></div></div> <div class="newo"><h2 class="newj"><a href="/?cbplus=contributors" class="ya">Contributors</a></h2> <a href="/?cbplus=contributors"><img src="https://box01.comicbookplus.com/images/home/sectionContributors.png" width="300" height="240" alt="Two men giving a woman presents"></a> <div class="m"> This site would be nothing without the hardworking and selfless souls who have helped to create all of our content. Here we celebrate these stars <a href="/?cbplus=contributors">more ...</a></div></div> <div class="newk"><h2 class="newj"><a href="/?cbplus=random12_l_s_0" class="ya">The Random 12 Project</a></h2> <a href="/?cbplus=random12_l_s_0"><img src="https://box01.comicbookplus.com/images/home/sectionRandom12.png" width="300" height="240" alt="A rigged fairgound gambling wheel"></a> <div class="m"> To add a bit of variety to your reading, every Monday we have the system choose 12 comics purely at random. Dip in, choose a book and report back <a href="/?cbplus=random12_l_s_0">more ...</a></div></div> </div> <div class="introsection"> <div class="newk"><h2 class="newj"><a href="/?cbplus=sitemap" class="ya">Our Sitemap</a></h2> <a href="/?cbplus=sitemap"><img src="https://box01.comicbookplus.com/images/home/sectionsitemap.png" width="300" height="240" alt="A couple in a canoe lost with a ghoul appearing"></a> <div class="m">We hold a massive amount of books, so as one way to help you find your way around we have chosen what we consider the most important pages <a href="/?cbplus=sitemap">more ...</a></div></div> <div class="newo"><h2 class="newj"><a href="/?cid=1510" class="ya">Odds and Ends</a></h2> <a href="/?cid=1510"><img src="https://box01.comicbookplus.com/images/home/sectionmisc.png" width="300" height="240" alt="Some strange craft from Airboy"></a> <div class="m">No matter how hard you work, there are always things that will just not fit into any category. But normally they are little gems, this section is no exception <a href="/?cid=1510">more ...</a></div></div> <div class="houserect" itemscope itemtype="https://schema.org/WebPageElement"><a href="/?cbplus=sponsorcomicbookplus#topcbp" title="Comic Book Plus In-House Image" rel="nofollow"><img src="https://box01.comicbookplus.com/images/inhouse/r/default/CBP104.webp" alt="Comic Book Plus In-House Image" width="300" height="250"></a></div> </div> </div> </main> <div class="c centertext"><div class="matchedcontentad" itemscope itemtype="https://schema.org/WebPageElement"><ins class="adsbygoogle" style="display:inline-block;width:970px;height:485px" data-ad-client="ca-pub-9639869078401298" data-ad-slot="6218857133"></ins> <script> (adsbygoogle = window.adsbygoogle || []).push({}); </script></div></div> <div class="c"> <div class="b"><div class="botad botmarg30" itemscope itemtype="https://schema.org/WebPageElement"><a href="/?cbplus=sponsorcomicbookplus#topcbp" title="Comic Book Plus In-House Image" rel="nofollow"><img src="https://box01.comicbookplus.com/images/inhouse/b/default/CBP008.webp" alt="Comic Book Plus In-House Image"></a></div></div> <strong>Mission:</strong> Our mission is to present free of charge, and to the widest audience, popular cultural works of the past. These are offered as a contribution to education and lifelong learning. They reflect the attitudes, perspectives, and beliefs of different times. We do not endorse these views, which may contain content offensive to modern users.<br><br> Disclaimer: We aim to house only Public Domain content. If you suspect that any of our material may be infringing copyright, please use our <a href="/contact/">contact page</a> to let us know. So we can investigate further. Utilizing our downloadable content, is strictly at your own risk. In no event will we be liable for any loss or damage including without limitation, indirect or consequential loss or damage, or any loss or damage whatsoever arising from loss of data or profits arising out of, or in connection with, the use of this website. </div></div></div></div> <script src="/advrotator.js"></script> <script> CBPchkblk(); </script> </body> </html>

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