/**
 *
 * Auction Nudge
 * https://www.auctionnudge.com
 *
 * By Joe Hawes
 * http://www.morehawes.co.uk
 *
 */

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.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();}}
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%20War"},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\">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/l7igbccooa\" rel=\"nofollow\"><img src=\"https://i.ebayimg.com/thumbs/images/g/AUwAAOSw0vti67B~/s-l140.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/l7igbccooa\" rel=\"nofollow\">Capital of Confederacy John Hunt Morgan in Richmond 1864 VA Civil War Newspaper </a></div><div class=\"price\">&#36;74.00&nbsp;</div><div class=\"format bin\">Buy It Now</div><div class=\"ends last\">Time Left: 0d 9h 24m</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/l7396ogbhc\" rel=\"nofollow\"><img src=\"https://i.ebayimg.com/thumbs/images/g/WgEAAOSwTSxkLDOU/s-l140.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/l7396ogbhc\" rel=\"nofollow\">Pre Civil War TENSIONS Abraham Lincoln as President Elect 1860 old Newspaper </a></div><div class=\"price\">&#36;27.00&nbsp;</div><div class=\"format bin\">Buy It Now</div><div class=\"ends last\">Time Left: 0d 9h 32m</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/l7igbcdd6g\" rel=\"nofollow\"><img src=\"https://i.ebayimg.com/thumbs/images/g/jNsAAOSwK09kLMwW/s-l140.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/l7igbcdd6g\" rel=\"nofollow\">Great 1st Battle of Bull Run Manassas VA Civil War Confederate VA 1861 Newspaper</a></div><div class=\"price\">&#36;166.00&nbsp;</div><div class=\"format bin\">Buy It Now</div><div class=\"ends last\">Time Left: 0d 9h 32m</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/l744lhhog4\" rel=\"nofollow\"><img src=\"https://i.ebayimg.com/thumbs/images/g/~DMAAOSwFedkrpGE/s-l140.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/l744lhhog4\" rel=\"nofollow\">FORT SUMTER ATTACK Imminent & the Start of the Civil War Close 1861 Newspaper</a></div><div class=\"price\">&#36;34.00&nbsp;</div><div class=\"format bin\">Buy It Now</div><div class=\"ends last\">Time Left: 0d 9h 34m</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/l7igbcfh3i\" rel=\"nofollow\"><img src=\"https://i.ebayimg.com/thumbs/images/g/z-AAAOSwBfdi6nOi/s-l140.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/l7igbcfh3i\" rel=\"nofollow\">Rare Capital of the Confederacy Richmond VA Virginia Civil War 1863 Newspaper</a></div><div class=\"price\">&#36;75.00&nbsp;</div><div class=\"format bin\">Buy It Now</div><div class=\"ends last\">Time Left: 0d 9h 37m</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/lbcohl34ig\" rel=\"nofollow\"><img src=\"https://i.ebayimg.com/thumbs/images/g/JxEAAOSwdq5i6nKK/s-l140.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/lbcohl34ig\" rel=\"nofollow\">Fall of Richmond Virginia Final Days of Civil War Jefferson Davis 1865 Newspaper</a></div><div class=\"price\">&#36;34.00&nbsp;</div><div class=\"format bin\">Buy It Now</div><div class=\"ends last\">Time Left: 0d 9h 37m</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/l6fhedaldl\" rel=\"nofollow\"><img src=\"https://i.ebayimg.com/thumbs/images/g/2d0AAOSwO-Jf83MJ/s-l140.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/l6fhedaldl\" rel=\"nofollow\">Early JAY COOKE Banking Financier of Civil War Advertisements 1866 NYC Newspaper</a></div><div class=\"price\">&#36;29.00&nbsp;</div><div class=\"format bin\">Buy It Now</div><div class=\"ends last\">Time Left: 0d 10h 36m</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/lboo6ogi49\" rel=\"nofollow\"><img src=\"https://i.ebayimg.com/thumbs/images/g/MUAAAOSwAblgG~dY/s-l140.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/lboo6ogi49\" rel=\"nofollow\">Very Rare CONFEDERATE Columbia South Carolina Southern 1864 Civil War Newspaper</a></div><div class=\"price\">&#36;115.00&nbsp;</div><div class=\"format bin\">Buy It Now</div><div class=\"ends last\">Time Left: 0d 11h 47m</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/lbe4oihbhe\" rel=\"nofollow\"><img src=\"https://i.ebayimg.com/thumbs/images/g/36EAAOSwPn5khzUh/s-l140.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/lbe4oihbhe\" rel=\"nofollow\">American Close to Civil War Southern Tensions & Abraham Lincoln 1861 Newspaper  </a></div><div class=\"price\">&#36;45.00&nbsp;</div><div class=\"format bin\">Buy It Now</div><div class=\"ends last\">Time Left: 0d 13h 3m</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/lbe4oiiaio\" rel=\"nofollow\"><img src=\"https://i.ebayimg.com/thumbs/images/g/bj4AAOSw2Mpked2Y/s-l140.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/lbe4oiiaio\" rel=\"nofollow\">Rare Phrenology Science Brains Skulls Functions Pre Civil War 1853 Newspaper </a></div><div class=\"price\">&#36;53.00&nbsp;</div><div class=\"format bin\">Buy It Now</div><div class=\"ends last\">Time Left: 0d 13h 6m</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/lbcao7dg43\" rel=\"nofollow\"><img src=\"https://i.ebayimg.com/thumbs/images/g/NRoAAOSwxe1jEfqc/s-l140.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/lbcao7dg43\" rel=\"nofollow\">Jackson MS Mississippi Captured Civil War Map & Early Baseball 1863 Newspaper</a></div><div class=\"price\">&#36;72.00&nbsp;</div><div class=\"format bin\">Buy It Now</div><div class=\"ends last\">Time Left: 0d 14h 26m</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/lbcao7d9bb\" rel=\"nofollow\"><img src=\"https://i.ebayimg.com/thumbs/images/g/4K0AAOSwErpjEfib/s-l140.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/lbcao7d9bb\" rel=\"nofollow\">Battle of Cold Harbor Piedmont Virginia Ulyyses S. Grant Civil War1864 Newspaper</a></div><div class=\"price\">&#36;28.00&nbsp;</div><div class=\"format bin\">Buy It Now</div><div class=\"ends last\">Time Left: 0d 14h 28m</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/lbcao7dc6f\" rel=\"nofollow\"><img src=\"https://i.ebayimg.com/thumbs/images/g/9coAAOSw2GdjEfXq/s-l140.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/lbcao7dc6f\" rel=\"nofollow\">William T. Sherramn Civil War Battles in Georgia Buzzard Roost ++ 1864 Newspaper</a></div><div class=\"price\">&#36;32.00&nbsp;</div><div class=\"format bin\">Buy It Now</div><div class=\"ends last\">Time Left: 0d 14h 29m</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/lbcao7dd4i\" rel=\"nofollow\"><img src=\"https://i.ebayimg.com/thumbs/images/g/D3QAAOSwMc9jEfPr/s-l140.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/lbcao7dd4i\" rel=\"nofollow\">Battle of the Wilderness Lee vs. Grant w/ Virginia Map 1864 Civil War Newspaper </a></div><div class=\"price\">&#36;52.00&nbsp;</div><div class=\"format bin\">Buy It Now</div><div class=\"ends last\">Time Left: 0d 14h 29m</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/l7i3i4afc9\" rel=\"nofollow\"><img src=\"https://i.ebayimg.com/thumbs/images/g/VWwAAOSwgV9jEfMo/s-l140.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/l7i3i4afc9\" rel=\"nofollow\">1864 General George G. Meade Eve of Battle of the Wilderness Civil War Address </a></div><div class=\"price\">&#36;31.00&nbsp;</div><div class=\"format bin\">Buy It Now</div><div class=\"ends last\">Time Left: 0d 14h 30m</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/lbfifo9gcd\" rel=\"nofollow\"><img src=\"https://i.ebayimg.com/thumbs/images/g/KI8AAOSwYuBlHu6q/s-l140.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/lbfifo9gcd\" rel=\"nofollow\">Rare FULL FRONT PAGE Civil War MAP / 2nd Battle of Fredericksburg 1863 Newspaper</a></div><div class=\"price\">&#36;99.99&nbsp;</div><div class=\"format auction\">0 bids</div><div class=\"ends last\">Time Left: 0d 15h 7m</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/l6f3dolbef\" rel=\"nofollow\"><img src=\"https://i.ebayimg.com/thumbs/images/g/FwAAAOSw1ZpgHX5z/s-l140.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/l6f3dolbef\" rel=\"nofollow\">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><div class=\"ends last\">Time Left: 0d 15h 35m</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/l6oebidi6c\" rel=\"nofollow\"><img src=\"https://i.ebayimg.com/thumbs/images/g/F0IAAOSwke9Z~jSV/s-l140.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/l6oebidi6c\" rel=\"nofollow\">SOCIAL DEMOCRATIC PARTY OF AUSTRIAN Banned & Civil War Ending 1934 Old Newspaper</a></div><div class=\"price\">&#36;33.00&nbsp;</div><div class=\"format bin\">Buy It Now</div><div class=\"ends last\">Time Left: 0d 16h 58m</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/lbo6377ll4\" rel=\"nofollow\"><img src=\"https://i.ebayimg.com/thumbs/images/g/NfUAAOSwyiZf9G4p/s-l140.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/lbo6377ll4\" rel=\"nofollow\">Yankee Union Civil War Gen. GEORGE H. THOMAS Death Funeral BURIAL 1870 Newspaper</a></div><div class=\"price\">&#36;28.00&nbsp;</div><div class=\"format bin\">Buy It Now</div><div class=\"ends last\">Time Left: 0d 17h 16m</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/l7hoo439lo\" rel=\"nofollow\"><img src=\"https://i.ebayimg.com/thumbs/images/g/XwAAAOSwRLRicsDA/s-l140.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/l7hoo439lo\" rel=\"nofollow\">BATTLE OF SPOTSYLVANIA General Ulysses S. Grant QUOTE 1864 Civil War Newspaper</a></div><div class=\"price\">&#36;89.00&nbsp;</div><div class=\"format bin\">Buy It Now</div><div class=\"ends last\">Time Left: 1d 9h 44m</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/lbcg9a7o96\" rel=\"nofollow\"><img src=\"https://i.ebayimg.com/thumbs/images/g/7w8AAOSwaLZicqrC/s-l140.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/lbcg9a7o96\" rel=\"nofollow\">2ND BATTLE OF DALTON GA General Joseph Wheeler\'s Raid 1864 Civil War Newspaper</a></div><div class=\"price\">&#36;32.00&nbsp;</div><div class=\"format bin\">Buy It Now</div><div class=\"ends last\">Time Left: 1d 9h 45m</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/l7hoo443bg\" rel=\"nofollow\"><img src=\"https://i.ebayimg.com/thumbs/images/g/VqkAAOSwOLdicqlK/s-l140.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/l7hoo443bg\" rel=\"nofollow\">BATTLE OF COLD HARBOR Mechanicsville VA Civil War FITZHUGH LEE 1862 Newspaper</a></div><div class=\"price\">&#36;28.00&nbsp;</div><div class=\"format bin\">Buy It Now</div><div class=\"ends last\">Time Left: 1d 9h 45m</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/l7if7hl3a3\" rel=\"nofollow\"><img src=\"https://i.ebayimg.com/thumbs/images/g/C1oAAOSwOC1jtt2~/s-l140.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/l7if7hl3a3\" rel=\"nofollow\">Fall of Atlanta Georgia William T. Sherman Victory Civil War 1864 old Newspaper </a></div><div class=\"price\">&#36;57.00&nbsp;</div><div class=\"format bin\">Buy It Now</div><div class=\"ends last\">Time Left: 1d 10h 18m</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/l7if7hloab\" rel=\"nofollow\"><img src=\"https://i.ebayimg.com/thumbs/images/g/mmUAAOSw8TNjttJN/s-l140.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/l7if7hloab\" rel=\"nofollow\">Siege of Petersburg VA Begins from Confederate Capital Civil War 1864 Newspaper</a></div><div class=\"price\">&#36;93.00&nbsp;</div><div class=\"format bin\">Buy It Now</div><div class=\"ends last\">Time Left: 1d 10h 20m</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/l7if7hlbc6\" rel=\"nofollow\"><img src=\"https://i.ebayimg.com/thumbs/images/g/JmcAAOSwA5ljttEs/s-l140.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/l7if7hlbc6\" rel=\"nofollow\">Rare Confederate Columbus GA Muscogee County Georgia 1862 Civil War Newspaper</a></div><div class=\"price\">&#36;148.00&nbsp;</div><div class=\"format bin\">Buy It Now</div><div class=\"ends last\">Time Left: 1d 10h 21m</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/lbfg7ab76g\" rel=\"nofollow\"><img src=\"https://i.ebayimg.com/thumbs/images/g/e3EAAOSwW51k90-w/s-l140.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/lbfg7ab76g\" rel=\"nofollow\">ABRAHAM LINCOLN Trip to White House Pre Inauguration & Civil War 1861 Newspaper</a></div><div class=\"price\">&#36;112.00&nbsp;</div><div class=\"format bin\">Buy It Now</div><div class=\"ends last\">Time Left: 1d 11h 33m</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/l74bodbla9\" rel=\"nofollow\"><img src=\"https://i.ebayimg.com/thumbs/images/g/KMEAAOSwYOxk904p/s-l140.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/l74bodbla9\" rel=\"nofollow\">Confederate JEFFERSON DAVIS Inauguration Inaugural Addr 1862 Civil War Newspaper</a></div><div class=\"price\">&#36;143.00&nbsp;</div><div class=\"format bin\">Buy It Now</div><div class=\"ends last\">Time Left: 1d 11h 33m</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/lbfg7ab9fc\" rel=\"nofollow\"><img src=\"https://i.ebayimg.com/thumbs/images/g/PEoAAOSwq5Bk90zt/s-l140.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/lbfg7ab9fc\" rel=\"nofollow\">ABRAHAM LINCOLN\'S State of the Union Address SIGNED 1862 Civil War Newspaper</a></div><div class=\"price\">&#36;160.00&nbsp;</div><div class=\"format bin\">Buy It Now</div><div class=\"ends last\">Time Left: 1d 11h 33m</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/lbfg7abbi7\" rel=\"nofollow\"><img src=\"https://i.ebayimg.com/thumbs/images/g/T1sAAOSwWRVk90vt/s-l140.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/lbfg7abbi7\" rel=\"nofollow\">BLOODIEST Battle of Antietam Sharpsburg MD Maryland Civil War 1862 old Newspaper</a></div><div class=\"price\">&#36;195.00&nbsp;</div><div class=\"format bin\">Buy It Now</div><div class=\"ends last\">Time Left: 1d 11h 34m</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/l74bodc3lf\" rel=\"nofollow\"><img src=\"https://i.ebayimg.com/thumbs/images/g/L88AAOSwrchk90l2/s-l140.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/l74bodc3lf\" rel=\"nofollow\">MARCH TO THE SEA to Savannah General William T. Sherman 1864 Civil War Newspaper</a></div><div class=\"price\">&#36;29.00&nbsp;</div><div class=\"format bin\">Buy It Now</div><div class=\"ends last\">Time Left: 1d 11h 34m</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/l74bodc6cd\" rel=\"nofollow\"><img src=\"https://i.ebayimg.com/thumbs/images/g/YjQAAOSwn8lk90cm/s-l140.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/l74bodc6cd\" rel=\"nofollow\">SAVANNAH GEORGIA Falling William T. Sherman & Nashville TN 1864 Civil War News</a></div><div class=\"price\">&#36;54.00&nbsp;</div><div class=\"format bin\">Buy It Now</div><div class=\"ends last\">Time Left: 1d 11h 34m</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/lbfg7abe6d\" rel=\"nofollow\"><img src=\"https://i.ebayimg.com/thumbs/images/g/qfUAAOSwUVdk90Pi/s-l140.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/lbfg7abe6d\" rel=\"nofollow\">General JAMES LONGSTREET Confederate States Army Civil War PRINT 1864 Newspaper </a></div><div class=\"price\">&#36;33.00&nbsp;</div><div class=\"format bin\">Buy It Now</div><div class=\"ends last\">Time Left: 1d 11h 35m</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/l74boddhii\" rel=\"nofollow\"><img src=\"https://i.ebayimg.com/thumbs/images/g/ZzUAAOSwcmVk90EM/s-l140.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/l74boddhii\" rel=\"nofollow\">Pre-American Civil War BASEBALL Played Frozen ICE Pond Box Scores 1861 Newspaper</a></div><div class=\"price\">&#36;32.00&nbsp;</div><div class=\"format bin\">Buy It Now</div><div class=\"ends last\">Time Left: 1d 11h 35m</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/lbfg7acgfc\" rel=\"nofollow\"><img src=\"https://i.ebayimg.com/thumbs/images/g/pscAAOSw621lAbx4/s-l140.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/lbfg7acgfc\" rel=\"nofollow\">Earliest of BASEBALL Diagrams Illustration Players Position Pre Civil War 1856</a></div><div class=\"price\">&#36;955.00&nbsp;</div><div class=\"format bin\">Buy It Now</div><div class=\"ends last\">Time Left: 1d 11h 36m</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/lb67fl9oaa\" rel=\"nofollow\"><img src=\"https://i.ebayimg.com/thumbs/images/g/7L4AAOSwv7ld6Upk/s-l140.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/lb67fl9oaa\" rel=\"nofollow\">PRE CIVIL WAR Southern Tensions at Forts & Pony Express 1861 Old NYC Newspaper</a></div><div class=\"price\">&#36;36.00&nbsp;</div><div class=\"format bin\">Buy It Now</div><div class=\"ends last\">Time Left: 1d 11h 57m</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/l7g37l367h\" rel=\"nofollow\"><img src=\"https://i.ebayimg.com/thumbs/images/g/ZkgAAOSww29hMjBo/s-l140.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/l7g37l367h\" rel=\"nofollow\">PENINSULA CAMPAIGN Richmond & Petersburg Virginia Civil War MAP 1862 Newspaper</a></div><div class=\"price\">&#36;45.00&nbsp;</div><div class=\"format bin\">Buy It Now</div><div class=\"ends last\">Time Left: 1d 13h 50m</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/l7g37l39oe\" rel=\"nofollow\"><img src=\"https://i.ebayimg.com/thumbs/images/g/FbsAAOSwvbZhMi6T/s-l140.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/l7g37l39oe\" rel=\"nofollow\">PENINSULA CAMPAIGN Richmond & Petersburg Virginia Civil War MAP 1862 Newspaper</a></div><div class=\"price\">&#36;45.00&nbsp;</div><div class=\"format bin\">Buy It Now</div><div class=\"ends last\">Time Left: 1d 13h 51m</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/lbcdlgo6fo\" rel=\"nofollow\"><img src=\"https://i.ebayimg.com/thumbs/images/g/pAIAAOSwpOhjPWrX/s-l140.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/lbcdlgo6fo\" rel=\"nofollow\">Battle of Fredericksburg VA Aftermath - Gen. Ambrose E. Burnside 1862 Newspaper </a></div><div class=\"price\">&#36;32.00&nbsp;</div><div class=\"format bin\">Buy It Now</div><div class=\"ends last\">Time Left: 1d 13h 53m</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/lbai9ooola\" rel=\"nofollow\"><img src=\"https://i.ebayimg.com/thumbs/images/g/SbsAAOSw38JhMh~b/s-l140.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/lbai9ooola\" rel=\"nofollow\">GRAND JUNCTION Tennessee MAP & Fort Macon Surrender 1862 Old Civil War Newspaper</a></div><div class=\"price\">&#36;42.00&nbsp;</div><div class=\"format bin\">Buy It Now</div><div class=\"ends last\">Time Left: 1d 13h 53m</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/l7g37l4ia6\" rel=\"nofollow\"><img src=\"https://i.ebayimg.com/thumbs/images/g/GgsAAOSwUJhhMh86/s-l140.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/l7g37l4ia6\" rel=\"nofollow\">MONITOR vs. MERRIMACK Ironclads Naval Battle & 3 MAPS 1862 Civil War Newspaper</a></div><div class=\"price\">&#36;132.00&nbsp;</div><div class=\"format bin\">Buy It Now</div><div class=\"ends last\">Time Left: 1d 13h 55m</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/l73l9fbe46\" rel=\"nofollow\"><img src=\"https://i.ebayimg.com/thumbs/images/g/qyUAAOSwkMNj~1ti/s-l140.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/l73l9fbe46\" rel=\"nofollow\">Historic Gettysburg Address Abraham Lincoln\'s Speech 1863 Civil War NY Newspaper</a></div><div class=\"price\">&#36;6,575.00&nbsp;</div><div class=\"format bin\">Buy It Now</div><div class=\"ends last\">Time Left: 1d 14h 34m</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/lbdabgoih9\" rel=\"nofollow\"><img src=\"https://i.ebayimg.com/thumbs/images/g/t-8AAOSwG6Vj~1Ir/s-l140.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/lbdabgoih9\" rel=\"nofollow\">Pre Civil War Southern States Secession Fort Sumter Tensions 1861 old Newspaper</a></div><div class=\"price\">&#36;33.00&nbsp;</div><div class=\"format bin\">Buy It Now</div><div class=\"ends last\">Time Left: 1d 14h 37m</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/l73l9fdgh4\" rel=\"nofollow\"><img src=\"https://i.ebayimg.com/thumbs/images/g/Y5YAAOSwLrFj~1Eo/s-l140.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/l73l9fdgh4\" rel=\"nofollow\">Pre American Civil War Tensions Southern Rebel States Secession 1860 Newspaper</a></div><div class=\"price\">&#36;37.00&nbsp;</div><div class=\"format bin\">Buy It Now</div><div class=\"ends last\">Time Left: 1d 14h 38m</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/lbb47li4c4\" rel=\"nofollow\"><img src=\"https://i.ebayimg.com/thumbs/images/g/uW0AAOSwZe5h1ewN/s-l140.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/lbb47li4c4\" rel=\"nofollow\">Rare CONFEDERATE Columbus Georgia GA Stonewall Jackson 1862 Civil War Newspaper</a></div><div class=\"price\">&#36;127.00&nbsp;</div><div class=\"format bin\">Buy It Now</div><div class=\"ends last\">Time Left: 1d 15h 21m</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/lbe4ahlh4c\" rel=\"nofollow\"><img src=\"https://i.ebayimg.com/thumbs/images/g/wWwAAOSwFEFkfeI6/s-l140.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/lbe4ahlh4c\" rel=\"nofollow\">Hampton Roads Peace Conference on River Queen to End Civil War ? 1865 Newspaper</a></div><div class=\"price\">&#36;35.00&nbsp;</div><div class=\"format bin\">Buy It Now</div><div class=\"ends last\">Time Left: 1d 15h 57m</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\"><img src=\"https://i.ebayimg.com/thumbs/images/g/Be4AAOSwO2hkfd--/s-l140.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\">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><div class=\"ends last\">Time Left: 1d 15h 57m</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/l74hhodogi\" rel=\"nofollow\"><img src=\"https://i.ebayimg.com/thumbs/images/g/zdUAAOSwy19kfd7a/s-l140.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/l74hhodogi\" rel=\"nofollow\">Second Battle of Fort Sumter Charleston Harbor Morris 1863 Civil War Newspaper</a></div><div class=\"price\">&#36;28.00&nbsp;</div><div class=\"format bin\">Buy It Now</div><div class=\"ends last\">Time Left: 1d 15h 58m</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/lbe4ah7i37\" rel=\"nofollow\"><img src=\"https://i.ebayimg.com/thumbs/images/g/iocAAOSwkkRkfc4c/s-l140.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/lbe4ah7i37\" rel=\"nofollow\">Battle of New Bern Burnside Expedition North Carolina NC MAP Civil War 1862 News</a></div><div class=\"price\">&#36;48.00&nbsp;</div><div class=\"format bin\">Buy It Now</div><div class=\"ends last\">Time Left: 1d 16h 0m</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/l74hhoehbc\" rel=\"nofollow\"><img src=\"https://i.ebayimg.com/thumbs/images/g/yNcAAOSwMmpkiLAC/s-l140.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/l74hhoehbc\" rel=\"nofollow\">Monitor vs. Merrimac Battle of Hampton Roads Civil War IRONCLADS 1862 Newspaper </a></div><div class=\"price\">&#36;198.00&nbsp;</div><div class=\"format bin\">Buy It Now</div><div class=\"ends last\">Time Left: 1d 16h 0m</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/l74hhoe7dl\" rel=\"nofollow\"><img src=\"https://i.ebayimg.com/thumbs/images/g/1OkAAOSwhJlkfctX/s-l140.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/l74hhoe7dl\" rel=\"nofollow\">Rare Confederate Capital Richmond Virginia Civil War Confederacy 1862 Newspaper</a></div><div class=\"price\">&#36;65.00&nbsp;</div><div class=\"format bin\">Buy It Now</div><div class=\"ends last\">Time Left: 1d 16h 1m</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/l6a6cfagee\" rel=\"nofollow\"><img src=\"https://i.ebayimg.com/thumbs/images/g/OMIAAOSwnTdaJ~mU/s-l140.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/l6a6cfagee\" rel=\"nofollow\">ANDREW JOHNSON Post Civil War State of the Union Address Signed 1865 Newspaper</a></div><div class=\"price\">&#36;42.00&nbsp;</div><div class=\"format bin\">Buy It Now</div><div class=\"ends last\">Time Left: 1d 16h 13m</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/lb7ofdibfl\" rel=\"nofollow\"><img src=\"https://i.ebayimg.com/thumbs/images/g/m9oAAOSweH1fAxbv/s-l140.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/lb7ofdibfl\" rel=\"nofollow\">Rare CONFEDERATE w/ Jefferson Davis Inauguration 1862 Columbia S.C. Newspaper</a></div><div class=\"price\">&#36;335.00&nbsp;</div><div class=\"format bin\">Buy It Now</div><div class=\"ends last\">Time Left: 1d 16h 37m</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/l6dfl6obgl\" rel=\"nofollow\"><img src=\"https://i.ebayimg.com/thumbs/images/g/1gEAAOSwXtlfAxn4/s-l140.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/l6dfl6obgl\" rel=\"nofollow\">CONFEDERATE Jefferson Davis & Fort Donelson Capture CIVIL WAR 1862 Old Newspaper</a></div><div class=\"price\">&#36;90.00&nbsp;</div><div class=\"format bin\">Buy It Now</div><div class=\"ends last\">Time Left: 1d 16h 39m</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/lbohofd379\" rel=\"nofollow\"><img src=\"https://i.ebayimg.com/thumbs/images/g/UNkAAOSwHF1fpVsH/s-l140.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/lbohofd379\" rel=\"nofollow\">Confederate States of America CHARLESTON South Carolina Civil War 1864 Newspaper</a></div><div class=\"price\">&#36;82.00&nbsp;</div><div class=\"format bin\">Buy It Now</div><div class=\"ends last\">Time Left: 1d 17h 6m</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/lblbciodie\" rel=\"nofollow\"><img src=\"https://i.ebayimg.com/thumbs/images/g/uj8AAOSwPdhdSWsM/s-l140.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/lblbciodie\" rel=\"nofollow\">Rare CAPITAL OF THE CONFEDERACY Richmond VA Virginia Civil War 1863 Newspaper</a></div><div class=\"price\">&#36;83.00&nbsp;</div><div class=\"format bin\">Buy It Now</div><div class=\"ends last\">Time Left: 1d 17h 17m</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/lbdicec9cf\" rel=\"nofollow\"><img src=\"https://i.ebayimg.com/thumbs/images/g/OZsAAOSwgX9jjgH8/s-l140.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/lbdicec9cf\" rel=\"nofollow\">Battle of the Crater Siege of Petersburg Virginia Grant 1864 Civil War Newspaper</a></div><div class=\"price\">&#36;29.00&nbsp;</div><div class=\"format bin\">Buy It Now</div><div class=\"ends last\">Time Left: 2d 9h 27m</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/lbdehgbddh\" rel=\"nofollow\"><img src=\"https://i.ebayimg.com/thumbs/images/g/zgoAAOSwS4dkLZkQ/s-l140.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/lbdehgbddh\" rel=\"nofollow\">Rare Capital of the Confederacy Richmond VA Virginia Civil War 1864 Newspaper</a></div><div class=\"price\">&#36;74.00&nbsp;</div><div class=\"format bin\">Buy It Now</div><div class=\"ends last\">Time Left: 2d 9h 45m</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/l74o9aof3o\" rel=\"nofollow\"><img src=\"https://i.ebayimg.com/thumbs/images/g/KEEAAOSw~JZkzORW/s-l140.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/l74o9aof3o\" rel=\"nofollow\">ABRAHAM LINCOLN Proclamation 89 re. Southern Blockades 1862 Civil War Newspaper </a></div><div class=\"price\">&#36;48.00&nbsp;</div><div class=\"format bin\">Buy It Now</div><div class=\"ends last\">Time Left: 2d 9h 50m</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/l73lb4dhbl\" rel=\"nofollow\"><img src=\"https://i.ebayimg.com/thumbs/images/g/SwQAAOSwLcxkBfhl/s-l140.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/l73lb4dhbl\" rel=\"nofollow\">Rare Confederate Columbus GA Muscogee County Georgia 1862 Civil War Newspaper</a></div><div class=\"price\">&#36;138.00&nbsp;</div><div class=\"format bin\">Buy It Now</div><div class=\"ends last\">Time Left: 2d 9h 52m</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/lbecadoe3b\" rel=\"nofollow\"><img src=\"https://i.ebayimg.com/thumbs/images/g/KnsAAOSwhKFkzOMF/s-l140.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/lbecadoe3b\" rel=\"nofollow\">Rare CONFEDERATE Confederacy Capital w/ Fall of Atlanta 1864 Civil War Newspaper</a></div><div class=\"price\">&#36;72.00&nbsp;</div><div class=\"format bin\">Buy It Now</div><div class=\"ends last\">Time Left: 2d 9h 55m</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/lbcd6l4cl7\" rel=\"nofollow\"><img src=\"https://i.ebayimg.com/thumbs/images/g/39sAAOSwqMZjPsno/s-l140.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/lbcd6l4cl7\" rel=\"nofollow\">Rare Phrenology Science Brains Skulls Functions Pre Civil War 1854 Newspaper</a></div><div class=\"price\">&#36;48.00&nbsp;</div><div class=\"format bin\">Buy It Now</div><div class=\"ends last\">Time Left: 2d 10h 35m</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/l7i6lg4cfi\" rel=\"nofollow\"><img src=\"https://i.ebayimg.com/thumbs/images/g/s1EAAOSwPKdjPsh8/s-l140.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/l7i6lg4cfi\" rel=\"nofollow\">Rare New Orleans LA Louisiana Deep South Confederate Civil War 1862 Newspaper</a></div><div class=\"price\">&#36;136.00&nbsp;</div><div class=\"format bin\">Buy It Now</div><div class=\"ends last\">Time Left: 2d 10h 35m</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/l7i346ocfd\" rel=\"nofollow\"><img src=\"https://i.ebayimg.com/thumbs/images/g/Xw0AAOSwOZxjF1Uq/s-l140.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/l7i346ocfd\" rel=\"nofollow\">Rare Atlanta GA Georgia Confederate Memphis TN Civil War 1864 Original Newspaper</a></div><div class=\"price\">&#36;158.00&nbsp;</div><div class=\"format bin\">Buy It Now</div><div class=\"ends last\">Time Left: 2d 10h 46m</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/l7i346bo6e\" rel=\"nofollow\"><img src=\"https://i.ebayimg.com/thumbs/images/g/pngAAOSwmD1jFzy0/s-l140.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/l7i346bo6e\" rel=\"nofollow\">Battle of Spotsylvania Court House Virginia w/ Nice Civil War Map 1864 Newspaper</a></div><div class=\"price\">&#36;95.00&nbsp;</div><div class=\"format bin\">Buy It Now</div><div class=\"ends last\">Time Left: 2d 10h 51m</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/lbcabgoiag\" rel=\"nofollow\"><img src=\"https://i.ebayimg.com/thumbs/images/g/eTkAAOSw2LljFzpq/s-l140.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/lbcabgoiag\" rel=\"nofollow\">Siege of Petersburg Richmond Virginia Civil War Map Mobile Alabama1864 Newspaper</a></div><div class=\"price\">&#36;67.00&nbsp;</div><div class=\"format bin\">Buy It Now</div><div class=\"ends last\">Time Left: 2d 10h 52m</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/lbcabgo6h6\" rel=\"nofollow\"><img src=\"https://i.ebayimg.com/thumbs/images/g/ZAoAAOSwfcRjFziZ/s-l140.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/lbcabgo6h6\" rel=\"nofollow\">Battle of Mobile Bay Alabama David G. Farragut Victory 1864 Civil War Newspaper</a></div><div class=\"price\">&#36;32.00&nbsp;</div><div class=\"format bin\">Buy It Now</div><div class=\"ends last\">Time Left: 2d 10h 52m</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/l7i346c76f\" rel=\"nofollow\"><img src=\"https://i.ebayimg.com/thumbs/images/g/5C4AAOSw2W9jFzZb/s-l140.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/l7i346c76f\" rel=\"nofollow\">William T. Sherman Atlanta Campaign Battle of Cumberland MD Civil War 1864 News</a></div><div class=\"price\">&#36;30.00&nbsp;</div><div class=\"format bin\">Buy It Now</div><div class=\"ends last\">Time Left: 2d 10h 52m</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/lbafdlhg9b\" rel=\"nofollow\"><img src=\"https://i.ebayimg.com/thumbs/images/g/2OoAAOSwG2VhriFq/s-l140.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/lbafdlhg9b\" rel=\"nofollow\">SANDUSKY Lake Erie County OHIO Pre Civil War 1851 Old Original Newspaper</a></div><div class=\"price\">&#36;28.00&nbsp;</div><div class=\"format bin\">Buy It Now</div><div class=\"ends last\">Time Left: 2d 12h 9m</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/l7hggf6c37\" rel=\"nofollow\"><img src=\"https://i.ebayimg.com/thumbs/images/g/ksoAAOSw53Zh~TTV/s-l140.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/l7hggf6c37\" rel=\"nofollow\">ULYSSES S. GRANT Civil War General for President of United States 1872 Newspaper</a></div><div class=\"price\">&#36;28.00&nbsp;</div><div class=\"format bin\">Buy It Now</div><div class=\"ends last\">Time Left: 2d 12h 15m</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/l7449l9f4i\" rel=\"nofollow\"><img src=\"https://i.ebayimg.com/thumbs/images/g/bnQAAOSwxhJkps~0/s-l140.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/l7449l9f4i\" rel=\"nofollow\">Pre American Civil War Sporting Sports Hunting Horse Racing More 1857 Newspaper</a></div><div class=\"price\">&#36;20.00&nbsp;</div><div class=\"format bin\">Buy It Now</div><div class=\"ends last\">Time Left: 2d 12h 58m</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/l7449lageh\" rel=\"nofollow\"><img src=\"https://i.ebayimg.com/thumbs/images/g/UYgAAOSwo9dksWSL/s-l140.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/l7449lageh\" rel=\"nofollow\">Battle of  FORT DONELSON Tennessee Captured Civil War Confederate 1862 Newspaper</a></div><div class=\"price\">&#36;95.00&nbsp;</div><div class=\"format bin\">Buy It Now</div><div class=\"ends last\">Time Left: 2d 12h 58m</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/lbeoo9dha6\" rel=\"nofollow\"><img src=\"https://i.ebayimg.com/thumbs/images/g/FYUAAOSwA7Nkpq8J/s-l140.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/lbeoo9dha6\" rel=\"nofollow\">Great BATTLE OF GETTYSBURG Confederate Capital Richmond VA Civil War 1863 News</a></div><div class=\"price\">&#36;3,225.00&nbsp;</div><div class=\"format bin\">Buy It Now</div><div class=\"ends last\">Time Left: 2d 12h 58m</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/l74oala76h\" rel=\"nofollow\"><img src=\"https://i.ebayimg.com/thumbs/images/g/ThIAAOSwR~Bk0QDa/s-l140.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/l74oala76h\" rel=\"nofollow\">ABRAHAM LINCOLN Assassination Funeral Train Civil War Ending 1865 NYC Newspaper</a></div><div class=\"price\">&#36;117.00&nbsp;</div><div class=\"format bin\">Buy It Now</div><div class=\"ends last\">Time Left: 2d 17h 10m</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/l74oaldaid\" rel=\"nofollow\"><img src=\"https://i.ebayimg.com/thumbs/images/g/zzwAAOSwCtlk0Oxi/s-l140.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/l74oaldaid\" rel=\"nofollow\">Rare Confederate Capital of the Confederacy 1861 Richmond VA Civil War Newspaper</a></div><div class=\"price\">&#36;64.00&nbsp;</div><div class=\"format bin\">Buy It Now</div><div class=\"ends last\">Time Left: 2d 17h 16m</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/l74oalf36g\" rel=\"nofollow\"><img src=\"https://i.ebayimg.com/thumbs/images/g/VSIAAOSw9x1k0OU4/s-l140.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/l74oalf36g\" rel=\"nofollow\">Actor JOHN WILKES BOOTH Ford\'s Theatre Play Performance 1863 Civil War Newspaper</a></div><div class=\"price\">&#36;585.00&nbsp;</div><div class=\"format bin\">Buy It Now</div><div class=\"ends last\">Time Left: 2d 17h 17m</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/l74oa633ag\" rel=\"nofollow\"><img src=\"https://i.ebayimg.com/thumbs/images/g/QrIAAOSwKixk2oBr/s-l140.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/l74oa633ag\" rel=\"nofollow\">Early Civil War Reconstruction Era BASEBALL PLAYER Profile Print 1866 Newspaper </a></div><div class=\"price\">&#36;65.00&nbsp;</div><div class=\"format bin\">Buy It Now</div><div class=\"ends last\">Time Left: 2d 17h 20m</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/l6fihi3bo7\" rel=\"nofollow\"><img src=\"https://i.ebayimg.com/thumbs/images/g/uUoAAOSwd-pf9zhT/s-l140.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/l6fihi3bo7\" rel=\"nofollow\">SURRENDER OF ROBERT E. LEE Appomattox Court House Sign 1865 Civil War Newspaper</a></div><div class=\"price\">&#36;340.00&nbsp;</div><div class=\"format bin\">Buy It Now</div><div class=\"ends last\">Time Left: 2d 17h 21m</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/lb79hbiebo\" rel=\"nofollow\"><img src=\"https://i.ebayimg.com/thumbs/images/g/AVAAAOSwx65fBHF5/s-l140.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/lb79hbiebo\" rel=\"nofollow\">Rare DAVENPORT IA Civil War Era w/ First Battle of Lexington MO 1861 Newspaper</a></div><div class=\"price\">&#36;28.00&nbsp;</div><div class=\"format bin\">Buy It Now</div><div class=\"ends last\">Time Left: 3d 9h 14m</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/lbaid96be6\" rel=\"nofollow\"><img src=\"https://i.ebayimg.com/thumbs/images/g/hbgAAOSwQbxhN5vu/s-l140.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/lbaid96be6\" rel=\"nofollow\">Original & Rare Civil War Era 1861 DAVENPORT IA \"Iowa\'s Front Porch\" Newspaper</a></div><div class=\"price\">&#36;30.00&nbsp;</div><div class=\"format bin\">Buy It Now</div><div class=\"ends last\">Time Left: 3d 11h 20m</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/lbcac9lodi\" rel=\"nofollow\"><img src=\"https://i.ebayimg.com/thumbs/images/g/xCIAAOSwlNtjGNOR/s-l140.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/lbcac9lodi\" rel=\"nofollow\">Rare Capital of the Confederacy Richmond VA Virginia Civil War 1864 Newspaper</a></div><div class=\"price\">&#36;62.00&nbsp;</div><div class=\"format bin\">Buy It Now</div><div class=\"ends last\">Time Left: 3d 11h 33m</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/lbcac9l9a4\" rel=\"nofollow\"><img src=\"https://i.ebayimg.com/thumbs/images/g/E9cAAOSwAlVjGNLS/s-l140.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/lbcac9l9a4\" rel=\"nofollow\">Confederate Battle of Chancellorsville Victory Richmond Civil War 1863 Newspaper</a></div><div class=\"price\">&#36;73.00&nbsp;</div><div class=\"format bin\">Buy It Now</div><div class=\"ends last\">Time Left: 3d 11h 34m</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/l6ddoei3bh\" rel=\"nofollow\"><img src=\"https://i.ebayimg.com/thumbs/images/g/qT8AAOSwzRpe2NvQ/s-l140.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/l6ddoei3bh\" rel=\"nofollow\">SEVEN DAYS BATTLES General George B. McClellan Report 1864 Civil War Newspaper</a></div><div class=\"price\">&#36;32.00&nbsp;</div><div class=\"format bin\">Buy It Now</div><div class=\"ends last\">Time Left: 3d 13h 18m</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/l73ieelllc\" rel=\"nofollow\"><img src=\"https://i.ebayimg.com/thumbs/images/g/kb4AAOSwrbNj4pf-/s-l140.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/l73ieelllc\" rel=\"nofollow\">Abraham Lincoln Assassination & General Robert E. Lee Surrender 1865 Newspaper</a></div><div class=\"price\">&#36;112.00&nbsp;</div><div class=\"format bin\">Buy It Now</div><div class=\"ends last\">Time Left: 3d 17h 5m</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/lbd7f3fi9i\" rel=\"nofollow\"><img src=\"https://i.ebayimg.com/thumbs/images/g/PfIAAOSwW5Fj4laN/s-l140.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/lbd7f3fi9i\" rel=\"nofollow\">Rare New Orleans LA Louisiana Deep South Confederate Civil War 1861 Newspaper   </a></div><div class=\"price\">&#36;112.00&nbsp;</div><div class=\"format bin\">Buy It Now</div><div class=\"ends last\">Time Left: 3d 17h 11m</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/l6af36gi63\" rel=\"nofollow\"><img src=\"https://i.ebayimg.com/thumbs/images/g/0h0AAOSw7I5a8ZFV/s-l140.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/l6af36gi63\" rel=\"nofollow\">ZAGONYI\'S CHARGE First Battle of Springfield Missouri 1861 Civil War Newspaper</a></div><div class=\"price\">&#36;29.00&nbsp;</div><div class=\"format bin\">Buy It Now</div><div class=\"ends last\">Time Left: 3d 17h 17m</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/lbi64o6dd9\" rel=\"nofollow\"><img src=\"https://i.ebayimg.com/thumbs/images/g/vmIAAOSwr1tZ~jxb/s-l140.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/lbi64o6dd9\" rel=\"nofollow\"> USS QUEEN OF THE WEST Captured & Invasion of Kentucky 1863 Civil War Newspaper</a></div><div class=\"price\">&#36;32.00&nbsp;</div><div class=\"format bin\">Buy It Now</div><div class=\"ends last\">Time Left: 3d 17h 21m</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/l7hielglfb\" rel=\"nofollow\"><img src=\"https://i.ebayimg.com/thumbs/images/g/dt8AAOSwNv5iJ0~E/s-l140.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/l7hielglfb\" rel=\"nofollow\">BATTLES OF 1863 General Henry Halleck Official Report 1863 Civil War Newspaper</a></div><div class=\"price\">&#36;30.00&nbsp;</div><div class=\"format bin\">Buy It Now</div><div class=\"ends last\">Time Left: 4d 9h 49m</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/l73ledhegf\" rel=\"nofollow\"><img src=\"https://i.ebayimg.com/thumbs/images/g/7AwAAOSwBWNkCJFE/s-l140.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/l73ledhegf\" rel=\"nofollow\">March tot he Sea William T. Sherman Savannah GA Georgia Civil War 1864 Newspaper</a></div><div class=\"price\">&#36;33.00&nbsp;</div><div class=\"format bin\">Buy It Now</div><div class=\"ends last\">Time Left: 4d 10h 28m</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/l73ledigo9\" rel=\"nofollow\"><img src=\"https://i.ebayimg.com/thumbs/images/g/Tm4AAOSwsjZkCInu/s-l140.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/l73ledigo9\" rel=\"nofollow\">Great Abraham Lincoln Inauguration Inaugural Address 1865 Civil War Newspaper</a></div><div class=\"price\">&#36;875.00&nbsp;</div><div class=\"format bin\">Buy It Now</div><div class=\"ends last\">Time Left: 4d 10h 29m</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/l7ihghlgo4\" rel=\"nofollow\"><img src=\"https://i.ebayimg.com/thumbs/images/g/H8IAAOSwnEpi8VeC/s-l140.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/l7ihghlgo4\" rel=\"nofollow\">19th Century Corry Erie County Pennsylvania Post Civil War Prints 1867 Newspaper</a></div><div class=\"price\">&#36;48.00&nbsp;</div><div class=\"format bin\">Buy It Now</div><div class=\"ends last\">Time Left: 4d 11h 13m</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/lbf36hd9ea\" rel=\"nofollow\"><img src=\"https://i.ebayimg.com/thumbs/images/g/nmQAAOSwKhxlJC7u/s-l140.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/lbf36hd9ea\" rel=\"nofollow\">JOHN S. MOSBY Guerrillas Cavalry Greenback Raid Virginia1864 Civil War Newspaper</a></div><div class=\"price\">&#36;44.99&nbsp;</div><div class=\"format auction\">0 bids</div><div class=\"ends last\">Time Left: 4d 14h 42m</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/lba3g4o37i\" rel=\"nofollow\"><img src=\"https://i.ebayimg.com/thumbs/images/g/c4gAAOSw1wRhOgjr/s-l140.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/lba3g4o37i\" rel=\"nofollow\">Rare CAMDEN NJ County New Jersey Civil War Reconstruction Era 1869 Old Newspaper</a></div><div class=\"price\">&#36;38.00&nbsp;</div><div class=\"format bin\">Buy It Now</div><div class=\"ends last\">Time Left: 4d 16h 19m</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/l7gh7blba4\" rel=\"nofollow\"><img src=\"https://i.ebayimg.com/thumbs/images/g/5gcAAOSwpfxhERc7/s-l140.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/l7gh7blba4\" rel=\"nofollow\">CIVIL WAR SOLDIERS Welcome Home William T. Sherman\'s Army & More 1865 Newspaper</a></div><div class=\"price\">&#36;38.00&nbsp;</div><div class=\"format bin\">Buy It Now</div><div class=\"ends last\">Time Left: 4d 16h 42m</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/lbdglohd4a\" rel=\"nofollow\"><img src=\"https://i.ebayimg.com/thumbs/images/g/iG8AAOSwGDBjan1H/s-l140.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/lbdglohd4a\" rel=\"nofollow\">Abraham Lincoln Fires Benjamin Butler Farewell Address 1865 Civil War Newspaper</a></div><div class=\"price\">&#36;30.00&nbsp;</div><div class=\"format bin\">Buy It Now</div><div class=\"ends last\">Time Left: 4d 17h 9m</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/l6d7efi3g9\" rel=\"nofollow\"><img src=\"https://i.ebayimg.com/thumbs/images/g/VyIAAOSwJEFeZkj-/s-l140.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/l6d7efi3g9\" rel=\"nofollow\">START OF CIVIL WAR ? Star of the West Steamship Attacked & SC MAP 1861 Newspaper</a></div><div class=\"price\">&#36;52.00&nbsp;</div><div class=\"format bin\">Buy It Now</div><div class=\"ends last\">Time Left: 4d 17h 27m</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/l74eo9hha9\" rel=\"nofollow\"><img src=\"https://i.ebayimg.com/thumbs/images/g/wxwAAOSw5jRlJTll/s-l140.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/l74eo9hha9\" rel=\"nofollow\">Very Rare PARSON BROWNLOW Knoxville TN Tennessee Civil War Rebel 1864 Newspaper </a></div><div class=\"price\">&#36;159.99&nbsp;</div><div class=\"format auction\">0 bids</div><div class=\"ends last\">Time Left: 5d 9h 39m</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/lbaabdi4a4\" rel=\"nofollow\"><img src=\"https://i.ebayimg.com/thumbs/images/g/I0YAAOSwI2Fhf9iV/s-l140.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/lbaabdi4a4\" rel=\"nofollow\">Rare CAPITAL OF THE CONFEDERACY Richmond VA Virginia Civil War 1864 Newspaper</a></div><div class=\"price\">&#36;64.00&nbsp;</div><div class=\"format bin\">Buy It Now</div><div class=\"ends last\">Time Left: 5d 12h 15m</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/lbeoede7ba\" rel=\"nofollow\"><img src=\"https://i.ebayimg.com/thumbs/images/g/Zy8AAOSwkM1kqDU1/s-l140.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/lbeoede7ba\" rel=\"nofollow\">Rare CINCINNATI Ohio Ciivl War Era w/ Supressiing the Slave Trade 1862 Newspaper</a></div><div class=\"price\">&#36;49.00&nbsp;</div><div class=\"format bin\">Buy It Now</div><div class=\"ends last\">Time Left: 5d 13h 35m</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/lbc36ggof9\" rel=\"nofollow\"><img src=\"https://i.ebayimg.com/thumbs/images/g/XZ0AAOSwW61ioieq/s-l140.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/lbc36ggof9\" rel=\"nofollow\">Battle of Piedmont Augusta County Virginia Civil War w/ Map 1864 Newspaper</a></div><div class=\"price\">&#36;45.00&nbsp;</div><div class=\"format bin\">Buy It Now</div><div class=\"ends last\">Time Left: 5d 14h 23m</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/lbc36gh46c\" rel=\"nofollow\"><img src=\"https://i.ebayimg.com/thumbs/images/g/m4kAAOSwxIRioiIc/s-l140.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/lbc36gh46c\" rel=\"nofollow\">Battle of Chancellorsville Joseph Hooker Confederate Victory Civil War 1863 News</a></div><div class=\"price\">&#36;29.00&nbsp;</div><div class=\"format bin\">Buy It Now</div><div class=\"ends last\">Time Left: 5d 14h 28m</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=4.7.1',theme_js_asset:'https://assets-auctionnudge.s3.amazonaws.com/feed/item/js/carousel.min.js?v=4.7.1'});