Below is a list of antiques & collectibles that are available at the Antique & Collectible Exchange.


Tools / Farm & Ranch or the alternate site: Tools / Farm & Ranch
ANTIQUE (WWII ERA) JAPANESE SUGAR CANE SCYTHE ( Item # 42989 )
TODAY WE'RE FEATURING THIS ANTIQUE (WWII ERA) JAPANESE SUGAR CANE SCYTHE. THIS WAS BROUGHT BACK FROM JAPAN BY A RETURNING AMERICAN SOLDIER.
THIS SCYTHE MEASURES APPROXIMATELY 17" IN HEIGHT WITH A SLIGHTLY CURVED BLADE WHICH ITSELF MEASURES NEARLY 7" IN LENGTH. THE BLADE IS MOUNTED ATOP A 14" WOODEN HANDLE WHICH HAS A ROPE AT THE BASE SO THIS MAY BE HUNG ON A PEG OR NAIL.
THE BLADE IS PROBABLY COMPOSED OF HIGH CARBON STEEL AND HAS RUSTED AS ONE WOULD EXPECT DUE TO IT'S AGE. THERE ARE 4 JAPANESE CHARACTERS IMPRINTED ON ONE SIDE OF THE BLADE. THERE IS ALSO THE NUMBER "230" IMPRINTED AS WELL.
A CLASSIC PIECE OF JAPANESE TOOLING!

 

/**ThinViewJs**/
var ifr = function() {}; ifr.browserDetect = function() {this.bFirefox = this.bWebTV = this.bOpera = this.bNav = this.bIE = this.bSafari =this.bWin = this.bMac = this.bMacppc = this.bMactel =this.bWinXp = this.bXpSp2 = this.bAOL = this.bVista = false;this.iVer = this.fVer = -1;this.fMinorVer = 0;this.init = function() {var nv = navigator, agt = nv.userAgent.toLowerCase(), i = 0, ver;with (this){if (agt.indexOf('webtv') != -1){bWebTV = true;i = agt.indexOf('webtv/') + 6;}else if (agt.indexOf('firefox') != -1){bFirefox = true;i = agt.lastIndexOf('firefox') + 8;}else if (agt.indexOf('safari') != -1){bSafari = true;i = agt.lastIndexOf('safari') + 7;}else if(typeof(window.opera)!='undefined'){bOpera = true;i = agt.lastIndexOf('opera') + 6;}else if (nv.appName == 'Netscape'){bNav = true;i = agt.lastIndexOf('/') + 1;}else if (agt.indexOf('msie') != -1){bIE = true;i = agt.indexOf('msie') + 4;if ((agt.indexOf('aol') != -1) || (agt.indexOf('america online') != -1))bAOL = true;}ver = bOpera?window.opera.version():agt.substring(i);iVer = parseInt(ver);fVer = parseFloat(ver);fMinorVer = fVer - iVer;bWin = (agt.indexOf('win') != -1);bWinXp = (bWin && (agt.indexOf('windows nt 5.1') != -1));bVista = (bWin && (agt.indexOf('windows nt 6.0') != -1));bXpSp2 = (bWinXp && (agt.indexOf('sv1') != -1));bMac = (agt.indexOf('mac') != -1);bMacppc = (bMac && ((agt.indexOf('ppc') != -1) || (agt.indexOf('powerpc') != -1)));bMactel = (bMac && (agt.indexOf('intel') != -1));}}
this.init();return this;}
var oCl = ifr.browserDetect();if (oCl.bFirefox) { ifr.init(1); }
ifr.addLoadEvent = function(func) { var oldonload = window.onload;if (typeof window.onload != 'function') {window.onload = func;}else {window.onload = function() {if (oldonload) {oldonload();}func();}}};ifr.addLoadEvent( function() { ifr.init(2); } ); ifr.init = function(callerId) {var lastInitCall = '';var bSafari = oCl.bSafari;var bFirefox = oCl.bFirefox;var iVer = oCl.iVer;var bWin = oCl.bWin;var cTime = new Date().getTime();if (!window.bError) {var el = new Date().getSeconds();var lt = (el - window.bl);}if (typeof(clientErrorLog) !== 'undefined') {if (lt > clientErrorThresholdTime) {ifr.process(lt);}}if (((callerId !== 2) && (lastInitCall !== '') && ((cTime-lastInitCall) < 2000)) || (bSafari && (callerId == 1))) {return;}lastInitCall = cTime;document.onclick = function(e) { e = (e) ? e : ((window.event) ? event : null); var elem = (e.target) ? e.target : ((e.srcElement) ? e.srcElement : null); var bAnch = true;if (typeof(elem.href) == 'undefined') { while (elem) { elem = elem.parentNode; if (elem.tagName == 'A') { break; } else if (elem.tagName == 'FORM') { elem.target = '_blank'; bAnch = false;break; } } } if (bAnch) {var str = elem.href.toString(),tgt = elem.target.toLowerCase(); str = str.toLowerCase(); if (tgt != '_blank' && tgt != '_top' && str.substring(0,10) != 'javascript' && (!str.match(/.ebaydesc./) && str.substring(0,1) != '#')) { elem.target = '_blank'; } if ((ct) && (str.substring(0,10) != 'javascript' && (!str.match(/.ebaydesc./) && str.substring(0,1) != '#'))) { var sUrl = 'http://rover.' + domain + '/roverclk/0/0/9?trknvp=sid%3Dp4340.l2879'; if (ebayItemID !== 'undefined') { sUrl = sUrl + '%26itemid%3D' + ebayItemID; } if (sellerId !== 'undefined') { sUrl = sUrl + '%26slrid%3D' + sellerId; } sUrl = sUrl + '%26loc%3D' + str; sUrl = sUrl + '%26r%3D' + Math.floor(Math.random()*6); var oImg = new Image(); oImg.src=sUrl; } }}; ifr.resizeIt(callerId);};ifr.setData = function(pSize, callerId) {var oCl = ifr.browserDetect();var h = pSize[0];var w = pSize[1];var re = new RegExp('^http\://cgi\.');var re2 = new RegExp('^(http\://www\.)([a-z]{2}\.)?([0-9a-z]{5}\.)?([a-z]{2}\.)?([a-z]{4}\.)([a-z]{3}|[a-z]{2})(\.[a-z]{2})?(/itm/)');var re3 = new RegExp('^http\://vi\.');var rf = window.document.referrer;if (oCl.bSafari) {if ((rf.toString().match(re) !== null) || (rf.toString().match(re2) !== null)) {parent.location.replace(rf + '#ht_' + h + 'wt_' + w);}} else {if (rf.toString().match(re3) !== null) {parent.frames[0].location.replace(sUrl + '&c=' + callerId + '#ht_' + h + 'wt_' + w);}}};ifr.getSize = function() {var oCl = ifr.browserDetect();var h,w,rv = [0,0];if (document.all) {h = document.body.scrollHeight; w = document.body.scrollWidth;if (oCl.bIE && oCl.iVer >= 9 && document.getElementById('EBdescription')) { h = document.getElementById('EBdescription').scrollHeight; var u = document.location.href; if(u && u.indexOf('&tid=') != -1 && document.getElementById('ngvi_store_id')) {h = document.getElementById('ngvi_store_id').scrollHeight;} h=h+40;}} else {h = document.body.offsetHeight; if (oCl.bSafari && oCl.iVer >= 523) {w = document.body.scrollWidth;} else {w = document.body.offsetWidth;if (window.scrollMaxX !== 0) {w += window.scrollMaxX;}}}if (isNaN(w)) {w = 0;}if ((oCl.bFirefox && oCl.bWin) && (h > 32000)) {h = 32000;}rv[0] += h;rv[1] += w;return rv;};ifr.resizeIt = function(callerId) {var oCl = ifr.browserDetect();var size = ifr.getSize();if (size) {if (window['postMessage'] && isPM) {parent.postMessage(size, '*');} else {if (!oCl.bSafari) {var rf = window.document.referrer;var re = new RegExp('^http\://cgi\.');var re2 = new RegExp('^(http\://www\.)([a-z]{2}\.)?([0-9a-z]{5}\.)?([a-z]{2}\.)?([a-z]{4}\.)([a-z]{3}|[a-z]{2})(\.[a-z]{2})?(/itm/)');if ((rf.toString().match(re) !== null) || (rf.toString().match(re2) !== null)) {parent.resizeFrame(size);}}ifr.setData(size, callerId);}};}


Tools / Miscellaneous or the alternate site: Tools / Miscellaneous
Stanley Tape Measure ( Item # 23155 )
This Stanley tape measure is in very good condition.   It has No. 6386  Direct Reading on one side and on the other the patent pending numbers  1964280 and 1983503, and the words  Made in U.S.A.   The tape has to be pushed in to the frame as it does not retract automatically.

Vintage Norton Abrasive Stone In Leather Case ( Item # 43691 )
This is an unused abrasive stone stamped NORTON.  It is in a leather advertising case which is marked "NORTON World's Largest Manufacturer of Abrasive Products; Norton Company, Worcester MASS., U.S.A.".  This would date it before 1964 (zip codes began on July 1, 1963).  The stone measures 3 3/4" x 3/4"; the case measures 4 1/4" x 5/8".  Other than the very slight wear on the case printing, it is in very good condition.


[ TACE Home | Items For Sale | Dealer Catalogs | Information ]
Are you seeing pop-up or pop-under ads on our site? Visit www.scumware.org to see if you are infected with ScumWare.

Tired of spam in your inbox? visit MailMoat.com, spam prevention and privacy protection that works!
Looking for Firework displays in Michigan, visit our friend MichiganFireworks.com, for a full listing, click here.