/* auctionnudge.com (v2024.3.1) by morehawes.ca */

function AN_Item_JS(){var AN=null;var head=null;var request_endpoint=null;var request_params={};var container=null;var last_js=null;var max_pages=null;this.init=function(params={}){AN=this;AN.config={target_div_id:'auction-nudge-items',request_params:{},template_html:'',item_html:'',page_active:false,page_show_next:false,page_show_prev:false,cats_output:false,search_box:false,theme_css_asset:'',theme_js_asset:''};AN.update_config(params);AN.head=document.getElementsByTagName('head')[0];AN.request_endpoint='https://www.auctionnudge.com/feed/item/js';AN.disclosure_html='<div style="position:initial !important;display:block !important;margin:10px 0 !important;opacity:1 !important;height:initial !important;color:#222 !important;background: rgba(255,255,255,0.8) !important;scale:1 !important"><span style="display:inline-block !important;padding:0 3px;border:1px solid black;color:black;font-weight:normal;line-height:1.5em;background:#f5f5f5;border-radius:2px;scale:1 !important">Ad</span>&nbsp;Clicking an item will take you to eBay, who may pay a referral commission if a purchase is made.</div>';AN.listen(window,'load',AN.ready);}
this.update_config=function(params={}){for(i in params){if(typeof AN.config[i]!=='undefined'){AN.config[i]=params[i];}}}
this.ready=function(){AN.container=document.getElementById(AN.config.target_div_id);if(AN.container===null){AN.console_error('Container #'+AN.config.target_div_id+' not found.');return false;}
if(AN.config.request_params.theme!=='unstyled'){if(AN.container.className.indexOf('auction-nudge-items')===-1){AN.container.className+=' '+'auction-nudge-items';}
AN.container.className+=' theme-'+AN.config.request_params.theme;}
AN.add_template_html(AN.config.template_html);AN.add_item_html(AN.config.item_html);if(AN.config.page_active){AN.setup_pagination();AN.page_links('next',AN.config.page_show_next);}
if(AN.config.cats_output){AN.setup_cats(AN.config.cats_output);}
if(AN.config.search_box){AN.setup_search();}
if(AN.config.theme_css_asset){AN.add_asset('css',AN.config.theme_css_asset);}
if(AN.config.theme_js_asset){AN.add_asset('js',AN.config.theme_js_asset);}
AN.ready_callback();}
this.update=function(params={}){AN.update_config(params);AN.show_loading(false);if(AN.config.item_html){AN.add_item_html(AN.config.item_html);}else{AN.handle_items_end();}
AN.update_callback(AN.config.page_show_prev,AN.config.page_show_next);}
this.console_error=function(text=''){console.log('Auction Nudge Error: '+text+'');}
this.add_template_html=function(html){if(location.host.indexOf('ebay')!=-1||location.host.indexOf('paypal')!=-1){html='<p><strong>Auction Nudge Error</strong><br />Your items can not load because the website hostname contains a disallowed keyword.</p>';}
AN.container.innerHTML=html;AN.item_wrap=AN.container.getElementsByClassName('an-item-wrap')[0];}
this.add_item_html=function(html){AN.item_wrap.innerHTML=html;}
this.create_element=function(type,attr,content){var ele=document.createElement(type);for(key in attr){ele.setAttribute(key,attr[key]);}
if(content){if(typeof content=='object'){ele.appendChild(content);}else{ele.innerHTML=content;}}
return ele;}
this.listen=function(ele,event,callback){if(typeof ele!=='object'){AN.console_error('Element not found');return false;}
switch(event){case'load':if(typeof ele.addEventListener!="undefined"){ele.addEventListener("load",callback,false);}else if(typeof ele.attachEvent!="undefined"){ele.attachEvent("onload",callback);}else{if(ele.onload!=null){var old_onload=ele.onload;ele.onload=function(e){old_onload(e);e[callback]();};}else{ele.onload=callback;}}
break;default:if(typeof ele.addEventListener!="undefined"){ele.addEventListener(event,callback,false);}else if(typeof ele.attachEvent!="undefined"){ele.attachEvent('on'+event,callback);}
break;}}
this.add_asset=function(type,url){var e_type='';switch(type){case'css':e_type='link';var styles=AN.head.getElementsByTagName(e_type);for(i=0;i<styles.length;i++){if(url===styles[i].href){return false;}}
var attr={'type':'text/css','rel':'stylesheet','href':url};break;case'js':e_type='script';var scripts=AN.head.getElementsByTagName(e_type);for(i=0;i<scripts.length;i++){if(url===scripts[i].src){return false;}}
var attr={'type':'text/javascript','src':url};break;}
AN.head.appendChild(AN.create_element(e_type,attr,''));}
this.request_items=function(){AN.show_loading(true);var request=AN.build_request();AN.perform_request(request);}
this.build_request=function(){AN.config.request_params.action='update';var request=AN.request_endpoint;for(key in AN.config.request_params){request+='/'+key+'/'+AN.config.request_params[key];}
return request;}
this.perform_request=function(request){if(AN.last_js){AN.head.removeChild(AN.last_js);}
var attr={'type':'text/javascript','src':request};var add_js=AN.create_element('script',attr,'');AN.head.appendChild(add_js);AN.last_js=add_js;}
this.ready_callback=function(){if(typeof window.auction_nudge_loaded=='function'){auction_nudge_loaded(AN.config);}}
this.update_callback=function(page_show_prev,page_show_next){if(typeof AN.update_pagination=='function'){AN.update_pagination(page_show_prev,page_show_next);}
if(typeof window.an_item_resize=='function'){an_item_resize();}
if(typeof window.auction_nudge_loaded=='function'){auction_nudge_loaded();}}
this.show_loading=function(loading){if(loading){AN.container.className+=' an-loading';}else{AN.container.className=AN.container.className.replace(/( )?an-loading/g,'');}}}
var AN_Item_items=new AN_Item_JS();AN_Item_items.init({target_div_id:'auction-nudge-items',request_params:{"target":"items","action":"init","theme":"carousel","page":false,"img_size":80,"cats_output":false,"search_box":false,"carousel_scroll":"3","carousel_auto":"5","carousel_width":"85","lang":"english","SellerID":"timhu","siteid":"0","MaxEntries":"100","keyword":"Civil+War"},template_html:'<div id=\"an-item-wrap\" class=\"an-item-wrap\"></div>',item_html:'<div id=\"auction-nudge-carousel-container\"  class=\"auction-nudge-carousel-container\" style=\"display:none\" data-scroll=\"3\" data-width=\"85\" data-auto=\"5\"><div class=\"carousel-header\"><div class=\"right-now\"><img src=\"https://assets-auctionnudge.s3.amazonaws.com/feed/item/img/right-now-on-ebay-83x48.png\" alt=\"\" width=\"52\" height=\"30\"></div><a href=\"https://www.auctionnudge.com/tools/your-ebay-items\" class=\"an-powered\" target=\"_blank\">Widget by <span>Auction Nudge</span></a></div><ul><li class=\"item\"><div class=\"image\"><div class=\"image-container\" style=\"\"><a href=\"https://www.auctionnudge.com/to_ebay/item/site_id/0/user_id/13286/tool_name/item/item_hash/l76oob3f7c\" rel=\"nofollow\" target=\"_blank\"><img src=\"https://i.ebayimg.com/images/g/Vw8AAOSwKgRmL7Ix/s-l225.jpg\" /></a></div></div><div class=\"title\"><a href=\"https://www.auctionnudge.com/to_ebay/item/site_id/0/user_id/13286/tool_name/item/item_hash/l76oob3f7c\" rel=\"nofollow\" target=\"_blank\">Lot of 11 New York City AMERICAN CIVIL WAR Era w/ Maps 1861-65 NYC Newspapers</a></div><div class=\"price\">&#36;98.00&nbsp;</div><div class=\"format bin\">Buy It Now</div></li><li class=\"item\"><div class=\"image\"><div class=\"image-container\" style=\"\"><a href=\"https://www.auctionnudge.com/to_ebay/item/site_id/0/user_id/13286/tool_name/item/item_hash/l779d7a4ad\" rel=\"nofollow\" target=\"_blank\"><img src=\"https://i.ebayimg.com/images/g/DBkAAOSwa2VnCQ84/s-l225.jpg\" /></a></div></div><div class=\"title\"><a href=\"https://www.auctionnudge.com/to_ebay/item/site_id/0/user_id/13286/tool_name/item/item_hash/l779d7a4ad\" rel=\"nofollow\" target=\"_blank\">Rare ANTI SLAVERY Freedom Slaves William Lloyd Garrison Civil War 1864 Newspaper</a></div><div class=\"price\">&#36;89.99&nbsp;</div><div class=\"format auction\">1 bid</div></li><li class=\"item\"><div class=\"image\"><div class=\"image-container\" style=\"\"><a href=\"https://www.auctionnudge.com/to_ebay/item/site_id/0/user_id/13286/tool_name/item/item_hash/lbdoegeele\" rel=\"nofollow\" target=\"_blank\"><img src=\"https://i.ebayimg.com/images/g/IxsAAOSwO2dj7i9~/s-l225.jpg\" /></a></div></div><div class=\"title\"><a href=\"https://www.auctionnudge.com/to_ebay/item/site_id/0/user_id/13286/tool_name/item/item_hash/lbdoegeele\" rel=\"nofollow\" target=\"_blank\">Early Post Civil War Baseball Championship Game Description 1865 NYC Newspaper</a></div><div class=\"price\">&#36;38.00&nbsp;</div><div class=\"format bin\">Buy It Now</div></li><li class=\"item\"><div class=\"image\"><div class=\"image-container\" style=\"\"><a href=\"https://www.auctionnudge.com/to_ebay/item/site_id/0/user_id/13286/tool_name/item/item_hash/lbe934igd3\" rel=\"nofollow\" target=\"_blank\"><img src=\"https://i.ebayimg.com/images/g/HkIAAOSwUR9krXFQ/s-l225.jpg\" /></a></div></div><div class=\"title\"><a href=\"https://www.auctionnudge.com/to_ebay/item/site_id/0/user_id/13286/tool_name/item/item_hash/lbe934igd3\" rel=\"nofollow\" target=\"_blank\">1864 BELLE ISLAND Richmond VA Virginia Union Soldiers Civil War Prison PRINT </a></div><div class=\"price\">&#36;29.00&nbsp;</div><div class=\"format bin\">Buy It Now</div></li><li class=\"item\"><div class=\"image\"><div class=\"image-container\" style=\"\"><a href=\"https://www.auctionnudge.com/to_ebay/item/site_id/0/user_id/13286/tool_name/item/item_hash/lbf7g7fl7o\" rel=\"nofollow\" target=\"_blank\"><img src=\"https://i.ebayimg.com/images/g/OCEAAOSwahJlQRsh/s-l225.jpg\" /></a></div></div><div class=\"title\"><a href=\"https://www.auctionnudge.com/to_ebay/item/site_id/0/user_id/13286/tool_name/item/item_hash/lbf7g7fl7o\" rel=\"nofollow\" target=\"_blank\">MONITOR VS. MERRIMAC Battle of Hampton Roads Civil War IRONCLADS 1862 Newspaper</a></div><div class=\"price\">&#36;55.00&nbsp;</div><div class=\"format bin\">Buy It Now</div></li><li class=\"item\"><div class=\"image\"><div class=\"image-container\" style=\"\"><a href=\"https://www.auctionnudge.com/to_ebay/item/site_id/0/user_id/13286/tool_name/item/item_hash/l779d9bgoc\" rel=\"nofollow\" target=\"_blank\"><img src=\"https://i.ebayimg.com/images/g/AkMAAOSwB6JnCRxt/s-l225.jpg\" /></a></div></div><div class=\"title\"><a href=\"https://www.auctionnudge.com/to_ebay/item/site_id/0/user_id/13286/tool_name/item/item_hash/l779d9bgoc\" rel=\"nofollow\" target=\"_blank\">Rare CONFEDERATE Richmond Hamption Roads Naval Fight Civil War 1862 Newspaper </a></div><div class=\"price\">&#36;69.99&nbsp;</div><div class=\"format auction\">0 bids</div></li><li class=\"item\"><div class=\"image\"><div class=\"image-container\" style=\"\"><a href=\"https://www.auctionnudge.com/to_ebay/item/site_id/0/user_id/13286/tool_name/item/item_hash/l76eadaabl\" rel=\"nofollow\" target=\"_blank\"><img src=\"https://i.ebayimg.com/images/g/Oy0AAOSwFc9mfAfH/s-l225.jpg\" /></a></div></div><div class=\"title\"><a href=\"https://www.auctionnudge.com/to_ebay/item/site_id/0/user_id/13286/tool_name/item/item_hash/l76eadaabl\" rel=\"nofollow\" target=\"_blank\">BATTLE OF FREDERICKSBURG Virginia Burnside vs. Lee 1862 Civil War Newspaper</a></div><div class=\"price\">&#36;30.00&nbsp;</div><div class=\"format bin\">Buy It Now</div></li><li class=\"item\"><div class=\"image\"><div class=\"image-container\" style=\"\"><a href=\"https://www.auctionnudge.com/to_ebay/item/site_id/0/user_id/13286/tool_name/item/item_hash/l7ld3blic4\" rel=\"nofollow\" target=\"_blank\"><img src=\"https://i.ebayimg.com/images/g/qRMAAOSwm45lumX2/s-l225.jpg\" /></a></div></div><div class=\"title\"><a href=\"https://www.auctionnudge.com/to_ebay/item/site_id/0/user_id/13286/tool_name/item/item_hash/l7ld3blic4\" rel=\"nofollow\" target=\"_blank\">1862 $5 Dollars Confederate States of America CSA Note 1862 Civil War Newspaper</a></div><div class=\"price\">&#36;67.00&nbsp;</div><div class=\"format bin\">Buy It Now</div></li><li class=\"item\"><div class=\"image\"><div class=\"image-container\" style=\"\"><a href=\"https://www.auctionnudge.com/to_ebay/item/site_id/0/user_id/13286/tool_name/item/item_hash/l779d7hi7b\" rel=\"nofollow\" target=\"_blank\"><img src=\"https://i.ebayimg.com/images/g/tMwAAOSw0RdnCQtE/s-l225.jpg\" /></a></div></div><div class=\"title\"><a href=\"https://www.auctionnudge.com/to_ebay/item/site_id/0/user_id/13286/tool_name/item/item_hash/l779d7hi7b\" rel=\"nofollow\" target=\"_blank\">Very Early 1857 BASEBALL Pre Civil War Porter\'s Spirit of the Times NEWSPAPER</a></div><div class=\"price\">&#36;24.99&nbsp;</div><div class=\"format auction\">0 bids</div></li><li class=\"item\"><div class=\"image\"><div class=\"image-container\" style=\"\"><a href=\"https://www.auctionnudge.com/to_ebay/item/site_id/0/user_id/13286/tool_name/item/item_hash/l74hhod6le\" rel=\"nofollow\" target=\"_blank\"><img src=\"https://i.ebayimg.com/images/g/Be4AAOSwO2hkfd--/s-l225.jpg\" /></a></div></div><div class=\"title\"><a href=\"https://www.auctionnudge.com/to_ebay/item/site_id/0/user_id/13286/tool_name/item/item_hash/l74hhod6le\" rel=\"nofollow\" target=\"_blank\">Final Months of the American Civil War 1865 Philadelphia Original Old Newspaper</a></div><div class=\"price\">&#36;28.00&nbsp;</div><div class=\"format bin\">Buy It Now</div></li><li class=\"item\"><div class=\"image\"><div class=\"image-container\" style=\"\"><a href=\"https://www.auctionnudge.com/to_ebay/item/site_id/0/user_id/13286/tool_name/item/item_hash/l6dhebceh7\" rel=\"nofollow\" target=\"_blank\"><img src=\"https://i.ebayimg.com/images/g/2HsAAOSwrpRd98jf/s-l225.jpg\" /></a></div></div><div class=\"title\"><a href=\"https://www.auctionnudge.com/to_ebay/item/site_id/0/user_id/13286/tool_name/item/item_hash/l6dhebceh7\" rel=\"nofollow\" target=\"_blank\">CONFEDERATES FAILING Civil War Nearing the End Ulysses S. Grant 1865 Newspaper</a></div><div class=\"price\">&#36;31.00&nbsp;</div><div class=\"format bin\">Buy It Now</div></li><li class=\"item\"><div class=\"image\"><div class=\"image-container\" style=\"\"><a href=\"https://www.auctionnudge.com/to_ebay/item/site_id/0/user_id/13286/tool_name/item/item_hash/lci6c4gogi\" rel=\"nofollow\" target=\"_blank\"><img src=\"https://i.ebayimg.com/images/g/3BsAAOSwPpdnCRei/s-l225.jpg\" /></a></div></div><div class=\"title\"><a href=\"https://www.auctionnudge.com/to_ebay/item/site_id/0/user_id/13286/tool_name/item/item_hash/lci6c4gogi\" rel=\"nofollow\" target=\"_blank\">JAMES DEVLIN Civil War Union Soldier Execution for Desertion 1865 old Newspaper</a></div><div class=\"price\">&#36;24.99&nbsp;</div><div class=\"format auction\">0 bids</div></li><li class=\"item\"><div class=\"image\"><div class=\"image-container\" style=\"\"><a href=\"https://www.auctionnudge.com/to_ebay/item/site_id/0/user_id/13286/tool_name/item/item_hash/l779ei3bf9\" rel=\"nofollow\" target=\"_blank\"><img src=\"https://i.ebayimg.com/images/g/uSkAAOSwWH9nABFC/s-l225.jpg\" /></a></div></div><div class=\"title\"><a href=\"https://www.auctionnudge.com/to_ebay/item/site_id/0/user_id/13286/tool_name/item/item_hash/l779ei3bf9\" rel=\"nofollow\" target=\"_blank\">FINAL DAYS of the American Civil War Lee\'s Surrender Close 3/30/1865 Newspaper</a></div><div class=\"price\">&#36;42.00&nbsp;</div><div class=\"format bin\">Buy It Now</div></li><li class=\"item\"><div class=\"image\"><div class=\"image-container\" style=\"\"><a href=\"https://www.auctionnudge.com/to_ebay/item/site_id/0/user_id/13286/tool_name/item/item_hash/l74g9dfgfa\" rel=\"nofollow\" target=\"_blank\"><img src=\"https://i.ebayimg.com/images/g/ocYAAOSw0sRkeNCQ/s-l225.jpg\" /></a></div></div><div class=\"title\"><a href=\"https://www.auctionnudge.com/to_ebay/item/site_id/0/user_id/13286/tool_name/item/item_hash/l74g9dfgfa\" rel=\"nofollow\" target=\"_blank\">Rare Confederate Guerrilla  John Hunt Morgan Escapes 1864 Civil War Newspaper</a></div><div class=\"price\">&#36;215.00&nbsp;</div><div class=\"format bin\">Buy It Now</div></li><li class=\"item\"><div class=\"image\"><div class=\"image-container\" style=\"\"><a href=\"https://www.auctionnudge.com/to_ebay/item/site_id/0/user_id/13286/tool_name/item/item_hash/lch4l4lbai\" rel=\"nofollow\" target=\"_blank\"><img src=\"https://i.ebayimg.com/images/g/YNQAAOSwJ65mZu~I/s-l225.jpg\" /></a></div></div><div class=\"title\"><a href=\"https://www.auctionnudge.com/to_ebay/item/site_id/0/user_id/13286/tool_name/item/item_hash/lch4l4lbai\" rel=\"nofollow\" target=\"_blank\">SIEGE OF YORKTOWN Diagram Map & New Orleans LA Falls 1862 Civil War NY Newspaper</a></div><div class=\"price\">&#36;34.00&nbsp;</div><div class=\"format bin\">Buy It Now</div></li><li class=\"item\"><div class=\"image\"><div class=\"image-container\" style=\"\"><a href=\"https://www.auctionnudge.com/to_ebay/item/site_id/0/user_id/13286/tool_name/item/item_hash/lci7ol4oh7\" rel=\"nofollow\" target=\"_blank\"><img src=\"https://i.ebayimg.com/images/g/xBMAAOSwc6FnDmD8/s-l225.jpg\" /></a></div></div><div class=\"title\"><a href=\"https://www.auctionnudge.com/to_ebay/item/site_id/0/user_id/13286/tool_name/item/item_hash/lci7ol4oh7\" rel=\"nofollow\" target=\"_blank\">Rare SALEM NJ New Jersey Pre Civil War 19th Century 1853 Original Old Newspaper</a></div><div class=\"price\">&#36;34.99&nbsp;</div><div class=\"format auction\">0 bids</div></li><li class=\"item\"><div class=\"image\"><div class=\"image-container\" style=\"\"><a href=\"https://www.auctionnudge.com/to_ebay/item/site_id/0/user_id/13286/tool_name/item/item_hash/lbc96agi77\" rel=\"nofollow\" target=\"_blank\"><img src=\"https://i.ebayimg.com/images/g/iFsAAOSwIbFjA3OK/s-l225.jpg\" /></a></div></div><div class=\"title\"><a href=\"https://www.auctionnudge.com/to_ebay/item/site_id/0/user_id/13286/tool_name/item/item_hash/lbc96agi77\" rel=\"nofollow\" target=\"_blank\">18th Century Early Baseball During the Civil War w/ Box Scores 1862 Newspaper </a></div><div class=\"price\">&#36;31.00&nbsp;</div><div class=\"format bin\">Buy It Now</div></li><li class=\"item\"><div class=\"image\"><div class=\"image-container\" style=\"\"><a href=\"https://www.auctionnudge.com/to_ebay/item/site_id/0/user_id/13286/tool_name/item/item_hash/lcg4hi9lgg\" rel=\"nofollow\" target=\"_blank\"><img src=\"https://i.ebayimg.com/images/g/hDcAAOSwxVplxlPG/s-l225.jpg\" /></a></div></div><div class=\"title\"><a href=\"https://www.auctionnudge.com/to_ebay/item/site_id/0/user_id/13286/tool_name/item/item_hash/lcg4hi9lgg\" rel=\"nofollow\" target=\"_blank\">FRANKLIN Massachusetts Uncas Baseball Club is Born 1858 Pre Civil War Newspaper </a></div><div class=\"price\">&#36;36.00&nbsp;</div><div class=\"format bin\">Buy It Now</div></li><li class=\"item\"><div class=\"image\"><div class=\"image-container\" style=\"\"><a href=\"https://www.auctionnudge.com/to_ebay/item/site_id/0/user_id/13286/tool_name/item/item_hash/l779do6iil\" rel=\"nofollow\" target=\"_blank\"><img src=\"https://i.ebayimg.com/images/g/32cAAOSw5IFnCRU~/s-l225.jpg\" /></a></div></div><div class=\"title\"><a href=\"https://www.auctionnudge.com/to_ebay/item/site_id/0/user_id/13286/tool_name/item/item_hash/l779do6iil\" rel=\"nofollow\" target=\"_blank\">President ABRAHAM LINCOLN Election Victory 1st Report 1864 Civil War Newspaper</a></div><div class=\"price\">&#36;67.99&nbsp;</div><div class=\"format auction\">0 bids</div></li><li class=\"item\"><div class=\"image\"><div class=\"image-container\" style=\"\"><a href=\"https://www.auctionnudge.com/to_ebay/item/site_id/0/user_id/13286/tool_name/item/item_hash/l76af4hi9i\" rel=\"nofollow\" target=\"_blank\"><img src=\"https://i.ebayimg.com/images/g/12cAAOSw-eVmVxwQ/s-l225.jpg\" /></a></div></div><div class=\"title\"><a href=\"https://www.auctionnudge.com/to_ebay/item/site_id/0/user_id/13286/tool_name/item/item_hash/l76af4hi9i\" rel=\"nofollow\" target=\"_blank\">Very Early Pre Civil War BASEBALL GAME w/ Box Scores & Cricket 1859 Newspaper</a></div><div class=\"price\">&#36;34.00&nbsp;</div><div class=\"format bin\">Buy It Now</div></li><li class=\"item\"><div class=\"image\"><div class=\"image-container\" style=\"\"><a href=\"https://www.auctionnudge.com/to_ebay/item/site_id/0/user_id/13286/tool_name/item/item_hash/lcg9a7cboc\" rel=\"nofollow\" target=\"_blank\"><img src=\"https://i.ebayimg.com/images/g/ewkAAOSwMG9l-b7B/s-l225.jpg\" /></a></div></div><div class=\"title\"><a href=\"https://www.auctionnudge.com/to_ebay/item/site_id/0/user_id/13286/tool_name/item/item_hash/lcg9a7cboc\" rel=\"nofollow\" target=\"_blank\">Post Battle of Fredericksburg AMBROSE BURNSIDE & Hooker Retreat 1863 Civil War  </a></div><div class=\"price\">&#36;28.00&nbsp;</div><div class=\"format bin\">Buy It Now</div></li><li class=\"item\"><div class=\"image\"><div class=\"image-container\" style=\"\"><a href=\"https://www.auctionnudge.com/to_ebay/item/site_id/0/user_id/13286/tool_name/item/item_hash/l779d7ca4b\" rel=\"nofollow\" target=\"_blank\"><img src=\"https://i.ebayimg.com/images/g/XgEAAOSwBrFnCREG/s-l225.jpg\" /></a></div></div><div class=\"title\"><a href=\"https://www.auctionnudge.com/to_ebay/item/site_id/0/user_id/13286/tool_name/item/item_hash/l779d7ca4b\" rel=\"nofollow\" target=\"_blank\">CONFEDERATE Raleigh North Carolina Final Weeks of the Civil War 1865 Newspaper</a></div><div class=\"price\">&#36;164.99&nbsp;</div><div class=\"format auction\">0 bids</div></li><li class=\"item\"><div class=\"image\"><div class=\"image-container\" style=\"\"><a href=\"https://www.auctionnudge.com/to_ebay/item/site_id/0/user_id/13286/tool_name/item/item_hash/l7iaee9b9d\" rel=\"nofollow\" target=\"_blank\"><img src=\"https://i.ebayimg.com/images/g/AIoAAOSwhaNje6J~/s-l225.jpg\" /></a></div></div><div class=\"title\"><a href=\"https://www.auctionnudge.com/to_ebay/item/site_id/0/user_id/13286/tool_name/item/item_hash/l7iaee9b9d\" rel=\"nofollow\" target=\"_blank\">Peace Mission Jefferson Davis & Abraham Lincoln 1865 Civil War old NYC Newspaper</a></div><div class=\"price\">&#36;32.00&nbsp;</div><div class=\"format bin\">Buy It Now</div></li><li class=\"item\"><div class=\"image\"><div class=\"image-container\" style=\"\"><a href=\"https://www.auctionnudge.com/to_ebay/item/site_id/0/user_id/13286/tool_name/item/item_hash/l7339b3a7o\" rel=\"nofollow\" target=\"_blank\"><img src=\"https://i.ebayimg.com/images/g/nSoAAOSwHz1j67fy/s-l225.jpg\" /></a></div></div><div class=\"title\"><a href=\"https://www.auctionnudge.com/to_ebay/item/site_id/0/user_id/13286/tool_name/item/item_hash/l7339b3a7o\" rel=\"nofollow\" target=\"_blank\">Battle of Fort Sumter Diagram Charleston South Carolina 1863 Civil War Newspaper</a></div><div class=\"price\">&#36;46.00&nbsp;</div><div class=\"format bin\">Buy It Now</div></li><li class=\"item\"><div class=\"image\"><div class=\"image-container\" style=\"\"><a href=\"https://www.auctionnudge.com/to_ebay/item/site_id/0/user_id/13286/tool_name/item/item_hash/lbfc4969b6\" rel=\"nofollow\" target=\"_blank\"><img src=\"https://i.ebayimg.com/images/g/WyoAAOSw7Dtldx~k/s-l225.jpg\" /></a></div></div><div class=\"title\"><a href=\"https://www.auctionnudge.com/to_ebay/item/site_id/0/user_id/13286/tool_name/item/item_hash/lbfc4969b6\" rel=\"nofollow\" target=\"_blank\">VICKSBURG MS MISSISSIPPI Civil War MAP & Seven Days Battles 1862 old Newspaper</a></div><div class=\"price\">&#36;47.00&nbsp;</div><div class=\"format bin\">Buy It Now</div></li><li class=\"item\"><div class=\"image\"><div class=\"image-container\" style=\"\"><a href=\"https://www.auctionnudge.com/to_ebay/item/site_id/0/user_id/13286/tool_name/item/item_hash/lch4l46e6l\" rel=\"nofollow\" target=\"_blank\"><img src=\"https://i.ebayimg.com/images/g/fGwAAOSwKYdmZudG/s-l225.jpg\" /></a></div></div><div class=\"title\"><a href=\"https://www.auctionnudge.com/to_ebay/item/site_id/0/user_id/13286/tool_name/item/item_hash/lch4l46e6l\" rel=\"nofollow\" target=\"_blank\">1863 CONFEDERATE Richmond VA Civil War Newspaper USS INDIANOLA Ironclad Captured</a></div><div class=\"price\">&#36;69.00&nbsp;</div><div class=\"format bin\">Buy It Now</div></li><li class=\"item\"><div class=\"image\"><div class=\"image-container\" style=\"\"><a href=\"https://www.auctionnudge.com/to_ebay/item/site_id/0/user_id/13286/tool_name/item/item_hash/lcggolhfac\" rel=\"nofollow\" target=\"_blank\"><img src=\"https://i.ebayimg.com/images/g/szwAAOSw13JloAdF/s-l225.jpg\" /></a></div></div><div class=\"title\"><a href=\"https://www.auctionnudge.com/to_ebay/item/site_id/0/user_id/13286/tool_name/item/item_hash/lcggolhfac\" rel=\"nofollow\" target=\"_blank\">Union Cavalry Captured Rebel Forces at CHARLES CITY Court House 1863 Newspaper  </a></div><div class=\"price\">&#36;29.00&nbsp;</div><div class=\"format bin\">Buy It Now</div></li><li class=\"item\"><div class=\"image\"><div class=\"image-container\" style=\"\"><a href=\"https://www.auctionnudge.com/to_ebay/item/site_id/0/user_id/13286/tool_name/item/item_hash/l7693ld94e\" rel=\"nofollow\" target=\"_blank\"><img src=\"https://i.ebayimg.com/images/g/GroAAOSw1NhmOQMB/s-l225.jpg\" /></a></div></div><div class=\"title\"><a href=\"https://www.auctionnudge.com/to_ebay/item/site_id/0/user_id/13286/tool_name/item/item_hash/l7693ld94e\" rel=\"nofollow\" target=\"_blank\">Rare CONFEDERATE Capital of Confederacy Christmas in South 1863 Civil War News</a></div><div class=\"price\">&#36;77.00&nbsp;</div><div class=\"format bin\">Buy It Now</div></li><li class=\"item\"><div class=\"image\"><div class=\"image-container\" style=\"\"><a href=\"https://www.auctionnudge.com/to_ebay/item/site_id/0/user_id/13286/tool_name/item/item_hash/l7lh3ilo76\" rel=\"nofollow\" target=\"_blank\"><img src=\"https://i.ebayimg.com/images/g/mJsAAOSw6Z9lNmOn/s-l225.jpg\" /></a></div></div><div class=\"title\"><a href=\"https://www.auctionnudge.com/to_ebay/item/site_id/0/user_id/13286/tool_name/item/item_hash/l7lh3ilo76\" rel=\"nofollow\" target=\"_blank\">FALL OF RICHMOND Gen. Robert E. Lee Surrender Imminent 1865 Civil War Newspaper</a></div><div class=\"price\">&#36;96.00&nbsp;</div><div class=\"format bin\">Buy It Now</div></li><li class=\"item\"><div class=\"image\"><div class=\"image-container\" style=\"\"><a href=\"https://www.auctionnudge.com/to_ebay/item/site_id/0/user_id/13286/tool_name/item/item_hash/l773adb3bl\" rel=\"nofollow\" target=\"_blank\"><img src=\"https://i.ebayimg.com/images/g/Y2gAAOSwp7Rmulgx/s-l225.jpg\" /></a></div></div><div class=\"title\"><a href=\"https://www.auctionnudge.com/to_ebay/item/site_id/0/user_id/13286/tool_name/item/item_hash/l773adb3bl\" rel=\"nofollow\" target=\"_blank\">1st Union Civil War General NATHANIEL LYON Killed w/ Print & More 1861 Newspaper</a></div><div class=\"price\">&#36;40.00&nbsp;</div><div class=\"format bin\">Buy It Now</div></li><li class=\"item\"><div class=\"image\"><div class=\"image-container\" style=\"\"><a href=\"https://www.auctionnudge.com/to_ebay/item/site_id/0/user_id/13286/tool_name/item/item_hash/l77ig4ahf3\" rel=\"nofollow\" target=\"_blank\"><img src=\"https://i.ebayimg.com/images/g/~lQAAOSwTylmo7am/s-l225.jpg\" /></a></div></div><div class=\"title\"><a href=\"https://www.auctionnudge.com/to_ebay/item/site_id/0/user_id/13286/tool_name/item/item_hash/l77ig4ahf3\" rel=\"nofollow\" target=\"_blank\">WILLIE William Wallace Lincoln Death Affect on Abraham & Mary Todd \'62 Civil War</a></div><div class=\"price\">&#36;48.00&nbsp;</div><div class=\"format bin\">Buy It Now</div></li><li class=\"item\"><div class=\"image\"><div class=\"image-container\" style=\"\"><a href=\"https://www.auctionnudge.com/to_ebay/item/site_id/0/user_id/13286/tool_name/item/item_hash/lchbldlgee\" rel=\"nofollow\" target=\"_blank\"><img src=\"https://i.ebayimg.com/images/g/VwsAAOSwyJZms517/s-l225.jpg\" /></a></div></div><div class=\"title\"><a href=\"https://www.auctionnudge.com/to_ebay/item/site_id/0/user_id/13286/tool_name/item/item_hash/lchbldlgee\" rel=\"nofollow\" target=\"_blank\">Rare CONFEDERATE CAPITAL w/ Robert E. Lee & Jefferson Davis 1862 Civil War News</a></div><div class=\"price\">&#36;83.00&nbsp;</div><div class=\"format bin\">Buy It Now</div></li><li class=\"item\"><div class=\"image\"><div class=\"image-container\" style=\"\"><a href=\"https://www.auctionnudge.com/to_ebay/item/site_id/0/user_id/13286/tool_name/item/item_hash/l76337h7o6\" rel=\"nofollow\" target=\"_blank\"><img src=\"https://i.ebayimg.com/images/g/l6YAAOSw1~tl9DmZ/s-l225.jpg\" /></a></div></div><div class=\"title\"><a href=\"https://www.auctionnudge.com/to_ebay/item/site_id/0/user_id/13286/tool_name/item/item_hash/l76337h7o6\" rel=\"nofollow\" target=\"_blank\">CONFEDERATE Second Battle of Bull Run Stonewall Jackson 1862 Civil War Newspaper</a></div><div class=\"price\">&#36;86.00&nbsp;</div><div class=\"format bin\">Buy It Now</div></li><li class=\"item\"><div class=\"image\"><div class=\"image-container\" style=\"\"><a href=\"https://www.auctionnudge.com/to_ebay/item/site_id/0/user_id/13286/tool_name/item/item_hash/l76c79ol7h\" rel=\"nofollow\" target=\"_blank\"><img src=\"https://i.ebayimg.com/images/g/6LAAAOSwHSVmX1aL/s-l225.jpg\" /></a></div></div><div class=\"title\"><a href=\"https://www.auctionnudge.com/to_ebay/item/site_id/0/user_id/13286/tool_name/item/item_hash/l76c79ol7h\" rel=\"nofollow\" target=\"_blank\">JOSEPH E. JOHNSTON Joe Confederate Civil War General SURRENDERS 1865 Newspaper</a></div><div class=\"price\">&#36;38.00&nbsp;</div><div class=\"format bin\">Buy It Now</div></li><li class=\"item\"><div class=\"image\"><div class=\"image-container\" style=\"\"><a href=\"https://www.auctionnudge.com/to_ebay/item/site_id/0/user_id/13286/tool_name/item/item_hash/l7l6iddogf\" rel=\"nofollow\" target=\"_blank\"><img src=\"https://i.ebayimg.com/images/g/SrcAAOSwWbFlcxqx/s-l225.jpg\" /></a></div></div><div class=\"title\"><a href=\"https://www.auctionnudge.com/to_ebay/item/site_id/0/user_id/13286/tool_name/item/item_hash/l7l6iddogf\" rel=\"nofollow\" target=\"_blank\">FALL OF ATLANTA Georgia William T. Sherman Captures 1864 Civil War Newspaper </a></div><div class=\"price\">&#36;68.00&nbsp;</div><div class=\"format bin\">Buy It Now</div></li><li class=\"item\"><div class=\"image\"><div class=\"image-container\" style=\"\"><a href=\"https://www.auctionnudge.com/to_ebay/item/site_id/0/user_id/13286/tool_name/item/item_hash/l74adbcl9f\" rel=\"nofollow\" target=\"_blank\"><img src=\"https://i.ebayimg.com/images/g/xIoAAOSwTs5k51AW/s-l225.jpg\" /></a></div></div><div class=\"title\"><a href=\"https://www.auctionnudge.com/to_ebay/item/site_id/0/user_id/13286/tool_name/item/item_hash/l74adbcl9f\" rel=\"nofollow\" target=\"_blank\">FINAL MONTH of the American Civil War w/ MAP Battle of Kinston NC 1865 Newspaper</a></div><div class=\"price\">&#36;52.00&nbsp;</div><div class=\"format bin\">Buy It Now</div></li><li class=\"item\"><div class=\"image\"><div class=\"image-container\" style=\"\"><a href=\"https://www.auctionnudge.com/to_ebay/item/site_id/0/user_id/13286/tool_name/item/item_hash/l7llf6gbhl\" rel=\"nofollow\" target=\"_blank\"><img src=\"https://i.ebayimg.com/images/g/~9gAAOSwF8FlZ4bi/s-l225.jpg\" /></a></div></div><div class=\"title\"><a href=\"https://www.auctionnudge.com/to_ebay/item/site_id/0/user_id/13286/tool_name/item/item_hash/l7llf6gbhl\" rel=\"nofollow\" target=\"_blank\">2ND BATTLE OF MEMPHIS Forrest & Atlanta GA W.T. Sherman 1864 Civil War Newspaper</a></div><div class=\"price\">&#36;56.00&nbsp;</div><div class=\"format bin\">Buy It Now</div></li><li class=\"item\"><div class=\"image\"><div class=\"image-container\" style=\"\"><a href=\"https://www.auctionnudge.com/to_ebay/item/site_id/0/user_id/13286/tool_name/item/item_hash/l74g9df4fa\" rel=\"nofollow\" target=\"_blank\"><img src=\"https://i.ebayimg.com/images/g/rEEAAOSwke9keMur/s-l225.jpg\" /></a></div></div><div class=\"title\"><a href=\"https://www.auctionnudge.com/to_ebay/item/site_id/0/user_id/13286/tool_name/item/item_hash/l74g9df4fa\" rel=\"nofollow\" target=\"_blank\">First Battle of Fort Wagner Morris Island Charleston Civil War MAP1863 Newspaper</a></div><div class=\"price\">&#36;49.00&nbsp;</div><div class=\"format bin\">Buy It Now</div></li><li class=\"item\"><div class=\"image\"><div class=\"image-container\" style=\"\"><a href=\"https://www.auctionnudge.com/to_ebay/item/site_id/0/user_id/13286/tool_name/item/item_hash/lchice6edo\" rel=\"nofollow\" target=\"_blank\"><img src=\"https://i.ebayimg.com/images/g/lI8AAOSw7B9mVfGi/s-l225.jpg\" /></a></div></div><div class=\"title\"><a href=\"https://www.auctionnudge.com/to_ebay/item/site_id/0/user_id/13286/tool_name/item/item_hash/lchice6edo\" rel=\"nofollow\" target=\"_blank\">Confederate States of America CHARLESTON South Carolina Civil War 1864 Newspaper</a></div><div class=\"price\">&#36;89.00&nbsp;</div><div class=\"format bin\">Buy It Now</div></li><li class=\"item\"><div class=\"image\"><div class=\"image-container\" style=\"\"><a href=\"https://www.auctionnudge.com/to_ebay/item/site_id/0/user_id/13286/tool_name/item/item_hash/lci6gl9aal\" rel=\"nofollow\" target=\"_blank\"><img src=\"https://i.ebayimg.com/images/g/bO4AAOSwFHtm-o4b/s-l225.jpg\" /></a></div></div><div class=\"title\"><a href=\"https://www.auctionnudge.com/to_ebay/item/site_id/0/user_id/13286/tool_name/item/item_hash/lci6gl9aal\" rel=\"nofollow\" target=\"_blank\">Battle of COLD HARBOR Robert E. Lee Letters 1864 CONFEDERATE Civil War Newspaper</a></div><div class=\"price\">&#36;56.00&nbsp;</div><div class=\"format bin\">Buy It Now</div></li><li class=\"item\"><div class=\"image\"><div class=\"image-container\" style=\"\"><a href=\"https://www.auctionnudge.com/to_ebay/item/site_id/0/user_id/13286/tool_name/item/item_hash/l76d3dgihi\" rel=\"nofollow\" target=\"_blank\"><img src=\"https://i.ebayimg.com/images/g/jpkAAOSwr1hmaclN/s-l225.jpg\" /></a></div></div><div class=\"title\"><a href=\"https://www.auctionnudge.com/to_ebay/item/site_id/0/user_id/13286/tool_name/item/item_hash/l76d3dgihi\" rel=\"nofollow\" target=\"_blank\">General JOHN E. WOOL American Civil War U.S. Army Illustration 1861 Newspaper   </a></div><div class=\"price\">&#36;27.00&nbsp;</div><div class=\"format bin\">Buy It Now</div></li><li class=\"item\"><div class=\"image\"><div class=\"image-container\" style=\"\"><a href=\"https://www.auctionnudge.com/to_ebay/item/site_id/0/user_id/13286/tool_name/item/item_hash/l74edgah4h\" rel=\"nofollow\" target=\"_blank\"><img src=\"https://i.ebayimg.com/images/g/6tcAAOSw4K1lJ9zw/s-l225.jpg\" /></a></div></div><div class=\"title\"><a href=\"https://www.auctionnudge.com/to_ebay/item/site_id/0/user_id/13286/tool_name/item/item_hash/l74edgah4h\" rel=\"nofollow\" target=\"_blank\">BATTLE OF BULL RUN Manassas Virginia 1st Major Conflict 1861 Civil War Newspaper</a></div><div class=\"price\">&#36;29.00&nbsp;</div><div class=\"format bin\">Buy It Now</div></li><li class=\"item\"><div class=\"image\"><div class=\"image-container\" style=\"\"><a href=\"https://www.auctionnudge.com/to_ebay/item/site_id/0/user_id/13286/tool_name/item/item_hash/lbee7bfbbd\" rel=\"nofollow\" target=\"_blank\"><img src=\"https://i.ebayimg.com/images/g/Z7cAAOSwcpdk3jkB/s-l225.jpg\" /></a></div></div><div class=\"title\"><a href=\"https://www.auctionnudge.com/to_ebay/item/site_id/0/user_id/13286/tool_name/item/item_hash/lbee7bfbbd\" rel=\"nofollow\" target=\"_blank\">Battle of BLUE SPRINGS Greene County Tennessee Ambrose Burnside 1863 Civil War</a></div><div class=\"price\">&#36;26.00&nbsp;</div><div class=\"format bin\">Buy It Now</div></li><li class=\"item\"><div class=\"image\"><div class=\"image-container\" style=\"\"><a href=\"https://www.auctionnudge.com/to_ebay/item/site_id/0/user_id/13286/tool_name/item/item_hash/l76g76fca6\" rel=\"nofollow\" target=\"_blank\"><img src=\"https://i.ebayimg.com/images/g/BNEAAOSwr2Zl1KBu/s-l225.jpg\" /></a></div></div><div class=\"title\"><a href=\"https://www.auctionnudge.com/to_ebay/item/site_id/0/user_id/13286/tool_name/item/item_hash/l76g76fca6\" rel=\"nofollow\" target=\"_blank\">RICHMOND BREAD RIOT Hungry Virginia Women Street Revolt 1863 Civil War Newspaper</a></div><div class=\"price\">&#36;28.00&nbsp;</div><div class=\"format bin\">Buy It Now</div></li><li class=\"item\"><div class=\"image\"><div class=\"image-container\" style=\"\"><a href=\"https://www.auctionnudge.com/to_ebay/item/site_id/0/user_id/13286/tool_name/item/item_hash/lbefeeldd9\" rel=\"nofollow\" target=\"_blank\"><img src=\"https://i.ebayimg.com/images/g/NjoAAOSwF4Rk8IMg/s-l225.jpg\" /></a></div></div><div class=\"title\"><a href=\"https://www.auctionnudge.com/to_ebay/item/site_id/0/user_id/13286/tool_name/item/item_hash/lbefeeldd9\" rel=\"nofollow\" target=\"_blank\">BATTLE OF SHILOH & Island Number Ten 10 Tennessee Civil War Map 1862 Newspaper</a></div><div class=\"price\">&#36;68.00&nbsp;</div><div class=\"format bin\">Buy It Now</div></li><li class=\"item\"><div class=\"image\"><div class=\"image-container\" style=\"\"><a href=\"https://www.auctionnudge.com/to_ebay/item/site_id/0/user_id/13286/tool_name/item/item_hash/l76h469ff4\" rel=\"nofollow\" target=\"_blank\"><img src=\"https://i.ebayimg.com/images/g/a7kAAOSwcR5l3OAN/s-l225.jpg\" /></a></div></div><div class=\"title\"><a href=\"https://www.auctionnudge.com/to_ebay/item/site_id/0/user_id/13286/tool_name/item/item_hash/l76h469ff4\" rel=\"nofollow\" target=\"_blank\">General William T. SHERMAN & Ulysses S. GRANT Civil War 1864 New York Newspaper</a></div><div class=\"price\">&#36;29.00&nbsp;</div><div class=\"format bin\">Buy It Now</div></li><li class=\"item\"><div class=\"image\"><div class=\"image-container\" style=\"\"><a href=\"https://www.auctionnudge.com/to_ebay/item/site_id/0/user_id/13286/tool_name/item/item_hash/l7ida7bbhi\" rel=\"nofollow\" target=\"_blank\"><img src=\"https://i.ebayimg.com/images/g/J9YAAOSwIFJjmzqd/s-l225.jpg\" /></a></div></div><div class=\"title\"><a href=\"https://www.auctionnudge.com/to_ebay/item/site_id/0/user_id/13286/tool_name/item/item_hash/l7ida7bbhi\" rel=\"nofollow\" target=\"_blank\">Lot of 10 Original American Civil War New York City World 1861-1862 Newspapers</a></div><div class=\"price\">&#36;62.00&nbsp;</div><div class=\"format bin\">Buy It Now</div></li><li class=\"item\"><div class=\"image\"><div class=\"image-container\" style=\"\"><a href=\"https://www.auctionnudge.com/to_ebay/item/site_id/0/user_id/13286/tool_name/item/item_hash/lbdoa36ec9\" rel=\"nofollow\" target=\"_blank\"><img src=\"https://i.ebayimg.com/images/g/XhYAAOSwd0pj68Ot/s-l225.jpg\" /></a></div></div><div class=\"title\"><a href=\"https://www.auctionnudge.com/to_ebay/item/site_id/0/user_id/13286/tool_name/item/item_hash/lbdoa36ec9\" rel=\"nofollow\" target=\"_blank\">First Battle of Deep Bottom & Sherman Atlanta Georgia Civil War 1864 Newspaper</a></div><div class=\"price\">&#36;32.00&nbsp;</div><div class=\"format bin\">Buy It Now</div></li><li class=\"item\"><div class=\"image\"><div class=\"image-container\" style=\"\"><a href=\"https://www.auctionnudge.com/to_ebay/item/site_id/0/user_id/13286/tool_name/item/item_hash/lbdeddb3he\" rel=\"nofollow\" target=\"_blank\"><img src=\"https://i.ebayimg.com/images/g/FpIAAOSwhSVkNp7-/s-l225.jpg\" /></a></div></div><div class=\"title\"><a href=\"https://www.auctionnudge.com/to_ebay/item/site_id/0/user_id/13286/tool_name/item/item_hash/lbdeddb3he\" rel=\"nofollow\" target=\"_blank\">First Battle of Bull Run Manassas VA 1st Major Civil War Battle 1861 Newspaper  </a></div><div class=\"price\">&#36;67.00&nbsp;</div><div class=\"format bin\">Buy It Now</div></li><li class=\"item\"><div class=\"image\"><div class=\"image-container\" style=\"\"><a href=\"https://www.auctionnudge.com/to_ebay/item/site_id/0/user_id/13286/tool_name/item/item_hash/l76bec97c7\" rel=\"nofollow\" target=\"_blank\"><img src=\"https://i.ebayimg.com/images/g/tm8AAOSwAUlmWGAz/s-l225.jpg\" /></a></div></div><div class=\"title\"><a href=\"https://www.auctionnudge.com/to_ebay/item/site_id/0/user_id/13286/tool_name/item/item_hash/l76bec97c7\" rel=\"nofollow\" target=\"_blank\">CONFEDERATE Battle of Shiloh Pittsburgh Landing Tenn. 1862 Civil War Newspaper</a></div><div class=\"price\">&#36;195.00&nbsp;</div><div class=\"format bin\">Buy It Now</div></li><li class=\"item\"><div class=\"image\"><div class=\"image-container\" style=\"\"><a href=\"https://www.auctionnudge.com/to_ebay/item/site_id/0/user_id/13286/tool_name/item/item_hash/lbfcio6a9h\" rel=\"nofollow\" target=\"_blank\"><img src=\"https://i.ebayimg.com/images/g/RMAAAOSwY8hlcgdj/s-l225.jpg\" /></a></div></div><div class=\"title\"><a href=\"https://www.auctionnudge.com/to_ebay/item/site_id/0/user_id/13286/tool_name/item/item_hash/lbfcio6a9h\" rel=\"nofollow\" target=\"_blank\">FALL OF SAVANNAH GA William T. Sherman Enters Civil War PRINTS 1865 Newspaper</a></div><div class=\"price\">&#36;66.00&nbsp;</div><div class=\"format bin\">Buy It Now</div></li><li class=\"item\"><div class=\"image\"><div class=\"image-container\" style=\"\"><a href=\"https://www.auctionnudge.com/to_ebay/item/site_id/0/user_id/13286/tool_name/item/item_hash/l769l3dc9h\" rel=\"nofollow\" target=\"_blank\"><img src=\"https://i.ebayimg.com/images/g/MbEAAOSwK2lmOmVG/s-l225.jpg\" /></a></div></div><div class=\"title\"><a href=\"https://www.auctionnudge.com/to_ebay/item/site_id/0/user_id/13286/tool_name/item/item_hash/l769l3dc9h\" rel=\"nofollow\" target=\"_blank\">FORT SUMTER ATTACK Imminent & the Start of the Civil War Close 1861 Newspaper</a></div><div class=\"price\">&#36;38.00&nbsp;</div><div class=\"format bin\">Buy It Now</div></li><li class=\"item\"><div class=\"image\"><div class=\"image-container\" style=\"\"><a href=\"https://www.auctionnudge.com/to_ebay/item/site_id/0/user_id/13286/tool_name/item/item_hash/l7if3bbcg3\" rel=\"nofollow\" target=\"_blank\"><img src=\"https://i.ebayimg.com/images/g/9JwAAOSwj5VjtHTb/s-l225.jpg\" /></a></div></div><div class=\"title\"><a href=\"https://www.auctionnudge.com/to_ebay/item/site_id/0/user_id/13286/tool_name/item/item_hash/l7if3bbcg3\" rel=\"nofollow\" target=\"_blank\">Rare Tallahassee Leon County Florida Antebellun Pre Civil War 1848 old Newspaper</a></div><div class=\"price\">&#36;93.00&nbsp;</div><div class=\"format bin\">Buy It Now</div></li><li class=\"item\"><div class=\"image\"><div class=\"image-container\" style=\"\"><a href=\"https://www.auctionnudge.com/to_ebay/item/site_id/0/user_id/13286/tool_name/item/item_hash/lcgfga7ef7\" rel=\"nofollow\" target=\"_blank\"><img src=\"https://i.ebayimg.com/images/g/470AAOSwceNmL41p/s-l225.jpg\" /></a></div></div><div class=\"title\"><a href=\"https://www.auctionnudge.com/to_ebay/item/site_id/0/user_id/13286/tool_name/item/item_hash/lcgfga7ef7\" rel=\"nofollow\" target=\"_blank\">Rare CONFEDERATE w/ Abraham Lincoln Spiritualism Use ? 1863 Civil War Newwspaper</a></div><div class=\"price\">&#36;115.00&nbsp;</div><div class=\"format bin\">Buy It Now</div></li><li class=\"item\"><div class=\"image\"><div class=\"image-container\" style=\"\"><a href=\"https://www.auctionnudge.com/to_ebay/item/site_id/0/user_id/13286/tool_name/item/item_hash/l7le63ca9e\" rel=\"nofollow\" target=\"_blank\"><img src=\"https://i.ebayimg.com/images/g/OhoAAOSwYOplvOd2/s-l225.jpg\" /></a></div></div><div class=\"title\"><a href=\"https://www.auctionnudge.com/to_ebay/item/site_id/0/user_id/13286/tool_name/item/item_hash/l7le63ca9e\" rel=\"nofollow\" target=\"_blank\">Rare 19th Century SPORTS THEMED Pre Civil War w/ Nice Masthead 1859 Newspaper</a></div><div class=\"price\">&#36;29.00&nbsp;</div><div class=\"format bin\">Buy It Now</div></li><li class=\"item\"><div class=\"image\"><div class=\"image-container\" style=\"\"><a href=\"https://www.auctionnudge.com/to_ebay/item/site_id/0/user_id/13286/tool_name/item/item_hash/l7693ld7ff\" rel=\"nofollow\" target=\"_blank\"><img src=\"https://i.ebayimg.com/images/g/~CIAAOSwnYFmOQaP/s-l225.jpg\" /></a></div></div><div class=\"title\"><a href=\"https://www.auctionnudge.com/to_ebay/item/site_id/0/user_id/13286/tool_name/item/item_hash/l7693ld7ff\" rel=\"nofollow\" target=\"_blank\">CONFEDERATE STATES Siege of Corinth MS Mississippi MAP 1862 Civil War Newspaper</a></div><div class=\"price\">&#36;56.00&nbsp;</div><div class=\"format bin\">Buy It Now</div></li><li class=\"item\"><div class=\"image\"><div class=\"image-container\" style=\"\"><a href=\"https://www.auctionnudge.com/to_ebay/item/site_id/0/user_id/13286/tool_name/item/item_hash/lcgcic3cec\" rel=\"nofollow\" target=\"_blank\"><img src=\"https://i.ebayimg.com/images/g/SUwAAOSwBG5mFDSD/s-l225.jpg\" /></a></div></div><div class=\"title\"><a href=\"https://www.auctionnudge.com/to_ebay/item/site_id/0/user_id/13286/tool_name/item/item_hash/lcgcic3cec\" rel=\"nofollow\" target=\"_blank\">TAZWELL TN Tennessee & Moorefield WV West Virginia 1864 Old Civil War Newspaper</a></div><div class=\"price\">&#36;32.00&nbsp;</div><div class=\"format bin\">Buy It Now</div></li><li class=\"item\"><div class=\"image\"><div class=\"image-container\" style=\"\"><a href=\"https://www.auctionnudge.com/to_ebay/item/site_id/0/user_id/13286/tool_name/item/item_hash/lci6ga4hhc\" rel=\"nofollow\" target=\"_blank\"><img src=\"https://i.ebayimg.com/images/g/02YAAOSwaOJm~Amw/s-l225.jpg\" /></a></div></div><div class=\"title\"><a href=\"https://www.auctionnudge.com/to_ebay/item/site_id/0/user_id/13286/tool_name/item/item_hash/lci6ga4hhc\" rel=\"nofollow\" target=\"_blank\">BATTLE OF OPEQUON Third Winchester Virginia Sheridan 1864 Civil War Newspaper</a></div><div class=\"price\">&#36;26.00&nbsp;</div><div class=\"format bin\">Buy It Now</div></li><li class=\"item\"><div class=\"image\"><div class=\"image-container\" style=\"\"><a href=\"https://www.auctionnudge.com/to_ebay/item/site_id/0/user_id/13286/tool_name/item/item_hash/l77a6oe7oe\" rel=\"nofollow\" target=\"_blank\"><img src=\"https://i.ebayimg.com/images/g/YRsAAOSwFAdnA~Dp/s-l225.jpg\" /></a></div></div><div class=\"title\"><a href=\"https://www.auctionnudge.com/to_ebay/item/site_id/0/user_id/13286/tool_name/item/item_hash/l77a6oe7oe\" rel=\"nofollow\" target=\"_blank\">Very Early 1858 BASEBALL Pre Civil War Porter\'s Spirit of the Times NEWSPAPER</a></div><div class=\"price\">&#36;49.00&nbsp;</div><div class=\"format bin\">Buy It Now</div></li><li class=\"item\"><div class=\"image\"><div class=\"image-container\" style=\"\"><a href=\"https://www.auctionnudge.com/to_ebay/item/site_id/0/user_id/13286/tool_name/item/item_hash/l77oacoa74\" rel=\"nofollow\" target=\"_blank\"><img src=\"https://i.ebayimg.com/images/g/5RMAAOSwkfRm8qfF/s-l225.jpg\" /></a></div></div><div class=\"title\"><a href=\"https://www.auctionnudge.com/to_ebay/item/site_id/0/user_id/13286/tool_name/item/item_hash/l77oacoa74\" rel=\"nofollow\" target=\"_blank\">BATTLE OF SHILOH Tennessee & Yorktown VA Virginia MAPS 1862 Civil War Newspaper</a></div><div class=\"price\">&#36;49.00&nbsp;</div><div class=\"format bin\">Buy It Now</div></li><li class=\"item\"><div class=\"image\"><div class=\"image-container\" style=\"\"><a href=\"https://www.auctionnudge.com/to_ebay/item/site_id/0/user_id/13286/tool_name/item/item_hash/l7763i36ef\" rel=\"nofollow\" target=\"_blank\"><img src=\"https://i.ebayimg.com/images/g/8IsAAOSwQMVm2FC4/s-l225.jpg\" /></a></div></div><div class=\"title\"><a href=\"https://www.auctionnudge.com/to_ebay/item/site_id/0/user_id/13286/tool_name/item/item_hash/l7763i36ef\" rel=\"nofollow\" target=\"_blank\">ATLANTA GA Georgia William T. Sherman Attacks Outskirts MAP 1864 Civil War News</a></div><div class=\"price\">&#36;55.00&nbsp;</div><div class=\"format bin\">Buy It Now</div></li><li class=\"item\"><div class=\"image\"><div class=\"image-container\" style=\"\"><a href=\"https://www.auctionnudge.com/to_ebay/item/site_id/0/user_id/13286/tool_name/item/item_hash/l77i494a4i\" rel=\"nofollow\" target=\"_blank\"><img src=\"https://i.ebayimg.com/images/g/rf0AAOSw~hZmqmMm/s-l225.jpg\" /></a></div></div><div class=\"title\"><a href=\"https://www.auctionnudge.com/to_ebay/item/site_id/0/user_id/13286/tool_name/item/item_hash/l77i494a4i\" rel=\"nofollow\" target=\"_blank\">Very Rare CONFEDERATE Columbia South Carolina Southern 1864 Civil War Newspaper</a></div><div class=\"price\">&#36;122.00&nbsp;</div><div class=\"format bin\">Buy It Now</div></li><li class=\"item\"><div class=\"image\"><div class=\"image-container\" style=\"\"><a href=\"https://www.auctionnudge.com/to_ebay/item/site_id/0/user_id/13286/tool_name/item/item_hash/l73bh9diea\" rel=\"nofollow\" target=\"_blank\"><img src=\"https://i.ebayimg.com/images/g/24cAAOSwkGNkN-5E/s-l225.jpg\" /></a></div></div><div class=\"title\"><a href=\"https://www.auctionnudge.com/to_ebay/item/site_id/0/user_id/13286/tool_name/item/item_hash/l73bh9diea\" rel=\"nofollow\" target=\"_blank\">Southern Secession Pre Civil War Tensions Abraham Lincoln Elect Era 1860 News</a></div><div class=\"price\">&#36;42.00&nbsp;</div><div class=\"format bin\">Buy It Now</div></li><li class=\"item\"><div class=\"image\"><div class=\"image-container\" style=\"\"><a href=\"https://www.auctionnudge.com/to_ebay/item/site_id/0/user_id/13286/tool_name/item/item_hash/lci64d69co\" rel=\"nofollow\" target=\"_blank\"><img src=\"https://i.ebayimg.com/images/g/ywMAAOSwBlxm~UEV/s-l225.jpg\" /></a></div></div><div class=\"title\"><a href=\"https://www.auctionnudge.com/to_ebay/item/site_id/0/user_id/13286/tool_name/item/item_hash/lci64d69co\" rel=\"nofollow\" target=\"_blank\">CIVIL WAR ERA LEADERS Military Officers and Politicians Prints 1864 Newspaper   </a></div><div class=\"price\">&#36;49.99&nbsp;</div><div class=\"format bin\">Buy It Now</div></li><li class=\"item\"><div class=\"image\"><div class=\"image-container\" style=\"\"><a href=\"https://www.auctionnudge.com/to_ebay/item/site_id/0/user_id/13286/tool_name/item/item_hash/l77oebbfbo\" rel=\"nofollow\" target=\"_blank\"><img src=\"https://i.ebayimg.com/images/g/TC0AAOSwWH9m9YPB/s-l225.jpg\" /></a></div></div><div class=\"title\"><a href=\"https://www.auctionnudge.com/to_ebay/item/site_id/0/user_id/13286/tool_name/item/item_hash/l77oebbfbo\" rel=\"nofollow\" target=\"_blank\">Pre American Civil War SPORTING Sports Hunting Horse Racing More 1857 Newspaper </a></div><div class=\"price\">&#36;22.00&nbsp;</div><div class=\"format bin\">Buy It Now</div></li><li class=\"item\"><div class=\"image\"><div class=\"image-container\" style=\"\"><a href=\"https://www.auctionnudge.com/to_ebay/item/site_id/0/user_id/13286/tool_name/item/item_hash/l77gch6bb7\" rel=\"nofollow\" target=\"_blank\"><img src=\"https://i.ebayimg.com/images/g/3SgAAOSwnRdmlqpL/s-l225.jpg\" /></a></div></div><div class=\"title\"><a href=\"https://www.auctionnudge.com/to_ebay/item/site_id/0/user_id/13286/tool_name/item/item_hash/l77gch6bb7\" rel=\"nofollow\" target=\"_blank\">MONITOR VS. MERRIMAC Battle of Hampton Roads Civil War IRONCLADS 1862 Newspaper</a></div><div class=\"price\">&#36;146.00&nbsp;</div><div class=\"format bin\">Buy It Now</div></li><li class=\"item\"><div class=\"image\"><div class=\"image-container\" style=\"\"><a href=\"https://www.auctionnudge.com/to_ebay/item/site_id/0/user_id/13286/tool_name/item/item_hash/l777o69643\" rel=\"nofollow\" target=\"_blank\"><img src=\"https://i.ebayimg.com/images/g/AbAAAOSwB6Vm6BYS/s-l225.jpg\" /></a></div></div><div class=\"title\"><a href=\"https://www.auctionnudge.com/to_ebay/item/site_id/0/user_id/13286/tool_name/item/item_hash/l777o69643\" rel=\"nofollow\" target=\"_blank\">PENINSULA CAMPAIGN MAP Battle of Hanover Courth House 1862 Civil War Newspaper</a></div><div class=\"price\">&#36;37.00&nbsp;</div><div class=\"format bin\">Buy It Now</div></li><li class=\"item\"><div class=\"image\"><div class=\"image-container\" style=\"\"><a href=\"https://www.auctionnudge.com/to_ebay/item/site_id/0/user_id/13286/tool_name/item/item_hash/l779ei3d6h\" rel=\"nofollow\" target=\"_blank\"><img src=\"https://i.ebayimg.com/images/g/ozQAAOSwU8RnABCX/s-l225.jpg\" /></a></div></div><div class=\"title\"><a href=\"https://www.auctionnudge.com/to_ebay/item/site_id/0/user_id/13286/tool_name/item/item_hash/l779ei3d6h\" rel=\"nofollow\" target=\"_blank\">BATTLE OF SPOTSYLVANIA Court House Robert E. Lee EVE MAP1864 Civil War Newspaper</a></div><div class=\"price\">&#36;66.00&nbsp;</div><div class=\"format bin\">Buy It Now</div></li><li class=\"item\"><div class=\"image\"><div class=\"image-container\" style=\"\"><a href=\"https://www.auctionnudge.com/to_ebay/item/site_id/0/user_id/13286/tool_name/item/item_hash/l7733b634f\" rel=\"nofollow\" target=\"_blank\"><img src=\"https://i.ebayimg.com/images/g/apcAAOSwsy9mv2kH/s-l225.jpg\" /></a></div></div><div class=\"title\"><a href=\"https://www.auctionnudge.com/to_ebay/item/site_id/0/user_id/13286/tool_name/item/item_hash/l7733b634f\" rel=\"nofollow\" target=\"_blank\">COMMUNIPAW New Jersey City Neighborhood Pre Civil War Scene PRINT 1857 Newspaper</a></div><div class=\"price\">&#36;43.00&nbsp;</div><div class=\"format bin\">Buy It Now</div></li><li class=\"item\"><div class=\"image\"><div class=\"image-container\" style=\"\"><a href=\"https://www.auctionnudge.com/to_ebay/item/site_id/0/user_id/13286/tool_name/item/item_hash/lci64d63lc\" rel=\"nofollow\" target=\"_blank\"><img src=\"https://i.ebayimg.com/images/g/2YUAAOSwHxxm~UYI/s-l225.jpg\" /></a></div></div><div class=\"title\"><a href=\"https://www.auctionnudge.com/to_ebay/item/site_id/0/user_id/13286/tool_name/item/item_hash/lci64d63lc\" rel=\"nofollow\" target=\"_blank\">LAWRENCE MASSACRE Quantrill\'s Raiders & Fort Sumter 1863 Civil War Newspaper</a></div><div class=\"price\">&#36;27.00&nbsp;</div><div class=\"format bin\">Buy It Now</div></li><li class=\"item\"><div class=\"image\"><div class=\"image-container\" style=\"\"><a href=\"https://www.auctionnudge.com/to_ebay/item/site_id/0/user_id/13286/tool_name/item/item_hash/l7799afd33\" rel=\"nofollow\" target=\"_blank\"><img src=\"https://i.ebayimg.com/images/g/-ZIAAOSwTwhm~UUf/s-l225.jpg\" /></a></div></div><div class=\"title\"><a href=\"https://www.auctionnudge.com/to_ebay/item/site_id/0/user_id/13286/tool_name/item/item_hash/l7799afd33\" rel=\"nofollow\" target=\"_blank\">GEORGE A. CUSTER Battle of Buckland Mills Virginia 1863 Civil War Newspaper </a></div><div class=\"price\">&#36;28.00&nbsp;</div><div class=\"format bin\">Buy It Now</div></li><li class=\"item\"><div class=\"image\"><div class=\"image-container\" style=\"\"><a href=\"https://www.auctionnudge.com/to_ebay/item/site_id/0/user_id/13286/tool_name/item/item_hash/l773c4hg9f\" rel=\"nofollow\" target=\"_blank\"><img src=\"https://i.ebayimg.com/images/g/9noAAOSwHbNmu4pE/s-l225.jpg\" /></a></div></div><div class=\"title\"><a href=\"https://www.auctionnudge.com/to_ebay/item/site_id/0/user_id/13286/tool_name/item/item_hash/l773c4hg9f\" rel=\"nofollow\" target=\"_blank\">Rare ANTI SLAVERY Abolition Movement Free Slaves Pre-Civil War 1843 Newspaper</a></div><div class=\"price\">&#36;77.00&nbsp;</div><div class=\"format bin\">Buy It Now</div></li><li class=\"item\"><div class=\"image\"><div class=\"image-container\" style=\"\"><a href=\"https://www.auctionnudge.com/to_ebay/item/site_id/0/user_id/13286/tool_name/item/item_hash/lciig64d74\" rel=\"nofollow\" target=\"_blank\"><img src=\"https://i.ebayimg.com/images/g/vDwAAOSwpOhm5F99/s-l225.jpg\" /></a></div></div><div class=\"title\"><a href=\"https://www.auctionnudge.com/to_ebay/item/site_id/0/user_id/13286/tool_name/item/item_hash/lciig64d74\" rel=\"nofollow\" target=\"_blank\">Post Abraham Lincoln Murder & Robert E. Lee\'s Surrender 1865 Civil War CLOSING  </a></div><div class=\"price\">&#36;23.00&nbsp;</div><div class=\"format bin\">Buy It Now</div></li><li class=\"item\"><div class=\"image\"><div class=\"image-container\" style=\"\"><a href=\"https://www.auctionnudge.com/to_ebay/item/site_id/0/user_id/13286/tool_name/item/item_hash/l773c439b6\" rel=\"nofollow\" target=\"_blank\"><img src=\"https://i.ebayimg.com/images/g/PtUAAOSwGZBmu0FS/s-l225.jpg\" /></a></div></div><div class=\"title\"><a href=\"https://www.auctionnudge.com/to_ebay/item/site_id/0/user_id/13286/tool_name/item/item_hash/l773c439b6\" rel=\"nofollow\" target=\"_blank\">Very Rare Short Lived Cleveland Ohio THE AGITATOR Pre Civil War 1859 Publication</a></div><div class=\"price\">&#36;54.00&nbsp;</div><div class=\"format bin\">Buy It Now</div></li><li class=\"item\"><div class=\"image\"><div class=\"image-container\" style=\"\"><a href=\"https://www.auctionnudge.com/to_ebay/item/site_id/0/user_id/13286/tool_name/item/item_hash/l7799afefo\" rel=\"nofollow\" target=\"_blank\"><img src=\"https://i.ebayimg.com/images/g/YmEAAOSwablnBsN5/s-l225.jpg\" /></a></div></div><div class=\"title\"><a href=\"https://www.auctionnudge.com/to_ebay/item/site_id/0/user_id/13286/tool_name/item/item_hash/l7799afefo\" rel=\"nofollow\" target=\"_blank\">MONITOR VS. MERRIMAC Battle of Hampton Roads Civil War Ironclads 1862 Newspaper</a></div><div class=\"price\">&#36;86.00&nbsp;</div><div class=\"format bin\">Buy It Now</div></li><li class=\"item\"><div class=\"image\"><div class=\"image-container\" style=\"\"><a href=\"https://www.auctionnudge.com/to_ebay/item/site_id/0/user_id/13286/tool_name/item/item_hash/lchobf4cdl\" rel=\"nofollow\" target=\"_blank\"><img src=\"https://i.ebayimg.com/images/g/0xUAAOSwGTBmoUQf/s-l225.jpg\" /></a></div></div><div class=\"title\"><a href=\"https://www.auctionnudge.com/to_ebay/item/site_id/0/user_id/13286/tool_name/item/item_hash/lchobf4cdl\" rel=\"nofollow\" target=\"_blank\">Rare CONFEDERATE Memphis Tennessee Atlanta Georgia GA Civil War 1864 Newspaper</a></div><div class=\"price\">&#36;154.00&nbsp;</div><div class=\"format bin\">Buy It Now</div></li><li class=\"item\"><div class=\"image\"><div class=\"image-container\" style=\"\"><a href=\"https://www.auctionnudge.com/to_ebay/item/site_id/0/user_id/13286/tool_name/item/item_hash/lci43hhgbe\" rel=\"nofollow\" target=\"_blank\"><img src=\"https://i.ebayimg.com/images/g/h-gAAOSw5w9m8ZL4/s-l225.jpg\" /></a></div></div><div class=\"title\"><a href=\"https://www.auctionnudge.com/to_ebay/item/site_id/0/user_id/13286/tool_name/item/item_hash/lci43hhgbe\" rel=\"nofollow\" target=\"_blank\">Rare CONFEDERATE Memphis TN Tennessee in GRENADA MS Civil War 1863 Old Newspaper</a></div><div class=\"price\">&#36;226.00&nbsp;</div><div class=\"format bin\">Buy It Now</div></li><li class=\"item\"><div class=\"image\"><div class=\"image-container\" style=\"\"><a href=\"https://www.auctionnudge.com/to_ebay/item/site_id/0/user_id/13286/tool_name/item/item_hash/lchb94fodg\" rel=\"nofollow\" target=\"_blank\"><img src=\"https://i.ebayimg.com/images/g/l7sAAOSwwepmtN2P/s-l225.jpg\" /></a></div></div><div class=\"title\"><a href=\"https://www.auctionnudge.com/to_ebay/item/site_id/0/user_id/13286/tool_name/item/item_hash/lchb94fodg\" rel=\"nofollow\" target=\"_blank\">SECOND BATTLE OF DALTON Georgia Gen. Joseph Wheeler\'s Raid 1864 Civil War News</a></div><div class=\"price\">&#36;30.00&nbsp;</div><div class=\"format bin\">Buy It Now</div></li><li class=\"item\"><div class=\"image\"><div class=\"image-container\" style=\"\"><a href=\"https://www.auctionnudge.com/to_ebay/item/site_id/0/user_id/13286/tool_name/item/item_hash/l777o69o6f\" rel=\"nofollow\" target=\"_blank\"><img src=\"https://i.ebayimg.com/images/g/EcQAAOSw2xNm6BRO/s-l225.jpg\" /></a></div></div><div class=\"title\"><a href=\"https://www.auctionnudge.com/to_ebay/item/site_id/0/user_id/13286/tool_name/item/item_hash/l777o69o6f\" rel=\"nofollow\" target=\"_blank\">American CIVIL WAR in It\'s Infancy w/ Troops Assembing in the East1861 Newspaper</a></div><div class=\"price\">&#36;28.00&nbsp;</div><div class=\"format bin\">Buy It Now</div></li><li class=\"item\"><div class=\"image\"><div class=\"image-container\" style=\"\"><a href=\"https://www.auctionnudge.com/to_ebay/item/site_id/0/user_id/13286/tool_name/item/item_hash/lbfih96c7a\" rel=\"nofollow\" target=\"_blank\"><img src=\"https://i.ebayimg.com/images/g/2CsAAOSwFAxlCe2Z/s-l225.jpg\" /></a></div></div><div class=\"title\"><a href=\"https://www.auctionnudge.com/to_ebay/item/site_id/0/user_id/13286/tool_name/item/item_hash/lbfih96c7a\" rel=\"nofollow\" target=\"_blank\">ABRAHAM LINCOLN\'S First 1st State of the Union Address 1861 Civil War Newspaper</a></div><div class=\"price\">&#36;57.00&nbsp;</div><div class=\"format bin\">Buy It Now</div></li><li class=\"item\"><div class=\"image\"><div class=\"image-container\" style=\"\"><a href=\"https://www.auctionnudge.com/to_ebay/item/site_id/0/user_id/13286/tool_name/item/item_hash/lciig6idl4\" rel=\"nofollow\" target=\"_blank\"><img src=\"https://i.ebayimg.com/images/g/poAAAOSwKd1m5HH4/s-l225.jpg\" /></a></div></div><div class=\"title\"><a href=\"https://www.auctionnudge.com/to_ebay/item/site_id/0/user_id/13286/tool_name/item/item_hash/lciig6idl4\" rel=\"nofollow\" target=\"_blank\">RANSOM OF HAGERSTOWN MD Maryalnd Rebel John McCausland 1864 Civil War Newspaper </a></div><div class=\"price\">&#36;29.00&nbsp;</div><div class=\"format bin\">Buy It Now</div></li><li class=\"item\"><div class=\"image\"><div class=\"image-container\" style=\"\"><a href=\"https://www.auctionnudge.com/to_ebay/item/site_id/0/user_id/13286/tool_name/item/item_hash/l77idhh4dd\" rel=\"nofollow\" target=\"_blank\"><img src=\"https://i.ebayimg.com/images/g/2JcAAOSweB1mul-9/s-l225.jpg\" /></a></div></div><div class=\"title\"><a href=\"https://www.auctionnudge.com/to_ebay/item/site_id/0/user_id/13286/tool_name/item/item_hash/l77idhh4dd\" rel=\"nofollow\" target=\"_blank\">Rare & Very Early Pre Civil War BASEBALL Empire Club Hoboken NJ 1857 Newspaper </a></div><div class=\"price\">&#36;33.00&nbsp;</div><div class=\"format bin\">Buy It Now</div></li><li class=\"item\"><div class=\"image\"><div class=\"image-container\" style=\"\"><a href=\"https://www.auctionnudge.com/to_ebay/item/site_id/0/user_id/13286/tool_name/item/item_hash/l777fhb77f\" rel=\"nofollow\" target=\"_blank\"><img src=\"https://i.ebayimg.com/images/g/f3AAAOSwiGRm7AaM/s-l225.jpg\" /></a></div></div><div class=\"title\"><a href=\"https://www.auctionnudge.com/to_ebay/item/site_id/0/user_id/13286/tool_name/item/item_hash/l777fhb77f\" rel=\"nofollow\" target=\"_blank\">NASHVILLE TN Tennessee Post Civil War Reconstruction Era 1867 Old Rare Newspaper</a></div><div class=\"price\">&#36;37.00&nbsp;</div><div class=\"format bin\">Buy It Now</div></li><li class=\"item\"><div class=\"image\"><div class=\"image-container\" style=\"\"><a href=\"https://www.auctionnudge.com/to_ebay/item/site_id/0/user_id/13286/tool_name/item/item_hash/lcigic7ie3\" rel=\"nofollow\" target=\"_blank\"><img src=\"https://i.ebayimg.com/images/g/k1UAAOSw8Hlm2FHN/s-l225.jpg\" /></a></div></div><div class=\"title\"><a href=\"https://www.auctionnudge.com/to_ebay/item/site_id/0/user_id/13286/tool_name/item/item_hash/lcigic7ie3\" rel=\"nofollow\" target=\"_blank\">BATTLE OF COLD HARBOR Mechanicsville VA Robert E. Lee 1864 Civil War Newspaper  </a></div><div class=\"price\">&#36;29.00&nbsp;</div><div class=\"format bin\">Buy It Now</div></li><li class=\"item\"><div class=\"image\"><div class=\"image-container\" style=\"\"><a href=\"https://www.auctionnudge.com/to_ebay/item/site_id/0/user_id/13286/tool_name/item/item_hash/l77lfcgc6d\" rel=\"nofollow\" target=\"_blank\"><img src=\"https://i.ebayimg.com/images/g/AdYAAOSwRpNm100w/s-l225.jpg\" /></a></div></div><div class=\"title\"><a href=\"https://www.auctionnudge.com/to_ebay/item/site_id/0/user_id/13286/tool_name/item/item_hash/l77lfcgc6d\" rel=\"nofollow\" target=\"_blank\">Rare & Very Early Pre Civil War BASEBALL New York City Clubs J 1857 Newspaper</a></div><div class=\"price\">&#36;28.00&nbsp;</div><div class=\"format bin\">Buy It Now</div></li><li class=\"item\"><div class=\"image\"><div class=\"image-container\" style=\"\"><a href=\"https://www.auctionnudge.com/to_ebay/item/site_id/0/user_id/13286/tool_name/item/item_hash/lchoo3lcih\" rel=\"nofollow\" target=\"_blank\"><img src=\"https://i.ebayimg.com/images/g/k~QAAOSwpklmlSHk/s-l225.jpg\" /></a></div></div><div class=\"title\"><a href=\"https://www.auctionnudge.com/to_ebay/item/site_id/0/user_id/13286/tool_name/item/item_hash/lchoo3lcih\" rel=\"nofollow\" target=\"_blank\">Rare ANTI SLAVERY Abolition Movement Washington DC Pre Civil War 1851 Newspaper</a></div><div class=\"price\">&#36;48.00&nbsp;</div><div class=\"format bin\">Buy It Now</div></li><li class=\"item\"><div class=\"image\"><div class=\"image-container\" style=\"\"><a href=\"https://www.auctionnudge.com/to_ebay/item/site_id/0/user_id/13286/tool_name/item/item_hash/l74g6ghocc\" rel=\"nofollow\" target=\"_blank\"><img src=\"https://i.ebayimg.com/images/g/XCsAAOSwog1kgGtU/s-l225.jpg\" /></a></div></div><div class=\"title\"><a href=\"https://www.auctionnudge.com/to_ebay/item/site_id/0/user_id/13286/tool_name/item/item_hash/l74g6ghocc\" rel=\"nofollow\" target=\"_blank\">Early Baseball First Game of Season w/ Box Scores Civil War Era 1862 Newspaper</a></div><div class=\"price\">&#36;36.00&nbsp;</div><div class=\"format bin\">Buy It Now</div></li><li class=\"item\"><div class=\"image\"><div class=\"image-container\" style=\"\"><a href=\"https://www.auctionnudge.com/to_ebay/item/site_id/0/user_id/13286/tool_name/item/item_hash/l77ig4boad\" rel=\"nofollow\" target=\"_blank\"><img src=\"https://i.ebayimg.com/images/g/FLgAAOSwaPNmo5K7/s-l225.jpg\" /></a></div></div><div class=\"title\"><a href=\"https://www.auctionnudge.com/to_ebay/item/site_id/0/user_id/13286/tool_name/item/item_hash/l77ig4boad\" rel=\"nofollow\" target=\"_blank\">American Civil War IN GEORGIA Brushy Battle of Lost Mountain Line 1864 Newspaper</a></div><div class=\"price\">&#36;29.00&nbsp;</div><div class=\"format bin\">Buy It Now</div></li><li class=\"item\"><div class=\"image\"><div class=\"image-container\" style=\"\"><a href=\"https://www.auctionnudge.com/to_ebay/item/site_id/0/user_id/13286/tool_name/item/item_hash/l73foh44bb\" rel=\"nofollow\" target=\"_blank\"><img src=\"https://i.ebayimg.com/images/g/MXYAAOSweBlka2Pt/s-l225.jpg\" /></a></div></div><div class=\"title\"><a href=\"https://www.auctionnudge.com/to_ebay/item/site_id/0/user_id/13286/tool_name/item/item_hash/l73foh44bb\" rel=\"nofollow\" target=\"_blank\">Rare New Orleans LA Louisiana Deep South Confederate Civil War 1862 Newspaper</a></div><div class=\"price\">&#36;112.00&nbsp;</div><div class=\"format bin\">Buy It Now</div></li><li class=\"item\"><div class=\"image\"><div class=\"image-container\" style=\"\"><a href=\"https://www.auctionnudge.com/to_ebay/item/site_id/0/user_id/13286/tool_name/item/item_hash/l6ffob7777\" rel=\"nofollow\" target=\"_blank\"><img src=\"https://i.ebayimg.com/images/g/Rj0AAOSwgQ1g6Evt/s-l225.jpg\" /></a></div></div><div class=\"title\"><a href=\"https://www.auctionnudge.com/to_ebay/item/site_id/0/user_id/13286/tool_name/item/item_hash/l6ffob7777\" rel=\"nofollow\" target=\"_blank\">JOHN MORGAN\'S RAID Yazoo City & Jackson MS Mississippi 1863 Civil War Newspaper</a></div><div class=\"price\">&#36;34.00&nbsp;</div><div class=\"format bin\">Buy It Now</div></li><li class=\"item\"><div class=\"image\"><div class=\"image-container\" style=\"\"><a href=\"https://www.auctionnudge.com/to_ebay/item/site_id/0/user_id/13286/tool_name/item/item_hash/l7la7clg6e\" rel=\"nofollow\" target=\"_blank\"><img src=\"https://i.ebayimg.com/images/g/ZWUAAOSwn45llFZi/s-l225.jpg\" /></a></div></div><div class=\"title\"><a href=\"https://www.auctionnudge.com/to_ebay/item/site_id/0/user_id/13286/tool_name/item/item_hash/l7la7clg6e\" rel=\"nofollow\" target=\"_blank\">Rare Capital of the Confederacy Richmond VA Virginia Civil War 1864 Newspaper</a></div><div class=\"price\">&#36;72.00&nbsp;</div><div class=\"format bin\">Buy It Now</div></li><li class=\"item\"><div class=\"image\"><div class=\"image-container\" style=\"\"><a href=\"https://www.auctionnudge.com/to_ebay/item/site_id/0/user_id/13286/tool_name/item/item_hash/lbfl3h9ddf\" rel=\"nofollow\" target=\"_blank\"><img src=\"https://i.ebayimg.com/images/g/ubgAAOSwcjtlLVpC/s-l225.jpg\" /></a></div></div><div class=\"title\"><a href=\"https://www.auctionnudge.com/to_ebay/item/site_id/0/user_id/13286/tool_name/item/item_hash/lbfl3h9ddf\" rel=\"nofollow\" target=\"_blank\">First Major First Battle of BULL RUN Manassas Virginia 1861 Civil War Newspaper </a></div><div class=\"price\">&#36;32.00&nbsp;</div><div class=\"format bin\">Buy It Now</div></li><li class=\"item\"><div class=\"image\"><div class=\"image-container\" style=\"\"><a href=\"https://www.auctionnudge.com/to_ebay/item/site_id/0/user_id/13286/tool_name/item/item_hash/lbebe6eigd\" rel=\"nofollow\" target=\"_blank\"><img src=\"https://i.ebayimg.com/images/g/qm4AAOSwR5pk0nC0/s-l225.jpg\" /></a></div></div><div class=\"title\"><a href=\"https://www.auctionnudge.com/to_ebay/item/site_id/0/user_id/13286/tool_name/item/item_hash/lbebe6eigd\" rel=\"nofollow\" target=\"_blank\">Capture of Columbia William T. Sherman Civil War MAP South Flag 1865 Newspaper</a></div><div class=\"price\">&#36;62.00&nbsp;</div><div class=\"format bin\">Buy It Now</div></li><li class=\"item\"><div class=\"image\"><div class=\"image-container\" style=\"\"><a href=\"https://www.auctionnudge.com/to_ebay/item/site_id/0/user_id/13286/tool_name/item/item_hash/l77ge4f4le\" rel=\"nofollow\" target=\"_blank\"><img src=\"https://i.ebayimg.com/images/g/a7gAAOSwrsNmopi8/s-l225.jpg\" /></a></div></div><div class=\"title\"><a href=\"https://www.auctionnudge.com/to_ebay/item/site_id/0/user_id/13286/tool_name/item/item_hash/l77ge4f4le\" rel=\"nofollow\" target=\"_blank\">Rare TALLAHASSEE FLORIDA Leon County Pre Civil War Antebellum 1846 old Newspaper</a></div><div class=\"price\">&#36;92.00&nbsp;</div><div class=\"format bin\">Buy It Now</div></li><li class=\"item\"><div class=\"image\"><div class=\"image-container\" style=\"\"><a href=\"https://www.auctionnudge.com/to_ebay/item/site_id/0/user_id/13286/tool_name/item/item_hash/l7693ld33e\" rel=\"nofollow\" target=\"_blank\"><img src=\"https://i.ebayimg.com/images/g/EHYAAOSwR91mOQmc/s-l225.jpg\" /></a></div></div><div class=\"title\"><a href=\"https://www.auctionnudge.com/to_ebay/item/site_id/0/user_id/13286/tool_name/item/item_hash/l7693ld33e\" rel=\"nofollow\" target=\"_blank\">Rare TALLAHASSEE Leon County FLORIDA Antebellun Pre Civil War 1848 old Newspaper</a></div><div class=\"price\">&#36;90.00&nbsp;</div><div class=\"format bin\">Buy It Now</div></li><li class=\"item\"><div class=\"image\"><div class=\"image-container\" style=\"\"><a href=\"https://www.auctionnudge.com/to_ebay/item/site_id/0/user_id/13286/tool_name/item/item_hash/lcilgi4hfa\" rel=\"nofollow\" target=\"_blank\"><img src=\"https://i.ebayimg.com/images/g/t9wAAOSwwrpm9VTS/s-l225.jpg\" /></a></div></div><div class=\"title\"><a href=\"https://www.auctionnudge.com/to_ebay/item/site_id/0/user_id/13286/tool_name/item/item_hash/lcilgi4hfa\" rel=\"nofollow\" target=\"_blank\">U.S. Civil War Era $100 Dollars TREASURY NOTE Print 1861 New York Newspaper </a></div><div class=\"price\">&#36;79.00&nbsp;</div><div class=\"format bin\">Buy It Now</div></li><li class=\"item\"><div class=\"image\"><div class=\"image-container\" style=\"\"><a href=\"https://www.auctionnudge.com/to_ebay/item/site_id/0/user_id/13286/tool_name/item/item_hash/l73h6bf6bg\" rel=\"nofollow\" target=\"_blank\"><img src=\"https://i.ebayimg.com/images/g/w84AAOSweUpj0BeS/s-l225.jpg\" /></a></div></div><div class=\"title\"><a href=\"https://www.auctionnudge.com/to_ebay/item/site_id/0/user_id/13286/tool_name/item/item_hash/l73h6bf6bg\" rel=\"nofollow\" target=\"_blank\">Rare Confederate Capital Richmond w/ Monitor v Merrimac 1862 Civil War Newspaper</a></div><div class=\"price\">&#36;84.00&nbsp;</div><div class=\"format bin\">Buy It Now</div></li><li class=\"item\"><div class=\"image\"><div class=\"image-container\" style=\"\"><a href=\"https://www.auctionnudge.com/to_ebay/item/site_id/0/user_id/13286/tool_name/item/item_hash/l76bcco4ic\" rel=\"nofollow\" target=\"_blank\"><img src=\"https://i.ebayimg.com/images/g/C00AAOSwvtRmV01C/s-l225.jpg\" /></a></div></div><div class=\"title\"><a href=\"https://www.auctionnudge.com/to_ebay/item/site_id/0/user_id/13286/tool_name/item/item_hash/l76bcco4ic\" rel=\"nofollow\" target=\"_blank\">RARE Illustrated CONFEDERATE Civil War w/ Lawrence O\'Bryan Branch 1863 Newspaper</a></div><div class=\"price\">&#36;420.00&nbsp;</div><div class=\"format bin\">Buy It Now</div></li><li class=\"item\"><div class=\"image\"><div class=\"image-container\" style=\"\"><a href=\"https://www.auctionnudge.com/to_ebay/item/site_id/0/user_id/13286/tool_name/item/item_hash/l76lbdh7go\" rel=\"nofollow\" target=\"_blank\"><img src=\"https://i.ebayimg.com/images/g/FOAAAOSwcBhmD~CC/s-l225.jpg\" /></a></div></div><div class=\"title\"><a href=\"https://www.auctionnudge.com/to_ebay/item/site_id/0/user_id/13286/tool_name/item/item_hash/l76lbdh7go\" rel=\"nofollow\" target=\"_blank\">CONFEDERATE w/ Eve of Capture of Atlanta by William T. Sherman 1864 Civil War </a></div><div class=\"price\">&#36;82.00&nbsp;</div><div class=\"format bin\">Buy It Now</div></li><li class=\"item\"><div class=\"image\"><div class=\"image-container\" style=\"\"><a href=\"https://www.auctionnudge.com/to_ebay/item/site_id/0/user_id/13286/tool_name/item/item_hash/l76dig97e3\" rel=\"nofollow\" target=\"_blank\"><img src=\"https://i.ebayimg.com/images/g/1LoAAOSwgL5maG8o/s-l225.jpg\" /></a></div></div><div class=\"title\"><a href=\"https://www.auctionnudge.com/to_ebay/item/site_id/0/user_id/13286/tool_name/item/item_hash/l76dig97e3\" rel=\"nofollow\" target=\"_blank\">Rare ORIGIN OF THE CIVIL WAR Charleston SC Carolina Confederate 1863 Newspaper</a></div><div class=\"price\">&#36;73.00&nbsp;</div><div class=\"format bin\">Buy It Now</div></li></ul></div>',page_active:false,page_show_next:false,cats_output:'',search_box:false,theme_css_asset:'https://assets-auctionnudge.s3.amazonaws.com/feed/item/css/carousel.min.css?v=2024.3.1',theme_js_asset:'https://assets-auctionnudge.s3.amazonaws.com/feed/item/js/carousel.min.js?v=2024.3.1'});