beway 0.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (42) hide show
  1. data/Gemfile +7 -0
  2. data/Gemfile.lock +34 -0
  3. data/README +43 -0
  4. data/README.rdoc +43 -0
  5. data/Rakefile +19 -0
  6. data/bin/beway +5 -0
  7. data/doc/Beway.html +185 -0
  8. data/doc/Beway/Auction.html +802 -0
  9. data/doc/Beway/AuctionParseError.html +160 -0
  10. data/doc/Beway/Bidder.html +531 -0
  11. data/doc/Beway/BidderError.html +160 -0
  12. data/doc/Beway/CliRunner.html +817 -0
  13. data/doc/Beway/EbayData.html +453 -0
  14. data/doc/Beway/EbayDataParseError.html +160 -0
  15. data/doc/Beway/InvalidUrlError.html +160 -0
  16. data/doc/README.html +175 -0
  17. data/doc/created.rid +6 -0
  18. data/doc/index.html +225 -0
  19. data/doc/lib/beway/auction_rb.html +56 -0
  20. data/doc/lib/beway/bidder_rb.html +54 -0
  21. data/doc/lib/beway/cli_runner_rb.html +52 -0
  22. data/doc/lib/beway/ebay_data_rb.html +58 -0
  23. data/doc/rdoc.css +706 -0
  24. data/lib/beway.rb +4 -0
  25. data/lib/beway/auction.rb +150 -0
  26. data/lib/beway/bidder.rb +100 -0
  27. data/lib/beway/cli_runner.rb +184 -0
  28. data/lib/beway/ebay_data.rb +66 -0
  29. data/spec/auction_spec.rb +163 -0
  30. data/spec/bidder_spec.rb +30 -0
  31. data/spec/config.rb +4 -0
  32. data/spec/config.rb-dist +4 -0
  33. data/spec/ebay_data_spec.rb +23 -0
  34. data/spec/html/alfani-sweater-complete.html +39 -0
  35. data/spec/html/cashmere-sweater-complete.html +39 -0
  36. data/spec/html/cashmere-sweater.html +84 -0
  37. data/spec/html/mens-cardigans-dutch-bin.html +192 -0
  38. data/spec/html/pink-sweater-bid-bin.html +68 -0
  39. data/spec/html/polo-lambs-wool.html +150 -0
  40. data/spec/html/spring-mercer-bin-mo.html +533 -0
  41. data/spec/html/xmas-sweater.html +260 -0
  42. metadata +192 -0
@@ -0,0 +1,163 @@
1
+ require_relative '../lib/beway/auction'
2
+
3
+ HTML_DIR = File.dirname(__FILE__) + File::SEPARATOR + 'html' + File::SEPARATOR
4
+
5
+ AUCTIONS_VALID = []
6
+ AUCTIONS_BIN = []
7
+ AUCTIONS_COMPLETE = []
8
+
9
+ AUCTIONS_VALID << {
10
+ :url => HTML_DIR + 'pink-sweater-bid-bin.html',
11
+ :description => 'ALFANI MENS SWEATER PINK SMALL NEW WITH TAGS',
12
+ :current_bid => 'US $14.99',
13
+ :min_bid => 14.99,
14
+ :time_left => '3h 28m 33s',
15
+ :end_time => 'Dec 15, 2010 10:10:36 PST',
16
+ :auction_number => '250740721413'
17
+ }
18
+ AUCTIONS_VALID << {
19
+ :url => HTML_DIR + 'polo-lambs-wool.html',
20
+ :description => 'NEW POLO RALPH LAUREN SWEATER MENS SMALL S LAMBSWOOL',
21
+ :current_bid => 'US $27.00',
22
+ :min_bid => 28.00,
23
+ :time_left => '3h 35m 33s',
24
+ :end_time => 'Dec 15, 2010 10:20:09 PST',
25
+ :auction_number => '380297207180'
26
+ }
27
+ AUCTIONS_VALID << {
28
+ :url => HTML_DIR + 'xmas-sweater.html',
29
+ :current_bid => 'US $5.00',
30
+ :min_bid => 5.50,
31
+ :description => 'UGLY CHRISTMAS BIG BALLS SWEATER SZ S/M',
32
+ :time_left => '1h 2m 44s',
33
+ :end_time => 'Dec 15, 2010 07:42:16 PST',
34
+ :auction_number => '270680279290'
35
+ }
36
+ AUCTIONS_VALID << {
37
+ :url => HTML_DIR + 'pink-sweater-bid-bin.html',
38
+ :description => 'ALFANI MENS SWEATER PINK SMALL NEW WITH TAGS',
39
+ :current_bid => 'US $14.99',
40
+ :min_bid => 14.99,
41
+ :time_left => '3h 28m 33s',
42
+ :end_time => 'Dec 15, 2010 10:10:36 PST',
43
+ :auction_number => '250740721413'
44
+ }
45
+ AUCTIONS_VALID << {
46
+ :url => HTML_DIR + 'cashmere-sweater.html',
47
+ :description => 'Mens 100% CASHMERE SWEATER Gray 3 Button Collar L to XL',
48
+ :current_bid => 'US $52.01',
49
+ :min_bid => 53.01,
50
+ :time_left => '0h 3m 15s',
51
+ :end_time => 'Dec 26, 2010 20:36:09 PST',
52
+ :auction_number => '260710322149'
53
+ }
54
+
55
+ AUCTIONS_BIN << {
56
+ :url => HTML_DIR + 'mens-cardigans-dutch-bin.html',
57
+ :description => "St. John's Bay man Cardigans Size: S, M, L, XL, 2XL NEW",
58
+ }
59
+ AUCTIONS_BIN << {
60
+ :url => HTML_DIR + 'spring-mercer-bin-mo.html',
61
+ :description => 'NWT Mens SPRING+MERCER L/S Shirt NEW Sz Small (S)',
62
+ }
63
+
64
+ AUCTIONS_COMPLETE << {
65
+ :url => HTML_DIR + 'alfani-sweater-complete.html',
66
+ :description => 'Alfani Grey V-Neck Merino Wool Size Small',
67
+ :current_bid => 'US $9.99',
68
+ :min_bid => nil,
69
+ :time_left => nil,
70
+ :end_time => 'Dec 26, 2010 20:09:00 PST',
71
+ :auction_number => '270682427528',
72
+ }
73
+ AUCTIONS_COMPLETE << {
74
+ :url => HTML_DIR + 'cashmere-sweater-complete.html',
75
+ :description => 'Mens 100% CASHMERE SWEATER Gray 3 Button Collar L to XL',
76
+ :current_bid => 'US $52.01',
77
+ :min_bid => nil,
78
+ :time_left => nil,
79
+ :end_time => 'Dec 26, 2010 20:36:09 PST',
80
+ :auction_number => '260710322149'
81
+ }
82
+
83
+
84
+
85
+ describe Beway::Auction do
86
+
87
+ shared_examples_for "a valid auction" do
88
+
89
+ describe "data retrieval" do
90
+ it "should have the current bid" do
91
+ auction.current_bid.should eq(data[:current_bid])
92
+ end
93
+
94
+ it "should have the description" do
95
+ auction.description.should eq(data[:description])
96
+ end
97
+
98
+ it "should have the time left" do
99
+ auction.time_left.should eq(data[:time_left])
100
+ end
101
+
102
+ it "should have the end time" do
103
+ auction.end_time.should eq(Time.parse(data[:end_time]))
104
+ end
105
+
106
+ it "should have the auction number" do
107
+ auction.auction_number.should eq(data[:auction_number])
108
+ end
109
+
110
+ it "should have the minimum bid" do
111
+ auction.min_bid.should eq(data[:min_bid])
112
+ end
113
+ end
114
+ end
115
+
116
+ AUCTIONS_VALID.each do |a|
117
+ describe "valid auction - #{a[:description]}" do
118
+ auction = Beway::Auction.new(a[:url])
119
+
120
+ it_should_behave_like "a valid auction" do
121
+ let(:auction) { auction }
122
+ let(:data) { a }
123
+ end
124
+
125
+ it "should have the has_bid_button? attribute set" do
126
+ auction.has_bid_button?.should be_true
127
+ end
128
+
129
+ it "should not be marked as complete" do
130
+ auction.complete?.should be_false
131
+ end
132
+ end
133
+ end
134
+
135
+ AUCTIONS_BIN.each do |a|
136
+ describe "buy it now auction - #{a[:description]}" do
137
+ it "should fail to initialize" do
138
+ expect { Beway::Auction.new(a[:url]) }.to raise_error(Beway::InvalidUrlError)
139
+ end
140
+ end
141
+ end
142
+
143
+ AUCTIONS_COMPLETE.each do |a|
144
+ describe "completed auction - #{a[:description]}" do
145
+
146
+ auction = Beway::Auction.new(a[:url])
147
+
148
+ it_should_behave_like "a valid auction" do
149
+ let(:auction) { auction }
150
+ let(:data) { a }
151
+ end
152
+
153
+ it "should be marked as complete" do
154
+ auction.complete?.should be_true
155
+ end
156
+
157
+ it "should not has_bid_button?" do
158
+ auction.has_bid_button?.should be_false
159
+ end
160
+ end
161
+ end
162
+
163
+ end
@@ -0,0 +1,30 @@
1
+ require_relative '../lib/beway/bidder'
2
+ require_relative './config'
3
+
4
+ describe Beway::Bidder do
5
+
6
+ describe "with invalid login credentials" do
7
+ it "should fail to login" do
8
+ bidder = Beway::Bidder.new('bogus', 'user')
9
+ bidder.logged_in.should be_false
10
+ bidder.login
11
+ bidder.logged_in.should be_false
12
+ end
13
+ end
14
+
15
+ describe "with valid login credentials" do
16
+ it "should successfully login" do
17
+ bidder = Beway::Bidder.new(VALID_CREDS[:username], VALID_CREDS[:password])
18
+ bidder.logged_in.should be_false
19
+ bidder.login
20
+
21
+ if not bidder.logged_in
22
+ puts "\n" + "*" * 78
23
+ puts "Did you set your username and password in test/config.rb?"
24
+ puts "You should do so to get this test to pass"
25
+ puts "*" * 78
26
+ end
27
+ bidder.logged_in.should be_true
28
+ end
29
+ end
30
+ end
data/spec/config.rb ADDED
@@ -0,0 +1,4 @@
1
+ VALID_CREDS = {
2
+ :username => 'lastdibs',
3
+ :password => 'h4vaCvAM'
4
+ }
@@ -0,0 +1,4 @@
1
+ VALID_CREDS = {
2
+ :username => 'some_username',
3
+ :password => 'some_password'
4
+ }
@@ -0,0 +1,23 @@
1
+ require_relative '../lib/beway/ebay_data'
2
+
3
+ describe Beway::EbayData do
4
+
5
+ it "should return the current ebay time" do
6
+ t = Beway::EbayData.instance.official_time
7
+ t.should be_an_instance_of Time
8
+ end
9
+
10
+ it "should make a reasonable guess as to the current ebay time" do
11
+ ebay = Beway::EbayData.instance
12
+ ebay.time_offset.should be_a Float
13
+ (ebay.time - ebay.official_time).should be < 2
14
+ (ebay.time - ebay.official_time).should be > -2
15
+ end
16
+
17
+ it "should tell us the distance to an ebay time" do
18
+ ebay = Beway::EbayData.instance
19
+ (ebay.seconds_to(ebay.time + 10) - 10).should be < 1
20
+ (ebay.seconds_to(ebay.time + 10) - 10).should be > -1
21
+ end
22
+
23
+ end
@@ -0,0 +1,39 @@
1
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2
+ <html xmlns:og="http://opengraphprotocol.org/schema/" xmlns:fb="http://www.facebook.com/2008/fbml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>Alfani Grey V-Neck Merino Wool Size Small - eBay (item 270682427528 end time Dec-26-10 20:09:00 PST)</title><meta name="description" content="eBay: Find Alfani Grey V-Neck Merino Wool Size Small in the Clothing, Shoes Accessories , Men's Clothing , Sweaters category on eBay."><meta name="keywords" content="Alfani Grey V-Neck Merino Wool Size Small , Clothing, Shoes Accessories, Men's Clothing, Sweaters"><link rel="canonical" href="http://cgi.ebay.com/Alfani-Grey-V-Neck-Merino-Wool-Size-Small-/270682427528"><meta name="google-site-verification" content="8kHr3jd3Z43q1ovwo0KVgo_NZKIEMjthBxti8m8fYTg"><meta name="y_key" content=""><meta name="msvalidate.01" content=""><meta property="og:title" content="Alfani Grey V-Neck Merino Wool Size Small "><meta property="og:type" content="product"><meta property="og:url" content="http://cgi.ebay.com/Alfani-Grey-V-Neck-Merino-Wool-Size-Small-/270682427528"><meta property="og:image" content="http://i.ebayimg.com/20/!C!!i(OwEWk~$(KGrHqEOKisEzS+k07hSBNBZgLuUHQ~~0_1.JPG?set_id=8800005007"><meta property="og:site_name" content="eBay"><meta property="og:description" content="eBay: Find Alfani Grey V-Neck Merino Wool Size Small in the Clothing, Shoes Accessories , Men's Clothing , Sweaters category on eBay."><meta property="fb:app_id" content="102628213125203"><!--[if lt IE 7]><style>* html #vi-container { width: 940px; width: expression((document.documentElement && document.documentElement.clientHeight) ? ( (document.documentElement.clientWidth < 940) ? "940px" : ( (document.documentElement.clientWidth > 1200) ? "1200px" : "auto") ) : ( (document.body.clientWidth < 940) ? "940px" : "auto") ); }</style><![endif]--><link rel="stylesheet" type="text/css" href="alfani-sweater-complete_files/GH-ZAM_RedesignEbayNoneFull_e69312303392_en_US.css"><link rel="stylesheet" type="text/css" href="alfani-sweater-complete_files/BuyingApp_HybridClosedViewItem_e69312303392_en_US.css"><script src="alfani-sweater-complete_files/rtm.js" type="text/javascript" id="xdr_ext_0"></script></head><body style="text-align: left;" id="body"><script type="text/javascript" src="alfani-sweater-complete_files/SYS-ZAM_vjo_e69312303384_1_en_US.js"></script><script type="text/javascript">vjo.dsf.error.ErrorHandlerManager.register(new vjo.dsf.error.DefaultErrorHandler());
3
+ vjo.dsf.error.ErrorHandlerManager.enableOnError(true);
4
+ vjo.dsf.cookie.VjCookieJar.sCookieDomain = '.ebay.com';vjo.dsf.cookie.VjCookieJar.writeCookielet('ebay','js','1');
5
+ </script><div></div>
6
+ <div id="vi-container">
7
+ <div id="vi-top"><script type="text/javascript" src="alfani-sweater-complete_files/GH-ZAM_RedesignEbayNoneFull_e69912424164_1_en_US.js"></script><div id="gnheader" class="gh-w"><a href="#mainContent" rel="nofollow" style="display: block; position: absolute; left: -9999px;">Skip to main content</a><div><div class="gh-eb"><div class="gh-emn"><div class="gh-hid"></div><div class="gh-mn"><span class="gh-fst"><a id="MyEbay" href="http://my.ebay.com/ws/eBayISAPI.dll?MyEbay&amp;gbh=1" _sp="l1533">My eBay</a></span><a id="Sell" href="http://sell.ebay.com/sell" _sp="l1528">Sell</a><a id="Community" href="http://hub.ebay.com/community" _sp="l1540">Community</a><span class="gh-nho"><a id="ContactUs" href="http://contact.ebay.com/ws/eBayISAPI.dll?CustomerSupportRedirect&amp;target=cu" _sp="l1549">Contact us</a></span><a id="Help" href="http://contact.ebay.com/ws/eBayISAPI.dll?CustomerSupportRedirect&amp;target=help" _sp="l1545">Help</a><span class="gh-nho"></span></div></div><form id="headerSearch" name="headerSearch" method="get" action="http://shop.ebay.com"><input name="_from" value="R40" type="hidden"><input name="_trksid" value="m570" type="hidden"><span class="gh-esb"><label for="_nkw" class="g-hdn">Enter your search keyword</label><input class="gh-txt" name="_nkw" id="_nkw" type="text"><a><input value="Go" class="gh-go" type="submit"></a></span></form></div><div class="gh-log"><span class="gh-lg"><a id="EbayLogo" href="http://www.ebay.com/"><img src="alfani-sweater-complete_files/logoEbay_x45.gif" alt="From collectibles to cars, buy and sell all kinds of items on eBay" height="45" width="110" border="0"></a></span><a id="holidayImgS" href="http://gifts.ebay.com/" class="gh-his"><img src="alfani-sweater-complete_files/imgHolidayHeader_12262010_158x59.jpg" alt="Visit The Gift Spot"></a><span class="gh-wrap"><span style="height: 100%; display: inline-block; max-height: 40px;"></span><span class="greeting gh-ui"><!-- BEGIN: GREETING:SIGNEDOUT -->Hi, <b>lastdibs</b>! (<a href="https://signin.ebay.com/ws/eBayISAPI.dll?SignIn" _sp="l1524">Not you</a>?)<!-- END: GREETING:SIGNEDOUT --><span id="bta"></span></span><span class="coupon"></span></span></div><div class="gh-rph"><span class="addllinks"></span></div><div class="gh-cl"></div><div class="gh-col"><style type="text/css">.gh-col .gh-c1{background:#97C701;width:100%}</style><b class="gh-c1"></b><div class="gh-clr"></div></div><div id="headerWrapper" class="gh-hbw"><div class="gh-hb"><div class="gh-mn"><a id="BrowseCategories" href="http://shop.ebay.com/allcategories/all-categories" _sp="l1620">CATEGORIES</a><a id="chevron0" href="javascript:;" class="gh-ai"><b>&nbsp;</b></a><span class="gh-act gh-ua" id="11450_sp"><a title="Your new destination for Clothing, Shoes &amp; Accessories on eBay." href="http://fashion.ebay.com/">FASHION</a></span><a title="Buy and sell cars, trucks, vehicle parts, and accessories." href="http://www.motors.ebay.com/">MOTORS</a><a id="EbayDeals" title="Great items, deep discounts, and free shipping!" href="http://deals.ebay.com/">DEALS</a><a id="EbayClassifieds" href="http://www.ebayclassifieds.com/">CLASSIFIEDS</a></div></div><div class="gh-lbh1"><div class="gh-rtm"><div style="height: 0px; display: none;" id="rtm_html_876"></div></div></div><div class="gh-lbh2"><div class="gh-rtm"><div style="height: 0px; display: none;" id="rtm_html_912"></div></div></div><div class="gh-lbh3"><div class="gh-rtm"><div style="height: 0px; display: none;" id="rtm_html_433"></div></div></div><div class="gh-clr"></div></div><div id="v4-0" class="gh-vnl"><div class="gh-cNav"><a id="gh_vnl_0" title="Women" class="vnl-dd" href="javascript:;">Women<b>.</b></a><a id="gh_vnl_1" title="Men" class="vnl-dd" href="javascript:;">Men<b>.</b></a><a id="gh_vnl_2" title="Kids &amp; Baby" class="vnl-dd" href="javascript:;">Kids &amp; Baby<b>.</b></a><a id="gh_vnl_3" title="Brands" class="vnl-dd" href="javascript:;">Brands<b>.</b></a><a id="gh_vnl_4" title="Fashion Vault" class="vnl-img" href="http://fashionvault.ebay.com/?_lk=1673"> <img src="alfani-sweater-complete_files/sprVNLFashionVault.gif" alt="Fashion Vault" height="100" width="124" border="0"></a><a id="gh_vnl_4" title="Fashion Voice" class="vnl-img" href="http://pages.ebay.com/fashion/voice.html?_lk=1674"> <img src="alfani-sweater-complete_files/sprVNLFashionVoice.gif" alt="Fashion Voice" height="100" width="125" border="0"></a></div></div><script type="text/javascript">var RoverDomainBaseUrl = 'http://rover.ebay.com';var svrGMT = 1293422945103;</script></div></div><script type="text/javascript">vjo.darwin.globalnav.holidayimage.HolidayImage.setMarginForIE("holidayImgS", false);
8
+ vjo.Registry.put('bta', new vjo.darwin.globalnav.bta.BuyerTransactionAlert("bta", 60, 2, 2, "http://bmsgs.ebay.com/ws/eBayISAPI.dll?GetBuyerTransactionAlerts", "http://q.ebaystatic.com/aw/pics/", "http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem", "Watched Item ending soon!", "You've been outbid!", "You've received a Second Chance Offer", "You've received a Transaction Confirmation Request."));
9
+ vjo.darwin.globalnav.util.EventReg.aggregate(vjo.Registry._bta.onRefreshHdl());
10
+ vjo.darwin.globalnav.util.EventReg.browseCategories("BrowseCategoriesMenu", "http://include.ebaystatic.com/categoryjs/96/en_US_MAIN/category_96en_US_MAIN0.js");
11
+ vjo.darwin.globalnav.util.EventReg.impression("AA+FbZ00*");
12
+ </script><script type="text/javascript">var _GlobalNavHeaderUtf8Encoding=true;
13
+
14
+ </script><script type="text/javascript">var _oGlobalNavRTMInfo={};_oGlobalNavRTMInfo.aRTMPlacementData=[];_oGlobalNavRTMInfo.aRTMPlacementData=[{"ord":null,"maxWidth":"470","rtmUrl":"http://srx.main.ebayrtm.com/rtm","htmlId":"rtm_html_433","userId":null,"isUserSignin":false,"GUid":null,"renderBeforeOnload":true,"maxHeight":"22","pid":"433"},{"ord":null,"maxWidth":"160","rtmUrl":"http://srx.main.ebayrtm.com/rtm","htmlId":"rtm_html_876","userId":null,"isUserSignin":false,"GUid":null,"renderBeforeOnload":true,"maxHeight":"22","pid":"876"},{"ord":null,"maxWidth":"160","rtmUrl":"http://srx.main.ebayrtm.com/rtm","htmlId":"rtm_html_912","userId":null,"isUserSignin":false,"GUid":null,"renderBeforeOnload":true,"maxHeight":"22","pid":"912"}];
15
+ (function(){
16
+ var _s=vjo.dsf.ServiceEngine, $se=_s.register;var _r=vjo.Registry;
17
+ _r.put('16', new vjo.darwin.core.rtm.RTMInit({"contentTypes":[null,null,null,null,null,null,null,null],"triggerEvent":["0","0","0","0","0","0","0","1"],"onload":false,"defaultUrls":["collapse","collapse","","","","","",""],"pids":["1587","1588","825","1555","827","829","283","280"],"adSurveyJsUrl":"http://include.ebaystatic.com/v4js/en_US/e693/GH-ZAM_AdSurvey_e69312303384_1_en_US.js","expJsUrl":"http://include.ebaystatic.com/v4js/en_US/e693/GH-ZAM_ExpAd_e69312303384_1_en_US.js","htmlIds":["rtm_html_1587","rtm_html_1588","rtm_html_825","rtm_html_1555","rtm_html_827","rtm_html_829","rtm_html_283","rtm_html_280"],"expandDirections":[null,null,null,null,null,null,null,null],"hasSurvey":[null,null,null,null,null,null,null,null],"quickPids":[],"fetchUrl":null,"mode":"0","suppressRtmCmd":false,"popupBoxJsUrl":"http://include.ebaystatic.com/v4js/en_US/e693/GH-ZAM_PopupBox_e69312303384_1_en_US.js","maxExpandWidths":null,"heights":["265","100%","115","265","100","115","1","1"],"widths":["300","300","300","300","300","300","100%","100%"],"maxExpandHeights":null,"url":"http://srx.main.ebayrtm.com/rtm?RtmCmd&a=json&p=1587:1588:825:1555:827:829:283:280&ph=0:0:0:0:0:0:0:0&ev=0:0:0:0:0:0:0:1&l=lastdibs&g=31eb9c9f12a0a0e203037cb3ff72b49a&uf=0&c=1H4sIAAAAAAAAAFVS22oUQRB9D%2BQfGhQF7SxV1fdAP6xrjHnYNTAxggRkMtsmg5MZmd2wruzH25dJgtBQfU5X16nbq%2BqxZx9Dw0gzwlNwpyDZsrpiBAjHR7%2FJGZ8t4GTBz7ufdd%2By8zHs2fXJKjS%2F2DKMbT%2Bwb8PQsar9G1j1UHcdywGUt04546zGhAX65q6dhdt6P2uGh0ihsB5BuXw1HlGqJIXOeTKgLUkyimx%2BRp%2BCoCZfXOSLu8aJQ59S4BWvtvsu8JIiX9bbmGTd8ZRkRG3PFkM3jPx8rPf8w1j3a14qi0GENX7%2B%2FtPtd4B3x0dNu%2FZIN48AgAjFqv9hqiz%2Bec5XCsnRggYpjQDtePTUoJRQGokLC7GxBCa6cHKgIFbkDFDKn1ypURnvZi53heSzfn4RpVIrfNRJV4HWu%2BJb3gSaEoUmqAuMPZoVQvrF54vVWXX2Y%2F51cXXxZZXZp98UBZ2QRE5G1Tx5VJ7SfVaQ8K8JeMaZMKooGOsX3bC9b%2Fs7zqr7IWzYGzZvmrDZDGMbNqWMZejfbtiTY%2BGqXUgz2rwUKuUUU6UxW5m5sgICrC8Ycsp2YkVS34T1jU%2FN1BML%2FrK%2BC9dt2F1sw8Mq%2FNmmlL2VZafttNtm6g48y5GOS4hCxSlxiVwJntrCBZDlKh7HdWTjobzb2l%2BO4WTY9WGddz%2BOUqDTig4otJNWHNDGsaE4EMaGojwIEkZYPAgH0hk8SIrGuCxdRkhQZkhC%2BhNXXnRi%2FgHuw6pJvAMAAA%3D%3D&ord=1293422945119","reportAdJsUrl":"http://include.ebaystatic.com/v4js/en_US/e693/GH-ZAM_RtmDC_e69312303384_1_en_US.js","merchPrefix":"ME","onDemandPids":[],"onScrollPids":[],"expandSecurityTokens":null,"th":{},"showPH":["0","0","0","0","0","0","0","0"],"allowExpandOnPageLoad":null,"delayedContent":[null,null,null,null,null,null,null,null],"dblclkUrls":["","","","","","","",""]}));
18
+ $se(0,'RTM_CALLBACK_SERVICE',vjo.Registry.get('16'));
19
+ $se(2,function(message) {if (message.trspType == 'Remote') { message.stok = '-132933418' };});
20
+ $se(2,function(message) {if (message.trspType == 'Remote') {message.pId = '4340';}});
21
+ $se(6,'Remote',function (message) {vjo.darwin.tracking.sojourner.TrackingRespHdl.handleResponse(message); });
22
+ })();
23
+ </script><script type="text/javascript">(function() {vjo.dsf.ServiceEngine.handleRequest(new vjo.dsf.Message('RTM_CALLBACK_SERVICE'));})();
24
+ </script><div class="vi-cmb"><div class="vi-ih-header"><table class="vi-ih-area_nav" cellpadding="0" cellspacing="0" border="0"><tbody><tr><td valign="top"><span id="ngviback" class="sbt"><a href="http://fashion.ebay.com/mens-clothing?_pgn=1&amp;_sop=12&amp;_ipg=48&amp;selId=11484&amp;aspects=SIZE%7ERegular%253DS%257CXS%2540SelectedTab%253DRegular%255EBRAND%7ESelectedTab%253DPopular%255ECOLOR%7E%255EPRICE%7E%255ECONDITION%7E%255EFORMAT%7E%255ESELLER%7E&amp;svcfrom=SIZE" title="Click to Go Back to previous page"><img src="alfani-sweater-complete_files/iconLtArrow_20x20.gif" alt="Click to Go Back to previous page" height="20" width="20" align="middle" border="0">Back to previous page</a></span></td><td class="vi-ih-pipe-cell" valign="top">&nbsp;|&nbsp;</td><td valign="top"><table style="margin-top: 0px;"><tbody><tr><td class="vi-ih-bc-label">Listed in category:</td><td valign="top"><div><div class="bbc-in bbc bbc-nav"><b class="g-hdn">Bread Crumb Link</b><ul class="in"><li><a href="http://shop.ebay.com/Clothing-Shoes-Accessories-/11450/i.html">Clothing, Shoes &amp; Accessories</a><span> &gt; </span></li><li><a href="http://shop.ebay.com/Mens-Clothing-/1059/i.html">Men's Clothing</a><span> &gt; </span></li><li><a href="http://shop.ebay.com/Sweaters-/11484/i.html">Sweaters</a></li></ul></div></div></td></tr></tbody></table></td></tr></tbody></table></div></div><div><div class="vi-tm-pbt10"><div id="blueStripComp" class="vi-tm-tpDv vi-tm-brRgt vi-tm-pYellow"><span id="v4-2"><span id="v4-2-msg" class="vi-tm-pl14 vi-tm-pMsg">Bidding has ended on this item. You can find more items just like it below. </span></span></div></div></div></div>
25
+ <table id="vi-tTbl" class="vi-wrtbl" cellpadding="0" cellspacing="0" border="0"><tbody><tr><td colspan="1" rowspan="1" id="vi-tTblC1"></td><td colspan="1" rowspan="1" id="vi-tTblS">&nbsp;</td><td colspan="1" rowspan="1" id="vi-tTblC2"></td></tr></tbody></table>
26
+
27
+ <div id="vi-content"><div class="vi-wp"><div class="vi-cl"><div class="vi-itm"><span class="vi-itm-lb">Item number:&nbsp;</span>270682427528</div><div class="vi-gry-out"><div class="vi-gry-in"><div class="vi-gry-box"><div><table style="width: 100%;"><tbody><tr><td style="width: 15%;" rowspan="6" valign="top"><div class="vi-itbp"><a href="http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&amp;_trksid=p1000008.m2000041&amp;rt=nc&amp;nma=true&amp;item=270682427528&amp;si=anphlBjSH8AsKsJD7uuKDXwqhAs%253D&amp;viewitem=&amp;autorefresh=true"><div id="v4-24" title="Alfani Grey V-Neck Merino Wool Size Small "><div style="height: 96px; width: 96px;" class="ic-cntr"><div style="height: 96px; width: 96px;" id="v4-24_idiv" class="ic-m"><center><span></span><img style="width: 96px; height: 64px;" src="alfani-sweater-complete_files/CiOwEWkKGrHqEOKisEzSk07hSBNBZgLuUHQ0_0.JPG" id="i_v4-24" alt="Alfani Grey V-Neck Merino Wool Size Small " height="96" width="96"></center></div><div id="v4-24_bdiv" class="ic-p ic-b1" style="height: 94px; width: 94px;"><div style="display: none;" id="v4-24_t" class="ic-thr"><span>Please wait</span></div><div style="display: none;" id="v4-24_e" class="ic-er32"><span>Image not available</span></div></div></div></div><img src="alfani-sweater-complete_files/imgEndedCvi_96x96.png" alt="Item Ended" class="vi-end-lb" height="96" width="96"></a></div></td><td colspan="2"><span class="vi-it-tl"><b id="mainContent"><h1 class="vi-is1-titleH1">Alfani Grey V-Neck Merino Wool Size Small </h1></b></span></td></tr><tr><td style="width: 16.8%;" class="vi-it-row" valign="top" align="right">Item condition:</td><td><span class="vi-is1-condText" style="color: rgb(51, 51, 51);">Pre-owned</span></td></tr><tr><td style="width: 16.8%;" class="vi-it-row" valign="top" align="right">Ended:</td><td><span style="color: rgb(51, 51, 51);"><span class="vi-is1-dt"><span class="vi-is1-tes">Dec 26, 2010</span><span class="vi-is1-t">20:09:00 PST</span></span><span style="float: right;"><span class="vi-is1-misc"></span></span></span></td></tr><tr><td style="width: 16.8%;" class="vi-it-prow" valign="top" align="right">Starting bid:</td><td><div><span><span id="" class="vi-is1-prcp" style="color: rgb(51, 51, 51);">US $9.99</span> [ <span><span><a href="http://offer.ebay.com/ws/eBayISAPI.dll?ViewBids&amp;item=270682427528" rel="nofollow">0 bids</a></span></span> ]</span></div></td></tr><tr><td style="width: 16.8%;" class="vi-it-row" valign="top" align="right">Shipping:</td><td><div>Varies based on location and shipping method</div></td></tr><tr><td style="width: 16.8%;" class="vi-it-prow" valign="top" align="right">Seller:</td><td><div class="mbg mbg"><a title="Member id the_express_merchant" href="http://myworld.ebay.com/the_express_merchant/"><b class="g-hdn">Member id </b><b><span class="mbg-nw">the_express_merchant</span></b></a> <span class="mbg-l"> ( <a class="mbg-fb" title="Feedback Score Of 97" href="http://feedback.ebay.com/ws/eBayISAPI.dll?ViewFeedback&amp;userid=the_express_merchant&amp;ssPageName=VIP:feedback"><b class="g-hdn">Feedback Score Of</b> 97</a><img src="alfani-sweater-complete_files/iconBlueStar_25x25.gif" class="mbg-star" title="Blue star icon for feedback score in between 50 to 99" alt="Blue star icon for feedback score in between 50 to 99" height="25" width="25">) </span> <span class="mbg-l"></span></div></td></tr><tr><td colspan="3"><div class="vi-hr-ln"></div></td></tr><tr><td>&nbsp;</td><td>&nbsp;</td><td><div id="vi-at-pnl"><ul><li id="vi-at-des"><a href="http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&amp;_trksid=p1000008.m2000041&amp;rt=nc&amp;nma=true&amp;item=270682427528&amp;si=anphlBjSH8AsKsJD7uuKDXwqhAs%253D&amp;viewitem=&amp;autorefresh=true" rel="nofollow">See full description</a></li><li><a href="http://shop.ebay.com/the_express_merchant/m.html">Seller's other items</a></li></ul></div></td></tr></tbody></table></div></div></div></div><div class="vi-con"><div><div class="vi-recs">Recommendations for you</div><table class="vi-iT"><tbody><tr><td colspan="6" class="vi-iD"></td></tr><tr><th class="vi-pH vi-verdFont vi-hD"> </th><th class="vi-tHead vi-verdFont vi-hD"> </th><th class="vi-lH vi-verdFont vi-hD"> </th><th class="vi-sHead vi-verdFont vi-hD"> </th><th class="vi-tH vi-prHead vi-verdFont vi-hD">Price</th><th style="padding-right: 10px;" class="vi-tH vi-prHead vi-verdFont vi-hD">Time Left</th></tr><tr><td class="vi-iC"><a style="cursor: pointer;" id="v4-30" href="javascript:;" onclick='toVI("v4-31", "v4-30", true);' onmouseover='toVI("v4-31", "v4-30", false);'><div id="v4-29" title="H&amp;M Grey Merino Wool Crew Neck Sweater Small New"><div style="height: 80px; width: 80px;" class="ic-cntr"><div style="height: 80px; width: 80px;" id="v4-29_idiv" class="ic-m"><center><span></span><img style="width: 80px; height: 60px;" src="alfani-sweater-complete_files/80_007.jpg" id="i_v4-29" alt="H&amp;M Grey Merino Wool Crew Neck Sweater Small New" height="80" width="80"></center></div><div id="v4-29_bdiv" class="ic-p ic-b1" style="height: 78px; width: 78px;"><div style="display: none;" id="v4-29_t" class="ic-thr"><span>Please wait</span></div><div style="display: none;" id="v4-29_e" class="ic-er32"><span>Image not available</span></div></div></div></div></a></td><td class="vi-tCell"><a id="v4-31" href="http://cgi.ebay.com/H-M-Grey-Merino-Wool-Crew-Neck-Sweater-Small-New-/190483164760" class="vi-ilnk" onmouseover='wrapUrl("v4-31", "http://srx.main.ebayrtm.com/clk?RtmClk&amp;u=1H4sIAAAAAAAAACWQQWvDMAyF74X%2Bh8Do0a2tOLZTyGFL6ZZDByHrCmFQ0sR0pnEdXJfQfz91uUjvfXrSQS%2FV%2FRptdBuBiICtabqmPNpVXxFQRuczf89%2BQxh%2B1qtVezZLfWoey9bZ1QfZkXevH2Snvbk6cnCuJ7nXI%2FnU7YVUo26C9qSyTd8jGo8HWpYmaFuzlHIVM8GlQNRi7Oz8o2aMK47edvW30WOB0bI8Bn%2B5ma4eeMzp0oKIJzY03t7qpj%2B7RbypinwBwoQb6mIBCbxN%2Fo5%2Bn0%2BkeP1v%2B6lti7ya%2FBbHwoUrRhlFOVjXoQZJhQIOMgH1pM%2FTIp7PGpcxrKbLmEyZQH3qMskhVWo%2BM4iTNE4UAwFSiVQqJpnAH16eW38IhPvdaQEAAA%3D%3D&amp;ch=3&amp;g=31eb9c9f12a0a0e203037cb3ff72b49a&amp;i=-9999&amp;aii=5935812627869781716&amp;lid=742988&amp;m=167776&amp;pi=4340");'>H&amp;M Grey Merino Wool Crew Neck Sweater Small New</a></td><td class="vi-trsCell"></td><td class="vi-sCell"><div class="vi-bid vi-verdFont">0 Bid</div></td><td class="vi-prCell"><div class="vi-pr">$40.00</div></td><td class="vi-tC"><span style="white-space: nowrap;">4d 06h 57m</span></td></tr><tr><td colspan="6"><div class="vi-hrs">&nbsp;</div></td></tr><tr><td class="vi-iC"><a style="cursor: pointer;" id="v4-33" href="javascript:;" onclick='toVI("v4-34", "v4-33", true);' onmouseover='toVI("v4-34", "v4-33", false);'><div id="v4-32" title="NEW mens gray red v-neck merino wool sweater size XL"><div style="height: 80px; width: 80px;" class="ic-cntr"><div style="height: 80px; width: 80px;" id="v4-32_idiv" class="ic-m"><center><span></span><img style="width: 80px; height: 60px;" src="alfani-sweater-complete_files/80_005.jpg" id="i_v4-32" alt="NEW mens gray red v-neck merino wool sweater size XL" height="80" width="80"></center></div><div id="v4-32_bdiv" class="ic-p ic-b1" style="height: 78px; width: 78px;"><div style="display: none;" id="v4-32_t" class="ic-thr"><span>Please wait</span></div><div style="display: none;" id="v4-32_e" class="ic-er32"><span>Image not available</span></div></div></div></div></a></td><td class="vi-tCell"><a id="v4-34" href="http://cgi.ebay.com/NEW-mens-gray-red-v-neck-merino-wool-sweater-size-XL-/330494439306" class="vi-ilnk" onmouseover='wrapUrl("v4-34", "http://srx.main.ebayrtm.com/clk?RtmClk&amp;u=1H4sIAAAAAAAAACWQUWuDMBSF3wX%2FgzD6mJrcxJgUfNjaFYRtIK7rkEGxGlxoNRLTle7XL50v95zz3cN9uA%2FlZYg2qomAR0BWWK4wi17L9wgwwWFgL9m3c%2BPXKo6bTi%2FVsb4tG9PHb8971KthQp2tb8iqFv2gQTUnD60eDLoac0bTVdVOWTTpX4U%2BXw57XBTaqb6iFDPJGJUU86JofKkz9lYRwgTzuW%2BrD62uua8WxcHZ06TbamSU4WUPnM5srG0%2FVfW5Mwu6KfP1Arh2k%2Ff5AhJ4mvPF5916Jvnjv%2Bxm2ebrcs5bv%2BbGDb5KsLdjb1rvIcVcAIM0AXGn99OchkFtMuKnbjOSSsK9P7ZZykAKGQba40TSRBDgkAouU0FSwv0fTxmEwR%2FpWdQ9bQEAAA%3D%3D&amp;ch=3&amp;g=31eb9c9f12a0a0e203037cb3ff72b49a&amp;i=-9999&amp;aii=5935812627869781716&amp;lid=742989&amp;m=167776&amp;pi=4340");'>NEW mens gray red v-neck merino wool sweater size XL</a></td><td class="vi-trsCell"></td><td class="vi-sCell"><div class="vi-bin vi-verdFont">Buy It Now</div></td><td class="vi-prCell"><div class="vi-pr">$24.99</div></td><td class="vi-tC"><span style="white-space: nowrap;">11d 17h 15m</span></td></tr><tr><td colspan="6"><div class="vi-hrs">&nbsp;</div></td></tr><tr><td class="vi-iC"><a style="cursor: pointer;" id="v4-36" href="javascript:;" onclick='toVI("v4-37", "v4-36", true);' onmouseover='toVI("v4-37", "v4-36", false);'><div id="v4-35" title="J CREW MENS MERINO WOOL GREY V NECK SWEATER NWT XL"><div style="height: 80px; width: 80px;" class="ic-cntr"><div style="height: 80px; width: 80px;" id="v4-35_idiv" class="ic-m"><center><span></span><img style="width: 80px; height: 80px;" src="alfani-sweater-complete_files/2201252113618080_20.jpg" id="i_v4-35" alt="J CREW MENS MERINO WOOL GREY V NECK SWEATER NWT XL" height="80" width="80"></center></div><div id="v4-35_bdiv" class="ic-p ic-b1" style="height: 78px; width: 78px;"><div style="display: none;" id="v4-35_t" class="ic-thr"><span>Please wait</span></div><div style="display: none;" id="v4-35_e" class="ic-er32"><span>Image not available</span></div></div></div></div></a></td><td class="vi-tCell"><a id="v4-37" href="http://cgi.ebay.com/J-CREW-MENS-MERINO-WOOL-GREY-V-NECK-SWEATER-NWT-XL-/220125211361" class="vi-ilnk" onmouseover='wrapUrl("v4-37", "http://srx.main.ebayrtm.com/clk?RtmClk&amp;u=1H4sIAAAAAAAAACVQ0W6CQBB8N%2FEfSBofT28XuAMTHixiQ1sxgEpLmhgEYi8WIXim8e%2B7lpfZmdnZedin9HYxlnVpoDAQ5tydc8tYp1sDOfDxqL9531p3X%2FPZrDypaX0s7tOybWavzE%2BCjK2DKCVIwmjDss3mnb0kwSfbsyjw31iaBYttkLAo27KP90PG41jpusmRqtFGAFNAHJeFrk9tf88BLMci3VT5XtW%2FIUXj%2BKD781VVeWeZFp82KMzB64q%2BuebFz6mdmMs09CcolL4SDydU%2FTzoG%2BmdPzjh4n%2FshrEK%2FXTQK1qLVl8oCpxo17QVcZRcOGihtNF5uI9qYY5HResBoao8kC4I4sfKkxa6Lj1LkW27pu0ACpSOcKUDEgR98ezR7R9WoRcXawEAAA%3D%3D&amp;ch=3&amp;g=31eb9c9f12a0a0e203037cb3ff72b49a&amp;i=-9999&amp;aii=5935812627869781716&amp;lid=742990&amp;m=167776&amp;pi=4340");'>J CREW MENS MERINO WOOL GREY V NECK SWEATER NWT XL</a></td><td class="vi-trsCell"></td><td class="vi-sCell"><div class="vi-bin vi-verdFont">Buy It Now</div></td><td class="vi-prCell"><div class="vi-pr">$48.00</div></td><td class="vi-tC"><span style="white-space: nowrap;">9d 03h 03m</span></td></tr><tr><td colspan="6"><div class="vi-hrs">&nbsp;</div></td></tr><tr><td class="vi-iC"><a style="cursor: pointer;" id="v4-39" href="javascript:;" onclick='toVI("v4-40", "v4-39", true);' onmouseover='toVI("v4-40", "v4-39", false);'><div id="v4-38" title="J CREW MENS MERINO WOOL GREY V NECK SWEATER NWT L"><div style="height: 80px; width: 80px;" class="ic-cntr"><div style="height: 80px; width: 80px;" id="v4-38_idiv" class="ic-m"><center><span></span><img style="width: 80px; height: 80px;" src="alfani-sweater-complete_files/2201178364768080_21.jpg" id="i_v4-38" alt="J CREW MENS MERINO WOOL GREY V NECK SWEATER NWT L" height="80" width="80"></center></div><div id="v4-38_bdiv" class="ic-p ic-b1" style="height: 78px; width: 78px;"><div style="display: none;" id="v4-38_t" class="ic-thr"><span>Please wait</span></div><div style="display: none;" id="v4-38_e" class="ic-er32"><span>Image not available</span></div></div></div></div></a></td><td class="vi-tCell"><a id="v4-40" href="http://cgi.ebay.com/J-CREW-MENS-MERINO-WOOL-GREY-V-NECK-SWEATER-NWT-L-/220117836476" class="vi-ilnk" onmouseover='wrapUrl("v4-40", "http://srx.main.ebayrtm.com/clk?RtmClk&amp;u=1H4sIAAAAAAAAACWQQW%2BCQBCF7yb%2BB5LG4%2BrusOwuJhwsYkOrGEAlJU0MArEbixBc0%2FjvO5bLm%2B%2B9eZnDvKT3q7WsSwuEBWxO3Tnl1ibdWUAZHY%2F6u%2FdtTPc1n83Ks57Wp%2BIxLdtm9k78JMjIJohSlCSMtiTbbtfkLQk%2ByYFEgf9B0ixY7IKERNmOrI8ZjWNt6iYHvMyksgWXIo7LwtTntn%2FkjHHF0TdVftD1b4jVOD6a%2FnLTVd5xm9NpA8Iesq7om1te%2FJzbib1MQ38CQpsbcjgBB14Hf0e%2F94ckXPyP%2FTBWoZ8OfoVr0ZorVhlF7Jq2QgZJhQIO0gH1TJ%2BnhT0eFa3HUHXlMekygXyqPMnBdRE1xo5rO4qBAKmEKxWTTOATLx4fj%2F4AOipNu2oBAAA%3D&amp;ch=3&amp;g=31eb9c9f12a0a0e203037cb3ff72b49a&amp;i=-9999&amp;aii=5935812627869781716&amp;lid=742991&amp;m=167776&amp;pi=4340");'>J CREW MENS MERINO WOOL GREY V NECK SWEATER NWT L</a></td><td class="vi-trsCell"></td><td class="vi-sCell"><div class="vi-bin vi-verdFont">Buy It Now</div></td><td class="vi-prCell"><div class="vi-pr">$48.00</div></td><td class="vi-tC"><span style="white-space: nowrap;">15d 01h 16m</span></td></tr><tr><td colspan="6"><div class="vi-hrs">&nbsp;</div></td></tr><tr><td class="vi-iC"><a style="cursor: pointer;" id="v4-42" href="javascript:;" onclick='toVI("v4-43", "v4-42", true);' onmouseover='toVI("v4-43", "v4-42", false);'><div id="v4-41" title="BANANA REPUBLIC Men's Merino Wool V-Neck Sweater Size L"><div style="height: 80px; width: 80px;" class="ic-cntr"><div style="height: 80px; width: 80px;" id="v4-41_idiv" class="ic-m"><center><span></span><img style="width: 60px; height: 80px;" src="alfani-sweater-complete_files/80_009.jpg" id="i_v4-41" alt="BANANA REPUBLIC Men's Merino Wool V-Neck Sweater Size L" height="80" width="80"></center></div><div id="v4-41_bdiv" class="ic-p ic-b1" style="height: 78px; width: 78px;"><div style="display: none;" id="v4-41_t" class="ic-thr"><span>Please wait</span></div><div style="display: none;" id="v4-41_e" class="ic-er32"><span>Image not available</span></div></div></div></div></a></td><td class="vi-tCell"><a id="v4-43" href="http://cgi.ebay.com/BANANA-REPUBLIC-Mens-Merino-Wool-V-Neck-Sweater-Size-L-/220677138348" class="vi-ilnk" onmouseover='wrapUrl("v4-43", "http://srx.main.ebayrtm.com/clk?RtmClk&amp;u=1H4sIAAAAAAAAACWQX4uCUBDF3wW%2Fg7D0eOve8f7RwIeyDYSKdd0KZCFML%2B2l9Ioa0X76nVYGZs75zWEe5i27N95Klx5ID9ichnPKvW325QFl1HW6e%2FQzDO33fDYrL2aqz8VzWtp6tlzssMjn%2B8d%2BuUlistVNj60zjSVHa2%2FkQHa6vJLsoYtBdyQzv5psTkeapmbQdQ5ApVLMD3wepGmJmYvtnjkTgoUcQV3lB6MfCWbT9DR0195Uect9Tqc1SH9kbdHVfV7cLnbir7IknoA0Q486mYCA5ejv6PfxSJLF%2F9iPY53E2ejXuJZ2aDDKKMq2thVqUFQGwEEJCF70dVr6rlPYiGE3VcRUyCTqcxUpDmEIrmMQi9AXAQMJKpChCphiEl95jYTr%2FAGLVDYxcAEAAA%3D%3D&amp;ch=3&amp;g=31eb9c9f12a0a0e203037cb3ff72b49a&amp;i=-9999&amp;aii=5935812627869781716&amp;lid=742992&amp;m=167776&amp;pi=4340");'>BANANA REPUBLIC Men's Merino Wool V-Neck Sweater Size L</a></td><td class="vi-trsCell"></td><td class="vi-sCell"><div class="vi-bin vi-verdFont">Buy It Now</div></td><td class="vi-prCell"><div class="vi-pr">$21.95</div></td><td class="vi-tC"><span style="white-space: nowrap;">3d 12h 29m</span></td></tr><tr><td colspan="6"><div class="vi-hrs">&nbsp;</div></td></tr><tr><td class="vi-iC"><a style="cursor: pointer;" id="v4-45" href="javascript:;" onclick='toVI("v4-46", "v4-45", true);' onmouseover='toVI("v4-46", "v4-45", false);'><div id="v4-44" title="NWT APT 9 Mens Java Merino Wool V Neck Sweater Size XXL"><div style="height: 80px; width: 80px;" class="ic-cntr"><div style="height: 80px; width: 80px;" id="v4-44_idiv" class="ic-m"><center><span></span><img style="width: 80px; height: 75px;" src="alfani-sweater-complete_files/80_002.jpg" id="i_v4-44" alt="NWT APT 9 Mens Java Merino Wool V Neck Sweater Size XXL" height="80" width="80"></center></div><div id="v4-44_bdiv" class="ic-p ic-b1" style="height: 78px; width: 78px;"><div style="display: none;" id="v4-44_t" class="ic-thr"><span>Please wait</span></div><div style="display: none;" id="v4-44_e" class="ic-er32"><span>Image not available</span></div></div></div></div></a></td><td class="vi-tCell"><a id="v4-46" href="http://cgi.ebay.com/NWT-APT-9-Mens-Java-Merino-Wool-V-Neck-Sweater-Size-XXL-/260269669777" class="vi-ilnk" onmouseover='wrapUrl("v4-46", "http://srx.main.ebayrtm.com/clk?RtmClk&amp;u=1H4sIAAAAAAAAACWQ3YrCMBCF7wXfobB4GU2mbdIIvXAVocsqW%2BofZUFiG9ygbUobV9ynd9zezHznzGFg5i271d5CFx5wD9iUyikNvFW28YAyOhy0t%2FjHueZ7OpkUZzPWJ%2FUYF7aarPcbMvvaEElWuu7Ih%2FpVSK2pLdlbeyU7stbFhWR3rZxuSWb%2BNDkcPo97mqbG6SoHToFLzqUQIk0LTJ1t%2B8gZC6IAdVXmO6PvCUbT9OjaS2fKvAn8gI4r4H7vNaqtulxdz3bkL7JkPgJuXIecjCCE917fUG%2FnvZPM%2Ftu2b8tknvV6iWNuXY1RRhGbypbIICiPIAARQvRyX6u5PxwoGzOspoyZkIwjn8pYBCAlDg3aofTDiAEHEeGBEROM4ysvMdYn6%2B3izHABAAA%3D&amp;ch=3&amp;g=31eb9c9f12a0a0e203037cb3ff72b49a&amp;i=-9999&amp;aii=5935812627869781716&amp;lid=742993&amp;m=167776&amp;pi=4340");'>NWT APT 9 Mens Java Merino Wool V Neck Sweater Size XXL</a></td><td class="vi-trsCell"><img src="alfani-sweater-complete_files/iconTrsXSmall.gif" alt="eBay Top Rated Seller" title="eBay Top Rated Seller" height="30" width="66"></td><td class="vi-sCell"><div class="vi-bin vi-verdFont">Buy It Now</div></td><td class="vi-prCell"><div class="vi-pr">$33.24</div></td><td class="vi-tC"><span style="white-space: nowrap;">21d 21h 00m</span></td></tr><tr><td colspan="6"><div class="vi-hrs">&nbsp;</div></td></tr><tr><td class="vi-iC"><a style="cursor: pointer;" id="v4-48" href="javascript:;" onclick='toVI("v4-49", "v4-48", true);' onmouseover='toVI("v4-49", "v4-48", false);'><div id="v4-47" title="MEN'S SIZE LARGE L/S NWT ALFANI V- NECK WOOL SWEATER"><div style="height: 80px; width: 80px;" class="ic-cntr"><div style="height: 80px; width: 80px;" id="v4-47_idiv" class="ic-m"><center><span></span><img style="width: 62px; height: 80px;" src="alfani-sweater-complete_files/80_006.jpg" id="i_v4-47" alt="MEN'S SIZE LARGE L/S NWT ALFANI V- NECK WOOL SWEATER" height="80" width="80"></center></div><div id="v4-47_bdiv" class="ic-p ic-b1" style="height: 78px; width: 78px;"><div style="display: none;" id="v4-47_t" class="ic-thr"><span>Please wait</span></div><div style="display: none;" id="v4-47_e" class="ic-er32"><span>Image not available</span></div></div></div></div></a></td><td class="vi-tCell"><a id="v4-49" href="http://cgi.ebay.com/MENS-SIZE-LARGE-L-S-NWT-ALFANI-V-NECK-WOOL-SWEATER-/400181304652" class="vi-ilnk" onmouseover='wrapUrl("v4-49", "http://srx.main.ebayrtm.com/clk?RtmClk&amp;u=1H4sIAAAAAAAAACVQT2uDMBS%2FC34HYfSYmjxjEgsenLVD1lps2goyKFalC51VbMrot186L7%2F%2FvMN7k4%2Bbs2xrB5gDZIGDBabORu4dwATb1vgIv7UevhauW1%2FUvD1Xz3ndd%2B4mySSSaZmgdbT7MIgkyoo9itarKEvREWVJ%2FImK7dYURRLtk92pwHmudNuVFGMiiIcp8yHP60q3l358loRQQY3vmvKo2t%2FUTPP8pMfrXTXlQD2K5x0wb8qGauzuZfVz6WfeUqbxDJjSd6PTGfjwPvmH8Yd4StLonw4TrdJYTn5latbrm5kSbOTQ9Y3RwDETQIH7IF7p6zTzbKvqQ2JQNSHhAWFGn5uQUwgCalvKxH7g%2BYIAAy5YwAXhhJkvXkNuW38E%2B51BawEAAA%3D%3D&amp;ch=3&amp;g=31eb9c9f12a0a0e203037cb3ff72b49a&amp;i=-9999&amp;aii=5935812627869781716&amp;lid=742994&amp;m=167776&amp;pi=4340");'>MEN'S SIZE LARGE L/S NWT ALFANI V- NECK WOOL SWEATER</a></td><td class="vi-trsCell"></td><td class="vi-sCell"><div class="vi-bin vi-verdFont">Buy It Now</div></td><td class="vi-prCell"><div class="vi-pr">$9.95</div></td><td class="vi-tC"><span style="white-space: nowrap;">18d 18h 58m</span></td></tr><tr><td colspan="6"><div class="vi-hrs">&nbsp;</div></td></tr><tr><td class="vi-iC"><a style="cursor: pointer;" id="v4-51" href="javascript:;" onclick='toVI("v4-52", "v4-51", true);' onmouseover='toVI("v4-52", "v4-51", false);'><div id="v4-50" title="PAUL FREDRICK Men's Merino Wool L/S Sweater Size Small"><div style="height: 80px; width: 80px;" class="ic-cntr"><div style="height: 80px; width: 80px;" id="v4-50_idiv" class="ic-m"><center><span></span><img style="width: 60px; height: 80px;" src="alfani-sweater-complete_files/80.jpg" id="i_v4-50" alt="PAUL FREDRICK Men's Merino Wool L/S Sweater Size Small" height="80" width="80"></center></div><div id="v4-50_bdiv" class="ic-p ic-b1" style="height: 78px; width: 78px;"><div style="display: none;" id="v4-50_t" class="ic-thr"><span>Please wait</span></div><div style="display: none;" id="v4-50_e" class="ic-er32"><span>Image not available</span></div></div></div></div></a></td><td class="vi-tCell"><a id="v4-52" href="http://cgi.ebay.com/PAUL-FREDRICK-Mens-Merino-Wool-L-S-Sweater-Size-Small-/320603519313" class="vi-ilnk" onmouseover='wrapUrl("v4-52", "http://srx.main.ebayrtm.com/clk?RtmClk&amp;u=1H4sIAAAAAAAAACWQUWuDMBSF3wX%2FgzD6mDa50ZgUfOjsCrIWZrOuIINiNXShakRTSvfrl86Xe8537uE%2B3Bd564K1qgJgAZAlFkscBjv5GQAm2PeGW%2FJjbf%2B9XCyqi56rc%2FmYV6ZdfKwOW7TZv633WfqOdqob3Rh0Z9DRmAZtkUTyrkqrBiT1r0KyLZvmdMR5rq1qCwqYYRoRQQnN88r1LmZ4FISEPHTc1sWXVvfMVfP8ZIfrqOuiD2mI5y0wOmV9ObRjUTYXM6NrmaUzYNqOzmcziOB14pvjQzol2epfDpNsslROvHFrZmznqgQ727emdh5izDiEEEfAn%2BnzNKO%2BV5qEuKnrhMSCMOfPdRKHIETke9rFkaARJ8Ag5kzEnMSEuUdeE%2B57f7W2V%2FluAQAA&amp;ch=3&amp;g=31eb9c9f12a0a0e203037cb3ff72b49a&amp;i=-9999&amp;aii=5935812627869781716&amp;lid=742995&amp;m=167776&amp;pi=4340");'>PAUL FREDRICK Men's Merino Wool L/S Sweater Size Small</a></td><td class="vi-trsCell"></td><td class="vi-sCell"><div class="vi-bin vi-verdFont">Buy It Now</div></td><td class="vi-prCell"><div class="vi-pr">$12.95</div></td><td class="vi-tC"><span style="white-space: nowrap;">16d 09h 58m</span></td></tr><tr><td colspan="6"><div class="vi-hrs">&nbsp;</div></td></tr><tr><td class="vi-iC"><a style="cursor: pointer;" id="v4-54" href="javascript:;" onclick='toVI("v4-55", "v4-54", true);' onmouseover='toVI("v4-55", "v4-54", false);'><div id="v4-53" title="J CREW MENS MERINO WOOL GREY V NECK SWEATER NWT SHIRT S"><div style="height: 80px; width: 80px;" class="ic-cntr"><div style="height: 80px; width: 80px;" id="v4-53_idiv" class="ic-m"><center><span></span><img style="width: 80px; height: 80px;" src="alfani-sweater-complete_files/2202345443468080_18.jpg" id="i_v4-53" alt="J CREW MENS MERINO WOOL GREY V NECK SWEATER NWT SHIRT S" height="80" width="80"></center></div><div id="v4-53_bdiv" class="ic-p ic-b1" style="height: 78px; width: 78px;"><div style="display: none;" id="v4-53_t" class="ic-thr"><span>Please wait</span></div><div style="display: none;" id="v4-53_e" class="ic-er32"><span>Image not available</span></div></div></div></div></a></td><td class="vi-tCell"><a id="v4-55" href="http://cgi.ebay.com/J-CREW-MENS-MERINO-WOOL-GREY-V-NECK-SWEATER-NWT-SHIRT-S-/220234544346" class="vi-ilnk" onmouseover='wrapUrl("v4-55", "http://srx.main.ebayrtm.com/clk?RtmClk&amp;u=1H4sIAAAAAAAAACWMQW%2BCQBSE7yT8B5LG4%2BruY9kFEw4WsaWtGEAlJU0MArEbixBc0%2Fjv%2ByyXmW%2FmTd5TdrtYy6ayQFjA5tSbU26ts60FlFHTGG7%2Bt9b913w2q05q2hzL%2B7Tq2tkbCdIwJ%2BswzlDSKN6QfLP5IC9p%2BEn2JA6Dd5Ll4WIbpiTOtyR7jVLUQ06TROmmLQAo2Nzh3OYiSapSN6duuBeMcZdjbutir5rfCKdJctDD%2BarqoscxnbYg7LHry6G9FuXPqZvYyywKJiCUviJHE3Dgecw3zLtgbKLFv%2B1GW0VBNuYVnkWnLzhlFLFvuxoZJBUucJAOuI%2F28VrYplF2PkNVtc%2BkxwTysfYlB88TpqGwdjzbcRkIkK7wpMskw8Nw9j3T%2BAM6s86hcAEAAA%3D%3D&amp;ch=3&amp;g=31eb9c9f12a0a0e203037cb3ff72b49a&amp;i=-9999&amp;aii=5935812627869781716&amp;lid=742996&amp;m=167776&amp;pi=4340");'>J CREW MENS MERINO WOOL GREY V NECK SWEATER NWT SHIRT S</a></td><td class="vi-trsCell"></td><td class="vi-sCell"><div class="vi-bin vi-verdFont">Buy It Now</div></td><td class="vi-prCell"><div class="vi-pr">$49.00</div></td><td class="vi-tC"><span style="white-space: nowrap;">1d 21h 02m</span></td></tr><tr><td colspan="6"><div class="vi-hrs">&nbsp;</div></td></tr><tr><td class="vi-iC"><a style="cursor: pointer;" id="v4-57" href="javascript:;" onclick='toVI("v4-58", "v4-57", true);' onmouseover='toVI("v4-58", "v4-57", false);'><div id="v4-56" title="NWT J.CREW MAN'S MERINO WOOL V-NECK SWEATER SIZE:XL"><div style="height: 80px; width: 80px;" class="ic-cntr"><div style="height: 80px; width: 80px;" id="v4-56_idiv" class="ic-m"><center><span></span><img style="width: 80px; height: 60px;" src="alfani-sweater-complete_files/80_004.jpg" id="i_v4-56" alt="NWT J.CREW MAN'S MERINO WOOL V-NECK SWEATER SIZE:XL" height="80" width="80"></center></div><div id="v4-56_bdiv" class="ic-p ic-b1" style="height: 78px; width: 78px;"><div style="display: none;" id="v4-56_t" class="ic-thr"><span>Please wait</span></div><div style="display: none;" id="v4-56_e" class="ic-er32"><span>Image not available</span></div></div></div></div></a></td><td class="vi-tCell"><a id="v4-58" href="http://cgi.ebay.com/NWT-J-CREW-MANS-MERINO-WOOL-V-NECK-SWEATER-SIZE-XL-/250713079825" class="vi-ilnk" onmouseover='wrapUrl("v4-58", "http://srx.main.ebayrtm.com/clk?RtmClk&amp;u=1H4sIAAAAAAAAACWQT2vCQBDF74LfIVA8ru5ONvtHyMHGCNvWSFw1JRQkJsEuNibEleK379pc5r3fm8cc5kXfr96yLj1gHpA5lnNMvbXeeYAJHo%2F6e%2Fhtbfc1n83Ks5nWp%2BIxLdtmlmQ79IaibZyh9SLRaB1vVbJB2WbzgQ4oiaN3pLN4sYu3SKs8Rp8fxwynqbF1k0OAOfExlwKCNC0LW5%2Fb%2FpETQgV13FT5wdS%2FylXT9Gj7y81UeUd9iqcNMH%2FIuqJvbnnxc24n%2FlKraALM2JvzagIBvA58d7yPhkQt%2FmU%2FyEpFeuCVW7PWXl2VYGe7pq2cB46ZAAo8APFMn6eZPx4VbUjcNFVIuCTM%2BVMVcgpS8vHIuDiQfiAIMOCCSS4IJ8x98RI%2Bn%2FkH7z297mwBAAA%3D&amp;ch=3&amp;g=31eb9c9f12a0a0e203037cb3ff72b49a&amp;i=-9999&amp;aii=5935812627869781716&amp;lid=742997&amp;m=167776&amp;pi=4340");'>NWT J.CREW MAN'S MERINO WOOL V-NECK SWEATER SIZE:XL</a></td><td class="vi-trsCell"><img src="alfani-sweater-complete_files/iconTrsXSmall.gif" alt="eBay Top Rated Seller" title="eBay Top Rated Seller" height="30" width="66"></td><td class="vi-sCell"><div class="vi-bin vi-verdFont">Buy It Now</div></td><td class="vi-prCell"><div class="vi-pr">$54.50</div></td><td class="vi-tC"><span style="white-space: nowrap;">19d 20h 02m</span></td></tr></tbody></table></div></div><div class="vi-soi"><div class="vi-soi-tl"><span class="vi-soi-txt">More from the same seller</span><span class="vi-soi-lnk">[ <a href="http://shop.ebay.com/the_express_merchant/m.html" class="vi-soi-slnk">See all</a> ]</span></div><table class="vi-soi-tbl" cellpadding="0" cellspacing="0"><tbody><tr><td class="vi-soi-ttd"><div class="vi-soi-itm"><a style="cursor: pointer;" id="v4-60" href="javascript:;" onclick='toVI("v4-61", "v4-60", true);' onmouseover='toVI("v4-61", "v4-60", false);'><div id="v4-59" title="EXPRESS 1MX Modern Fit Gray Stretch Cotton S 14-14 1/2" class="vi-soi-pc"><div style="height: 140px; width: 140px;" class="ic-cntr"><div style="height: 140px; width: 140px;" id="v4-59_idiv" class="ic-m"><center><span></span><img style="width: 80px; height: 60px;" src="alfani-sweater-complete_files/80_011.jpg" id="i_v4-59" alt="EXPRESS 1MX Modern Fit Gray Stretch Cotton S 14-14 1/2" height="140" width="140"></center></div><div id="v4-59_bdiv" class="ic-p ic-b1" style="height: 138px; width: 138px;"><div style="display: none;" id="v4-59_t" class="ic-thr"><span>Please wait</span></div><div style="display: none;" id="v4-59_e" class="ic-er32"><span>Image not available</span></div></div></div></div></a><a class="vi-soi-itl" id="v4-61" href="http://cgi.ebay.com/EXPRESS-1MX-Modern-Fit-Gray-Stretch-Cotton-S-14-14-1-2-/270682428855" onmouseover='wrapUrl("v4-61", "http://srx.main.ebayrtm.com/clk?RtmClk&amp;u=1H4sIAAAAAAAAACWLUWuDMBSF3wX%2FgzB8TJtcY4yCD1vbjcKE2XSbyKBYDTZ0GklTRv%2F9UguXe8937jlP4joGa9kGwAIgGU4zTINC7APABPueueYna6efbLlse7WQx%2Ba2aPWw3FQfu40QiBQVKnQnzYhelUVvprkhYY207QmttLV6RC5E50Fw%2BMZlqawcakgw40CB8zguy7axstfmVsdJmhLHQ1d%2FKfm3ddGyPFhzvqiunmhE8WKglD68qTHDpW5%2Bex1G69WuCoEpe7nrEGJ4ETNfHYvtbHw%2Bz%2Be9eBxHTNvR%2FQl2cro3WeR7jc6J26rLOeEJ9b1jlycUUs59Tzk3TqOYE2AREEYTmmLiSuZ8L%2F0DpyoJEU0BAAA%3D&amp;ch=3&amp;g=31eb9c9f12a0a0e203037cb3ff72b49a&amp;i=-9999&amp;aii=5935812632164749013&amp;lid=742988&amp;m=167773&amp;pi=4340");'>EXPRESS 1MX Modern Fit Gray Stretch Cotton S 14-14 1/2</a><div class="vi-soi-ic">Condition:Pre-owned</div><div class="vi-soi-ip"><span>$14.99</span></div><div class="vi-soi-its">7m</div></div></td><td></td><td class="vi-soi-ttd"><div class="vi-soi-itm"><a style="cursor: pointer;" id="v4-63" href="javascript:;" onclick='toVI("v4-64", "v4-63", true);' onmouseover='toVI("v4-64", "v4-63", false);'><div id="v4-62" title="Marc Ecko Cut &amp; Sew Boot Cut Jeans 30/30 - Barely Used!" class="vi-soi-pc"><div style="height: 140px; width: 140px;" class="ic-cntr"><div style="height: 140px; width: 140px;" id="v4-62_idiv" class="ic-m"><center><span></span><img style="width: 80px; height: 60px;" src="alfani-sweater-complete_files/80_003.jpg" id="i_v4-62" alt="Marc Ecko Cut &amp; Sew Boot Cut Jeans 30/30 - Barely Used!" height="140" width="140"></center></div><div id="v4-62_bdiv" class="ic-p ic-b1" style="height: 138px; width: 138px;"><div style="display: none;" id="v4-62_t" class="ic-thr"><span>Please wait</span></div><div style="display: none;" id="v4-62_e" class="ic-er32"><span>Image not available</span></div></div></div></div></a><a class="vi-soi-itl" id="v4-64" href="http://cgi.ebay.com/Marc-Ecko-Cut-Sew-Boot-Cut-Jeans-30-30-Barely-Used-/270682808990" onmouseover='wrapUrl("v4-64", "http://srx.main.ebayrtm.com/clk?RtmClk&amp;u=1H4sIAAAAAAAAACWLX2uDMBTF3wW%2FgzD6mJp%2FjUnBh7XdQ8f64Gy3IYOSxtAFq5EYKX77pRYu95zfufe8lGOX7LRKMEswWkOxhjQ5lMcEQwTjyI35n%2Ff97zpN1dUs9UVOS2Xb9CCdAm%2BqsWA7elDqO9hY62d417IbAIGP2UinbxM4Dbo%2Bf8OiMF63Fc4g45hDLkSIlPT6at1UIUQ5CdzW1ZfR9314LYqzd81g6qqnhMJlSyl9Zr107VDJ29UuyG77%2BbPAzPjh4Rd4hTflzGPgcj8Hp9dZPg5PCcSs78IdwWD7R5OROJI2R2GbOueIZzSOLnWeUSy4iCMT0pUgK44wIxgxmlEBUSi5Jsdx9A8%2Fd6%2FpSQEAAA%3D%3D&amp;ch=3&amp;g=31eb9c9f12a0a0e203037cb3ff72b49a&amp;i=-9999&amp;aii=5935812632164749013&amp;lid=742989&amp;m=167773&amp;pi=4340");'>Marc Ecko Cut &amp; Sew Boot Cut Jeans 30/30 - Barely Used!</a><div class="vi-soi-ic">Condition:Pre-owned</div><div class="vi-soi-ip"><span>$24.99</span></div><div class="vi-soi-itr">1d 04h 37m</div></div></td><td></td><td class="vi-soi-ttd"><div class="vi-soi-itm"><a style="cursor: pointer;" id="v4-66" href="javascript:;" onclick='toVI("v4-67", "v4-66", true);' onmouseover='toVI("v4-67", "v4-66", false);'><div id="v4-65" title="Express Light Orange Graphic Hoodie" class="vi-soi-pc"><div style="height: 140px; width: 140px;" class="ic-cntr"><div style="height: 140px; width: 140px;" id="v4-65_idiv" class="ic-m"><center><span></span><img style="width: 80px; height: 60px;" src="alfani-sweater-complete_files/80_008.jpg" id="i_v4-65" alt="Express Light Orange Graphic Hoodie" height="140" width="140"></center></div><div id="v4-65_bdiv" class="ic-p ic-b1" style="height: 138px; width: 138px;"><div style="display: none;" id="v4-65_t" class="ic-thr"><span>Please wait</span></div><div style="display: none;" id="v4-65_e" class="ic-er32"><span>Image not available</span></div></div></div></div></a><a class="vi-soi-itl" id="v4-67" href="http://cgi.ebay.com/Express-Light-Orange-Graphic-Hoodie-/270683758983" onmouseover='wrapUrl("v4-67", "http://srx.main.ebayrtm.com/clk?RtmClk&amp;u=1H4sIAAAAAAAAACWPS2uEMBSF94L%2FQSgu1byMD3DRdko7MENJ7QspDBkNGqaaECPt%2FPvJOJtz7vnuPYt7Vy9TsBFtgGiAYAmKEpBgX78HCEDge2apBmv1T5kkbS9jceTnuFVj8vSvjZjnaCf7wUavhk%2B9iJ4N14NsoxelOikOX4AxacXYoAzQHGdpXuSYsZZb0StzbmCawhWMXfMpxd%2FW3TJ2sOY0y67RBBMQj4SQG9PcjHPDf3sV4s3j23eIqLTzdQ5Rih7qNS8u19sVfNyvttvfzCWq7OT2ELhRX5sU%2Bx5XFXQquyqHeUZ879hVGUFF4Z6XjqYFTnOIKEaQkowUALqSOVVOL1Bakqo7AQAA&amp;ch=3&amp;g=31eb9c9f12a0a0e203037cb3ff72b49a&amp;i=-9999&amp;aii=5935812632164749013&amp;lid=742990&amp;m=167773&amp;pi=4340");'>Express Light Orange Graphic Hoodie</a><div class="vi-soi-ic">Condition:Pre-owned</div><div class="vi-soi-ip"><span>$9.99</span></div><div class="vi-soi-itr">3d 20h 46m</div></div></td><td></td><td class="vi-soi-ttd"><div class="vi-soi-itm"><a style="cursor: pointer;" id="v4-69" href="javascript:;" onclick='toVI("v4-70", "v4-69", true);' onmouseover='toVI("v4-70", "v4-69", false);'><div id="v4-68" title="Gap Stain-resistant Shirt S - NWOT" class="vi-soi-pc"><div style="height: 140px; width: 140px;" class="ic-cntr"><div style="height: 140px; width: 140px;" id="v4-68_idiv" class="ic-m"><center><span></span><img style="width: 59px; height: 80px;" src="alfani-sweater-complete_files/80_010.jpg" id="i_v4-68" alt="Gap Stain-resistant Shirt S - NWOT" height="140" width="140"></center></div><div id="v4-68_bdiv" class="ic-p ic-b1" style="height: 138px; width: 138px;"><div style="display: none;" id="v4-68_t" class="ic-thr"><span>Please wait</span></div><div style="display: none;" id="v4-68_e" class="ic-er32"><span>Image not available</span></div></div></div></div></a><a class="vi-soi-itl" id="v4-70" href="http://cgi.ebay.com/Gap-Stain-resistant-Shirt-S-NWOT-/270683759029" onmouseover='wrapUrl("v4-70", "http://srx.main.ebayrtm.com/clk?RtmClk&amp;u=1H4sIAAAAAAAAACWLXWuDMBiF7wX%2FgzC8VPNlYgQvthVGYd3I0q1DBiXVYEPnBzEy%2Bu%2BX2pv3nPO85zzIZYg2uokQjRAsAS8BiXZyHyEAQRjYpTo7N%2F2UWdZ0JtUndU2bsc9e1JRIp8yQWD2b2anBJfJsrL%2FJ2%2BF9fzwAIYzTfY0YoAVmOQeIC9Eop7vRXuucce4rTd%2FWX0b%2FbX1ViKOzl9m09UQwAWlPCLmzSdl%2BrtVvN8Z48%2FzxHSNq3HzzMcrRk1zz4rPcruDzcZXX3V18oqMb%2FB8Cb6fbkuIwUGMF%2FTVtVcCCkTA4tRUjiHNPjac5x3kBEcUIUsIIB9CP7KXyzX%2BG1goZNwEAAA%3D%3D&amp;ch=3&amp;g=31eb9c9f12a0a0e203037cb3ff72b49a&amp;i=-9999&amp;aii=5935812632164749013&amp;lid=742991&amp;m=167773&amp;pi=4340");'>Gap Stain-resistant Shirt S - NWOT</a><div class="vi-soi-ic">Condition:New without tags</div><div class="vi-soi-ip"><span>$9.99</span></div><div class="vi-soi-itr">3d 20h 46m</div></div></td></tr></tbody></table></div></div></div><div class="vi-cr"><div class="vi-cmb" id="rtm_html_1587" style="height: 0px; display: none;"></div><div class="vi-cmb" id="rtm_html_1588" style="height: 0px; display: none;"></div></div></div>
28
+ <div id="vi-bottom" class="vi-clr"><div><div class="dt-tp dt-laB"></div></div><div class="vi-btb-blinks"><span><a href="http://fashion.ebay.com/mens-clothing?_pgn=1&amp;_sop=12&amp;_ipg=48&amp;selId=11484&amp;aspects=SIZE%7ERegular%253DS%257CXS%2540SelectedTab%253DRegular%255EBRAND%7ESelectedTab%253DPopular%255ECOLOR%7E%255EPRICE%7E%255ECONDITION%7E%255EFORMAT%7E%255ESELLER%7E&amp;svcfrom=SIZE" class="vi-btb-Lt">Back to previous page</a><b class="vi-btb-Lt">&nbsp;|&nbsp;</b></span><a href="http://cgi5.ebay.com/ws/eBayISAPI.dll?SellLikeItem&amp;item=270682427528" class="vi-btb-Lt" rel="nofollow">Sell one like this</a><a href="#" id="_rtop" class="vi-btb-Rt">Return to top</a></div><div><div style="padding-bottom: 0px; margin-top: 15px;" class="RtmStyle"><span class="RtmStyle1"><div id="rtm_html_825" style="height: 0px; display: none;"></div></span><span><div id="rtm_html_1555" style="height: 0px; display: none;"></div></span><span class="RtmStyle2"><div id="rtm_html_827" style="height: 0px; display: none;"></div></span><span class="RtmStyle3"><div id="rtm_html_829" style="height: 0px; display: none;"></div></span></div></div><div class="vi-exftlk"><div class="standard-text"><div id="internal" class="pipelinecolor"><a href="http://shop.ebay.com/i.html?_nkw=sweater">Sweater</a> | <a href="http://popular.ebay.com/clothing-shoes-accessories/tommy-hilfiger.htm">Tommy Hilfiger</a> | <a href="http://popular.ebay.com/clothing-shoes-accessories-/cashmere-sweater.htm">Cashmere Sweater</a> | <a href="http://clothing.shop.ebay.com/Sweaters-/11484/i.html?_nkw=ralph+lauren">Ralph Lauren Sweater</a> | <a href="http://popular.ebay.com/clothing-shoes-accessories-/mens-sweaters.htm">Mens Sweaters</a> | <a href="http://popular.ebay.com/">Popular Searches</a> | <a href="http://reviews.ebay.com/">eBay Reviews</a> | <a href="http://stores.ebay.com/">eBay Stores</a> | <a href="http://www.half.ebay.com/">Half.com</a> | <a href="http://global.ebay.com/">Global Buying Hub</a> | <a href="http://www.ebay.co.uk/">United Kingdom</a> | <a href="http://www.ebay.de/">Germany</a> | <a href="http://www.ebay.com.au/">Australia</a> | <a href="http://www.ebay.ca/">Canada</a></div><div id="external" class="pipelinecolor"><a href="http://www.ebayclassifieds.com/">Free Local Classifieds</a> | <a href="https://www.paypal.com/">PayPal</a> | <a href="http://www.prostores.com/">ProStores</a> | <a href="http://www.rent.com/">Apartments for Rent</a> | <a href="http://www.stubhub.com/">Tickets</a> | <a href="http://www.shopping.com/-tommy+hilfiger">Tommy Hilfiger on Shopping.com</a></div></div></div><div class="coreFooterLinks" id="glbfooter"><table cellpadding="0" cellspacing="0" width="100%" border="0"><tbody><tr><td class="g-pipe"><img src="alfani-sweater-complete_files/s.gif" alt="" height="10" width="1"><br><a href="http://www.ebayinc.com/">About eBay</a> | <a href="http://pages.ebay.com/securitycenter/index.html">Security Center</a> | <a href="http://pages.ebay.com/buy/tools.html">Buyer Tools</a> | <a href="http://pages.ebay.com/help/policies/overview.html">Policies</a> | <a href="http://stores.ebay.com/">Stores</a> | <a href="http://pages.ebay.com/sitemap.html" _sp="l1625">Site Map</a> | <a href="http://viv.ebay.com/ws/eBayISAPI.dll?EbayTime">eBay official time</a></td></tr><tr><td height="5"></td></tr><tr><td colspan="2" height="1" bgcolor="#cccccc"></td></tr><tr><td height="10"></td></tr><tr class="g-hlp" valign="top"><td class="g-nav coreFooterLegalNotice">Copyright
29
+ © 1995-2010 eBay Inc. All Rights Reserved. Designated trademarks and
30
+ brands are the property of their respective owners. Use of this Web site
31
+ constitutes acceptance of the eBay <a href="http://pages.ebay.com/help/policies/user-agreement.html?rt=nc" target="_blank">User Agreement</a> and <a href="http://pages.ebay.com/help/policies/privacy-policy.html?rt=nc" target="_blank">Privacy Policy</a>.<br><img src="alfani-sweater-complete_files/s.gif" alt="" height="20"></td></tr></tbody></table><div id="cobrandFooter"></div></div><script type="text/javascript">var _GlobalNavHeaderStatic=false, _GlobalNavHeaderCookieTracking=true, _GlobalNavHeaderSrcPageId=4340;vjo.darwin.core.ebayheader.rover.FooterRover.roverService("http://rover.ebay.com/idmap/0?footer");; if(vjo && vjo.darwin && vjo.darwin.globalnav && vjo.darwin.globalnav.rtm && vjo.darwin.globalnav.rtm.GlobalHeaderRtmCall)vjo.darwin.globalnav.rtm.GlobalHeaderRtmCall.submitRTMCall("http://include.ebaystatic.com/v4js/en_US/e699/GH-ZAM_RedesignEbayRTM_e69912424164_1_en_US.js");</script><div style="margin-top: 5px;"></div><div class="vi-cmb" id="rtm_html_283" style="width: 100%; height: 0px; display: none;"></div><div id="tacodaVIWatching" class="z_4"><div class="vi-cmb" id="rtm_html_280" style="width: 100%; height: 0px; display: none;"></div></div></div>
32
+ </div>
33
+ <!--V_.RUOLU4762,RcmdId ViewItemNext,RlogId p4%60bo7%60jtb9%3FV_.RUOLU4762-12d2603e35f--><script type="text/javascript" src="alfani-sweater-complete_files/BuyingApp_Common_e69512334701_6b_en_US.js"></script><script type="text/javascript" src="alfani-sweater-complete_files/BuyingApp_HybridClosedViewItem_e69312303384_6_en_US.js"></script><script type="text/javascript">vjo.darwin.globalnav.util.EventReg.vnlArrow("11450_sp", "gh-act gh-ua", {"gh_vnl_0":["v4-0",null],"gh_vnl_1":["v4-0",null],"gh_vnl_2":["v4-0",null],"gh_vnl_3":["v4-0",null]}, "gh-vsmn", null, [500,500], "VNL_MENU", "http://cgi1.ebay.com/ws/eBayISAPI.dll?GlobalHeaderAjax&vnlmenu=true&catid=11450&pageid=4340");
34
+ vjo.darwin.tracking.rover.Rover.roverTrack();
35
+ (function () {
36
+ var _r = vjo.Registry;
37
+ function $o0(p0_0,p0_1,p0_2,p0_4,p0_5,p0_6,p0_7,p0_8,p0_10,p0_11,p0_14,p0_15){return new vjo.darwin.core.imagecontainer.ImageContainer({errId:p0_0,cmpId:p0_1,IDivId:p0_2,err:null,width:p0_4,height:p0_5,bdrId:p0_6,imgData:p0_7,clkSrvId:p0_8,reszOnLd:true,ancId:p0_10,loadSvcId:p0_11,clkLstrKey:null,thr:null,imgId:p0_14,thrbId:p0_15});};_r.put('ic_js_v4-24',$o0("v4-24_e","v4-24","v4-24_idiv",96,96,"v4-24_bdiv",{"src":"http://i.ebayimg.com/20/!C!!i(OwEWk~$(KGrHqEOKisEzS+k07hSBNBZgLuUHQ~~0_0.JPG","customAttributes":{},"alt":"Alfani Grey V-Neck Merino Wool Size Small ","href":null},"IMG_CNTR_CLICKED_v4-24","v4-24_a","LOAD_IMG_SRVC_ID_v4-24","i_v4-24","v4-24_t")); _r.put('ic_js_v4-29',$o0("v4-29_e","v4-29","v4-29_idiv",80,80,"v4-29_bdiv",{"src":"http://thumbs1.ebaystatic.com/m/m9Qo7rPWCffGkdGJMjQQMkw/80.jpg","customAttributes":{},"alt":"H&M Grey Merino Wool Crew Neck Sweater Small New","href":null},"IMG_CNTR_CLICKED_v4-29","v4-29_a","LOAD_IMG_SRVC_ID_v4-29","i_v4-29","v4-29_t")); _r.put('ic_js_v4-32',$o0("v4-32_e","v4-32","v4-32_idiv",80,80,"v4-32_bdiv",{"src":"http://thumbs3.ebaystatic.com/m/mim5SrEf_YnznTQKAWo90Hg/80.jpg","customAttributes":{},"alt":"NEW mens gray red v-neck merino wool sweater size XL","href":null},"IMG_CNTR_CLICKED_v4-32","v4-32_a","LOAD_IMG_SRVC_ID_v4-32","i_v4-32","v4-32_t")); _r.put('ic_js_v4-35',$o0("v4-35_e","v4-35","v4-35_idiv",80,80,"v4-35_bdiv",{"src":"http://thumbs2.ebaystatic.com/pict/2201252113618080_20.jpg","customAttributes":{},"alt":"J CREW MENS MERINO WOOL GREY V NECK SWEATER NWT XL","href":null},"IMG_CNTR_CLICKED_v4-35","v4-35_a","LOAD_IMG_SRVC_ID_v4-35","i_v4-35","v4-35_t")); _r.put('ic_js_v4-38',$o0("v4-38_e","v4-38","v4-38_idiv",80,80,"v4-38_bdiv",{"src":"http://thumbs1.ebaystatic.com/pict/2201178364768080_21.jpg","customAttributes":{},"alt":"J CREW MENS MERINO WOOL GREY V NECK SWEATER NWT L","href":null},"IMG_CNTR_CLICKED_v4-38","v4-38_a","LOAD_IMG_SRVC_ID_v4-38","i_v4-38","v4-38_t")); _r.put('ic_js_v4-41',$o0("v4-41_e","v4-41","v4-41_idiv",80,80,"v4-41_bdiv",{"src":"http://thumbs1.ebaystatic.com/m/mKSgPMSRaWXqvHyL-6ak4cA/80.jpg","customAttributes":{},"alt":"BANANA REPUBLIC Men's Merino Wool V-Neck Sweater Size L","href":null},"IMG_CNTR_CLICKED_v4-41","v4-41_a","LOAD_IMG_SRVC_ID_v4-41","i_v4-41","v4-41_t")); _r.put('ic_js_v4-44',$o0("v4-44_e","v4-44","v4-44_idiv",80,80,"v4-44_bdiv",{"src":"http://thumbs2.ebaystatic.com/m/mHb3rcEUtRAZVw69xsQdEcw/80.jpg","customAttributes":{},"alt":"NWT APT 9 Mens Java Merino Wool V Neck Sweater Size XXL","href":null},"IMG_CNTR_CLICKED_v4-44","v4-44_a","LOAD_IMG_SRVC_ID_v4-44","i_v4-44","v4-44_t")); _r.put('ic_js_v4-47',$o0("v4-47_e","v4-47","v4-47_idiv",80,80,"v4-47_bdiv",{"src":"http://thumbs1.ebaystatic.com/m/mirml6F6IsvEHZbQbpQ2kKg/80.jpg","customAttributes":{},"alt":"MEN'S SIZE LARGE L/S NWT ALFANI V- NECK WOOL SWEATER","href":null},"IMG_CNTR_CLICKED_v4-47","v4-47_a","LOAD_IMG_SRVC_ID_v4-47","i_v4-47","v4-47_t")); _r.put('ic_js_v4-50',$o0("v4-50_e","v4-50","v4-50_idiv",80,80,"v4-50_bdiv",{"src":"http://thumbs2.ebaystatic.com/m/mTPCXmcScvKCZm2ZCgPAkqQ/80.jpg","customAttributes":{},"alt":"PAUL FREDRICK Men's Merino Wool L/S Sweater Size Small","href":null},"IMG_CNTR_CLICKED_v4-50","v4-50_a","LOAD_IMG_SRVC_ID_v4-50","i_v4-50","v4-50_t")); _r.put('ic_js_v4-53',$o0("v4-53_e","v4-53","v4-53_idiv",80,80,"v4-53_bdiv",{"src":"http://thumbs3.ebaystatic.com/pict/2202345443468080_18.jpg","customAttributes":{},"alt":"J CREW MENS MERINO WOOL GREY V NECK SWEATER NWT SHIRT S","href":null},"IMG_CNTR_CLICKED_v4-53","v4-53_a","LOAD_IMG_SRVC_ID_v4-53","i_v4-53","v4-53_t"));
38
+ _r.put('ic_js_v4-56',$o0("v4-56_e","v4-56","v4-56_idiv",80,80,"v4-56_bdiv",{"src":"http://thumbs2.ebaystatic.com/m/mjmcGbyzX_zLuoEinOI63lw/80.jpg","customAttributes":{},"alt":"NWT J.CREW MAN'S MERINO WOOL V-NECK SWEATER SIZE:XL","href":null},"IMG_CNTR_CLICKED_v4-56","v4-56_a","LOAD_IMG_SRVC_ID_v4-56","i_v4-56","v4-56_t")); _r.put('ic_js_v4-59',$o0("v4-59_e","v4-59","v4-59_idiv",140,140,"v4-59_bdiv",{"src":"http://thumbs4.ebaystatic.com/m/mJQ44KLIbKdbrsTM70lTGbQ/80.jpg","customAttributes":{},"alt":"EXPRESS 1MX Modern Fit Gray Stretch Cotton S 14-14 1/2","href":null},"IMG_CNTR_CLICKED_v4-59","v4-59_a","LOAD_IMG_SRVC_ID_v4-59","i_v4-59","v4-59_t")); _r.put('ic_js_v4-62',$o0("v4-62_e","v4-62","v4-62_idiv",140,140,"v4-62_bdiv",{"src":"http://thumbs3.ebaystatic.com/m/my9H8gfU6SQTxlfJw4ROaSg/80.jpg","customAttributes":{},"alt":"Marc Ecko Cut & Sew Boot Cut Jeans 30/30 - Barely Used!","href":null},"IMG_CNTR_CLICKED_v4-62","v4-62_a","LOAD_IMG_SRVC_ID_v4-62","i_v4-62","v4-62_t")); _r.put('ic_js_v4-65',$o0("v4-65_e","v4-65","v4-65_idiv",140,140,"v4-65_bdiv",{"src":"http://thumbs4.ebaystatic.com/m/mW9NfEMSnAABMjLHywEIrIA/80.jpg","customAttributes":{},"alt":"Express Light Orange Graphic Hoodie","href":null},"IMG_CNTR_CLICKED_v4-65","v4-65_a","LOAD_IMG_SRVC_ID_v4-65","i_v4-65","v4-65_t")); _r.put('ic_js_v4-68',$o0("v4-68_e","v4-68","v4-68_idiv",140,140,"v4-68_bdiv",{"src":"http://thumbs2.ebaystatic.com/m/mkFSM9-zBon_sABZwZLAMGg/80.jpg","customAttributes":{},"alt":"Gap Stain-resistant Shirt S - NWOT","href":null},"IMG_CNTR_CLICKED_v4-68","v4-68_a","LOAD_IMG_SRVC_ID_v4-68","i_v4-68","v4-68_t")); })();
39
+ </script><div class="gh-ovr" id="gbh_ovl"><div class="gh-iovr"></div></div></body></html>
@@ -0,0 +1,39 @@
1
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2
+ <html xmlns:og="http://opengraphprotocol.org/schema/" xmlns:fb="http://www.facebook.com/2008/fbml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>Mens 100% CASHMERE SWEATER Gray 3 Button Collar L to XL - eBay (item 260710322149 end time Dec-26-10 20:36:09 PST)</title><meta name="description" content="eBay: Find Mens 100% CASHMERE SWEATER Gray 3 Button Collar L to XL in the Clothing, Shoes Accessories , Men's Clothing , Sweaters category on eBay."><meta name="keywords" content="Mens 100% CASHMERE SWEATER Gray 3 Button Collar L to XL, Clothing, Shoes Accessories, Men's Clothing, Sweaters"><link rel="canonical" href="http://cgi.ebay.com/Mens-100-CASHMERE-SWEATER-Gray-3-Button-Collar-L-XL-/260710322149"><meta name="google-site-verification" content="8kHr3jd3Z43q1ovwo0KVgo_NZKIEMjthBxti8m8fYTg"><meta name="y_key" content=""><meta name="msvalidate.01" content=""><meta property="og:title" content="Mens 100% CASHMERE SWEATER Gray 3 Button Collar L to XL"><meta property="og:type" content="product"><meta property="og:url" content="http://cgi.ebay.com/Mens-100-CASHMERE-SWEATER-Gray-3-Button-Collar-L-XL-/260710322149"><meta property="og:image" content="http://i.ebayimg.com/10/!C!m+D7g!2k~$(KGrHqMOKkMEzJ3QHtSlBNDtKv3vb!~~0_1.JPG?set_id=880000500F"><meta property="og:site_name" content="eBay"><meta property="og:description" content="eBay: Find Mens 100% CASHMERE SWEATER Gray 3 Button Collar L to XL in the Clothing, Shoes Accessories , Men's Clothing , Sweaters category on eBay."><meta property="fb:app_id" content="102628213125203"><!--[if lt IE 7]><style>* html #vi-container { width: 940px; width: expression((document.documentElement && document.documentElement.clientHeight) ? ( (document.documentElement.clientWidth < 940) ? "940px" : ( (document.documentElement.clientWidth > 1200) ? "1200px" : "auto") ) : ( (document.body.clientWidth < 940) ? "940px" : "auto") ); }</style><![endif]--><link rel="stylesheet" type="text/css" href="cashmere-sweater-complete_files/GH-ZAM_RedesignEbayNoneFull_e69312303392_en_US.css"><link rel="stylesheet" type="text/css" href="cashmere-sweater-complete_files/BuyingApp_HybridClosedViewItem_e69312303392_en_US.css"><script src="cashmere-sweater-complete_files/rtm.js" type="text/javascript" id="xdr_ext_0"></script></head><body style="text-align: left;" id="body"><script type="text/javascript" src="cashmere-sweater-complete_files/SYS-ZAM_vjo_e69312303384_1_en_US.js"></script><script type="text/javascript">vjo.dsf.error.ErrorHandlerManager.register(new vjo.dsf.error.DefaultErrorHandler());
3
+ vjo.dsf.error.ErrorHandlerManager.enableOnError(true);
4
+ vjo.dsf.cookie.VjCookieJar.sCookieDomain = '.ebay.com';vjo.dsf.cookie.VjCookieJar.writeCookielet('ebay','js','1');
5
+ </script><div></div>
6
+ <div id="vi-container">
7
+ <div id="vi-top"><script type="text/javascript" src="cashmere-sweater-complete_files/GH-ZAM_RedesignEbayNoneFull_e69912424164_1_en_US.js"></script><div id="gnheader" class="gh-w"><a href="#mainContent" rel="nofollow" style="display: block; position: absolute; left: -9999px;">Skip to main content</a><div><div class="gh-eb"><div class="gh-emn"><div class="gh-hid"></div><div class="gh-mn"><span class="gh-fst"><a id="MyEbay" href="http://my.ebay.com/ws/eBayISAPI.dll?MyEbay&amp;gbh=1" _sp="l1533">My eBay</a></span><a id="Sell" href="http://sell.ebay.com/sell" _sp="l1528">Sell</a><a id="Community" href="http://hub.ebay.com/community" _sp="l1540">Community</a><span class="gh-nho"><a id="ContactUs" href="http://contact.ebay.com/ws/eBayISAPI.dll?CustomerSupportRedirect&amp;target=cu" _sp="l1549">Contact us</a></span><a id="Help" href="http://contact.ebay.com/ws/eBayISAPI.dll?CustomerSupportRedirect&amp;target=help" _sp="l1545">Help</a><span class="gh-nho"></span></div></div><form id="headerSearch" name="headerSearch" method="get" action="http://shop.ebay.com"><input name="_from" value="R40" type="hidden"><input name="_trksid" value="m570" type="hidden"><span class="gh-esb"><label for="_nkw" class="g-hdn">Enter your search keyword</label><input class="gh-txt" name="_nkw" id="_nkw" type="text"><a><input value="Go" class="gh-go" type="submit"></a></span></form></div><div class="gh-log"><span class="gh-lg"><a id="EbayLogo" href="http://www.ebay.com/"><img src="cashmere-sweater-complete_files/logoEbay_x45.gif" alt="From collectibles to cars, buy and sell all kinds of items on eBay" height="45" width="110" border="0"></a></span><a id="holidayImgS" href="http://gifts.ebay.com/" class="gh-his"><img src="cashmere-sweater-complete_files/imgHolidayHeader_12262010_158x59.jpg" alt="Visit The Gift Spot"></a><span class="gh-wrap"><span style="height: 100%; display: inline-block; max-height: 40px;"></span><span class="greeting gh-ui"><!-- BEGIN: GREETING:SIGNEDOUT -->Hi, <b>lastdibs</b>! (<a href="https://signin.ebay.com/ws/eBayISAPI.dll?SignIn" _sp="l1524">Not you</a>?)<!-- END: GREETING:SIGNEDOUT --><span id="bta"></span></span><span class="coupon"></span></span></div><div class="gh-rph"><span class="addllinks"></span></div><div class="gh-cl"></div><div class="gh-col"><style type="text/css">.gh-col .gh-c1{background:#97C701;width:100%}</style><b class="gh-c1"></b><div class="gh-clr"></div></div><div id="headerWrapper" class="gh-hbw"><div class="gh-hb"><div class="gh-mn"><a id="BrowseCategories" href="http://shop.ebay.com/allcategories/all-categories" _sp="l1620">CATEGORIES</a><a id="chevron0" href="javascript:;" class="gh-ai"><b>&nbsp;</b></a><span class="gh-act gh-ua" id="11450_sp"><a title="Your new destination for Clothing, Shoes &amp; Accessories on eBay." href="http://fashion.ebay.com/">FASHION</a></span><a title="Buy and sell cars, trucks, vehicle parts, and accessories." href="http://www.motors.ebay.com/">MOTORS</a><a id="EbayDeals" title="Great items, deep discounts, and free shipping!" href="http://deals.ebay.com/">DEALS</a><a id="EbayClassifieds" href="http://www.ebayclassifieds.com/">CLASSIFIEDS</a></div></div><div class="gh-lbh1"><div class="gh-rtm"><div style="height: 0px; display: none;" id="rtm_html_876"></div></div></div><div class="gh-lbh2"><div class="gh-rtm"><div style="height: 0px; display: none;" id="rtm_html_912"></div></div></div><div class="gh-lbh3"><div class="gh-rtm"><div style="height: 0px; display: none;" id="rtm_html_433"></div></div></div><div class="gh-clr"></div></div><div id="v4-0" class="gh-vnl"><div class="gh-cNav"><a id="gh_vnl_0" title="Women" class="vnl-dd" href="javascript:;">Women<b>.</b></a><a id="gh_vnl_1" title="Men" class="vnl-dd" href="javascript:;">Men<b>.</b></a><a id="gh_vnl_2" title="Kids &amp; Baby" class="vnl-dd" href="javascript:;">Kids &amp; Baby<b>.</b></a><a id="gh_vnl_3" title="Brands" class="vnl-dd" href="javascript:;">Brands<b>.</b></a><a id="gh_vnl_4" title="Fashion Vault" class="vnl-img" href="http://fashionvault.ebay.com/?_lk=1673"> <img src="cashmere-sweater-complete_files/sprVNLFashionVault.gif" alt="Fashion Vault" height="100" width="124" border="0"></a><a id="gh_vnl_4" title="Fashion Voice" class="vnl-img" href="http://pages.ebay.com/fashion/voice.html?_lk=1674"> <img src="cashmere-sweater-complete_files/sprVNLFashionVoice.gif" alt="Fashion Voice" height="100" width="125" border="0"></a></div></div><script type="text/javascript">var RoverDomainBaseUrl = 'http://rover.ebay.com';var svrGMT = 1293424670327;</script></div></div><script type="text/javascript">vjo.darwin.globalnav.holidayimage.HolidayImage.setMarginForIE("holidayImgS", false);
8
+ vjo.Registry.put('bta', new vjo.darwin.globalnav.bta.BuyerTransactionAlert("bta", 60, 2, 2, "http://bmsgs.ebay.com/ws/eBayISAPI.dll?GetBuyerTransactionAlerts", "http://q.ebaystatic.com/aw/pics/", "http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem", "Watched Item ending soon!", "You've been outbid!", "You've received a Second Chance Offer", "You've received a Transaction Confirmation Request."));
9
+ vjo.darwin.globalnav.util.EventReg.aggregate(vjo.Registry._bta.onRefreshHdl());
10
+ vjo.darwin.globalnav.util.EventReg.browseCategories("BrowseCategoriesMenu", "http://include.ebaystatic.com/categoryjs/96/en_US_MAIN/category_96en_US_MAIN0.js");
11
+ vjo.darwin.globalnav.util.EventReg.impression("AHjUva0s*");
12
+ </script><script type="text/javascript">var _GlobalNavHeaderUtf8Encoding=true;
13
+
14
+ </script><script type="text/javascript">var _oGlobalNavRTMInfo={};_oGlobalNavRTMInfo.aRTMPlacementData=[];_oGlobalNavRTMInfo.aRTMPlacementData=[{"ord":null,"maxWidth":"470","rtmUrl":"http://srx.main.ebayrtm.com/rtm","htmlId":"rtm_html_433","userId":null,"isUserSignin":false,"GUid":null,"renderBeforeOnload":true,"maxHeight":"22","pid":"433"},{"ord":null,"maxWidth":"160","rtmUrl":"http://srx.main.ebayrtm.com/rtm","htmlId":"rtm_html_876","userId":null,"isUserSignin":false,"GUid":null,"renderBeforeOnload":true,"maxHeight":"22","pid":"876"},{"ord":null,"maxWidth":"160","rtmUrl":"http://srx.main.ebayrtm.com/rtm","htmlId":"rtm_html_912","userId":null,"isUserSignin":false,"GUid":null,"renderBeforeOnload":true,"maxHeight":"22","pid":"912"}];
15
+ (function(){
16
+ var _s=vjo.dsf.ServiceEngine, $se=_s.register;var _r=vjo.Registry;
17
+ _r.put('16', new vjo.darwin.core.rtm.RTMInit({"contentTypes":[null,null,null,null,null,null,null,null],"triggerEvent":["0","0","0","0","0","0","0","1"],"onload":false,"defaultUrls":["collapse","collapse","","","","","",""],"pids":["1587","1588","825","1555","827","829","283","280"],"adSurveyJsUrl":"http://include.ebaystatic.com/v4js/en_US/e693/GH-ZAM_AdSurvey_e69312303384_1_en_US.js","expJsUrl":"http://include.ebaystatic.com/v4js/en_US/e693/GH-ZAM_ExpAd_e69312303384_1_en_US.js","htmlIds":["rtm_html_1587","rtm_html_1588","rtm_html_825","rtm_html_1555","rtm_html_827","rtm_html_829","rtm_html_283","rtm_html_280"],"expandDirections":[null,null,null,null,null,null,null,null],"hasSurvey":[null,null,null,null,null,null,null,null],"quickPids":[],"fetchUrl":null,"mode":"0","suppressRtmCmd":false,"popupBoxJsUrl":"http://include.ebaystatic.com/v4js/en_US/e693/GH-ZAM_PopupBox_e69312303384_1_en_US.js","maxExpandWidths":null,"heights":["265","100%","115","265","100","115","1","1"],"widths":["300","300","300","300","300","300","100%","100%"],"maxExpandHeights":null,"url":"http://srx.main.ebayrtm.com/rtm?RtmCmd&a=json&p=1587:1588:825:1555:827:829:283:280&ph=0:0:0:0:0:0:0:0&ev=0:0:0:0:0:0:0:1&l=lastdibs&g=31eb9c9f12a0a0e203037cb3ff72b49a&uf=0&c=1H4sIAAAAAAAAAFVT227bMAx9H9B%2FELAbMCgBRV0sFdBDmgZNsaYrmrbbQ4HBS4TEW2pvtrMsQz5%2BtOSm2JPEQ5E6PCRfz7clOw8LhoahOJXZqQZ2MbsbQHYKwBAEnLz6iS7zojtB%2BGgD%2BFkoGyYA3rLxaD6dTW4nbP55Mrqb3LKLOt8zyc62bVuVbFxtNnnNrlhbsS9XMZv2wmi0wrrOlMIvVsUwfMv3w0X1RJCQ1gvQLl7pa6F0961wzqOBTIBEFCq5ldc4BBHv0qcTPQxjAKWOiEGfEqiXZKb3OeHnxd%2FAe4J83u43gSfWnMlBKoPP8jbURb7h47xZP4U6EFLE6qqadxXzszovl%2FxjUf%2FYdJdpKDdhz2I6tivada8Efwj1nl1U1ZKAclm0RVUSD2kzP%2F1%2B%2FzuH5sPJq0Wx9AIftwAgBKRT%2F2920lEMZmAsKsxIUH40lFRcWDCgVCbBOE5hBrSW2gjk0gK1FElJG6VAl6TQlE4MnY6YOhKIrl5bKz3l7qKksCR98lrslY%2BHFGlcRFJdCpNMcWyVFMqPp5fXk%2Fnk6%2Bh%2BfHf56Tqisg%2BgdOikQqWNIwZdqUJ7GjtIjUV6%2BQaBRzsCmU4dzqwfb6p2XZQrzubrKjTsHRstFqFpqroITaqIhvd9w54fJmy%2BC12Lm5ealUq8KTdNjVURS1MjwfpkQ6IMmZ%2Flq%2BLXNrDzqqoJsv1D2RFqwvLRI9mmR8Hf5KvwUITdZRuersOftqvCW5X2y%2FZ7lvWTDEcGaGgJhNQcHVeC64xryTuxuASaAO24FtyQg%2B4Y18v4mzoMql0ZlnH7nM%2BIduYOiCittQe0iM6YA%2FWNBgcPSlpNRcfPnhc%2FtRJp3QYubq2hSsj1D%2Bfbsc5BBAAA&ord=1293424670343","reportAdJsUrl":"http://include.ebaystatic.com/v4js/en_US/e693/GH-ZAM_RtmDC_e69312303384_1_en_US.js","merchPrefix":"ME","onDemandPids":[],"onScrollPids":[],"expandSecurityTokens":null,"th":{},"showPH":["0","0","0","0","0","0","0","0"],"allowExpandOnPageLoad":null,"delayedContent":[null,null,null,null,null,null,null,null],"dblclkUrls":["","","","","","","",""]}));
18
+ $se(0,'RTM_CALLBACK_SERVICE',vjo.Registry.get('16'));
19
+ $se(2,function(message) {if (message.trspType == 'Remote') { message.stok = '-132933418' };});
20
+ $se(2,function(message) {if (message.trspType == 'Remote') {message.pId = '4340';}});
21
+ $se(6,'Remote',function (message) {vjo.darwin.tracking.sojourner.TrackingRespHdl.handleResponse(message); });
22
+ })();
23
+ </script><script type="text/javascript">(function() {vjo.dsf.ServiceEngine.handleRequest(new vjo.dsf.Message('RTM_CALLBACK_SERVICE'));})();
24
+ </script><div class="vi-cmb"><div class="vi-ih-header"><table class="vi-ih-area_nav" cellpadding="0" cellspacing="0" border="0"><tbody><tr><td valign="top"><span id="ngviback" class="sbt"><a href="http://fashion.ebay.com/mens-clothing?_pgn=1&amp;_sop=12&amp;_ipg=48&amp;selId=11484&amp;aspects=SIZE%7ERegular%253DS%257CXS%2540SelectedTab%253DRegular%255EBRAND%7ESelectedTab%253DPopular%255ECOLOR%7E%255EPRICE%7E%255ECONDITION%7E%255EFORMAT%7E%255ESELLER%7E&amp;svcfrom=SIZE" title="Click to Go Back to previous page"><img src="cashmere-sweater-complete_files/iconLtArrow_20x20.gif" alt="Click to Go Back to previous page" height="20" width="20" align="middle" border="0">Back to previous page</a></span></td><td class="vi-ih-pipe-cell" valign="top">&nbsp;|&nbsp;</td><td valign="top"><table style="margin-top: 0px;"><tbody><tr><td class="vi-ih-bc-label">Listed in category:</td><td valign="top"><div><div class="bbc-in bbc bbc-nav"><b class="g-hdn">Bread Crumb Link</b><ul class="in"><li><a href="http://shop.ebay.com/Clothing-Shoes-Accessories-/11450/i.html">Clothing, Shoes &amp; Accessories</a><span> &gt; </span></li><li><a href="http://shop.ebay.com/Mens-Clothing-/1059/i.html">Men's Clothing</a><span> &gt; </span></li><li><a href="http://shop.ebay.com/Sweaters-/11484/i.html">Sweaters</a></li></ul></div></div></td></tr></tbody></table></td></tr></tbody></table></div></div><div><div class="vi-tm-pbt10"><div id="blueStripComp" class="vi-tm-tpDv vi-tm-brRgt vi-tm-pYellow"><span id="v4-2"><span id="v4-2-msg" class="vi-tm-pl14 vi-tm-pMsg">Bidding has ended on this item. You can find more items just like it below. </span></span></div></div></div></div>
25
+ <table id="vi-tTbl" class="vi-wrtbl" cellpadding="0" cellspacing="0" border="0"><tbody><tr><td colspan="1" rowspan="1" id="vi-tTblC1"></td><td colspan="1" rowspan="1" id="vi-tTblS">&nbsp;</td><td colspan="1" rowspan="1" id="vi-tTblC2"></td></tr></tbody></table>
26
+
27
+ <div id="vi-content"><div class="vi-wp"><div class="vi-cl"><div class="vi-itm"><span class="vi-itm-lb">Item number:&nbsp;</span>260710322149</div><div class="vi-gry-out"><div class="vi-gry-in"><div class="vi-gry-box"><div><table style="width: 100%;"><tbody><tr><td style="width: 15%;" rowspan="6" valign="top"><div class="vi-itbp"><a href="http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&amp;_trksid=p1000008.m2000041&amp;rt=nc&amp;nma=true&amp;item=260710322149&amp;si=anphlBjSH8AsKsJD7uuKDXwqhAs%253D&amp;viewitem=&amp;autorefresh=true"><div id="v4-24" title="Mens 100% CASHMERE SWEATER Gray 3 Button Collar L to XL"><div style="height: 96px; width: 96px;" class="ic-cntr"><div style="height: 96px; width: 96px;" id="v4-24_idiv" class="ic-m"><center><span></span><img style="width: 63px; height: 96px;" src="cashmere-sweater-complete_files/CmD7g2kKGrHqMOKkMEzJ3QHtSlBNDtKv3vb0_0.JPG" id="i_v4-24" alt="Mens 100% CASHMERE SWEATER Gray 3 Button Collar L to XL" height="96" width="96"></center></div><div id="v4-24_bdiv" class="ic-p ic-b1" style="height: 94px; width: 94px;"><div style="display: none;" id="v4-24_t" class="ic-thr"><span>Please wait</span></div><div style="display: none;" id="v4-24_e" class="ic-er32"><span>Image not available</span></div></div></div></div><img src="cashmere-sweater-complete_files/imgEndedCvi_96x96.png" alt="Item Ended" class="vi-end-lb" height="96" width="96"></a></div></td><td colspan="2"><span class="vi-it-tl"><b id="mainContent"><h1 class="vi-is1-titleH1">Mens 100% CASHMERE SWEATER Gray 3 Button Collar L to XL</h1></b></span></td></tr><tr><td style="width: 16.8%;" class="vi-it-row" valign="top" align="right">Item condition:</td><td><span class="vi-is1-condText" style="color: rgb(51, 51, 51);">Pre-owned</span></td></tr><tr><td style="width: 16.8%;" class="vi-it-row" valign="top" align="right">Ended:</td><td><span style="color: rgb(51, 51, 51);"><span class="vi-is1-dt"><span class="vi-is1-tes">Dec 26, 2010</span><span class="vi-is1-t">20:36:09 PST</span></span><span style="float: right;"><span class="vi-is1-misc"></span></span></span></td></tr><tr><td style="width: 16.8%;" class="vi-it-prow" valign="top" align="right">Winning bid:</td><td><div><span><span id="" class="vi-is1-prcp" style="color: rgb(51, 51, 51);">US $52.01</span> [ <span><span><a href="http://offer.ebay.com/ws/eBayISAPI.dll?ViewBids&amp;item=260710322149" rel="nofollow">8 bids</a></span></span> ]</span></div></td></tr><tr><td style="width: 16.8%;" class="vi-it-row" valign="top" align="right">Shipping:</td><td><div><span id="fshippingCost"><span class="vi-is1-tese">FREE shipping</span></span>&nbsp;<span id="fshippingSvc">Expedited Shipping</span></div></td></tr><tr><td style="width: 16.8%;" class="vi-it-prow" valign="top" align="right">Seller:</td><td><div class="mbg mbg"><a title="Member id needylearner" href="http://myworld.ebay.com/needylearner/"><b class="g-hdn">Member id </b><b><span class="mbg-nw">needylearner</span></b></a> <span class="mbg-l"> ( <a class="mbg-fb" title="Feedback Score Of 1948" href="http://feedback.ebay.com/ws/eBayISAPI.dll?ViewFeedback&amp;userid=needylearner&amp;ssPageName=VIP:feedback"><b class="g-hdn">Feedback Score Of</b> 1948</a><img src="cashmere-sweater-complete_files/iconRedStar_25x25.gif" class="mbg-star" title="Red star icon for feedback score in between 1,000 to 4,999" alt="Red star icon for feedback score in between 1,000 to 4,999" height="25" width="25">) </span> <span class="mbg-l"><b class="mbg-ts"><img src="cashmere-sweater-complete_files/iconTrsMini.gif" title="Get fast shipping and excellent service from Top-rated sellers." alt="Get fast shipping and excellent service from Top-rated sellers." height="19" width="56"></b> <a href="http://stores.ebay.com/Magique-Door"><img src="cashmere-sweater-complete_files/iconStoresNW_20x20.gif" title="eBay Store" alt="eBay Store" height="20" width="20" border="0"></a> </span></div></td></tr><tr><td colspan="3"><div class="vi-hr-ln"></div></td></tr><tr><td>&nbsp;</td><td>&nbsp;</td><td><div id="vi-at-pnl"><ul><li id="vi-at-des"><a href="http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&amp;_trksid=p1000008.m2000041&amp;rt=nc&amp;nma=true&amp;item=260710322149&amp;si=anphlBjSH8AsKsJD7uuKDXwqhAs%253D&amp;viewitem=&amp;autorefresh=true" rel="nofollow">See full description</a></li><li><a href="http://shop.ebay.com/needylearner/m.html">Seller's other items</a></li></ul></div></td></tr></tbody></table></div></div></div></div><div class="vi-con"><div><div class="vi-recs">Recommendations for you</div><table class="vi-iT"><tbody><tr><td colspan="6" class="vi-iD"></td></tr><tr><th class="vi-pH vi-verdFont vi-hD"> </th><th class="vi-tHead vi-verdFont vi-hD"> </th><th class="vi-lH vi-verdFont vi-hD"> </th><th class="vi-sHead vi-verdFont vi-hD"> </th><th class="vi-tH vi-prHead vi-verdFont vi-hD">Price</th><th style="padding-right: 10px;" class="vi-tH vi-prHead vi-verdFont vi-hD">Time Left</th></tr><tr><td class="vi-iC"><a style="cursor: pointer;" id="v4-30" href="javascript:;" onclick='toVI("v4-31", "v4-30", true);' onmouseover='toVI("v4-31", "v4-30", false);'><div id="v4-29" title="100% MENS CASHMERE SWEATER WOODS &amp; GRAY XL V NECK"><div style="height: 80px; width: 80px;" class="ic-cntr"><div style="height: 80px; width: 80px;" id="v4-29_idiv" class="ic-m"><center><span></span><img style="width: 60px; height: 80px;" src="cashmere-sweater-complete_files/80_005.jpg" id="i_v4-29" alt="100% MENS CASHMERE SWEATER WOODS &amp; GRAY XL V NECK" height="80" width="80"></center></div><div id="v4-29_bdiv" class="ic-p ic-b1" style="height: 78px; width: 78px;"><div style="display: none;" id="v4-29_t" class="ic-thr"><span>Please wait</span></div><div style="display: none;" id="v4-29_e" class="ic-er32"><span>Image not available</span></div></div></div></div></a></td><td class="vi-tCell"><a id="v4-31" href="http://cgi.ebay.com/100-MENS-CASHMERE-SWEATER-WOODS-GRAY-XL-V-NECK-/150536501990" class="vi-ilnk" onmouseover='wrapUrl("v4-31", "http://srx.main.ebayrtm.com/clk?RtmClk&amp;u=1H4sIAAAAAAAAACWNW2%2BCQBCF3038DySNj6t7XzDhgSK2pEUD66UlTQwCsRuLEFzT%2BO87lpfZ850zZ%2FZJ3y7Ooi4dKh1K5kzNBXYSvXEoJng86m%2F%2Bt7Xd13w2K09mWh%2BL%2B7RsmxnBGCXRSqMw0K9JlEVI76NgE2Vov14vNHrJgk%2F08Y52aBWFb4c9TlNj6yYnAgsmBSaeB1ZZ2PrU9vecEO5y4KbKd6b%2BjWE1TQ%2B2P19NlXeccTxtqGSD1xV9c82Ln1M7YQsdhxMqjb2CjidU0OeBb8BJtkVwWeB%2FfxsOeRwMODzLONQDLyGWrb1AkUBDdk1bgaYSK4IZpYR7D%2FfxkWTjUdH6BKapfKI8IkEfK19x6rnueGTAFh6TVAlXMMqVy4jiEPTnR%2BsPFLZkoHUBAAA%3D&amp;ch=3&amp;g=31eb9c9f12a0a0e203037cb3ff72b49a&amp;i=-9999&amp;aii=5936275853247831748&amp;lid=742988&amp;m=167776&amp;pi=4340");'>100% MENS CASHMERE SWEATER WOODS &amp; GRAY XL V NECK</a></td><td class="vi-trsCell"></td><td class="vi-sCell"><div class="vi-bid vi-verdFont">6 Bids</div></td><td class="vi-prCell"><div class="vi-pr">$13.00</div></td><td class="vi-tC vi-atl"><span style="white-space: nowrap;">3m</span></td></tr><tr><td colspan="6"><div class="vi-hrs">&nbsp;</div></td></tr><tr><td class="vi-iC"><a style="cursor: pointer;" id="v4-33" href="javascript:;" onclick='toVI("v4-34", "v4-33", true);' onmouseover='toVI("v4-34", "v4-33", false);'><div id="v4-32" title="PERMEUOMO 100% Pure Cashmere Mens Sweater Gray Sz XL"><div style="height: 80px; width: 80px;" class="ic-cntr"><div style="height: 80px; width: 80px;" id="v4-32_idiv" class="ic-m"><center><span></span><img style="width: 60px; height: 80px;" src="cashmere-sweater-complete_files/80_014.jpg" id="i_v4-32" alt="PERMEUOMO 100% Pure Cashmere Mens Sweater Gray Sz XL" height="80" width="80"></center></div><div id="v4-32_bdiv" class="ic-p ic-b1" style="height: 78px; width: 78px;"><div style="display: none;" id="v4-32_t" class="ic-thr"><span>Please wait</span></div><div style="display: none;" id="v4-32_e" class="ic-er32"><span>Image not available</span></div></div></div></div></a></td><td class="vi-tCell"><a id="v4-34" href="http://cgi.ebay.com/PERMEUOMO-100-Pure-Cashmere-Mens-Sweater-Gray-Sz-XL-/190481796905" class="vi-ilnk" onmouseover='wrapUrl("v4-34", "http://srx.main.ebayrtm.com/clk?RtmClk&amp;u=1H4sIAAAAAAAAACWQW2uDQBCF3wX%2Fg1DyuHHvugEfWpMUoZIYm7ZIIWx0SZbUKF4I6a%2FvpL7snu%2FMnBl2n%2FLx6i1N6VHpUbJgwUJgL83fPYoJdp1ujM7D0H4vfL882bk56vu8bGp%2Fu9qlq%2F0m3SCCMdqOnUGx7s%2B1AZGaa4%2Fym9GD6dBrp%2B8o%2F0Vfb4dPnGV2MHVBFOYhCZRUWGRZCX2nprsXhPCQA9dV8WHNLYHWLDsM3aW3VdFyxvG8ppJNXqu7ui%2F0z6mZsWWexDMq7dCDTmZU0JeJR%2BB0t0cwWeB%2Ffx9P9eR5wulaJ3E%2B8RrKshmuECSQkG3dVKCpxAHBjFLC1cN9LJLMdXQTEThtFcFziAR9rKKAUxUq17FgC8UkDUQoGOVByEjAQ%2FjUS0Rd5w%2BbSgHpegEAAA%3D%3D&amp;ch=3&amp;g=31eb9c9f12a0a0e203037cb3ff72b49a&amp;i=-9999&amp;aii=5936275853247831748&amp;lid=742989&amp;m=167776&amp;pi=4340");'>PERMEUOMO 100% Pure Cashmere Mens Sweater Gray Sz XL</a></td><td class="vi-trsCell"></td><td class="vi-sCell"><div class="vi-bin vi-verdFont">Buy It Now</div></td><td class="vi-prCell"><div class="vi-pr">$39.99</div></td><td class="vi-tC"><span style="white-space: nowrap;">2d 15h 36m</span></td></tr><tr><td colspan="6"><div class="vi-hrs">&nbsp;</div></td></tr><tr><td class="vi-iC"><a style="cursor: pointer;" id="v4-36" href="javascript:;" onclick='toVI("v4-37", "v4-36", true);' onmouseover='toVI("v4-37", "v4-36", false);'><div id="v4-35" title="MENS WOODS &amp; GRAY 100% CASHMERE RED SWEATER XL. VGC"><div style="height: 80px; width: 80px;" class="ic-cntr"><div style="height: 80px; width: 80px;" id="v4-35_idiv" class="ic-m"><center><span></span><img style="width: 58px; height: 80px;" src="cashmere-sweater-complete_files/80.jpg" id="i_v4-35" alt="MENS WOODS &amp; GRAY 100% CASHMERE RED SWEATER XL. VGC" height="80" width="80"></center></div><div id="v4-35_bdiv" class="ic-p ic-b1" style="height: 78px; width: 78px;"><div style="display: none;" id="v4-35_t" class="ic-thr"><span>Please wait</span></div><div style="display: none;" id="v4-35_e" class="ic-er32"><span>Image not available</span></div></div></div></div></a></td><td class="vi-tCell"><a id="v4-37" href="http://cgi.ebay.com/MENS-WOODS-GRAY-100-CASHMERE-RED-SWEATER-XL-VGC-/280608219091" class="vi-ilnk" onmouseover='wrapUrl("v4-37", "http://srx.main.ebayrtm.com/clk?RtmClk&amp;u=1H4sIAAAAAAAAACWQ3WqDQBCF7wt5B6HkcpPd2XXVgBdWTSrUBt38tFIIRiVdUqOYDSVv30m9mT3fmTmzMM%2FqdrGiprJAWsAW3FnY1ErVxgLK6ORpuPnfxvRfi%2Fm8OulZcyzvs6pr52n8rsh%2BvY4UWeXBJ2GUkjBQr2mcxySPI6L2cbCJc%2FLxRnar8LCnWaZN0xbgUkldYB71WJZVpWlO3XAvGBOuQG7rYqeb3wRHs%2BxghvNV10UvuKCzFiQfvb4c2mtR%2Fpy6KY9UEk5BanNFnUzBhpeRb8hpviW42ab%2F%2FjYc%2B0kw4vgsk1CNvMS27MwFgwwTsm%2B7GjVI6jDKAZjwHu7jI8knT2XnM6y69pnjMYn6WPuOAM%2FDu2m0bY9LcGzX5iAclzNHuHjQs4%2FZP5qIeeB2AQAA&amp;ch=3&amp;g=31eb9c9f12a0a0e203037cb3ff72b49a&amp;i=-9999&amp;aii=5936275853247831748&amp;lid=742990&amp;m=167776&amp;pi=4340");'>MENS WOODS &amp; GRAY 100% CASHMERE RED SWEATER XL. VGC</a></td><td class="vi-trsCell"></td><td class="vi-sCell"><div class="vi-bid vi-verdFont">0 Bid</div></td><td class="vi-prCell"><div class="vi-pr">$19.95</div></td><td class="vi-tC"><span style="white-space: nowrap;">5d 17h 11m</span></td></tr><tr><td colspan="6"><div class="vi-hrs">&nbsp;</div></td></tr><tr><td class="vi-iC"><a style="cursor: pointer;" id="v4-39" href="javascript:;" onclick='toVI("v4-40", "v4-39", true);' onmouseover='toVI("v4-40", "v4-39", false);'><div id="v4-38" title="Mens Cashmere Sweater XL Gray (new with tags)"><div style="height: 80px; width: 80px;" class="ic-cntr"><div style="height: 80px; width: 80px;" id="v4-38_idiv" class="ic-m"><center><span></span><img style="width: 80px; height: 60px;" src="cashmere-sweater-complete_files/80_012.jpg" id="i_v4-38" alt="Mens Cashmere Sweater XL Gray (new with tags)" height="80" width="80"></center></div><div id="v4-38_bdiv" class="ic-p ic-b1" style="height: 78px; width: 78px;"><div style="display: none;" id="v4-38_t" class="ic-thr"><span>Please wait</span></div><div style="display: none;" id="v4-38_e" class="ic-er32"><span>Image not available</span></div></div></div></div></a></td><td class="vi-tCell"><a id="v4-40" href="http://cgi.ebay.com/Mens-Cashmere-Sweater-XL-Gray-new-tags-/200557023256" class="vi-ilnk" onmouseover='wrapUrl("v4-40", "http://srx.main.ebayrtm.com/clk?RtmClk&amp;u=1H4sIAAAAAAAAACWQS2vDMBCE74H8B0PJUYm0etkBH1qHFENzcN20xRSCYgtHpH5gK5j8%2B27qizTfjGYX9JTf2mBnywBUAGzL9VbS4JB%2FBEAZXS6GW3zxvv%2FZbjZl7db2bO7rsms2B9uOJDHjpbGDJflkjbcD%2BX4jr4O5k9ZOZHL%2BQrypx9MXzTLnbVMApVJqChykyrISK3U33AvGRCiQm6r4dHZK8WmWnfxwHV1V9IILum5A8dnrzdCMhfmtuxXf5WmyAuX8iDpdgYSXmW%2FIh%2FcjwcmS%2FvvHZM7T5xnna58m%2Bcx7jFXnWywybKi%2B6SrUoKhmlAMwET3cxyLFlwvTxQxPV8VMR0yhPlexFhBFKB3aMuIKtAwlB6FDzrQI8TOvsVgu%2FgD6YAvFcgEAAA%3D%3D&amp;ch=3&amp;g=31eb9c9f12a0a0e203037cb3ff72b49a&amp;i=-9999&amp;aii=5936275853247831748&amp;lid=742991&amp;m=167776&amp;pi=4340");'>Mens Cashmere Sweater XL Gray (new with tags)</a></td><td class="vi-trsCell"></td><td class="vi-sCell"><div class="vi-bid vi-verdFont">0 Bid</div><div class="vi-bin vi-verdFont">Buy It Now</div></td><td class="vi-prCell"><div class="vi-pr">$25.00</div><div class="vi-pr">$99.00</div></td><td class="vi-tC"><span style="white-space: nowrap;">1d 00h 50m</span></td></tr><tr><td colspan="6"><div class="vi-hrs">&nbsp;</div></td></tr><tr><td class="vi-iC"><a style="cursor: pointer;" id="v4-42" href="javascript:;" onclick='toVI("v4-43", "v4-42", true);' onmouseover='toVI("v4-43", "v4-42", false);'><div id="v4-41" title="CLUB ROOM SWEATER CASHMERE SZ XL GRAY COLLAR"><div style="height: 80px; width: 80px;" class="ic-cntr"><div style="height: 80px; width: 80px;" id="v4-41_idiv" class="ic-m"><center><span></span><img style="width: 60px; height: 80px;" src="cashmere-sweater-complete_files/80_008.jpg" id="i_v4-41" alt="CLUB ROOM SWEATER CASHMERE SZ XL GRAY COLLAR" height="80" width="80"></center></div><div id="v4-41_bdiv" class="ic-p ic-b1" style="height: 78px; width: 78px;"><div style="display: none;" id="v4-41_t" class="ic-thr"><span>Please wait</span></div><div style="display: none;" id="v4-41_e" class="ic-er32"><span>Image not available</span></div></div></div></div></a></td><td class="vi-tCell"><a id="v4-43" href="http://cgi.ebay.com/CLUB-ROOM-SWEATER-CASHMERE-SZ-XL-GRAY-COLLAR-/300506162462" class="vi-ilnk" onmouseover='wrapUrl("v4-43", "http://srx.main.ebayrtm.com/clk?RtmClk&amp;u=1H4sIAAAAAAAAACWQ22qDQBCG7wXfQSi53GR39qQBL4wxraAE3aRppRCMSrqkRjGGkrfvpt7M%2FN8%2FJ5gXdb8666ZyQDhAllQuOXZStXMAE2xbw93%2FHsf%2Ba7lYVGc9b07lY1517SJM9iuUb7cpUoco2EU5CgP1lkZ5hFSBPhL0mgefKNwmSZAfDzjL9Ni0BcWYY0EEMAFZVpVjc%2B6GR0EIc5nhti7edfMbm9YsO47D5abromeU4XkLgk5eXw7trSh%2Fzt2MrlUczkDo8WZ0PAMOq4nvhtN8j8xmjv%2F9fTjV42DCKW3iUE28MWXRjVczSMyE6NuuNhoElgRTAMK8p%2Fs8JKhtlZ1PTNS1T6RHhNGn2pcMPA9sSxube1SA5C6nwKRLiWSu%2BebF57b1B6Rbf7FzAQAA&amp;ch=3&amp;g=31eb9c9f12a0a0e203037cb3ff72b49a&amp;i=-9999&amp;aii=5936275853247831748&amp;lid=742992&amp;m=167776&amp;pi=4340");'>CLUB ROOM SWEATER CASHMERE SZ XL GRAY COLLAR</a></td><td class="vi-trsCell"></td><td class="vi-sCell"><div class="vi-bin vi-verdFont">Buy It Now</div></td><td class="vi-prCell"><div class="vi-pr">$44.95</div></td><td class="vi-tC"><span style="white-space: nowrap;">20d 17h 09m</span></td></tr><tr><td colspan="6"><div class="vi-hrs">&nbsp;</div></td></tr><tr><td class="vi-iC"><a style="cursor: pointer;" id="v4-45" href="javascript:;" onclick='toVI("v4-46", "v4-45", true);' onmouseover='toVI("v4-46", "v4-45", false);'><div id="v4-44" title="NWT MALO MENS BEIGE SWEATER 100% CASHMERE SZ 54 L XL"><div style="height: 80px; width: 80px;" class="ic-cntr"><div style="height: 80px; width: 80px;" id="v4-44_idiv" class="ic-m"><center><span></span><img style="width: 80px; height: 60px;" src="cashmere-sweater-complete_files/80_011.jpg" id="i_v4-44" alt="NWT MALO MENS BEIGE SWEATER 100% CASHMERE SZ 54 L XL" height="80" width="80"></center></div><div id="v4-44_bdiv" class="ic-p ic-b1" style="height: 78px; width: 78px;"><div style="display: none;" id="v4-44_t" class="ic-thr"><span>Please wait</span></div><div style="display: none;" id="v4-44_e" class="ic-er32"><span>Image not available</span></div></div></div></div></a></td><td class="vi-tCell"><a id="v4-46" href="http://cgi.ebay.com/NWT-MALO-MENS-BEIGE-SWEATER-100-CASHMERE-SZ-54-L-XL-/280607782836" class="vi-ilnk" onmouseover='wrapUrl("v4-46", "http://srx.main.ebayrtm.com/clk?RtmClk&amp;u=1H4sIAAAAAAAAACWQX2vCMBTF3wW%2FQ2H4GE1u0qQV%2BlBr3QrWUaNzlIHUtrjgakuNDL%2F9rutLcs7v5P4hL%2Fp%2BdZZ16YB0gM25mrvUSfXOAcroeNTfg29ru6%2F5bFaezbQ%2BFY9p2TazzWFH0nD9TtJ4o8kiTl5jog9xuIu3hFFKolC%2FpfEWYU5cQdbkc3080Cwztm5y8KikSnngcZllZWHrc9s%2FcsaEJ9A3Vf5h6t8En2bZ0faXm6nyTnBBpw1IPrCu6JtbXvyc2wlf6iSagDT2hjqZgAuLwd%2FRp9s9wc4u%2Fef7aMiTcLDDtUoiPfgVxrK1VyxkWCG7pq1QA%2B7LKAdgwn%2FS5yDJx6OiDRiepgqY8plEfaoCJcD3MTSIXZ9LUK7nchDK40wJDz%2F1Esjx6A84SkVxegEAAA%3D%3D&amp;ch=3&amp;g=31eb9c9f12a0a0e203037cb3ff72b49a&amp;i=-9999&amp;aii=5936275853247831748&amp;lid=742993&amp;m=167776&amp;pi=4340");'>NWT MALO MENS BEIGE SWEATER 100% CASHMERE SZ 54 L XL</a></td><td class="vi-trsCell"></td><td class="vi-sCell"><div class="vi-bid vi-verdFont">0 Bid</div><div class="vi-bin vi-verdFont">Buy It Now</div></td><td class="vi-prCell"><div class="vi-pr">$74.99</div><div class="vi-pr">$84.99</div><div class="vi-ship vi-verdFont">Free Shipping</div></td><td class="vi-tC"><span style="white-space: nowrap;">5d 21h 22m</span></td></tr><tr><td colspan="6"><div class="vi-hrs">&nbsp;</div></td></tr><tr><td class="vi-iC"><a style="cursor: pointer;" id="v4-48" href="javascript:;" onclick='toVI("v4-49", "v4-48", true);' onmouseover='toVI("v4-49", "v4-48", false);'><div id="v4-47" title="Mens Alan Paine England 100% Cashmere LS Sweater L/XL"><div style="height: 80px; width: 80px;" class="ic-cntr"><div style="height: 80px; width: 80px;" id="v4-47_idiv" class="ic-m"><center><span></span><img style="width: 79px; height: 80px;" src="cashmere-sweater-complete_files/80_003.jpg" id="i_v4-47" alt="Mens Alan Paine England 100% Cashmere LS Sweater L/XL" height="80" width="80"></center></div><div id="v4-47_bdiv" class="ic-p ic-b1" style="height: 78px; width: 78px;"><div style="display: none;" id="v4-47_t" class="ic-thr"><span>Please wait</span></div><div style="display: none;" id="v4-47_e" class="ic-er32"><span>Image not available</span></div></div></div></div></a></td><td class="vi-tCell"><a id="v4-49" href="http://cgi.ebay.com/Mens-Alan-Paine-England-100-Cashmere-LS-Sweater-L-XL-/110620527391" class="vi-ilnk" onmouseover='wrapUrl("v4-49", "http://srx.main.ebayrtm.com/clk?RtmClk&amp;u=1H4sIAAAAAAAAACWQXWuDMBSG7wX%2FgzB6mZqcxEQLXnR2BaGFOddtyKCkGmxo%2FUAtpf9%2Bp%2FMmeZ%2FnfATykt9ab2NKD6QHbMXVKqDePv%2F0gDLqOsMtPk9T%2F7vy%2FbK2S3PSj2XZNf7etCNZX3VL3rVtDXlra4SKMEpJosdzYwZDdjnJ70ZPZiA78rM7ftMss5NpCsaoBBqA4hHLshI76m54oBahQG6q4suae4qtWXachstoq6IXXNBlA5LPrtdDMxb6WncLvsnTZAHSTiPmdAEBvM58Q95%2FHAhuDui%2FPyRzPV3POF%2FbNMln3mJZdlOLgwwnZN90FWaQVDHKAZiInvb5kOSuo7uY4WmrmKmIScynKlYCoki4jkUdRFyCCsKAg1AhZ0qE%2BKuXWLnOHziRyc57AQAA&amp;ch=3&amp;g=31eb9c9f12a0a0e203037cb3ff72b49a&amp;i=-9999&amp;aii=5936275853247831748&amp;lid=742994&amp;m=167776&amp;pi=4340");'>Mens Alan Paine England 100% Cashmere LS Sweater L/XL</a></td><td class="vi-trsCell"></td><td class="vi-sCell"><div class="vi-bin vi-verdFont">Buy It Now</div></td><td class="vi-prCell"><div class="vi-pr">$59.95</div></td><td class="vi-tC"><span style="white-space: nowrap;">7d 20h 45m</span></td></tr><tr><td colspan="6"><div class="vi-hrs">&nbsp;</div></td></tr><tr><td class="vi-iC"><a style="cursor: pointer;" id="v4-51" href="javascript:;" onclick='toVI("v4-52", "v4-51", true);' onmouseover='toVI("v4-52", "v4-51", false);'><div id="v4-50" title="DANIEL CREMIEUX 3Ply 100% PURE CASHMERE MENS SWEATER XL"><div style="height: 80px; width: 80px;" class="ic-cntr"><div style="height: 80px; width: 80px;" id="v4-50_idiv" class="ic-m"><center><span></span><img style="width: 59px; height: 80px;" src="cashmere-sweater-complete_files/80_009.jpg" id="i_v4-50" alt="DANIEL CREMIEUX 3Ply 100% PURE CASHMERE MENS SWEATER XL" height="80" width="80"></center></div><div id="v4-50_bdiv" class="ic-p ic-b1" style="height: 78px; width: 78px;"><div style="display: none;" id="v4-50_t" class="ic-thr"><span>Please wait</span></div><div style="display: none;" id="v4-50_e" class="ic-er32"><span>Image not available</span></div></div></div></div></a></td><td class="vi-tCell"><a id="v4-52" href="http://cgi.ebay.com/DANIEL-CREMIEUX-3Ply-100-PURE-CASHMERE-MENS-SWEATER-XL-/110583144812" class="vi-ilnk" onmouseover='wrapUrl("v4-52", "http://srx.main.ebayrtm.com/clk?RtmClk&amp;u=1H4sIAAAAAAAAACWQXW%2BCMBSG7038DySLl9V%2BF0y4YFgzElkEZBqyxCAQ1yhCsGbx3%2B84bk7f5zk9bdq37HFzVk3lUOlQsmRqKbATZzuHYoKnk%2BHh%2F1jbfy8Xi%2Bps5s2pfM6rrl2sgs9Ib1CY6jjS%2BQGx7fWJCMZom6cahUH2EWsIsf7MULbXwU6n6LA57nGSGNu0BSFYuIxw7hKaJFVpm3M3PEFzlwO3dfFlmt8ItibJ0Q6Xu6mLnjOO5y2VbHR9ObT3oryeuxlbZVE4o9LYO%2BRoRgV9H%2FkBHKc5gpMF%2Fvd5OPajYMRxWUdhNvIa2rKzNxgkMCH7tqshU4kVwYxSwr2XfV0k2XRSdj6BamqfKI9IyKfaV5x6nphODGjhMUmVcAWjXMGbFXfhXy8%2B1D95h9dvfQEAAA%3D%3D&amp;ch=3&amp;g=31eb9c9f12a0a0e203037cb3ff72b49a&amp;i=-9999&amp;aii=5936275853247831748&amp;lid=742995&amp;m=167776&amp;pi=4340");'>DANIEL CREMIEUX 3Ply 100% PURE CASHMERE MENS SWEATER XL</a></td><td class="vi-trsCell"></td><td class="vi-sCell"><div class="vi-bin vi-verdFont">Buy It Now</div></td><td class="vi-prCell"><div class="vi-pr">$108.00</div></td><td class="vi-tC"><span style="white-space: nowrap;">8d 18h 25m</span></td></tr><tr><td colspan="6"><div class="vi-hrs">&nbsp;</div></td></tr><tr><td class="vi-iC"><a style="cursor: pointer;" id="v4-54" href="javascript:;" onclick='toVI("v4-55", "v4-54", true);' onmouseover='toVI("v4-55", "v4-54", false);'><div id="v4-53" title="NWT Dockers Mens XL Slate Blue 3 Button L/S Sweater"><div style="height: 80px; width: 80px;" class="ic-cntr"><div style="height: 80px; width: 80px;" id="v4-53_idiv" class="ic-m"><center><span></span><img style="width: 71px; height: 80px;" src="cashmere-sweater-complete_files/80_010.jpg" id="i_v4-53" alt="NWT Dockers Mens XL Slate Blue 3 Button L/S Sweater" height="80" width="80"></center></div><div id="v4-53_bdiv" class="ic-p ic-b1" style="height: 78px; width: 78px;"><div style="display: none;" id="v4-53_t" class="ic-thr"><span>Please wait</span></div><div style="display: none;" id="v4-53_e" class="ic-er32"><span>Image not available</span></div></div></div></div></a></td><td class="vi-tCell"><a id="v4-55" href="http://cgi.ebay.com/NWT-Dockers-Mens-XL-Slate-Blue-3-Button-L-S-Sweater-/230561033578" class="vi-ilnk" onmouseover='wrapUrl("v4-55", "http://srx.main.ebayrtm.com/clk?RtmClk&amp;u=1H4sIAAAAAAAAACWQXWuDMBSG7wX%2FgzB6mTY5%2BdKCF2tLQVgHznYdMihWQyetRjRS%2Bu93Wm%2BS933enA%2Fylo1tsDFlACoAtuR6KWmwy%2FYBUEZ9rx%2FjP%2Be63%2BViUV7quTkXj3lpm8XncU82tryafiA70w7k54Nkt8IZsrqNhnCyGp2zLUFKsrvBoD8daZrWzjQ5cCoVo5xLHaZpieHF9o%2BcMREK9E2Vf9fmnuDTND25%2FjrUVd4JLui8AcUn1hV9M%2BTF7WJnfJMl6xmo2g2okxlIWE1%2BRL%2F7OhDsLOmLH9ZTnrxPdrq2yTqb%2FBZjZV2LhQwrVNfYCjUoqnFhACaiJ30OUtz3ChszPOsqZjpiCvW5irWAKFK%2BVyOWEVegZSg5CB1ypkWIn3qNI9%2F7B%2FwQknB6AQAA&amp;ch=3&amp;g=31eb9c9f12a0a0e203037cb3ff72b49a&amp;i=-9999&amp;aii=5936275853247831748&amp;lid=742996&amp;m=167776&amp;pi=4340");'>NWT Dockers Mens XL Slate Blue 3 Button L/S Sweater</a></td><td class="vi-trsCell"><img src="cashmere-sweater-complete_files/iconTrsXSmall.gif" alt="eBay Top Rated Seller" title="eBay Top Rated Seller" height="30" width="66"></td><td class="vi-sCell"><div class="vi-bin vi-verdFont">Buy It Now</div></td><td class="vi-prCell"><div class="vi-pr">$15.99</div><div class="vi-ship vi-verdFont">Free Shipping</div></td><td class="vi-tC"><span style="white-space: nowrap;">11d 08h 09m</span></td></tr><tr><td colspan="6"><div class="vi-hrs">&nbsp;</div></td></tr><tr><td class="vi-iC"><a style="cursor: pointer;" id="v4-57" href="javascript:;" onclick='toVI("v4-58", "v4-57", true);' onmouseover='toVI("v4-58", "v4-57", false);'><div id="v4-56" title="NWT MENS DANIEL 3Ply 100 CASHMERE Cable Crew SWEATER XL"><div style="height: 80px; width: 80px;" class="ic-cntr"><div style="height: 80px; width: 80px;" id="v4-56_idiv" class="ic-m"><center><span></span><img style="width: 59px; height: 80px;" src="cashmere-sweater-complete_files/80_002.jpg" id="i_v4-56" alt="NWT MENS DANIEL 3Ply 100 CASHMERE Cable Crew SWEATER XL" height="80" width="80"></center></div><div id="v4-56_bdiv" class="ic-p ic-b1" style="height: 78px; width: 78px;"><div style="display: none;" id="v4-56_t" class="ic-thr"><span>Please wait</span></div><div style="display: none;" id="v4-56_e" class="ic-er32"><span>Image not available</span></div></div></div></div></a></td><td class="vi-tCell"><a id="v4-58" href="http://cgi.ebay.com/NWT-MENS-DANIEL-3Ply-100-CASHMERE-Cable-Crew-SWEATER-XL-/350332357836" class="vi-ilnk" onmouseover='wrapUrl("v4-58", "http://srx.main.ebayrtm.com/clk?RtmClk&amp;u=1H4sIAAAAAAAAACWQX2vCMBTF3wW%2FQ2H4GM3%2FtEIfulpZwcpqdI4ykNoGF7S21Ij47XddX5LzOzfnXnLf9P3qLUzlUelRMmdqLrCX6a1HMcHjUX8Pf53rfuazWXWyU3Msn9OqbWbr%2FRZlyVqjRbROkxVin5cnIhijONIfWbJJUFweLwbFvXkgvU%2BibbJB36vDHue5daYpmMCMUSaUz2SeV6Uzp7Z%2FFoRwnwM3dfFlzSOFp3l%2BcP35Zuui44zjaUMlG7yu7JtbUV5O7YQtdBpPqLTuBjqdUEHfB74DZ5sdgs4C%2F%2Fu7eKin0YDDtUxjPfASyrJ1VwgSSMiuaWvQVGJFMKOU8ODlvgZJNh6VbUjgtHVIVEAk6GMdKk6DQI1HFmwRMEmV8AWjHL5LFPdhsefwtd8%2Fp9BBrn8BAAA%3D&amp;ch=3&amp;g=31eb9c9f12a0a0e203037cb3ff72b49a&amp;i=-9999&amp;aii=5936275853247831748&amp;lid=742997&amp;m=167776&amp;pi=4340");'>NWT MENS DANIEL 3Ply 100 CASHMERE Cable Crew SWEATER XL</a></td><td class="vi-trsCell"></td><td class="vi-sCell"><div class="vi-bin vi-verdFont">Buy It Now</div></td><td class="vi-prCell"><div class="vi-pr">$108.00</div></td><td class="vi-tC"><span style="white-space: nowrap;">21d 22h 44m</span></td></tr></tbody></table></div></div><div class="vi-soi"><div class="vi-soi-tl"><span class="vi-soi-txt">More from the same seller</span><span class="vi-soi-lnk">[ <a href="http://shop.ebay.com/needylearner/m.html" class="vi-soi-slnk">See all</a> ]</span></div><table class="vi-soi-tbl" cellpadding="0" cellspacing="0"><tbody><tr><td class="vi-soi-ttd"><div class="vi-soi-itm"><a style="cursor: pointer;" id="v4-60" href="javascript:;" onclick='toVI("v4-61", "v4-60", true);' onmouseover='toVI("v4-61", "v4-60", false);'><div id="v4-59" title="NWT WINTER COAT Black Zip Fur Pile Lining Sz 12 S NEW" class="vi-soi-pc"><div style="height: 140px; width: 140px;" class="ic-cntr"><div style="height: 140px; width: 140px;" id="v4-59_idiv" class="ic-m"><center><span></span><img style="width: 50px; height: 80px;" src="cashmere-sweater-complete_files/80_004.jpg" id="i_v4-59" alt="NWT WINTER COAT Black Zip Fur Pile Lining Sz 12 S NEW" height="140" width="140"></center></div><div id="v4-59_bdiv" class="ic-p ic-b1" style="height: 138px; width: 138px;"><div style="display: none;" id="v4-59_t" class="ic-thr"><span>Please wait</span></div><div style="display: none;" id="v4-59_e" class="ic-er32"><span>Image not available</span></div></div></div></div></a><a class="vi-soi-itl" id="v4-61" href="http://cgi.ebay.com/NWT-WINTER-COAT-Black-Zip-Fur-Pile-Lining-Sz-12-S-NEW-/310281374947" onmouseover='wrapUrl("v4-61", "http://srx.main.ebayrtm.com/clk?RtmClk&amp;u=1H4sIAAAAAAAAACWLW2uDQBSE3wX%2Fg1B8XN2bugo%2B5FYQElujrUUKwajYxSu6UpJf39W%2BnDPzzcxLvPTasSo0bGsYecTxLKhd4kTDEEFVmRb%2FR4jx2zPNouZGdc8fRjF0ZpgmIA3C5HQFh7ddAvZtXjQg4yN4XSbwztsKnHnP%2BxrET4AwiEF4Sm8pjCIuqi4jCGKGiENd6kRRkYuqHqZHZhNmY%2Bm7Mvvk1W8gq1F0E1Mz8zIbKaHQ6Cil%2F2zMp27O8rYedHI8XL90bHMxr1rHFt7Hm1%2Bkj4MNfOy2d77IYBC9DBCUclwnNlGVfPCRvLz0GWIOVZV76TsUu4ypCpfUcomNHYthBhFlEjNZn5p19AdlxGryRQEAAA%3D%3D&amp;ch=3&amp;g=31eb9c9f12a0a0e203037cb3ff72b49a&amp;i=-9999&amp;aii=5936275828014898881&amp;lid=742988&amp;m=167773&amp;pi=4340");'>NWT WINTER COAT Black Zip Fur Pile Lining Sz 12 S NEW</a><div class="vi-soi-ic">Condition:New with tags</div><div class="vi-soi-ip"><span>$45.95</span></div><div class="vi-soi-ibin">Buy It Now</div><img src="cashmere-sweater-complete_files/iconTrsMini_oneline.gif" alt="eBay Top Rated Seller" title="eBay Top Rated Seller" class="vi-soi-itrs" height="19" width="80"></div></td><td></td><td class="vi-soi-ttd"><div class="vi-soi-itm"><a style="cursor: pointer;" id="v4-63" href="javascript:;" onclick='toVI("v4-64", "v4-63", true);' onmouseover='toVI("v4-64", "v4-63", false);'><div id="v4-62" title="BLACK LEATHER VEST Classiques Entier Sz 6" class="vi-soi-pc"><div style="height: 140px; width: 140px;" class="ic-cntr"><div style="height: 140px; width: 140px;" id="v4-62_idiv" class="ic-m"><center><span></span><img style="width: 60px; height: 80px;" src="cashmere-sweater-complete_files/80_013.jpg" id="i_v4-62" alt="BLACK LEATHER VEST Classiques Entier Sz 6" height="140" width="140"></center></div><div id="v4-62_bdiv" class="ic-p ic-b1" style="height: 138px; width: 138px;"><div style="display: none;" id="v4-62_t" class="ic-thr"><span>Please wait</span></div><div style="display: none;" id="v4-62_e" class="ic-er32"><span>Image not available</span></div></div></div></div></a><a class="vi-soi-itl" id="v4-64" href="http://cgi.ebay.com/BLACK-LEATHER-VEST-Classiques-Entier-Sz-6-/310281381737" onmouseover='wrapUrl("v4-64", "http://srx.main.ebayrtm.com/clk?RtmClk&amp;u=1H4sIAAAAAAAAACWLy2qDQBSG94LvIBSXxrnpjIILY4SGmoXRpkUKwehgh8RLnZGSPn0mdnPO%2F%2F2Xl2IZrB1vLORbCIaYhh6wDkVpIQCBacxL9K3U9BW6btOJDb%2FU900z9u42i5M3J0vj8jU9Oqe0KJ3kVkspfhYunXRQgs9O8ef45w%2BQ50LxvsIQIAYxgxTTPG9qxbtxvlfQo9TT3LfVSfDfva7m%2BVnNVynaaiKYgE1PCPn3pnruZVXfutHGu%2BT4aSNfKPnUNvLQtlh50VzsV%2BM9Xl920MGoBh1AoOX0nPjYNOoxgvqKNmKQUWIalzaiBAUsMA2hXS%2FAPqIeQwxAwgLGmK7P1wiZxgNhe8gBOQEAAA%3D%3D&amp;ch=3&amp;g=31eb9c9f12a0a0e203037cb3ff72b49a&amp;i=-9999&amp;aii=5936275828014898881&amp;lid=742989&amp;m=167773&amp;pi=4340");'>BLACK LEATHER VEST Classiques Entier Sz 6</a><div class="vi-soi-ic">Condition:Pre-owned</div><div class="vi-soi-ip"><span>$24.95</span></div><div class="vi-soi-itr">1h 07m</div><img src="cashmere-sweater-complete_files/iconTrsMini_oneline.gif" alt="eBay Top Rated Seller" title="eBay Top Rated Seller" class="vi-soi-itrs" height="19" width="80"></div></td><td></td><td class="vi-soi-ttd"><div class="vi-soi-itm"><a style="cursor: pointer;" id="v4-66" href="javascript:;" onclick='toVI("v4-67", "v4-66", true);' onmouseover='toVI("v4-67", "v4-66", false);'><div id="v4-65" title="$140 NWT SCALA BEADED SEQUIN Long DRESS Black Gold Sz M" class="vi-soi-pc"><div style="height: 140px; width: 140px;" class="ic-cntr"><div style="height: 140px; width: 140px;" id="v4-65_idiv" class="ic-m"><center><span></span><img style="width: 35px; height: 80px;" src="cashmere-sweater-complete_files/80_007.jpg" id="i_v4-65" alt="$140 NWT SCALA BEADED SEQUIN Long DRESS Black Gold Sz M" height="140" width="140"></center></div><div id="v4-65_bdiv" class="ic-p ic-b1" style="height: 138px; width: 138px;"><div style="display: none;" id="v4-65_t" class="ic-thr"><span>Please wait</span></div><div style="display: none;" id="v4-65_e" class="ic-er32"><span>Image not available</span></div></div></div></div></a><a class="vi-soi-itl" id="v4-67" href="http://cgi.ebay.com/140-NWT-SCALA-BEADED-SEQUIN-Long-DRESS-Black-Gold-Sz-M-/310281382750" onmouseover='wrapUrl("v4-67", "http://srx.main.ebayrtm.com/clk?RtmClk&amp;u=1H4sIAAAAAAAAACVQS2uDQBC%2BB%2FIfhOJxk32pa8CDRikBEzCbNEUKwajYJeqKWSnpr%2B%2FEXma%2BJwzzJqfeiuvSoq5FyYZ5Gwdbe3myKCZ4uRin4NuY4WuzXpeNWtW34rkqdbcmHKPD5YTkNkxDFCVhnMRIJtl5d0Cp7hsUHxMpUdQW5R2967ZC8hftrxecZcrUXc4IpoIwQT0HpLIwdaPHZ%2B4y4RLgXZV%2FqPpnB9Esu5rx%2FlBVPnDG8arjnP9rQzF2j7xoG22zeHv8tKmrzOOFberQSM58Ai53s3AO55XuwdCmB4NggMOr4rLlotABgamqQBDh8eXiVgUep74Pf1CgOj5z4V5BBSZc%2BEIIiI%2F3AKp%2FA8n57EYBAAA%3D&amp;ch=3&amp;g=31eb9c9f12a0a0e203037cb3ff72b49a&amp;i=-9999&amp;aii=5936275828014898881&amp;lid=742990&amp;m=167773&amp;pi=4340");'>$140 NWT SCALA BEADED SEQUIN Long DRESS Black Gold Sz M</a><div class="vi-soi-ic">Condition:New with tags</div><div class="vi-soi-ip"><span>$49.50</span></div><div class="vi-soi-ibin">Buy It Now</div><img src="cashmere-sweater-complete_files/iconTrsMini_oneline.gif" alt="eBay Top Rated Seller" title="eBay Top Rated Seller" class="vi-soi-itrs" height="19" width="80"></div></td><td></td><td class="vi-soi-ttd"><div class="vi-soi-itm"><a style="cursor: pointer;" id="v4-69" href="javascript:;" onclick='toVI("v4-70", "v4-69", true);' onmouseover='toVI("v4-70", "v4-69", false);'><div id="v4-68" title="NWT FANCY HOLIDAY SEQUIN TOP Black &amp; Gold Top Sz S NEW" class="vi-soi-pc"><div style="height: 140px; width: 140px;" class="ic-cntr"><div style="height: 140px; width: 140px;" id="v4-68_idiv" class="ic-m"><center><span></span><img style="width: 60px; height: 80px;" src="cashmere-sweater-complete_files/80_006.jpg" id="i_v4-68" alt="NWT FANCY HOLIDAY SEQUIN TOP Black &amp; Gold Top Sz S NEW" height="140" width="140"></center></div><div id="v4-68_bdiv" class="ic-p ic-b1" style="height: 138px; width: 138px;"><div style="display: none;" id="v4-68_t" class="ic-thr"><span>Please wait</span></div><div style="display: none;" id="v4-68_e" class="ic-er32"><span>Image not available</span></div></div></div></div></a><a class="vi-soi-itl" id="v4-70" href="http://cgi.ebay.com/NWT-FANCY-HOLIDAY-SEQUIN-TOP-Black-Gold-Top-Sz-S-NEW-/310281384087" onmouseover='wrapUrl("v4-70", "http://srx.main.ebayrtm.com/clk?RtmClk&amp;u=1H4sIAAAAAAAAACWLW2%2BCQBSE30n8DySNj6t7Aw4mPHhrS6LY7WKtpIlBIHaDuASXNPbXd7Uv58x8M%2FMk%2B4u7qAqX%2Bi4lExZMPOyuZepSTPDA6fro25j2azIeFyc1qo75bVToZpzsUvQ8TeZ79LpZxYvpHsml2MYJSjdvaHbOixq96HOJUt0i%2BYskSpa7ww4LoUzVZIxgCoQBxxAIUeSmOunulvkMfLC%2BKbMPVf3EtirEwXT1VZVZyxnHo4Zz%2Fs%2FavGuuWX4%2B6SFbzN8%2Fh9RX5nrXQ%2BrRmXz43noZP8B2%2BnirtQ20udiAYCvb%2B8RnAyfXEbFXlREQCPjAOZZRwGkYWqos9ULm08ADCphwCAHABl0d2eYfwZIkrUQBAAA%3D&amp;ch=3&amp;g=31eb9c9f12a0a0e203037cb3ff72b49a&amp;i=-9999&amp;aii=5936275828014898881&amp;lid=742991&amp;m=167773&amp;pi=4340");'>NWT FANCY HOLIDAY SEQUIN TOP Black &amp; Gold Top Sz S NEW</a><div class="vi-soi-ic">Condition:New with tags</div><div class="vi-soi-ip"><span>$27.95</span></div><div class="vi-soi-ibin">Buy It Now</div><img src="cashmere-sweater-complete_files/iconTrsMini_oneline.gif" alt="eBay Top Rated Seller" title="eBay Top Rated Seller" class="vi-soi-itrs" height="19" width="80"></div></td></tr></tbody></table></div></div></div><div class="vi-cr"><div class="vi-cmb" id="rtm_html_1587" style="height: 0px; display: none;"></div><div class="vi-cmb" id="rtm_html_1588" style="height: 0px; display: none;"></div></div></div>
28
+ <div id="vi-bottom" class="vi-clr"><div><div class="dt-tp dt-laB"></div></div><div class="vi-btb-blinks"><span><a href="http://fashion.ebay.com/mens-clothing?_pgn=1&amp;_sop=12&amp;_ipg=48&amp;selId=11484&amp;aspects=SIZE%7ERegular%253DS%257CXS%2540SelectedTab%253DRegular%255EBRAND%7ESelectedTab%253DPopular%255ECOLOR%7E%255EPRICE%7E%255ECONDITION%7E%255EFORMAT%7E%255ESELLER%7E&amp;svcfrom=SIZE" class="vi-btb-Lt">Back to previous page</a><b class="vi-btb-Lt">&nbsp;|&nbsp;</b></span><a href="http://cgi5.ebay.com/ws/eBayISAPI.dll?SellLikeItem&amp;item=260710322149" class="vi-btb-Lt" rel="nofollow">Sell one like this</a><a href="#" id="_rtop" class="vi-btb-Rt">Return to top</a></div><div><div style="padding-bottom: 0px; margin-top: 15px;" class="RtmStyle"><span class="RtmStyle1"><div id="rtm_html_825" style="height: 0px; display: none;"></div></span><span><div id="rtm_html_1555" style="height: 0px; display: none;"></div></span><span class="RtmStyle2"><div id="rtm_html_827" style="height: 0px; display: none;"></div></span><span class="RtmStyle3"><div id="rtm_html_829" style="height: 0px; display: none;"></div></span></div></div><div class="vi-exftlk"><div class="standard-text"><div id="internal" class="pipelinecolor"><a href="http://shop.ebay.com/i.html?_nkw=sweater">Sweater</a> | <a href="http://popular.ebay.com/clothing-shoes-accessories/tommy-hilfiger.htm">Tommy Hilfiger</a> | <a href="http://popular.ebay.com/clothing-shoes-accessories-/cashmere-sweater.htm">Cashmere Sweater</a> | <a href="http://clothing.shop.ebay.com/Sweaters-/11484/i.html?_nkw=ralph+lauren">Ralph Lauren Sweater</a> | <a href="http://popular.ebay.com/clothing-shoes-accessories-/mens-sweaters.htm">Mens Sweaters</a> | <a href="http://popular.ebay.com/">Popular Searches</a> | <a href="http://reviews.ebay.com/">eBay Reviews</a> | <a href="http://stores.ebay.com/">eBay Stores</a> | <a href="http://www.half.ebay.com/">Half.com</a> | <a href="http://global.ebay.com/">Global Buying Hub</a> | <a href="http://www.ebay.co.uk/">United Kingdom</a> | <a href="http://www.ebay.de/">Germany</a> | <a href="http://www.ebay.com.au/">Australia</a> | <a href="http://www.ebay.ca/">Canada</a></div><div id="external" class="pipelinecolor"><a href="http://www.ebayclassifieds.com/">Free Local Classifieds</a> | <a href="https://www.paypal.com/">PayPal</a> | <a href="http://www.prostores.com/">ProStores</a> | <a href="http://www.rent.com/">Apartments for Rent</a> | <a href="http://www.stubhub.com/">Tickets</a> | <a href="http://www.shopping.com/-tommy+hilfiger">Tommy Hilfiger on Shopping.com</a></div></div></div><div class="coreFooterLinks" id="glbfooter"><table cellpadding="0" cellspacing="0" width="100%" border="0"><tbody><tr><td class="g-pipe"><img src="cashmere-sweater-complete_files/s.gif" alt="" height="10" width="1"><br><a href="http://www.ebayinc.com/">About eBay</a> | <a href="http://pages.ebay.com/securitycenter/index.html">Security Center</a> | <a href="http://pages.ebay.com/buy/tools.html">Buyer Tools</a> | <a href="http://pages.ebay.com/help/policies/overview.html">Policies</a> | <a href="http://stores.ebay.com/">Stores</a> | <a href="http://pages.ebay.com/sitemap.html" _sp="l1625">Site Map</a> | <a href="http://viv.ebay.com/ws/eBayISAPI.dll?EbayTime">eBay official time</a></td></tr><tr><td height="5"></td></tr><tr><td colspan="2" height="1" bgcolor="#cccccc"></td></tr><tr><td height="10"></td></tr><tr class="g-hlp" valign="top"><td class="g-nav coreFooterLegalNotice">Copyright
29
+ © 1995-2010 eBay Inc. All Rights Reserved. Designated trademarks and
30
+ brands are the property of their respective owners. Use of this Web site
31
+ constitutes acceptance of the eBay <a href="http://pages.ebay.com/help/policies/user-agreement.html?rt=nc" target="_blank">User Agreement</a> and <a href="http://pages.ebay.com/help/policies/privacy-policy.html?rt=nc" target="_blank">Privacy Policy</a>.<br><img src="cashmere-sweater-complete_files/s.gif" alt="" height="20"></td></tr></tbody></table><div id="cobrandFooter"></div></div><script type="text/javascript">var _GlobalNavHeaderStatic=false, _GlobalNavHeaderCookieTracking=true, _GlobalNavHeaderSrcPageId=4340;vjo.darwin.core.ebayheader.rover.FooterRover.roverService("http://rover.ebay.com/idmap/0?footer");; if(vjo && vjo.darwin && vjo.darwin.globalnav && vjo.darwin.globalnav.rtm && vjo.darwin.globalnav.rtm.GlobalHeaderRtmCall)vjo.darwin.globalnav.rtm.GlobalHeaderRtmCall.submitRTMCall("http://include.ebaystatic.com/v4js/en_US/e699/GH-ZAM_RedesignEbayRTM_e69912424164_1_en_US.js");</script><div style="margin-top: 5px;"></div><div class="vi-cmb" id="rtm_html_283" style="width: 100%; height: 0px; display: none;"></div><div id="tacodaVIWatching" class="z_4"><div class="vi-cmb" id="rtm_html_280" style="width: 100%; height: 0px; display: none;"></div></div></div>
32
+ </div>
33
+ <!--v.rn77(676}?en,RcmdId ViewItemNext,RlogId p4%60bo7%60jtb9%3Fv%7F.rn77%28676%7D%3Fen-12d261e3687--><script type="text/javascript" src="cashmere-sweater-complete_files/BuyingApp_Common_e69512334701_6b_en_US.js"></script><script type="text/javascript" src="cashmere-sweater-complete_files/BuyingApp_HybridClosedViewItem_e69312303384_6_en_US.js"></script><script type="text/javascript">vjo.darwin.globalnav.util.EventReg.vnlArrow("11450_sp", "gh-act gh-ua", {"gh_vnl_0":["v4-0",null],"gh_vnl_1":["v4-0",null],"gh_vnl_2":["v4-0",null],"gh_vnl_3":["v4-0",null]}, "gh-vsmn", null, [500,500], "VNL_MENU", "http://cgi1.ebay.com/ws/eBayISAPI.dll?GlobalHeaderAjax&vnlmenu=true&catid=11450&pageid=4340");
34
+ vjo.darwin.tracking.rover.Rover.roverTrack();
35
+ (function () {
36
+ var _r = vjo.Registry;
37
+ function $o0(p0_0,p0_1,p0_2,p0_4,p0_5,p0_6,p0_7,p0_8,p0_10,p0_11,p0_14,p0_15){return new vjo.darwin.core.imagecontainer.ImageContainer({errId:p0_0,cmpId:p0_1,IDivId:p0_2,err:null,width:p0_4,height:p0_5,bdrId:p0_6,imgData:p0_7,clkSrvId:p0_8,reszOnLd:true,ancId:p0_10,loadSvcId:p0_11,clkLstrKey:null,thr:null,imgId:p0_14,thrbId:p0_15});};_r.put('ic_js_v4-24',$o0("v4-24_e","v4-24","v4-24_idiv",96,96,"v4-24_bdiv",{"src":"http://i.ebayimg.com/10/!C!m+D7g!2k~$(KGrHqMOKkMEzJ3QHtSlBNDtKv3vb!~~0_0.JPG","customAttributes":{},"alt":"Mens 100% CASHMERE SWEATER Gray 3 Button Collar L to XL","href":null},"IMG_CNTR_CLICKED_v4-24","v4-24_a","LOAD_IMG_SRVC_ID_v4-24","i_v4-24","v4-24_t")); _r.put('ic_js_v4-29',$o0("v4-29_e","v4-29","v4-29_idiv",80,80,"v4-29_bdiv",{"src":"http://thumbs3.ebaystatic.com/m/mzJLNxpPba_ymWaJBBVW9Bw/80.jpg","customAttributes":{},"alt":"100% MENS CASHMERE SWEATER WOODS & GRAY XL V NECK","href":null},"IMG_CNTR_CLICKED_v4-29","v4-29_a","LOAD_IMG_SRVC_ID_v4-29","i_v4-29","v4-29_t")); _r.put('ic_js_v4-32',$o0("v4-32_e","v4-32","v4-32_idiv",80,80,"v4-32_bdiv",{"src":"http://thumbs2.ebaystatic.com/m/mS4K7Tv-eRHL84w-LZpYy4A/80.jpg","customAttributes":{},"alt":"PERMEUOMO 100% Pure Cashmere Mens Sweater Gray Sz XL","href":null},"IMG_CNTR_CLICKED_v4-32","v4-32_a","LOAD_IMG_SRVC_ID_v4-32","i_v4-32","v4-32_t")); _r.put('ic_js_v4-35',$o0("v4-35_e","v4-35","v4-35_idiv",80,80,"v4-35_bdiv",{"src":"http://thumbs4.ebaystatic.com/m/m2yEOtX2hgV8gYchY-NNcyw/80.jpg","customAttributes":{},"alt":"MENS WOODS & GRAY 100% CASHMERE RED SWEATER XL. VGC","href":null},"IMG_CNTR_CLICKED_v4-35","v4-35_a","LOAD_IMG_SRVC_ID_v4-35","i_v4-35","v4-35_t")); _r.put('ic_js_v4-38',$o0("v4-38_e","v4-38","v4-38_idiv",80,80,"v4-38_bdiv",{"src":"http://thumbs1.ebaystatic.com/m/mkIxcKDGFo1sRlH8bwhCk7g/80.jpg","customAttributes":{},"alt":"Mens Cashmere Sweater XL Gray (new with tags)","href":null},"IMG_CNTR_CLICKED_v4-38","v4-38_a","LOAD_IMG_SRVC_ID_v4-38","i_v4-38","v4-38_t")); _r.put('ic_js_v4-41',$o0("v4-41_e","v4-41","v4-41_idiv",80,80,"v4-41_bdiv",{"src":"http://thumbs3.ebaystatic.com/m/mx0yXNZzsfoKOcZ5kDljwUQ/80.jpg","customAttributes":{},"alt":"CLUB ROOM SWEATER CASHMERE SZ XL GRAY COLLAR","href":null},"IMG_CNTR_CLICKED_v4-41","v4-41_a","LOAD_IMG_SRVC_ID_v4-41","i_v4-41","v4-41_t")); _r.put('ic_js_v4-44',$o0("v4-44_e","v4-44","v4-44_idiv",80,80,"v4-44_bdiv",{"src":"http://thumbs1.ebaystatic.com/m/mnTogn5-Y02R_yEDzoy-emg/80.jpg","customAttributes":{},"alt":"NWT MALO MENS BEIGE SWEATER 100% CASHMERE SZ 54 L XL","href":null},"IMG_CNTR_CLICKED_v4-44","v4-44_a","LOAD_IMG_SRVC_ID_v4-44","i_v4-44","v4-44_t")); _r.put('ic_js_v4-47',$o0("v4-47_e","v4-47","v4-47_idiv",80,80,"v4-47_bdiv",{"src":"http://thumbs4.ebaystatic.com/m/mhgVmCf8dVSJPzO7XfH4zkQ/80.jpg","customAttributes":{},"alt":"Mens Alan Paine England 100% Cashmere LS Sweater L/XL","href":null},"IMG_CNTR_CLICKED_v4-47","v4-47_a","LOAD_IMG_SRVC_ID_v4-47","i_v4-47","v4-47_t")); _r.put('ic_js_v4-50',$o0("v4-50_e","v4-50","v4-50_idiv",80,80,"v4-50_bdiv",{"src":"http://thumbs1.ebaystatic.com/m/mvpw5AFz8Wo_FXIuIP0SpSg/80.jpg","customAttributes":{},"alt":"DANIEL CREMIEUX 3Ply 100% PURE CASHMERE MENS SWEATER XL","href":null},"IMG_CNTR_CLICKED_v4-50","v4-50_a","LOAD_IMG_SRVC_ID_v4-50","i_v4-50","v4-50_t")); _r.put('ic_js_v4-53',$o0("v4-53_e","v4-53","v4-53_idiv",80,80,"v4-53_bdiv",{"src":"http://thumbs3.ebaystatic.com/m/mGQ9Mx0h_4SGbvVDEZJROig/80.jpg","customAttributes":{},"alt":"NWT Dockers Mens XL Slate Blue 3 Button L/S Sweater","href":null},"IMG_CNTR_CLICKED_v4-53","v4-53_a","LOAD_IMG_SRVC_ID_v4-53","i_v4-53","v4-53_t"));
38
+ _r.put('ic_js_v4-56',$o0("v4-56_e","v4-56","v4-56_idiv",80,80,"v4-56_bdiv",{"src":"http://thumbs1.ebaystatic.com/m/mKU6LEHy0ma_c3S5siB_-Sw/80.jpg","customAttributes":{},"alt":"NWT MENS DANIEL 3Ply 100 CASHMERE Cable Crew SWEATER XL","href":null},"IMG_CNTR_CLICKED_v4-56","v4-56_a","LOAD_IMG_SRVC_ID_v4-56","i_v4-56","v4-56_t")); _r.put('ic_js_v4-59',$o0("v4-59_e","v4-59","v4-59_idiv",140,140,"v4-59_bdiv",{"src":"http://thumbs4.ebaystatic.com/m/mVRabFGem7CoUH75M28GNdg/80.jpg","customAttributes":{},"alt":"NWT WINTER COAT Black Zip Fur Pile Lining Sz 12 S NEW","href":null},"IMG_CNTR_CLICKED_v4-59","v4-59_a","LOAD_IMG_SRVC_ID_v4-59","i_v4-59","v4-59_t")); _r.put('ic_js_v4-62',$o0("v4-62_e","v4-62","v4-62_idiv",140,140,"v4-62_bdiv",{"src":"http://thumbs2.ebaystatic.com/m/mDCpX_Ff_PVKs7eM4sNlkIQ/80.jpg","customAttributes":{},"alt":"BLACK LEATHER VEST Classiques Entier Sz 6","href":null},"IMG_CNTR_CLICKED_v4-62","v4-62_a","LOAD_IMG_SRVC_ID_v4-62","i_v4-62","v4-62_t")); _r.put('ic_js_v4-65',$o0("v4-65_e","v4-65","v4-65_idiv",140,140,"v4-65_bdiv",{"src":"http://thumbs3.ebaystatic.com/m/me-lne1twrfJc2D7CjRWY6Q/80.jpg","customAttributes":{},"alt":"$140 NWT SCALA BEADED SEQUIN Long DRESS Black Gold Sz M","href":null},"IMG_CNTR_CLICKED_v4-65","v4-65_a","LOAD_IMG_SRVC_ID_v4-65","i_v4-65","v4-65_t")); _r.put('ic_js_v4-68',$o0("v4-68_e","v4-68","v4-68_idiv",140,140,"v4-68_bdiv",{"src":"http://thumbs4.ebaystatic.com/m/mDNoOcZwm9WdXhBMazJPvXQ/80.jpg","customAttributes":{},"alt":"NWT FANCY HOLIDAY SEQUIN TOP Black & Gold Top Sz S NEW","href":null},"IMG_CNTR_CLICKED_v4-68","v4-68_a","LOAD_IMG_SRVC_ID_v4-68","i_v4-68","v4-68_t")); })();
39
+ </script><div class="gh-ovr" id="gbh_ovl"><div class="gh-iovr"></div></div></body></html>
@@ -0,0 +1,84 @@
1
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2
+ <html xmlns:og="http://opengraphprotocol.org/schema/" xmlns:fb="http://www.facebook.com/2008/fbml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><script type="text/javascript">var plst=new Date().getTime();</script><title>Mens 100% CASHMERE SWEATER Gray 3 Button Collar L to XL - eBay (item 260710322149 end time Dec-26-10 20:36:09 PST)</title><meta name="description" content="eBay: Find Mens 100% CASHMERE SWEATER Gray 3 Button Collar L to XL in the Clothing, Shoes Accessories , Men's Clothing , Sweaters category on eBay."><meta name="keywords" content="Mens 100% CASHMERE SWEATER Gray 3 Button Collar L to XL, Clothing, Shoes Accessories, Men's Clothing, Sweaters"><link rel="canonical" href="http://cgi.ebay.com/Mens-100-CASHMERE-SWEATER-Gray-3-Button-Collar-L-XL-/260710322149"><meta name="google-site-verification" content="8kHr3jd3Z43q1ovwo0KVgo_NZKIEMjthBxti8m8fYTg"><meta name="y_key" content=""><meta name="msvalidate.01" content=""><meta property="og:title" content="Mens 100% CASHMERE SWEATER Gray 3 Button Collar L to XL"><meta property="og:type" content="product"><meta property="og:url" content="http://cgi.ebay.com/Mens-100-CASHMERE-SWEATER-Gray-3-Button-Collar-L-XL-/260710322149"><meta property="og:image" content="http://i.ebayimg.com/10/!C!m+D7g!2k~$(KGrHqMOKkMEzJ3QHtSlBNDtKv3vb!~~0_1.JPG?set_id=880000500F"><meta property="og:site_name" content="eBay"><meta property="og:description" content="eBay: Find Mens 100% CASHMERE SWEATER Gray 3 Button Collar L to XL in the Clothing, Shoes Accessories , Men's Clothing , Sweaters category on eBay."><meta property="fb:app_id" content="102628213125203"><!--[if lt IE 7]><style>* html #vi-container { width: 940px; width: expression((document.documentElement && document.documentElement.clientHeight) ? ( (document.documentElement.clientWidth < 940) ? "940px" : ( (document.documentElement.clientWidth > 1200) ? "1200px" : "auto") ) : ( (document.body.clientWidth < 940) ? "940px" : "auto") ); }</style><![endif]--><link rel="stylesheet" type="text/css" href="cashmere-sweater_files/GH-ZAM_RedesignEbayNoneFull_e69312303392_en_US.css"><link rel="stylesheet" type="text/css" href="cashmere-sweater_files/BuyingApp_ViewItemATLShipping_e69312303392_en_US.css"><style type="text/css">.sC{font-size:10px;font-family:verdana;color:#00c}.dA{margin-top:7px}</style><!--[if lt IE 8]><style>.bn-b input{position:relative;left:-3px;padding:0 14px;width:1%}.bn-b b,.bn-b a{left:-3px}.psb-S input,.ssb-S input,.trsb-S input{padding:0 9px 0 10px}</style><![endif]--><!--[if IE 6]><style>.bn-b input{overflow:visible;width:0}</style><![endif]--><!--[if IE 8]><style>.bn-b input{padding:0 14px 2px}.psb-S input,.ssb-S input,.trsb-S input{padding:2px 9px 3px 10px}.psb-bp input{background-position:1px -479px}</style><![endif]--><!--[if lt IE 7]><style>.olp-cnt{height:100%!important}</style><![endif]--><!--[if lt IE 8]><style>.trsTop{margin-top:-3px!important;margin-left:0!important}.s-content{margin:0 0 0 3px}.s-content-eu td{padding-bottom:0}.sl-eu{margin-bottom:10px}.s-gray-eu{margin-bottom:10px}</style><![endif]--><script src="cashmere-sweater_files/rtm.js" type="text/javascript" id="xdr_ext_0"></script><script src="cashmere-sweater_files/rtm.gif" type="text/javascript"></script></head><body style="text-align: left;" id="body"><div></div>
3
+ <div id="vi-container">
4
+ <div id="vi-top"><div id="gnheader" class="gh-w"><a href="#mainContent" rel="nofollow" style="display: block; position: absolute; left: -9999px;">Skip to main content</a><div><div class="gh-eb"><div class="gh-emn"><div class="gh-hid"></div><div class="gh-mn"><span class="gh-fst"><a id="MyEbay" href="http://my.ebay.com/ws/eBayISAPI.dll?MyEbay&amp;gbh=1" _sp="l1533">My eBay</a></span><a id="Sell" href="http://sell.ebay.com/sell" _sp="l1528">Sell</a><a id="Community" href="http://hub.ebay.com/community" _sp="l1540">Community</a><span class="gh-nho"><a id="ContactUs" href="http://contact.ebay.com/ws/eBayISAPI.dll?CustomerSupportRedirect&amp;target=cu" _sp="l1549">Contact us</a></span><a id="Help" href="http://contact.ebay.com/ws/eBayISAPI.dll?CustomerSupportRedirect&amp;target=help" _sp="l1545">Help</a><span class="gh-nho"></span></div></div><form id="headerSearch" name="headerSearch" method="get" action="http://shop.ebay.com"><input name="_from" value="R40" type="hidden"><input name="_trksid" value="m570" type="hidden"><span class="gh-esb"><label for="_nkw" class="g-hdn">Enter your search keyword</label><input class="gh-txt" name="_nkw" id="_nkw" type="text"><a><input value="Go" class="gh-go" type="submit"></a></span></form></div><div class="gh-log"><span class="gh-lg"><a id="EbayLogo" href="http://www.ebay.com/"><img src="cashmere-sweater_files/logoEbay_x45.gif" alt="From collectibles to cars, buy and sell all kinds of items on eBay" height="45" width="110" border="0"></a></span><a id="holidayImgS" href="http://gifts.ebay.com/" class="gh-his"><img src="cashmere-sweater_files/imgHolidayHeader_12262010_158x59.jpg" alt="Visit The Gift Spot"></a><span class="gh-wrap"><span style="height: 100%; display: inline-block; max-height: 40px;"></span><span class="greeting gh-ui"><!-- BEGIN: GREETING:SIGNEDOUT -->Hi, <b>lastdibs</b>! (<a href="https://signin.ebay.com/ws/eBayISAPI.dll?SignIn" _sp="l1524">Not you</a>?)<!-- END: GREETING:SIGNEDOUT --><span id="bta"></span></span><span class="coupon"></span></span></div><div class="gh-rph"><span class="addllinks"></span></div><div class="gh-cl"></div><div class="gh-col"><style type="text/css">.gh-col .gh-c1{background:#97C701;width:100%}</style><b class="gh-c1"></b><div class="gh-clr"></div></div><div id="headerWrapper" class="gh-hbw"><div class="gh-hb"><div class="gh-mn"><a id="BrowseCategories" href="http://shop.ebay.com/allcategories/all-categories" _sp="l1620">CATEGORIES</a><a id="chevron0" href="javascript:;" class="gh-ai"><b>&nbsp;</b></a><span class="gh-act gh-ua" id="11450_sp"><a title="Your new destination for Clothing, Shoes &amp; Accessories on eBay." href="http://fashion.ebay.com/">FASHION</a></span><a title="Buy and sell cars, trucks, vehicle parts, and accessories." href="http://www.motors.ebay.com/">MOTORS</a><a id="EbayDeals" title="Great items, deep discounts, and free shipping!" href="http://deals.ebay.com/">DEALS</a><a id="EbayClassifieds" href="http://www.ebayclassifieds.com/">CLASSIFIEDS</a></div></div><div class="gh-lbh1"><div class="gh-rtm"><div style="height: 0px; display: none;" id="rtm_html_876"></div></div></div><div class="gh-lbh2"><div class="gh-rtm"><div style="height: 0px; display: none;" id="rtm_html_912"></div></div></div><div class="gh-lbh3"><div class="gh-rtm"><div style="height: 0px; display: none;" id="rtm_html_433"></div></div></div><div class="gh-clr"></div></div><div id="v4-0" class="gh-vnl"><div class="gh-cNav"><a id="gh_vnl_0" title="Women" class="vnl-dd" href="javascript:;">Women<b>.</b></a><a id="gh_vnl_1" title="Men" class="vnl-dd" href="javascript:;">Men<b>.</b></a><a id="gh_vnl_2" title="Kids &amp; Baby" class="vnl-dd" href="javascript:;">Kids &amp; Baby<b>.</b></a><a id="gh_vnl_3" title="Brands" class="vnl-dd" href="javascript:;">Brands<b>.</b></a><a id="gh_vnl_4" title="Fashion Vault" class="vnl-img" href="http://fashionvault.ebay.com/?_lk=1673"> <img src="cashmere-sweater_files/sprVNLFashionVault.gif" alt="Fashion Vault" height="100" width="124" border="0"></a><a id="gh_vnl_4" title="Fashion Voice" class="vnl-img" href="http://pages.ebay.com/fashion/voice.html?_lk=1674"> <img src="cashmere-sweater_files/sprVNLFashionVoice.gif" alt="Fashion Voice" height="100" width="125" border="0"></a></div></div><script type="text/javascript">var RoverDomainBaseUrl = 'http://rover.ebay.com';var svrGMT = 1293424346997;</script></div></div><div class="vi-cmb"><div class="vi-ih-header"><table class="vi-ih-area_nav" cellpadding="0" cellspacing="0" border="0"><tbody><tr><td valign="top"><span id="ngviback" class="sbt" onclick='vjo.darwin.pres.buying.cmp.smartbackto.SmartBackTo.goBackLink("http://fashion.ebay.com/mens-clothing?_pgn=1&amp;_sop=12&amp;_ipg=48&amp;selId=11484&amp;aspects=SIZE~Regular%253DS%257CXS%2540SelectedTab%253DRegular%255EBRAND~SelectedTab%253DPopular%255ECOLOR~%255EPRICE~%255ECONDITION~%255EFORMAT~%255ESELLER~&amp;svcfrom=SIZE", "ngviback");'><a href="javascript:history.go(-1)" title="Click to Go Back to previous page"><img src="cashmere-sweater_files/iconLtArrow_20x20.gif" alt="Click to Go Back to previous page" height="20" width="20" align="middle" border="0">Back to previous page</a></span></td><td class="vi-ih-pipe-cell" valign="top">&nbsp;|&nbsp;</td><td valign="top"><table style="margin-top: 0px;"><tbody><tr><td class="vi-ih-bc-label">Listed in category:</td><td valign="top"><div><div class="bbc-in bbc bbc-nav"><b class="g-hdn">Bread Crumb Link</b><ul class="in"><li><a href="http://shop.ebay.com/Clothing-Shoes-Accessories-/11450/i.html">Clothing, Shoes &amp; Accessories</a><span> &gt; </span></li><li><a href="http://shop.ebay.com/Mens-Clothing-/1059/i.html">Men's Clothing</a><span> &gt; </span></li><li><a href="http://shop.ebay.com/Sweaters-/11484/i.html">Sweaters</a></li></ul></div></div></td></tr></tbody></table></td></tr></tbody></table></div></div><div style="clear: both;"><div class="vi-tm-pbt10"><div id="blueStripComp"></div></div></div><div class="z_5" style="clear: both;"><table cellpadding="0" cellspacing="0" width="100%" border="0"><tbody><tr><td nowrap="nowrap" width="100%" align="right"><span><span class="watchlinkSpan" id="linkTopAct"><img src="cashmere-sweater_files/s.gif" alt="" width="5"><a rel="nofollow" title="" id="WtchItm" href="http://cgi1.ebay.com/ws/eBayISAPI.dll?MakeTrack&amp;item=260710322149&amp;sourcePage=4340&amp;ssPageName=VIP:watchlink:top:en&amp;wt=a4efb023b9b88bcd4ca91245fa2c02f7&amp;_trksid=p4340.l1359">Add to Watch list</a></span></span><span><span id="dwnArr" class="z_4"></span><span id="upArr" class="z_1"></span></span><img src="cashmere-sweater_files/s.gif" alt="" width="3"></td></tr></tbody></table><div><div><div><div id="errorDiv" class="watchouterdiv1_5" style="display: none;"></div><div id="masterDiv" class="watchItem watchOuterDiv" style="display: none;"><a href="https://signin.ebay.com/ws/eBayISAPI.dll?SignIn&amp;item=260710322149&amp;ru=http%3A%2F%2Fcgi1.ebay.com%2Fws%2FeBayISAPI.dll%3FMakeTrack%26item%3D260710322149%26ssPageName%3DVIP%3Awatchlink%3Atop%3Aen&amp;pageType=4340&amp;ssPageName=VI:MEFG:1">Sign in</a> or <a href="https://scgi.ebay.com/ws/eBayISAPI.dll?RegisterEnterInfo&amp;co_partnerid=2&amp;siteid=0&amp;ru=http%3A%2F%2Fcgi1.ebay.com%2Fws%2FeBayISAPI.dll%3FMakeTrack%26item%3D260710322149%26ssPageName%3DVIP%3Awatchlink%3Atop%3Aen&amp;UsingSSL=0&amp;ssPageName=VI:MEFG:7">Register</a> to add your items to My eBay.</div></div></div></div></div></div>
5
+ <table id="vi-tTbl" cellpadding="0" cellspacing="0" border="0"><tbody><tr><td colspan="1" rowspan="1" id="vi-tTblC1"><div><table cellpadding="0" cellspacing="0" width="100%" border="0"><tbody><tr><td class="ipics-cell"><div class="vi-ipic1"><span class="shig" id="freeShippingIcon"><img src="cashmere-sweater_files/imgFreeShipping.gif" alt="FREE shipping" class="sale" height="53" width="54"></span><form name="ssFrm" action="http://cgi.ebay.com/ws/eBayISAPI.dll?VISuperSize&amp;item=260710322149" target="ssFrmWin" method="post"><input name="ssr" value="1" type="hidden"><input name="iurls" value="0#http://i.ebayimg.com/10#!C!m+D7g!2k~$(KGrHqMOKkMEzJ3QHtSlBNDtKv3vb!~~0_14.JPG#!C!m+D7g!2k~$(KGrHqMOKkMEzJ3QHtSlBNDtKv3vb!~~0_12.JPG#!C!m+D7g!2k~$(KGrHqMOKkMEzJ3QHtSlBNDtKv3vb!~~0_3.JPG|1#http://i.ebayimg.com/15#!C!m+Fs!EWk~$(KGrHqYOKiwEzVfe9p-9BNDtK4SgRg~~0_14.JPG#!C!m+Fs!EWk~$(KGrHqYOKiwEzVfe9p-9BNDtK4SgRg~~0_12.JPG#!C!m+Fs!EWk~$(KGrHqYOKiwEzVfe9p-9BNDtK4SgRg~~0_3.JPG|2#http://i.ebayimg.com/14#!C!m+HIQ!2k~$(KGrHqYOKp!Ey+jC0CGYBNDtL!Tc9w~~0_14.JPG#!C!m+HIQ!2k~$(KGrHqYOKp!Ey+jC0CGYBNDtL!Tc9w~~0_12.JPG#!C!m+HIQ!2k~$(KGrHqYOKp!Ey+jC0CGYBNDtL!Tc9w~~0_3.JPG|3#http://i.ebayimg.com/06#!C!m+IcgB2k~$(KGrHqEOKkUEzHjyRCezBNDtLIJs7g~~0_14.JPG#!C!m+IcgB2k~$(KGrHqEOKkUEzHjyRCezBNDtLIJs7g~~0_12.JPG#!C!m+IcgB2k~$(KGrHqEOKkUEzHjyRCezBNDtLIJs7g~~0_3.JPG" type="hidden"><input name="dtid" value="0" type="hidden"><input name="vs" value="1" type="hidden"><input name="sh" value="0" type="hidden"><input name="title" value="Mens 100% CASHMERE SWEATER Gray 3 Button Collar L to XL" type="hidden"></form><div><table cellpadding="0" cellspacing="0" border="0"><tbody><tr><td class="vs_w-a"><div class="ict-w1" id="vv4-53" title="Mens 100% CASHMERE SWEATER Gray 3 Button Collar L to XL"><div class="ic-w300 ic-cntr"><div class="ic-w300 ic-m" id="vv4-53_idiv"><center><span></span><img style="width: 196px; height: 300px;" src="cashmere-sweater_files/CmD7g2kKGrHqMOKkMEzJ3QHtSlBNDtKv3vb0_35.JPG" id="i_vv4-53" alt="Mens 100% CASHMERE SWEATER Gray 3 Button Collar L to XL"></center></div><a id="vv4-53_a" class="ic-cp" href="javascript:;"></a><div id="vv4-53_bdiv" class="ic-p ic-b1" style="height: 298px; width: 298px;"><div style="display: none;" id="vv4-53_t" class="ic-thr"><span>Please wait</span></div><div style="display: none;" id="vv4-53_e" class="ic-err"><span>Image not available</span></div></div></div><div class="tbr-c" id="vv4-53_TB"><ul class="tbr-w1 tbr-w1"><li title="Show close up area of image"><a id="vv4-53_TB_0" href="javascript:;"><span class="ict-zm">Zoom</span></a></li><li title="Show larger and alternate views" class="tbr-l"><a id="vv4-53_TB_1" href="javascript:;"><span class="ict-enl">Enlarge</span></a></li></ul></div><div id="vv4-53_zm" class="ict-no"><div id="vv4-53_zm_msk" class="z-ctr"><div class="z-mkr" id="vv4-53_zm_mrk"><div id="vv4-53_zm_mCtr"></div><div id="vv4-53_zm_msg" class="z-msg"><b id="vv4-53_zm_txt">Mouse here to zoom in</b></div></div></div><div class="z-wrp" style="height: 320px; width: 320px;" id="vv4-53_zm_iCtr"><div class="z-zctr" style="height: 320px; width: 320px;"><div style="display: none;" id="vv4-53_zm_thr" class="z-thr"><span>Please wait</span></div><div style="display: none;" id="vv4-53_zm_zErr" class="z-err"><span>Image not available</span></div><div id="vv4-53_zm_zCtr" style="height: 800px; width: 800px;"><img style="width: 525px; height: 800px;" id="vv4-53_zm_zImg" alt="" src="cashmere-sweater_files/CmD7g2kKGrHqMOKkMEzJ3QHtSlBNDtKv3vb0_3.JPG"></div><iframe frameborder="0" height="320" width="320"></iframe></div></div></div></div></td></tr><tr><td id="vv4-53_sp" class="vs_w-spr">&nbsp;</td></tr><tr><td><div id="pD_vv4-53" class="tg-p"><div class="tg-p tg-wh" id="vv4-53_div" style="width: 300px; height: 43px;"><div id="b1_vv4-53_" class="tg-bdr"></div><div title="Mens 100% CASHMERE SWEATER Gray 3 Button Collar L to XL" style="width: 47px; height: 39px; top: 0px; left: 0px;" id="b2_vv4-53_0" class="tg-bdr2"></div><table class="tg-tb tg-clp" id="vv4-53_tbl" cellpadding="0" cellspacing="0" height="100%" width="100%" border="0"><tbody><tr id="t_r_vv4-53_0"><td id="t_c_vv4-53_0" height="42px" width="16%"><img style="width: 21px; height: 32px;" title="Mens 100% CASHMERE SWEATER Gray 3 Button Collar L to XL" alt="" id="t_ivv4-53_0" src="cashmere-sweater_files/CmD7g2kKGrHqMOKkMEzJ3QHtSlBNDtKv3vb0_14.JPG"></td><td id="t_c_vv4-53_1" width="16%"><img style="width: 21px; height: 32px;" alt="" id="t_ivv4-53_1" src="cashmere-sweater_files/CmFsEWkKGrHqYOKiwEzVfe9p-9BNDtK4SgRg0_14.JPG"></td><td id="t_c_vv4-53_2" width="16%"><img style="width: 20.5px; height: 32px;" alt="" id="t_ivv4-53_2" src="cashmere-sweater_files/CmHIQ2kKGrHqYOKpEyjC0CGYBNDtLTc9w0_14.JPG"></td><td id="t_c_vv4-53_3" width="16%"><img style="width: 19.5px; height: 32px;" alt="" id="t_ivv4-53_3" src="cashmere-sweater_files/CmIcgB2kKGrHqEOKkUEzHjyRCezBNDtLIJs7g0_14.JPG"></td><td id="t_c_vv4-53_4" class="tg-td" width="16%"></td><td id="t_c_vv4-53_5" class="tg-td" width="16%"></td></tr></tbody></table></div></div></td></tr></tbody></table></div><div><img src="cashmere-sweater_files/s.gif" alt="" height="1" width="302px"></div></div></td><td class="isumv1_5-cell"><form name="v4-29" id="v4-29" method="post" class="vi-is1-s4" action="http://offer.ebay.com/ws/eBayISAPI.dll?MakeBid&amp;_trksid=p4340.l1356&amp;item=260710322149&amp;fromPage=4340&amp;fb=2"><table class="vi-is1" cellpadding="0" cellspacing="0" border="0"><tbody><tr><td colspan="4"><div><b id="mainContent"><h1 class="vi-is1-titleH1">Mens 100% CASHMERE SWEATER Gray 3 Button Collar L to XL</h1></b></div></td></tr><tr><td colspan="4" height="10"></td></tr><tr><th class="vi-is1-lbl">Item condition:</th><td colspan="3" class="vi-is1-clr"><span class="vi-is1-condText">Pre-owned</span></td></tr><tr><td colspan="4" height="10"></td></tr><tr><th class="vi-is1-lbl">Time left:</th><td colspan="3" class="vi-is1-clr"><span class="vi-is1-dt"><span class="vi-is1-ctdn vi-is1-tml"><span style="display: none;" id="v4-30" class="vi-c-h">0</span><span style="display: none;" id="v4-31" class="vi-c-h">h</span> <span id="v4-32">3</span><span id="v4-33">m</span> <span id="v4-34">15</span><span id="v4-35">s</span> </span><span><span>(Dec 26, 2010</span><span class="vi-is1-t">20:36:09 PST)</span></span></span><span class="vi-is1-s7"><span class="vi-is1-misc"></span></span></td></tr><tr><td colspan="4" height="10"></td></tr><tr><th class="vi-is1-lbl">Bid history:</th><td colspan="3" class="vi-is1-clr"><div><span class="vi-is1-s6"><span><a href="http://offer.ebay.com/ws/eBayISAPI.dll?ViewBids&amp;item=260710322149" rel="nofollow"><span id="v4-36">8</span> <span>bids</span></a></span></span><span style="display: none;" id="v4-37" class="vi-is1-tet vi-is1-rf vi-is1-dspl">[<a href="javascript:;">Refresh&nbsp;bidhistory</a>]</span></div></td></tr><tr><td colspan="4" height="10"></td></tr><tr><td colspan="4" class="vi-is1-solid" height="10"></td></tr><tr><th class="vi-is1-lblp vi-is1-solidBg">Current bid:</th><td class="vi-is1-solid vi-is1-tbll"><span><span id="v4-38" class="vi-is1-prcp">US $52.01</span></span></td><td colspan="2" class="vi-is1-solid vi-is1-tblb"></td></tr><tr><td colspan="4" class="vi-is1-solid" height="10"></td></tr><tr><th class="vi-is1-lblp vi-is1-solidBg"><label for="v4-39">Your max bid:</label></th><td class="vi-is1-solid vi-is1-tbll"><table class="vi-is1-prcp" cellpadding="0" cellspacing="0" border="0"><tbody><tr><td class="vi-is1-prcs vi-is1-cur">US $</td><td><div><input size="8" maxlength="10" name="maxbid" id="v4-39" class="vi-is1-tet vi-is1-mb" type="text"></div></td></tr><tr></tr></tbody></table></td><td colspan="2" class="vi-is1-solid vi-is1-tblb"><div><b id="v4-12" class="bn-w bn-pad psb-S"><i>Place bid</i><span id="spn_v4-12" class="bn-b psb-b psb-S"><input id="but_v4-12" name="" value="Place bid" title="" type="submit"><b id="txt_v4-12">Place bid</b></span></b></div></td></tr><tr><th class="vi-is1-lblp vi-is1-solidBg"></th><td colspan="3" class="vi-is1-solid"><span id="v4-40" class="vi-c-fsmt">(Enter US $53.01 or more)</span></td></tr><tr><td colspan="4" class="vi-is1-solid" height="10"></td></tr><tr id="watchItemMiddleRow"><td class="vi-is1-solid"></td><td id="watchLabelDiv" class="vi-is1-solid"> </td><td colspan="2" class="vi-is1-solid vi-is1-tblb"><div><div><div class="ul-dd g-xs"><div id="ddv_addToList"><span id="ttlsp_addToList" class="ul-tl"><a href="javascript:;" id="-99_ttl_addToList" sw="true" w="t" i="-99" n="Watch list">Add to Watch list</a></span><span class="ul-di"><a href="javascript:;" id="img_addToList"></a></span></div><div id="pnl_addToList" style="display: none;" class="ul-pn"><a href="javascript:;" id="s_addToList" class="g-hdn">Start of panel</a><ul id="ul_addToList" class="ul-it"><li><a href="javascript:;" id="-99_ita_addToList" sw="true" w="t" i="-99" n="Watch list">Add to Watch list</a></li></ul><div class="ul-sp"></div><div><a ds="false" class="ul-ft" href="https://signin.ebay.com/ws/eBayISAPI.dll?SignIn&amp;ru=http%3A%2F%2Fcgi.ebay.com%2Fws%2FeBayISAPI.dll%3FViewItem%26item%3D260710322149%26actionType%3Dsinginformore" id="s_ita_addToList" nw="true" i="s" n="addNew">Sign in for more lists</a></div><a href="javascript:;" id="e_addToList" class="g-hdn">End of panel</a></div></div></div></div></td></tr><tr id=""><td class="vi-is1-solid"></td><td colspan="3" class="vi-is1-solid"><div class="vi-is1-stMsg" id="statusmsg" role="alert" aria-live="assertive"></div></td></tr><tr><td colspan="4" class="vi-is1-solid" height="10"></td></tr><tr id="v4-44"><td colspan="4" class="vi-is1-solid"></td></tr><tr id="v4-43"><td colspan="4"><div><div class="cr-w cr-bt c-gy-bdr"><div class="cr-cnt"><div><div><div><div><table><tbody><tr><td valign="top"><img src="cashmere-sweater_files/logoBML_77x18.gif" alt="BillMeLater" height="18" width="77"></td><td style="padding-left: 5px; padding-top: 6px;"><span style="font-family: arial; font-size: 13px; color: rgb(51, 51, 51);"><span style="font-family: Arial,Helvetica,sans-serif; font-size: 13px; color: rgb(51, 51, 51);"> <strong>$10</strong> back+<strong>Special Financing</strong> till <strong>July `11</strong></span><br><span style="font-family: Verdana; font-size: 10px; color: rgb(102, 102, 102);">Subject to credit approval.</span></span><span style="padding-left: 5px;"><a href="https://www.billmelater.com/cm/paypal/landers/ebaybmlf10d6msfiwL.html" style="font-size: 10px; font-family: verdana; color: rgb(0, 0, 204);" target="_blank">See terms</a></span></td></tr></tbody></table></div></div></div><div></div></div></div></div></div></td></tr><tr><td colspan="4" height="10"></td></tr><tr><th class="vi-is1-lbl">Shipping:</th><td colspan="3" class="vi-is1-clr"><span id="fshippingCost"><span class="vi-is1-tese">FREE shipping</span></span>&nbsp;<span id="fshippingSvc">Expedited Shipping</span><span class="sh-nowrap"><a href="javascript:;" id="changeLocLink" class="vi-tl vi-is1-shpl vi-c-fsmt vi-is1-hideDisc"><span>See more services</span>&nbsp;<span class="vi-pla-sI vi-pla-iD"></span></a></span><input id="chngLocPnlJSId" value="10chngLoc" type="hidden"><b>&nbsp;</b><span class="sh-nowrap"><wbr><a href="javascript:;" id="seeDcnt" class="vi-tl vi-is1-shpl vi-c-fsmt vi-is1-hideDisc"><span>See <b class="g-hdn">shipping</b> discounts</span>&nbsp;<span class="vi-pla-sI vi-pla-iD vi-is1-hideDiv"></span></a></span><b>&nbsp;|&nbsp;</b><span class="vi-is1-rePol"> <span class="vi-is1-wrp"><a rel="nofollow" class="vi-is1-rePol"></a><a onclick="vjo.darwin.pres.buying.cmp.shared.SwitchTabs.toShippingTab();" href="#shId">See all <b class="g-hdn">shipping</b> details</a></span></span></td></tr><tr id="delspcr"><td colspan="4" height="10"></td></tr><tr id="delrw"><th class="vi-is1-lbl">Delivery:</th><td colspan="3" class="vi-is1-clr"><span style="float: none;"><div><div id="fdeliveryTime"><div><div><div class="sh-TblCnt">Estimated between <span class="sh-fontBold">Wed. Dec. 29 and Fri. Dec. 31</span><span> <span><a id="hldhlp"><img src="cashmere-sweater_files/iconBubbleHelp.gif" alt="help icon for Estimated delivery date - opens a layer" title="help icon" class="crptr" height="12" width="12"></a></span></span><div class="sh-DlvryDtl"></div></div></div></div></div></div></span></td></tr><tr id="v4-25" class="vi-is1-hideDiv vi-is1-hideDiv"><td colspan="4" height="10"></td></tr><tr><td colspan="4" height="10"></td></tr><tr><th class="vi-is1-lbl">Returns:</th><td colspan="3" class="vi-is1-clr"><div class="vi-is1-s6"><table id="miyId" cellpadding="0" cellspacing="0" width="100%" border="0"><tbody><tr><td class="vi-rpd-miyContent">7 day&nbsp;merchandise credit,&nbsp;buyer pays return shipping&nbsp;|<span class="g-nav pyOp"> <span class="vi-rpd-wtSp"><a rel="nofollow"></a><a onclick="vjo.darwin.pres.buying.cmp.shared.SwitchTabs.toShippingTab();" href="#rpdId">Read <b class="g-hdn">return policy</b> details</a></span></span></td></tr></tbody></table></div></td></tr><tr><td colspan="4" height="10"></td></tr><tr><td colspan="4"><div id="v4-46" class="vi-bg-cpn vi-bg-cm"><div class="vi-bg-oh vi-bg-cpn"><img src="cashmere-sweater_files/logoeBP_65x74.gif" alt="eBay shield" class="vi-bg-crp vi-bg-sh" height="74" width="65"><div class="vi-bg-bgn vi-bg-cpn vi-bg-oh vi-bg-l65 vi-bg-m65"></div></div><div class="vi-bg-il vi-bg-crp"><img src="cashmere-sweater_files/imgeBPText_232x22.gif" alt="eBay Buyer Protection" height="22" width="232"><div><img src="cashmere-sweater_files/imgeBPSText_312x14.gif" alt="Covers your purchase price plus original shipping" height="14" width="312"></div><span class="g-btn"><a href="http://pages.ebay.com/coverage/index.html" target="_blank">Learn more<b class="g-hdn">about eBay Buyer Protection - opens in a new window or tab</b></a></span></div></div></td></tr></tbody></table></form><div></div><div><div class="vi-is1-s1"></div></div></td></tr></tbody></table></div></td><td colspan="1" rowspan="1" id="vi-tTblS">&nbsp;</td><td colspan="1" rowspan="1" id="vi-tTblC2"><div><div><table class="trsTopPanel" cellpadding="0" cellspacing="0"><tbody><tr><td class="trsBtmPanel"><table class="s-content s-content-eu" cellpadding="0" cellspacing="0"><tbody><tr><td><table cellpadding="0" cellspacing="0" width="100%"><tbody><tr><td width="100%"><h2 class="sit trsTopPad"><a target="_blank" href="http://pages.ebay.com/topratedsellers/index.html"><b class="g-hdn">Find out more about</b> Top-rated seller <b class="g-hdn">- opens in a new window or tab</b></a></h2><div class="bdg"><div class="mbg"><a title="Member id needylearner" href="http://myworld.ebay.com/needylearner/"><b class="g-hdn">Member id </b><b><span class="mbg-nw">needylearner</span></b></a> <span class="mbg-l"> ( <a class="mbg-fb" title="Feedback Score Of 1948" href="http://feedback.ebay.com/ws/eBayISAPI.dll?ViewFeedback&amp;iid=260710322149&amp;userid=needylearner&amp;ssPageName=VIP:feedback&amp;ftab=FeedbackAsSeller"><b class="g-hdn">Feedback Score Of</b> 1948</a><img src="cashmere-sweater_files/iconRedStar_25x25.gif" class="mbg-star" title="Red star icon for feedback score in between 1,000 to 4,999" alt="Red star icon for feedback score in between 1,000 to 4,999" height="25" width="25">) </span> <span class="mbg-l"></span></div><br><span class="s-gray z_a">100%&nbsp;Positive feedback</span></div></td><td><div class="trsImgEu"><img src="cashmere-sweater_files/iconTrsLarge.gif" alt="Get fast shipping and excellent service from eBay Top-rated sellers." height="80" width="58"></div><div class="spc2"></div></td></tr></tbody></table></td></tr><tr><td class="trsTxt"><ul><li>Consistently receives highest buyers' ratings</li><li>Ships items quickly</li><li>Has earned a track record of excellent service</li></ul></td></tr><tr><td><div class="bdg sl"><div class="s-f-da"><a href="http://my.ebay.com/ws/eBayISAPI.dll?AcceptSavedSeller&amp;ru=http%3A%2F%2Fcgi.ebay.com%2Fws%2FeBayISAPI.dll%3FViewItemNext%26item%3D260710322149&amp;mode=0&amp;ssPageName=STRK:MEFS:ADDVI&amp;sellerid=needylearner&amp;preference=0" rel="nofollow">Save this seller</a></div><div><div class="s-f-da"><span class="s-f-da"><a href="http://shop.ebay.com/needylearner/m.html">See other items <b class="g-hdn">from this seller</b></a></span></div><div class="s-gray inf_lab">Visit store:&nbsp;<a href="http://stores.ebay.com/Magique-Door"><img src="cashmere-sweater_files/iconStoresNW_20x20.gif" alt="Ebay Stores" class="st-img" height="20" width="20">Magique Door</a></div></div></div></td></tr><tr></tr><tr><td><div class="s-gray"></div></td></tr></tbody></table></td></tr></tbody></table><div class="spc1"></div></div></div><div class="lmar"><div class="cr-w cr-bt c-gy-bdr"><div class="cr-cnt"><div><div class="z_b"><h3 class="iIt">Other item info</h3><table class="sp1" summary="Other item info" cellpadding="3"><tbody><tr><td class="inf_lab" valign="top" width="1%" align="right">Item number:</td><td valign="top">260710322149</td></tr><tr><td class="inf_lab" valign="top" align="right">Item location:</td><td valign="top">Denver, Colorado, United States</td></tr><tr><td class="inf_lab" valign="top" align="right">Ships to:</td><td valign="top">Worldwide <span style="white-space: nowrap;" class="pyOp"><a id="v4-55" href="#shId">See <b class="g-hdn">shipping location</b> exclusions</a></span></td></tr><tr><td class="inf_lab" valign="top" align="right">Payments:</td><td valign="top"><div><div><div class="on_pay"><div id="payDet1" style="color: rgb(0, 0, 0);">PayPal<span> <span class="g-nav pyOp"><a rel="nofollow"></a><a id="a_payId" href="#payId">See <b class="g-hdn">payment</b> details</a></span></span></div></div></div></div></td></tr></tbody></table></div></div></div></div></div><div class="vi-title"><a href="http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&amp;item=260710322149&amp;si=anphlBjSH8AsKsJD7uuKDXwqhAs%3D&amp;print=all&amp;category=11484" rel="nofollow" target="viPrint" class="vi-pla-vAb"><span></span>Print <b class="g-hdn">this item - opens in a new window or tab</b></a><span class="vi-pla-dl g-hlp">|</span><a href="http://cgi1.ebay.com/ws/eBayISAPI.dll?ReportThisItemRedirect&amp;active=1&amp;itemId=260710322149&amp;seller=needylearner" rel="nofollow" class="vi-pla-vAb"><span></span>Report item</a></div></td></tr></tbody></table>
6
+
7
+ <div id="vi-content" class="vi-mdtt" style="clear: both;"><div id="VisualPreviewContent"></div><div class="vi-cd"><div id="vi_tabs"><div><div class="tb-tw tb-gr"><table id="vi_tabs_wrp" class="tb tb-nw" cellpadding="0" cellspacing="0" width="100%"><tbody><tr><td class="tb-act" id="vi_tabs_0_td" width="1"><a class="tb-a" href="javascript:;" id="vi_tabs_0" title=""><span class="tb-txt"><h2 class="vi-tab-hdr g-m g-m0">Description</h2></span></a></td><td id="vi_tabs_1_td" width="1"><a class="tb-a" href="javascript:;" id="vi_tabs_1" title=""><span class="tb-txt"><h2 class="vi-tab-hdr g-m g-m0">Shipping and payments</h2></span></a></td><td class="tb-rrs"><div class="tb-rs"><div class="vi-pla-c1 vi-pla-mr25"><span class="vi-pla-shr vi-pla-p0 g-dft"><span class="vi-pla-lbc">Share: <b class="g-hdn">this item</b></span><a title="" href="http://contact.ebay.com/ws1/eBayISAPI.dll?ShowEmailAuctionToFriend&amp;item=260710322149" target="_blank" class="vi-pla-sI vi-pla-iE2"></a>&nbsp;<a title="" href="http://cgi1.ebay.com/ws/eBayISAPI.dll?ShareLink&amp;swd=2&amp;du=http%3A%2F%2Fcgi.ebay.com%2F260710322149&amp;itm=260710322149&amp;t=Mens+100%25+CASHMERE+SWEATER+Gray+3+Button+Collar+L+to+XL&amp;spid=4340" target="_blank" class="vi-pla-sI vi-pla-iF"></a>&nbsp;<a title="" href="http://cgi1.ebay.com/ws/eBayISAPI.dll?ShareLink&amp;swd=3&amp;du=http%3A%2F%2Fcgi.ebay.com%2F260710322149&amp;itm=260710322149&amp;t=Mens+100%25+CASHMERE+SWEATER+Gray+3+Button+Collar+L+to+XL&amp;spid=4340" target="_blank" class="vi-pla-sI vi-pla-iT"></a>&nbsp;</span></div></div></td></tr></tbody></table><input id="vi_tabs_hid" value="0" type="hidden"></div><div class="tb-cw"><div id="vi_tabs_0_cnt" class="tb-cntOn"><div><div class="vi-cd"><span style="float: left;" class="vi-br">Seller assumes all responsibility for this listing.</span><div class="vi-iw"><div class="cr-w cr-bt c-gy-bdr"><div class="cr-cnt"><table class="vi-ia-attrGroup" cellpadding="0" cellspacing="0" width="100%"><tbody><tr><td id="vi-ia-attrTableFirstRowTd"><h3 class="vi-ia-attrGroupTitle vi-ds2-subt">Item specifics</h3></td></tr><tr><td><table cellpadding="0" cellspacing="0" width="100%"><tbody><tr><th id="v4-59" class="vi-ia-hdAl vi-ia-attrLabel vi-ia-attrColPadding" nowrap="nowrap" align="left">Condition: </th><td headers="v4-59" class="vi-ia-attrColPadding" width="50.0%"><div>Pre-owned: An item that has been used or worn previously. See the seller’s listing for full details and <span id="v4-57" style="display: none;">description of any imperfections.&nbsp;<a href="http://pages.ebay.com/help/sell/contextual/condition_2.html" target="_blank" class="vi-ia-rm" title="">See all condition definitions<b class="g-hdn">- opens in a new window or tab</b></a></span><span id="v4-56" style="display: inline;">...&nbsp;<a href="javascript:;" class="vi-ia-rm" id="v4-58" title="">Read more<b class="g-hdn">about the condition</b></a></span></div></td><th id="v4-60" class="vi-ia-hdAl vi-ia-attrLabel vi-ia-attrColPadding" nowrap="nowrap" align="left">Size: </th><td headers="v4-60" class="vi-ia-attrColPadding" width="50.0%">L to XL</td></tr><tr><th id="v4-61" class="vi-ia-hdAl vi-ia-attrLabel vi-ia-attrColPadding" nowrap="nowrap" align="left">Main Color: </th><td headers="v4-61" class="vi-ia-attrColPadding" width="50.0%">Gray</td><th id="v4-62" class="vi-ia-hdAl vi-ia-attrLabel vi-ia-attrColPadding" nowrap="nowrap" align="left">Style: </th><td headers="v4-62" class="vi-ia-attrColPadding" width="50.0%">Collar, 3-Button</td></tr><tr><th id="v4-63" class="vi-ia-hdAl vi-ia-attrLabel vi-ia-attrColPadding" nowrap="nowrap" align="left">Brand: </th><td headers="v4-63" class="vi-ia-attrColPadding" width="50.0%">Kirkland</td><th id="v4-64" class="vi-ia-hdAl vi-ia-attrLabel vi-ia-attrColPadding" nowrap="nowrap" align="left">Material: </th><td headers="v4-64" class="vi-ia-attrColPadding" width="50.0%">Cashmere</td></tr><tr><th id="vi-ia-attrSectionLastRowTd" class="vi-ia-hdAl vi-ia-attrLabel vi-ia-attrColPadding" nowrap="nowrap" align="left">Henley Style with Collar: </th><td headers="v4-65" id="vi-ia-attrSectionLastRowTd" class="vi-ia-attrColPadding" width="50.0%">Very Good Condition</td><td class="vi-ia-attrColPadding">&nbsp;</td><td width="50.0%">&nbsp;</td></tr></tbody></table></td></tr></tbody></table></div></div></div><div class="store_header vi-cd c-rcp-rcp"><div class="store-panel"><div class="cr-w cr-c cr-cp"><div class="cr-hr" style="background: none repeat scroll 0% 0% rgb(51, 102, 0);"><table width="100%"><tbody><tr><td align="left"><span style="color: rgb(248, 228, 228);"><h3 class="storeTitleHeader">Magique Door</h3></span></td><td align="right"><span style="color: rgb(248, 228, 228); font-size: small; font-weight: normal;">Visit my eBay store</span></td><td style="width: 20px; padding: 0px 10px 0px 5px;" align="right"><a href="http://stores.ebay.com/Magique-Door" title=""><img src="cashmere-sweater_files/iconStoresNW_20x20.gif" alt="Magique Door" height="20" width="20" border="0"></a></td></tr></tbody></table></div><div class="cr-cnt" style="background: none repeat scroll 0% 0% rgb(202, 232, 187);"><div><div><table class="storesearchTable" cellpadding="0" cellspacing="0" bgcolor="#cae8bb"><tbody><tr></tr></tbody></table><table cellpadding="0" cellspacing="0" width="100%" bgcolor="#cae8bb"><tbody><tr><td class="storeinfo" valign="bottom"><div class="store-info-links linkTexts" style="padding-left: 5px; padding-top: 10px;"><a href="http://my.ebay.com/ws/eBayISAPI.dll?AcceptSavedSeller&amp;linkname=includenewsletter&amp;sellerid=needylearner" title="">Sign up for newsletter</a></div></td></tr></tbody></table></div></div></div></div></div></div></div><table width="100%"><tbody><tr><td class="storeLftNavTd" valign="top"><div><div class="cr-w cr-c cr-cp"><div class="cr-hr" style="background: none repeat scroll 0% 0% rgb(51, 102, 0);"><div class="storeTitleDiv" style="color: rgb(248, 228, 228);"><h3 class="storeTitleDiv storeTitleHeader">Store Categories</h3></div></div><div class="cr-cnt" style="background: none repeat scroll 0% 0% rgb(202, 232, 187);"><div><div class="lcat"><div class="ttl"><a href="http://stores.ebay.com/Magique-Door" title="">Store home</a></div><ul class="lev1"><li><a href="http://stores.ebay.com/Magique-Door_Beauty_W0QQfsubZ305255419" title="">Beauty</a></li><ul class="lev2"></ul><li><a href="http://stores.ebay.com/Magique-Door_Books-Magazines_W0QQfsubZ290402319" title="">Books &amp; Magazines</a></li><ul class="lev2"></ul><li><a href="http://stores.ebay.com/Magique-Door_Collectibles_W0QQfsubZ265176519" title="">Collectibles</a></li><ul class="lev2"></ul><li><a href="http://stores.ebay.com/Magique-Door_Dolls_W0QQfsubZ299965119" title="">Dolls</a></li><ul class="lev2"></ul><li><a href="http://stores.ebay.com/Magique-Door_GIFT-BASKETS_W0QQfsubZ378613519" title="">GIFT BASKETS</a></li><ul class="lev2"></ul><li><a href="http://stores.ebay.com/Magique-Door_Girls-Childrens-Clothing-Acc_W0QQfsubZ360508019" title="">Girls,Children<wbr>s Clothing &amp; Acc</a></li><ul class="lev2"></ul><li><a href="http://stores.ebay.com/Magique-Door_Home-Garden_W0QQfsubZ282836719" title="">Home &amp; Garden</a></li><ul class="lev2"></ul><li><a href="http://stores.ebay.com/Magique-Door_Jewelry-Watches_W0QQfsubZ288977419" title="">Jewelry &amp; Watches</a></li><ul class="lev2"></ul><li><a href="http://stores.ebay.com/Magique-Door_Mens-Clothing-Shoes_W0QQfsubZ265334319" title="">Mens Clothing &amp; Shoes</a></li><ul class="lev2"></ul><li><a href="http://stores.ebay.com/Magique-Door_Movies-VHS_W0QQfsubZ368755119" title="">Movies &amp; VHS</a></li><ul class="lev2"></ul><li><a href="http://stores.ebay.com/Magique-Door_Winter-Sports_W0QQfsubZ327888919" title="">Winter Sports</a></li><ul class="lev2"></ul><li><a href="http://stores.ebay.com/Magique-Door_Womens-Clothing_W0QQfsubZ265334419" title="">Womens Clothing</a></li><ul class="lev2"></ul><li><a href="http://stores.ebay.com/Magique-Door_Womens-Shoes_W0QQfsubZ283187819" title="">Womens Shoes</a></li><ul class="lev2"></ul><li><a href="http://stores.ebay.com/Magique-Door_Other_W0QQfsubZ1" title="">Other</a></li><ul class="lev2"></ul></ul><div class="spc1"></div><div class="link"></div></div></div></div></div></div></td><td class="storeDescTd" valign="top"><div><div class="item_description"><div id="ngvi_desc_div"><div class="d-iframe"><iframe title="Seller's description of item" vspace="0" hspace="0" marginwidth="0" marginheight="0" id="b" name="b" src="cashmere-sweater_files/eBayISAPI.html" frameborder="0" height="1614" width="711"></iframe></div></div></div></div></td></tr></tbody></table><div><div><div class="vi-qa-main_qa"><div class="pnltbl"><div id="v4-67"><table class="r3 c gy-br" cellpadding="0" cellspacing="0"><thead id="v4-67h" class="gy"><tr><td><div class="r3_hm" style="border-width: 1px 1px 0pt; padding: 0pt; height: 5px; font-size: 0pt; overflow: hidden;"></div></td></tr><tr id="v4-67_h"><td class="r3_hm" id="v4-67_hm_0"><h4 class="vi-qa-m0 vi-ds2-subt">Questions and answers about this item</h4></td></tr></thead><tbody><tr id="v4-67_c"><td id="v4-67cm" class="r3_c c-sgf"><div class="r3_cm po" id="v4-67_ct"><div><div class="dt" id="v4-68"><div class="dt-dtbl"><table id="v4-68_tab_0" cellpadding="0" cellspacing="0" width="100%" border="0"><tbody><tr><td class="dt-spTd dt-bgColorTrans" width="1%">&nbsp;</td><td scope="row" id="v4-68_tab_0_srtCol_0_0" class="dt-colCnt dt-alignLft" rowspan="1" colspan="1"><span>No questions or answers have been posted about this item.</span></td><td class="dt-spTd dt-bgColorTrans" width="1%">&nbsp;</td></tr></tbody></table></div></div></div></div><div class="r3_fm r3_s" id="v4-67_f"><div class="vi-qa-asq-brdr"><div class="vi-qa-ngvi-qa-ask"><span class="vi-qa-qa-ask-span"><a href="http://contact.ebay.com/ws/eBayISAPI.dll?ShowSellerFAQ&amp;_trksid=p4340.l1499&amp;frm=284&amp;iid=260710322149&amp;ssPageName=PageSellerM2MFAQ_VI&amp;redirect=0&amp;requested=needylearner" class="al" title="">Ask a question</a></span></div></div></div><div class="r3_hm" style="border-width: 0pt 0px 1px; padding: 0px; height: 4px; font-size: 0pt; overflow: hidden;"></div></td></tr></tbody></table></div></div></div></div><div><div><br><br><center><span id="counter" class="BasicStyle">00037</span></center></div></div></div></div></div><div id="vi_tabs_1_cnt" class="tb-cntOff"><div><span class="vi-br">Seller assumes all responsibility for this listing.</span><div class="vi-shp"><div class="cr-w cr-bt c-gy-bdr"><div class="cr-cnt"><div><div class="shippingSection_BottomVI vi-shp" id="shipNHadling"><div id="shId"><h3 class="g-m0 head vi-ds2-subt" style="font-size: 16px; font-weight: bold; color: rgb(51, 51, 51);">Shipping and handling</h3></div><div><div><div id="discounts"></div><div class="sh-ItemLoc">Item location: Denver, Colorado, United States</div><div class="sh-ShipSecTop"><div class="sh-ShipTo"><div class="sh-ShipLoc">Shipping to: Worldwide </div><div class="sh-excludedLocns">Excludes: Africa, Middle East, Brazil </div></div><div class="sh-CalcShip"><div class="sh_calcShipPad"><table cellpadding="0" cellspacing="0" width="100%" border="0"><tbody><tr><td nowrap="nowrap" width="40%"><div id="qtyArrowImg" class="sh-hideArrow"></div><div class="sh-InlCnt"><label for="shCountry" class="sh-ShipDtl">Change country:</label><div id="shipToCountry" class="sh-InlCnt"><select class="sh-TxtCnt" id="shCountry" name="country" onchange='return vjo.Registry._29.handle("change");'><option value="0">Show all available</option><option value="4">Afghanistan</option><option value="5">Albania</option><option value="7">American Samoa</option><option value="8">Andorra</option><option value="10">Anguilla</option><option value="11">Antigua and Barbuda</option><option value="12">Argentina</option><option value="13">Armenia</option><option value="14">Aruba</option><option value="15">Australia</option><option value="16">Austria</option><option value="17">Azerbaijan Republic</option><option value="18">Bahamas</option><option value="20">Bangladesh</option><option value="21">Barbados</option><option value="22">Belarus</option><option value="23">Belgium</option><option value="24">Belize</option><option value="26">Bermuda</option><option value="27">Bhutan</option><option value="28">Bolivia</option><option value="29">Bosnia and Herzegovina</option><option value="32">British Virgin Islands</option><option value="33">Brunei Darussalam</option><option value="34">Bulgaria</option><option value="38">Cambodia</option><option value="2">Canada</option><option value="41">Cayman Islands</option><option value="44">Chile</option><option value="45">China</option><option value="46">Colombia</option><option value="50">Cook Islands</option><option value="51">Costa Rica</option><option value="53">Croatia, Republic of</option><option value="55">Cyprus</option><option value="56">Czech Republic</option><option value="57">Denmark</option><option value="59">Dominica</option><option value="60">Dominican Republic</option><option value="61">Ecuador</option><option value="63">El Salvador</option><option value="66">Estonia</option><option value="68">Falkland Islands (Islas Malvinas)</option><option value="69">Fiji</option><option value="70">Finland</option><option value="71">France</option><option value="72">French Guiana</option><option value="73">French Polynesia</option><option value="76">Georgia</option><option value="77">Germany</option><option value="79">Gibraltar</option><option value="80">Greece</option><option value="81">Greenland</option><option value="82">Grenada</option><option value="83">Guadeloupe</option><option value="84">Guam</option><option value="85">Guatemala</option><option value="89">Guyana</option><option value="90">Haiti</option><option value="91">Honduras</option><option value="92">Hong Kong</option><option value="93">Hungary</option><option value="94">Iceland</option><option value="95">India</option><option value="96">Indonesia</option><option value="99">Ireland</option><option value="101">Italy</option><option value="102">Jamaica</option><option value="104">Japan</option><option value="107">Kazakhstan</option><option value="109">Kiribati</option><option value="111">Korea, South</option><option value="113">Kyrgyzstan</option><option value="114">Laos</option><option value="115">Latvia</option><option value="120">Liechtenstein</option><option value="121">Lithuania</option><option value="122">Luxembourg</option><option value="123">Macau</option><option value="124">Macedonia</option><option value="127">Malaysia</option><option value="128">Maldives</option><option value="130">Malta</option><option value="131">Marshall Islands</option><option value="132">Martinique</option><option value="136">Mexico</option><option value="226">Micronesia</option><option value="137">Moldova</option><option value="138">Monaco</option><option value="139">Mongolia</option><option value="228">Montenegro</option><option value="140">Montserrat</option><option value="144">Nauru</option><option value="145">Nepal</option><option value="146">Netherlands</option><option value="147">Netherlands Antilles</option><option value="148">New Caledonia</option><option value="149">New Zealand</option><option value="150">Nicaragua</option><option value="153">Niue</option><option value="154">Norway</option><option value="156">Pakistan</option><option value="157">Palau</option><option value="158">Panama</option><option value="159">Papua New Guinea</option><option value="160">Paraguay</option><option value="161">Peru</option><option value="162">Philippines</option><option value="163">Poland</option><option value="164">Portugal</option><option value="165">Puerto Rico</option><option value="167">Romania</option><option value="168">Russian Federation</option><option value="171">Saint Kitts-Nevis</option><option value="172">Saint Lucia</option><option value="173">Saint Pierre and Miquelon</option><option value="174">Saint Vincent and the Grenadines</option><option value="175">San Marino</option><option value="229">Serbia</option><option value="180">Singapore</option><option value="181">Slovakia</option><option value="182">Slovenia</option><option value="183">Solomon Islands</option><option value="186">Spain</option><option value="187">Sri Lanka</option><option value="189">Suriname</option><option value="192">Sweden</option><option value="193">Switzerland</option><option value="196">Taiwan</option><option value="197">Tajikistan</option><option value="199">Thailand</option><option value="201">Tonga</option><option value="202">Trinidad and Tobago</option><option value="205">Turkmenistan</option><option value="206">Turks and Caicos Islands</option><option value="207">Tuvalu</option><option value="209">Ukraine</option><option value="3">United Kingdom</option><option value="1" selected="selected">United States</option><option value="211">Uruguay</option><option value="212">Uzbekistan</option><option value="213">Vanuatu</option><option value="214">Vatican City State</option><option value="215">Venezuela</option><option value="216">Vietnam</option><option value="217">Virgin Islands (U.S.)</option><option value="218">Wallis and Futuna</option><option value="220">Western Samoa</option></select></div></div></td><td width="60%"><div id="zipArrowImg" class="sh-hideArrow"></div><div id="shZipCode" class="sh-InlCnt"><span><label id="shZipCodeTextDiv" for="shPostalCode" class="sh-ShipDtl sh-hideElement">ZIP Code:</label><div class="sh-ZipAln"><input id="shPostalCode" size="12" name="zipCode" class="sh-TxtCnt sh-hideElement sh-enblBox" disabled="disabled" type="text"></div></span></div><div class="sh-RateBtn sh-InlCnt"><input value="Get Rates" id="shGetRates" name="getRates" class="sh-BtnTxt" type="button"></div></td></tr><tr><td width="40%"><div id="shQtyError" class="sh-hideElement"></div></td><td valign="top" width="60%"><div id="shZipError" class="sh-hideElement"></div></td></tr></tbody></table><div><input id="hiddenCountry" name="hiddenCountry" type="hidden"><input id="hiddenZipCode" name="hiddenZipCode" value="94611" type="hidden"></div></div></div></div><div class="sh_shipTblAln_">&nbsp;</div><div id="shippingSection" class="sh-DTbl"><div class="dt" id="v4-69"><div class="dt-dtbl"><table id="v4-69_tab_0" cellpadding="0" cellspacing="0" width="100%" border="0"><thead><tr class="dt-tblHdr"><th scope="col" id="v4-69_tab_0_srtHCol_0" class="dt-colCnt dt-rowSeptr dt-colHdr dt-alignLft" colspan="1" width="0%"><div class="sh-TblHdr-new">Shipping and handling</div></th><th scope="col" id="v4-69_tab_0_srtHCol_1" class="dt-colCnt dt-rowSeptr dt-colHdr dt-alignLft" colspan="1" width="0%"><div class="sh-TblHdr-new">To</div></th><th scope="col" id="v4-69_tab_0_srtHCol_2" class="dt-colCnt dt-rowSeptr dt-colHdr dt-alignLft" colspan="1" width="0%"><div class="sh-TblHdr-new">Service</div></th><th scope="col" id="v4-69_tab_0_srtHCol_3" class="dt-colCnt dt-rowSeptr dt-colHdr dt-alignLft" colspan="1" width="0%"><div class="sh-TblHdr-new">Estimated delivery*</div></th></tr></thead><tbody><tr><td scope="row" id="v4-69_tab_0_srtCol_0_0" class="dt-colCnt dt-alignLft" rowspan="1" colspan="1"><div class="sh-freeshipping sh-TblCnt">Free shipping</div></td><td id="v4-69_tab_0_srtCol_0_1" class="dt-colCnt dt-alignLft" rowspan="1" colspan="1"><div class="sh-TblCnt">United States</div></td><td id="v4-69_tab_0_srtCol_0_2" class="dt-colCnt dt-alignLft" rowspan="1" colspan="1"><div class="sh-TblCnt"><div><div>Expedited Shipping</div></div></div></td><td id="v4-69_tab_0_srtCol_0_3" class="dt-colCnt dt-alignLft" rowspan="1" colspan="1"><div><div><div id="fdeliveryTime"><div><div><div class="sh-TblCnt">Between <span>Wed. Dec. 29 and Fri. Dec. 31</span><div class="sh-DlvryDtl"></div></div></div></div></div></div></div></td></tr></tbody></table></div></div></div><div id="instrTextTable" class="sh_TopSptr sh-instrText sh-transitTime">* <a href="http://pages.ebay.com/help/buy/contextual/estimated-delivery.html" target="_blank">Estimated delivery dates <b class="g-hdn">- opens in a new window or tab</b></a> include seller's handling time, and will depend on shipping service selected and receipt of <a href="http://pages.ebay.com/help/buy/contextual/domestic-handling-time.html" target="_blank">cleared payment <b class="g-hdn">- opens in a new window or tab</b></a>. Delivery times may vary, especially during peak periods.</div></div></div></div><div class="vi-shp"><div id="dom_handling_timeId"><div class="sh-DTbl"><div class="dt" id="v4-70"><div class="dt-dtbl"><table id="v4-70_tab_0" cellpadding="0" cellspacing="0" width="100%" border="0"><thead><tr class="dt-tblHdr"><th scope="col" id="v4-70_tab_0_srtHCol_0" class="dt-colCnt dt-rowSeptr dt-colHdr dt-alignLft" colspan="1" width="33%"><div class="sh-TblHdr-new">Domestic handling time</div></th></tr></thead><tbody><tr><td scope="row" id="v4-70_tab_0_srtCol_0_0" class="dt-colCnt dt-alignLft" rowspan="1" colspan="1"><div class="sh-TblCnt">Will usually ship within 2 business days of <a href="http://pages.ebay.com/help/buy/contextual/domestic-handling-time.html" target="_blank">receiving cleared payment&nbsp;<b class="g-hdn">- opens in a new window or tab</b></a>.<span id="shphandlingspan"></span></div></td></tr></tbody></table></div></div></div><div class="sh-InpFld"></div><div></div></div></div></div></div></div></div><div><div class="cr-w cr-bt c-gy-bdr"><div class="cr-cnt"><div id="rpdId"><h3 class="g-m0 vi-rpd-rpdTitle_ vi-ds2-subt" style="font-size: 16px; font-weight: bold; color: rgb(51, 51, 51);">Return policy</h3><table class="vi-rpd-tbllyt" cellpadding="5" cellspacing="0" width="99%" border="0"><tbody><tr><td class="vi-rpd-rpdHeader" width="33%"><div>Item must be returned within</div></td><td class="vi-rpd-rpdHeader" width="33%"><div>Refund will be given as</div></td><td class="vi-rpd-rpdHeader" width="33%"><div>Return policy details</div></td></tr><tr><td style="word-wrap: break-word;" class="vi-rpd-rpdContent" width="33%"><div>7 days after the buyer receives it</div></td><td style="word-wrap: break-word;" class="vi-rpd-rpdContent" width="33%"><div>Merchandise Credit</div></td><td class="vi-rpd-rpdContent" width="33%"><div><div style="word-wrap: break-word; color: rgb(93, 93, 93);" class="vi-c-base-font-a vi-c-top-margin-rp">No
8
+ returns for clothes that do not fit. It is the buyers responsibility
9
+ to measure and ask questions before bidding. Item must be returned at
10
+ customers expense for any credit or refund in the same condition with
11
+ delivery confirmation.</div></div></td></tr><tr><td class="vi-rpd-instrText">The buyer is responsible for return shipping costs.</td></tr></tbody></table><br><table class="vi-rpd-tbllyt" cellpadding="5" cellspacing="0" width="99%" border="0"></table></div></div></div></div><div class="vi-pd"><div><div class="cr-w cr-bt c-gy-bdr"><div class="cr-cnt"><div id="payId" class="pay-cont"><h3 class="pay-hdr vi-ds2-subt">Payment details</h3><div class="pay-data"><div class="dt" id="v4-71"><div class="dt-dtbl"><table id="v4-71_tab_0" cellpadding="0" cellspacing="0" width="100%" border="0"><thead><tr class="dt-tblHdr"><th scope="col" id="v4-71_tab_0_srtHCol_0" class="dt-colCnt dt-rowSeptr dt-colHdr dt-alignLft" colspan="1" width="33%">Payment method</th><th scope="col" id="v4-71_tab_0_srtHCol_1" class="dt-colCnt dt-rowSeptr dt-colHdr dt-alignLft" colspan="1" width="33%">Preferred / Accepted</th><th scope="col" id="v4-71_tab_0_srtHCol_2" class="dt-colCnt dt-rowSeptr dt-colHdr dt-alignLft" colspan="1" width="33%"><b>&nbsp;</b></th></tr></thead><tbody><tr><td scope="row" id="v4-71_tab_0_srtCol_0_0" class="dt-colCnt dt-alignLft" rowspan="1" colspan="1"><div id="payDet1"><div><img src="cashmere-sweater_files/imgEcheck.gif" alt="Credit or debit card through PayPal" title="Credit or debit card through PayPal"></div></div></td><td id="v4-71_tab_0_srtCol_0_1" class="dt-colCnt dt-alignLft" rowspan="1" colspan="1"><div id="payPref1">PayPal Preferred</div></td><td id="v4-71_tab_0_srtCol_0_2" class="dt-colCnt dt-alignLft" rowspan="1" colspan="1"><b>&nbsp;</b></td></tr></tbody></table></div></div></div></div></div></div></div></div></div></div></div></div></div></div><script>if (typeof(oGaugeInfo) !== 'undefined') { st = oGaugeInfo.iST; eT = new Date().getTime() - st; oGaugeInfo.sUrl = oGaugeInfo.sUrl+'&atf='+ eT;}</script><script src="cashmere-sweater_files/SYS-ZAM_vjo_e69312303384_1_en_US.js"></script><script src="cashmere-sweater_files/GH-ZAM_RedesignEbayNoneFull_e69912424164_1_en_US.js"></script></div>
12
+ <div id="vi-bottom"><div><div class="dt-tp dt-laB"></div></div><div class="vi-btb-blinks"><span id="ngvibackb" onclick='vjo.darwin.pres.buying.cmp.smartbackto.SmartBackTo.goBackLink("http://fashion.ebay.com/mens-clothing?_pgn=1&amp;_sop=12&amp;_ipg=48&amp;selId=11484&amp;aspects=SIZE~Regular%253DS%257CXS%2540SelectedTab%253DRegular%255EBRAND~SelectedTab%253DPopular%255ECOLOR~%255EPRICE~%255ECONDITION~%255EFORMAT~%255ESELLER~&amp;svcfrom=SIZE", "ngvibackb");'><a href="javascript:history.go(-1)" class="vi-btb-Lt">Back to previous page</a><b class="vi-btb-Lt">&nbsp;|&nbsp;</b></span><a href="http://cgi5.ebay.com/ws/eBayISAPI.dll?SellLikeItem&amp;item=260710322149" class="vi-btb-Lt" rel="nofollow">Sell one like this</a><a href="#" id="_rtop" class="vi-btb-Rt">Return to top</a></div><div class="vi-mcmt pvw_m_sep"></div><div class="vi-cmb" id="rtm_html_973" style="height: 0px; width: 100%; display: none;"></div><div class="vi-cmb" id="rtm_html_974" style="height: 0px; width: 100%; display: none;"></div><div><div style="padding-bottom: 0px; margin-top: 15px;" class="RtmStyle"><span class="RtmStyle1"><div id="rtm_html_825" style="height: 0px; display: none;"></div></span><span><div></div></span><span class="RtmStyle2"><div id="rtm_html_827" style="height: 0px; display: none;"></div></span><span class="RtmStyle3"><div id="rtm_html_829" style="height: 0px; display: none;"></div></span></div></div><div class="vi-cmb" id="rtm_html_813" style="height: 0px; display: none;"></div><div><div class="standard-text"><div id="internal" class="pipelinecolor"><a href="http://shop.ebay.com/i.html?_nkw=sweater">Sweater</a> | <a href="http://popular.ebay.com/clothing-shoes-accessories/tommy-hilfiger.htm">Tommy Hilfiger</a> | <a href="http://popular.ebay.com/clothing-shoes-accessories-/cashmere-sweater.htm">Cashmere Sweater</a> | <a href="http://clothing.shop.ebay.com/Sweaters-/11484/i.html?_nkw=ralph+lauren">Ralph Lauren Sweater</a> | <a href="http://popular.ebay.com/clothing-shoes-accessories-/mens-sweaters.htm">Mens Sweaters</a> | <a href="http://popular.ebay.com/">Popular Searches</a> | <a href="http://reviews.ebay.com/">eBay Reviews</a> | <a href="http://stores.ebay.com/">eBay Stores</a> | <a href="http://www.half.ebay.com/">Half.com</a> | <a href="http://global.ebay.com/">Global Buying Hub</a> | <a href="http://www.ebay.co.uk/">United Kingdom</a> | <a href="http://www.ebay.de/">Germany</a> | <a href="http://www.ebay.com.au/">Australia</a> | <a href="http://www.ebay.ca/">Canada</a></div><div id="external" class="pipelinecolor"><a href="http://www.ebayclassifieds.com/">Free Local Classifieds</a> | <a href="https://www.paypal.com/">PayPal</a> | <a href="http://www.prostores.com/">ProStores</a> | <a href="http://www.rent.com/">Apartments for Rent</a> | <a href="http://www.stubhub.com/">Tickets</a> | <a href="http://www.shopping.com/-tommy+hilfiger">Tommy Hilfiger on Shopping.com</a></div></div></div><div class="coreFooterLinks" id="glbfooter"><table cellpadding="0" cellspacing="0" width="100%" border="0"><tbody><tr><td class="g-pipe"><img src="cashmere-sweater_files/s.gif" alt="" height="10" width="1"><br><a href="http://www.ebayinc.com/">About eBay</a> | <a href="http://pages.ebay.com/securitycenter/index.html">Security Center</a> | <a href="http://pages.ebay.com/buy/tools.html">Buyer Tools</a> | <a href="http://pages.ebay.com/help/policies/overview.html">Policies</a> | <a href="http://stores.ebay.com/">Stores</a> | <a href="http://pages.ebay.com/sitemap.html" _sp="l1625">Site Map</a> | <a href="http://viv.ebay.com/ws/eBayISAPI.dll?EbayTime">eBay official time</a></td></tr><tr><td height="5"></td></tr><tr><td colspan="2" height="1" bgcolor="#cccccc"></td></tr><tr><td height="10"></td></tr><tr class="g-hlp" valign="top"><td class="g-nav coreFooterLegalNotice">Copyright
13
+ © 1995-2010 eBay Inc. All Rights Reserved. Designated trademarks and
14
+ brands are the property of their respective owners. Use of this Web site
15
+ constitutes acceptance of the eBay <a href="http://pages.ebay.com/help/policies/user-agreement.html?rt=nc" target="_blank">User Agreement</a> and <a href="http://pages.ebay.com/help/policies/privacy-policy.html?rt=nc" target="_blank">Privacy Policy</a>.<br><img src="cashmere-sweater_files/s.gif" alt="" height="20"></td></tr></tbody></table><div id="cobrandFooter"></div></div><script type="text/javascript">var _GlobalNavHeaderStatic=false, _GlobalNavHeaderCookieTracking=true, _GlobalNavHeaderSrcPageId=4340;vjo.darwin.core.ebayheader.rover.FooterRover.roverService("http://rover.ebay.com/idmap/0?footer");; if(vjo && vjo.darwin && vjo.darwin.globalnav && vjo.darwin.globalnav.rtm && vjo.darwin.globalnav.rtm.GlobalHeaderRtmCall)vjo.darwin.globalnav.rtm.GlobalHeaderRtmCall.submitRTMCall("http://include.ebaystatic.com/v4js/en_US/e699/GH-ZAM_RedesignEbayRTM_e69912424164_1_en_US.js");</script><div style="margin-top: 5px;"></div><div class="vi-cmb" id="rtm_html_283" style="width: 100%; height: 0px; display: none;"></div><div id="tacodaVIWatching" class="z_4"><div class="vi-cmb" id="rtm_html_280" style="width: 100%; height: 0px; display: none;"></div></div><script type="text/javascript">vjo.darwin.globalnav.holidayimage.HolidayImage.setMarginForIE("holidayImgS", false);
16
+ vjo.Registry.put('bta', new vjo.darwin.globalnav.bta.BuyerTransactionAlert("bta", 60, 2, 2, "http://bmsgs.ebay.com/ws/eBayISAPI.dll?GetBuyerTransactionAlerts", "http://q.ebaystatic.com/aw/pics/", "http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem", "Watched Item ending soon!", "You've been outbid!", "You've received a Second Chance Offer", "You've received a Transaction Confirmation Request."));
17
+ vjo.darwin.globalnav.util.EventReg.aggregate(vjo.Registry._bta.onRefreshHdl());
18
+ vjo.darwin.globalnav.util.EventReg.browseCategories("BrowseCategoriesMenu", "http://include.ebaystatic.com/categoryjs/96/en_US_MAIN/category_96en_US_MAIN0.js");
19
+ vjo.darwin.globalnav.util.EventReg.impression("AGUb4aB8*");
20
+ </script></div>
21
+ </div>
22
+ <!--v.rpn377,RcmdId ViewItemNext,RlogId p4%60bo7%60jtb9%3Fv%7F.rpn377-12d26194775--><script type="text/javascript">vjo.dsf.error.ErrorHandlerManager.register(new vjo.dsf.error.DefaultErrorHandler());
23
+ vjo.dsf.error.ErrorHandlerManager.enableOnError(true);
24
+ vjo.dsf.cookie.VjCookieJar.sCookieDomain = '.ebay.com';vjo.dsf.cookie.VjCookieJar.writeCookielet('ebay','js','1');
25
+ </script><script type="text/javascript">var _GlobalNavHeaderUtf8Encoding=true;
26
+
27
+ </script><script type="text/javascript">var _oGlobalNavRTMInfo={};_oGlobalNavRTMInfo.aRTMPlacementData=[];_oGlobalNavRTMInfo.aRTMPlacementData=[{"ord":null,"maxWidth":"470","rtmUrl":"http://srx.main.ebayrtm.com/rtm","htmlId":"rtm_html_433","userId":null,"isUserSignin":false,"GUid":null,"renderBeforeOnload":true,"maxHeight":"22","pid":"433"},{"ord":null,"maxWidth":"160","rtmUrl":"http://srx.main.ebayrtm.com/rtm","htmlId":"rtm_html_876","userId":null,"isUserSignin":false,"GUid":null,"renderBeforeOnload":true,"maxHeight":"22","pid":"876"},{"ord":null,"maxWidth":"160","rtmUrl":"http://srx.main.ebayrtm.com/rtm","htmlId":"rtm_html_912","userId":null,"isUserSignin":false,"GUid":null,"renderBeforeOnload":true,"maxHeight":"22","pid":"912"}];
28
+ (function(){
29
+ var _s=vjo.dsf.ServiceEngine, $se=_s.register;var _r=vjo.Registry;
30
+ _r.put('38', new vjo.darwin.core.rtm.RTMInit({"contentTypes":[null,null,null,null,null,null,null,null,null],"triggerEvent":["0","0","0","0","0","0","0","0","1"],"onload":false,"defaultUrls":["","collapse","collapse","","","","","",""],"pids":["699","973","974","825","827","829","813","283","280"],"adSurveyJsUrl":"http://include.ebaystatic.com/v4js/en_US/e693/GH-ZAM_AdSurvey_e69312303384_1_en_US.js","expJsUrl":"http://include.ebaystatic.com/v4js/en_US/e693/GH-ZAM_ExpAd_e69312303384_1_en_US.js","htmlIds":["rtm_html_699","rtm_html_973","rtm_html_974","rtm_html_825","rtm_html_827","rtm_html_829","rtm_html_813","rtm_html_283","rtm_html_280"],"expandDirections":[null,null,null,null,null,null,null,null,null],"hasSurvey":[null,null,null,null,null,null,null,null,null],"quickPids":[],"fetchUrl":null,"mode":"0","suppressRtmCmd":false,"popupBoxJsUrl":"http://include.ebaystatic.com/v4js/en_US/e693/GH-ZAM_PopupBox_e69312303384_1_en_US.js","maxExpandWidths":null,"heights":["25","100%","100%","115","100","115","100%","1","1"],"widths":["447","100%","100%","300","300","300","940","100%","100%"],"maxExpandHeights":null,"url":"http://srx.main.ebayrtm.com/rtm?RtmCmd&a=json&p=699:973:974:825:827:829:813:283:280&ph=0:0:0:0:0:0:0:0:0&ev=0:0:0:0:0:0:0:0:1&l=lastdibs&g=31eb9c9f12a0a0e203037cb3ff72b49a&uf=0&c=1H4sIAAAAAAAAAFVT204cMQx9R%2BIfIvUmVWFlO5dJkPIAywpQWUAM0D4gVcNuCqMuM%2B3sILoVH19PMoD6lPjYsY%2BPnXflYyMO4kKQFYS7inb5Mi8vBQHC9tYv8kXA4QQMyQYI89isBQJ8ENO98mg%2Bu5iJ8uts73J2IQ67aiOU2H%2Fs%2B7YR03a1qjpxIvpWfDtJ2UxAa8ih84OpMPyo1vd120zibbWZLNoHhlG5gGB8unJ51GYojd4HslAgKCLU2a0SO1QUYJKCOGVCLIX8SL8lsKPPYyjrv1GOxGTZb1ZRZrZSqJ1MX86rPnZ1tZJT5vgQu8hInbpqOzl0Kve7qlnKL3X3czVcjmKzihuR0omnur8fFZDXsduIw7ZdMtAs654bZh7KFeHw6lZX%2B%2B7z9taiXgakm0cAQIR8mv%2FNQTJ%2BQwVYR5oKrbREBxa0LhRYLznSgjHKWCSpHPD0iAVzIMmDARbFF0CDBOSzFIbT4cSbhOlXAsk1autU4EKDgApdMJS9jkbl06Ewrwlm1RXabCLHTyBH6DA9Oj6dlbPve1fTy%2BOz04Sq8QGnI680aWM9MxhaRRN43SAPljjyPYFMdgIKk55qyCmwcGG6avv7urmTorxv41p8FHuLRVyv266O69wZL%2B%2BntXgJzFj5FIdRr9961zrz5xq8PU4nLG%2BPAheyDZk6FGFe3dW%2FH6M4aNuOITcGqnD2KzY3ybIjBuG8uovXdXw67uPDafzTD70Ep%2FPvcuMvK8Z9htf6ZHn9URkepdQoTSGNkoNkUgE5abw0KC07%2BE7pc9lw3sWd9qmJy%2FT3fCiYdOGfiUg5557JEXlrn3l6vEv0rJUz3HIq9vLt80BJ6bDj05%2B13Am7%2FgHikGV%2FOQQAAA%3D%3D&ord=1293424346997","reportAdJsUrl":"http://include.ebaystatic.com/v4js/en_US/e693/GH-ZAM_RtmDC_e69312303384_1_en_US.js","merchPrefix":"ME","onDemandPids":[],"onScrollPids":[],"expandSecurityTokens":null,"th":{},"showPH":["0","0","0","0","0","0","0","0","0"],"allowExpandOnPageLoad":null,"delayedContent":[null,null,null,null,null,null,null,null,null],"dblclkUrls":["","","","","","","","",""]}));
31
+ $se(0,'RTM_CALLBACK_SERVICE',vjo.Registry.get('38'));
32
+ $se(2,function(message) {if (message.trspType == 'Remote') { message.stok = '-132933418' };});
33
+ $se(2,function(message) {if (message.trspType == 'Remote') {message.pId = '4340';}});
34
+ $se(6,'Remote',function (message) {vjo.darwin.tracking.sojourner.TrackingRespHdl.handleResponse(message); });
35
+ })();
36
+ </script><script type="text/javascript">(function() {vjo.dsf.ServiceEngine.handleRequest(new vjo.dsf.Message('RTM_CALLBACK_SERVICE'));})();
37
+ </script><script type="text/javascript" src="cashmere-sweater_files/SYS-ZAM_Omniture_e69312303384_5_en_US.js"></script><script type="text/javascript" src="cashmere-sweater_files/BuyingApp_Common_e69512334701_6b_en_US.js"></script><script type="text/javascript" src="cashmere-sweater_files/BuyingApp_ViewItemATLShipping_e69312303384_6_en_US.js"></script><script type="text/javascript">if(plst!=null){var plft = new Date().getTime();var pllt = ((plft - plst) / 1000);if (pllt >= 999) {pllt = 999;}pllt = pllt.toString();if (pllt.length > 3) {pllt = pllt.substring(0, 3);}vjo.dsf.cookie.VjCookieJar.writeCookielet("ebay","lrtjs",pllt);}
38
+ vjo.darwin.globalnav.util.EventReg.vnlArrow("11450_sp", "gh-act gh-ua", {"gh_vnl_0":["v4-0",null],"gh_vnl_1":["v4-0",null],"gh_vnl_2":["v4-0",null],"gh_vnl_3":["v4-0",null]}, "gh-vsmn", null, [500,500], "VNL_MENU", "http://cgi1.ebay.com/ws/eBayISAPI.dll?GlobalHeaderAjax&vnlmenu=true&catid=11450&pageid=4340");
39
+ vjo.darwin.tracking.rover.Rover.roverTrack();
40
+ (function () {
41
+ var _r = vjo.Registry;
42
+ function $o3(){return new vjo.darwin.core.overlaypanel3.PositionElement(true);};function $o5(p0){return new vjo.darwin.core.overlaypanel3.harrow.OverlayPanelWithHArrow(p0,new Array('aro-al aro-rt','aro-al aro-rl','aro-ar aro-lt','aro-ar aro-ll'),28,"CENTER","29");};function $o6(){return new vjo.darwin.pres.buying.cmp.watchitem.WatchItem({watchingText:"defWatchingText",watchDiv:"linkId",upArrowImageDiv:"upArr",guestMsgs:["You can add ##n## more item.","You can add ##n## more items."],maxDiv:"errorDiv",resDiv:"middleDiv",itemsStr:"(##i## items)",watchBottomDiv:"watchLinkBottom",mainDiv:"masterDiv",guestDiv:"guestId",downArrowImageDiv:"dwnArr",watchingDiv:"watchButtonStatus",itemStr:"(##i## item)",baseUrl:"http://cgi1.ebay.com/ws/eBayISAPI.dll?MakeTrack&item=260710322149&sourcePage=4340&ssPageName=VIP:watchlink:top:en&wt=a4efb023b9b88bcd4ca91245fa2c02f7&_trksid=p4340.l1359",watchActTopDiv:"linkTopAct",watchBottomRow:"wchBtmRow",watchActBottomDiv:"watchLinkBottomAct",watchLabel:" ",watchLabelDiv:"watchLabelDiv",watchMiddleDiv:"watchLinkButton",blueKaiPid:280,NGVIWatchersPC:false,watchMiddleRow:"wchMidRow",maxtrackedItem:0,watchCountIsOne:false,userMsgs:["You’re the first person to watch this item. Don’t let it get away!","people are watching this item. Place a bid and beat them to buy this item!","##n## item can still be added to your watch list.","##n## items can still be added to your watch list.","person is watching this item. Place a bid and improve your chances to buy this item."]});};function $o7(p0,p1,p2){return new vjo.darwin.pres.buying.cmp.shippingrates.CountrySelect(p0,p1,p2,["1,0","2,1"]);};function $o9(p0_4,p0_10,p0_11,p0_18,p0_22,p0_23,p0_26,p0_29,p0_31){return new vjo.darwin.core.overlaypanel3.OverlayPanel({CHI:"v4-42",HM:false,mzid:6000,jsr:null,STK:p0_4,PCSN:"OP_CLSD",SC:"olp-mn olp-ws_c",SOn:true,zid:4000,OD:0,COB:p0_10,ICOMO:p0_11,POSN:"OP_OPND",CSN:"OP_CLS",CID:null,HOF:0,CD:0,ACC:true,CJId:p0_18,OSN:"OP_OPN",VA:"auto",scrbl:false,VOF:p0_22,SIC:p0_23,VANS:-1,MCI:"",CW:p0_26,HA:"auto",MCO:"",HJId:p0_29,scrlH:0,CId:p0_31});};_r.put('Js-v4-12',new vjo.darwin.comp.button.Button({"FName":null,"BT":"psb-S","scope":"bn","subScope":"psb","LId":"txt_v4-12","svcId":"BTN_SBMT_SRV_v4-12","tp":1,"BId":"but_v4-12","SId":"spn_v4-12","dis":false})); _r.put('addLst_js',new vjo.darwin.pres.buying.cmp.addtolist.AddToList({"mskuItem":false,"defList":false,"BKId":280,"addCnt":"Add to ##1","watchListId":-99,"watchStatusCnt":"Added to your ##1","nwDefCt":"Type a new list name here","maxListCount":50,"listFull":"##1 is full","watchList":"Watch list","jitId":null,"watchListBaseUrl":"http://cgi1.ebay.com/ws/eBayISAPI.dll?MakeTrack&item=260710322149&sourcePage=4340&ssPageName=VIP:watchlink:top:en&wt=a4efb023b9b88bcd4ca91245fa2c02f7&_trksid=p4340.l1360&SubmitAction.AddToListVI=x","signInRedirectUrl":"http://cgi1.ebay.com/ws/eBayISAPI.dll?MakeTrack&item=260710322149&sourcePage=4340&ssPageName=VIP:watchlink:top:en&wt=a4efb023b9b88bcd4ca91245fa2c02f7&_trksid=p4340.l1360&SubmitAction.AddToListVI=x","dropDownJsId":"dropdown","adddedMoreLst":"Added to ##2 lists","allListIds":[-99],"inWl":false,"newOl":"nLstOly","nwTxtId":"nLstTxt","watchLinkId":"linkTopAct","itemEnded":false,"itemListIds":[],"adddedOneLst":"Added to your ##1 list","statusMsg":"statusmsg","hasWatchLink":true,"otherListBaseUrl":"http://my.ebay.com/ws/eBayISAPI.dll?MyEbayBeta&entityInfo=260710322149^ITEM&vi=true&SubmitAction.AddToListVI=x&pItemId=260710322149","addToWatch":"Add to Watch list","maxListIds":[],"addtoListLabel":"Add to list"})); _r.put('dropdown',new vjo.darwin.pres.buying.cmp.dropdown.DropDown({"selSvcId":"D_ISID","firstAddToWatch":false,"panel":"pnl_addToList","charLimit":35,"cnAttrVal":"true","itemAnch":"_ita_addToList","titleAnch":"-99_ttl_addToList","ddSpan":"dd_addToList","footerDs":false,"swAttrVal":"true","itemIdList":{"-99":false},"swAttrNm":"sw","ellipses":"...","pnlStrAnch":"s_addToList","titleSp":"ttlsp_addToList","ul":"ul_addToList","footer":"s","cnAttrNm":"nw","imgId":"img_addToList","pnlEndAnch":"e_addToList"})); _r.put('nLstOlyjsid',$o3()); _r.put('3nLstOly',$o9(true,true,false,"3nLstOly",-18,false,300,"nLstOlyjsid","nLstOly")); _r.put('7',$o7("clcountry","clZipCodeTextDiv","clzipCode")); _r.put('chngLocjsid',$o3()); _r.put('10chngLoc',$o9(false,false,false,"10chngLoc",20,true,334,"chngLocjsid","chngLoc")); _r.put('disPnljsid',$o5("disPnlarid")); _r.put('13disPnl',$o9(false,false,false,"13disPnl",0,false,175,"disPnljsid","disPnl"));
43
+ _r.put('hldolpjsid',$o5("hldolparid")); _r.put('16hldolp',$o9(false,true,false,"16hldolp",0,false,250,"hldolpjsid","hldolp")); _r.put('v4-47jsid',$o5("v4-47arid")); _r.put('19v4-47',$o9(false,false,true,"19v4-47",0,false,250,"v4-47jsid","v4-47")); _r.put('22',$o6()); _r.put('23',$o6()); _r.put('ic_js_vv4-53',new vjo.darwin.core.imagecontainerwithtoolbar.ImageContainerWithToolbar({"mskId":"vv4-53_zm_msk","cmpId":"vv4-53","ZHt":320,"imgData":{"src":"http://i.ebayimg.com/10/!C!m+D7g!2k~$(KGrHqMOKkMEzJ3QHtSlBNDtKv3vb!~~0_35.JPG","customAttributes":{},"alt":"Mens 100% CASHMERE SWEATER Gray 3 Button Collar L to XL","href":null},"loadSrvcId":"LOAD_HIRES_SRVC_ID_vv4-53","hiResImgHt":800,"ancId":"vv4-53_a","TBarId":"vv4-53_TB","DEnTxt":"Enlarge option unavailable","ZErrId":"vv4-53_zm_zErr","height":300,"hiResImgCntrId":"vv4-53_zm_zCtr","preLoad":true,"msgTxtId":"vv4-53_zm_txt","mrkCntrId":"vv4-53_zm_mCtr","bdrId":"vv4-53_bdiv","dsblZoomTitle":"Close up image unavailable","noZoomMsg":"Zoom unavailable","zoomMsg":"Zoom","hiResImgData":{"src":"http://i.ebayimg.com/10/!C!m+D7g!2k~$(KGrHqMOKkMEzJ3QHtSlBNDtKv3vb!~~0_3.JPG","customAttributes":{},"alt":null,"href":null},"reszOnLd":false,"mskImgId":"vv4-53_zm_mImg","zoomSrvcId":"MN_CLK_SVCvv4-53_TB_0","imgId":"i_vv4-53","EEnTxt":"Enlarge","IDivId":"vv4-53_idiv","hiResCntId":"vv4-53_zm_iCtr","width":300,"ZWd":320,"DEnTip":"Enlarge image option unavailable","mkrId":"vv4-53_zm_mrk","hiResImgWd":800,"zoomCntId":"vv4-53_zm","enblZoomTitle":"Show close up area of image","enIdx":1,"loadSvcId":"LOAD_IMG_SRVC_ID_vv4-53","dsblClz":"tbr-d","clkLstrKey":null,"hiResId":"vv4-53_zm_zImg","thrbId":"vv4-53_t","errId":"vv4-53_e","err":null,"zoomIdx":0,"EEnTip":"Show larger and alternate views","clkSrvId":"IMG_CNTR_CLICKED_vv4-53","zoomThrobId":"vv4-53_zm_thr","msgId":"vv4-53_zm_msg","thr":null,"enblClz":"ict-zm","enlrgSrvcId":"MN_CLK_SVCvv4-53_TB_1"})); _r.put('th_js_vv4-53',new vjo.darwin.core.thumbnailgrid.ThumbnailGrid({"instId":"th_js_vv4-53","cmpId":"vv4-53","width":32,"noOv":false,"hrSrvId":"TH_HVR_SVCvv4-53","selPfx":"sel_vv4-53_","errUrl":"http://p.ebaystatic.com/aw/pics/cmp/icn/iconImgNA_32x32.gif","divId":"vv4-53_div","imgData":[{"src":"http://i.ebayimg.com/10/!C!m+D7g!2k~$(KGrHqMOKkMEzJ3QHtSlBNDtKv3vb!~~0_14.JPG","customAttributes":{},"alt":"Mens 100% CASHMERE SWEATER Gray 3 Button Collar L to XL","href":null},{"src":"http://i.ebayimg.com/15/!C!m+Fs!EWk~$(KGrHqYOKiwEzVfe9p-9BNDtK4SgRg~~0_14.JPG","customAttributes":{},"alt":null,"href":null},{"src":"http://i.ebayimg.com/14/!C!m+HIQ!2k~$(KGrHqYOKp!Ey+jC0CGYBNDtL!Tc9w~~0_14.JPG","customAttributes":{},"alt":null,"href":null},{"src":"http://i.ebayimg.com/06/!C!m+IcgB2k~$(KGrHqEOKkUEzHjyRCezBNDtLIJs7g~~0_14.JPG","customAttributes":{},"alt":null,"href":null}],"padding":0,"pos":2,"clkLstrKey":null,"brd1Id":"b1_vv4-53_","rows":1,"brd2Id":"b2_vv4-53_","idList":["vv4-53_div","vv4-53_tbl","t_ivv4-53_","t_c_vv4-53_","b1_vv4-53_","b2_vv4-53_","pD_vv4-53","sel_vv4-53_"],"currSelImg":"t_c_vv4-53_0","scBarId":null,"errCss":"tg-e32","forcedLoad":false,"hvrBgClr":"#3881e8","clkBgClr":"#666","noC":false,"trPfx":"t_r_vv4-53_","height":32,"cellHeight":43,"cls":["tg-tb","tg-clp","tg-td","tg-tbL","tg-tbT"],"prDivId":"pD_vv4-53","spacer":{"src":"http://q.ebaystatic.com/aw/pics/s.gif","customAttributes":{},"alt":"","href":""},"clkSrvId":"TH_CLK_SVCvv4-53","moutSrvId":"TH_OUT_SVCvv4-53","tdPfx":"t_c_vv4-53_","cols":6,"resizeOnLoad":true,"tblId":"vv4-53_tbl","imgPfx":"t_ivv4-53_"})); _r.put('vv4-53_js',new vjo.darwin.core.viewselector1.ViewSelectorWithToolbar({"DE":false,"cmpId":"vv4-53","icJsInstId":"ic_js_vv4-53","width":300,"height":300,"gtId":"gt_v4-53","mnImgData":[{"src":"http://i.ebayimg.com/10/!C!m+D7g!2k~$(KGrHqMOKkMEzJ3QHtSlBNDtKv3vb!~~0_35.JPG","customAttributes":{},"alt":"Mens 100% CASHMERE SWEATER Gray 3 Button Collar L to XL","href":null},{"src":"http://i.ebayimg.com/15/!C!m+Fs!EWk~$(KGrHqYOKiwEzVfe9p-9BNDtK4SgRg~~0_35.JPG","customAttributes":{},"alt":null,"href":null},{"src":"http://i.ebayimg.com/14/!C!m+HIQ!2k~$(KGrHqYOKp!Ey+jC0CGYBNDtL!Tc9w~~0_35.JPG","customAttributes":{},"alt":null,"href":null},{"src":"http://i.ebayimg.com/06/!C!m+IcgB2k~$(KGrHqEOKkUEzHjyRCezBNDtLIJs7g~~0_35.JPG","customAttributes":{},"alt":null,"href":null}],"spTd":"vv4-53_sp","hiResImgData":[{"src":"http://i.ebayimg.com/10/!C!m+D7g!2k~$(KGrHqMOKkMEzJ3QHtSlBNDtKv3vb!~~0_3.JPG","customAttributes":{},"alt":null,"href":null},{"src":"http://i.ebayimg.com/15/!C!m+Fs!EWk~$(KGrHqYOKiwEzVfe9p-9BNDtK4SgRg~~0_3.JPG","customAttributes":{},"alt":null,"href":null},{"src":"http://i.ebayimg.com/14/!C!m+HIQ!2k~$(KGrHqYOKp!Ey+jC0CGYBNDtL!Tc9w~~0_3.JPG","customAttributes":{},"alt":null,"href":null},{"src":"http://i.ebayimg.com/06/!C!m+IcgB2k~$(KGrHqEOKkUEzHjyRCezBNDtLIJs7g~~0_3.JPG","customAttributes":{},"alt":null,"href":null}],"thWidth":0,"zoom":true,"thImgData":[{"src":"http://i.ebayimg.com/10/!C!m+D7g!2k~$(KGrHqMOKkMEzJ3QHtSlBNDtKv3vb!~~0_14.JPG","customAttributes":{},"alt":"Mens 100% CASHMERE SWEATER Gray 3 Button Collar L to XL","href":null},{"src":"http://i.ebayimg.com/15/!C!m+Fs!EWk~$(KGrHqYOKiwEzVfe9p-9BNDtK4SgRg~~0_14.JPG","customAttributes":{},"alt":null,"href":null},{"src":"http://i.ebayimg.com/14/!C!m+HIQ!2k~$(KGrHqYOKp!Ey+jC0CGYBNDtL!Tc9w~~0_14.JPG","customAttributes":{},"alt":null,"href":null},{"src":"http://i.ebayimg.com/06/!C!m+IcgB2k~$(KGrHqEOKkUEzHjyRCezBNDtLIJs7g~~0_14.JPG","customAttributes":{},"alt":null,"href":null}],"scJsInstId":null,"thHeight":0,"scrollCnt":0,"mnImgId":"i_vv4-53","thJsInstId":"th_js_vv4-53"})); _r.put('27',new vjo.darwin.pres.buying.cmp.itempictures.ItemPictures({"noVarImgTxt":null,"picIdxChgSrvId":"vi-PicSelIdxValChange","trackId":"l1494","thmMOSrvid":null,"VSJsRefId":null,"priTrtValSvcId":"vi-PriTraitValChange","thmClkSrvid":null,"imgConId":null,"pageId":"p4340","noImgIdx":0,"noVarImgClass":null,"varSellblId":null}));
44
+ _r.put('v4-54',new vjo.darwin.pres.buying.cmp.bid.Bid({"changeBidUrl":null,"placeBidContId":null,"lmd":0,"fastDur":0,"accRatio":0,"bidAgainUrl":null,"promoReq":null,"EBayBucksContId":null,"confirmBidUrl":null,"EBayBucksRowId":null,"errorContId":null,"placeBidUrl":null,"timeContId":null,"leftMaxBidId":null,"placeBidToolbarId":null,"pageMaxBidTxtId":"v4-39","daysContId":null,"confirmMaxBidContId":null,"slowInt":0,"lmdName":null,"rightMaxBidId":null,"maxBidTxtId":null,"secondsLblId":null,"bidConfirmToolbarId":null,"inclVatLblId":null,"currBidContId":null,"bidConfirmFooterId":null,"shippingContId":null,"infoContId":null,"dateContId":null,"initUrl":"https://signin.ebay.com/ws/eBayISAPI.dll?SignIn&ru=http%3A%2F%2Fcgi.ebay.com%2Fws%2FeBayISAPI.dll%3FViewItemNext%26bolp%3D1%26item%3D260710322149","slowDur":0,"reviewMaxInclVatLblId":null,"changeBidLinkId":null,"virIdName":null,"maxBidContId":null,"hrsLblId":null,"secondsContId":null,"pageShippingFeeElemId":null,"ocbEnabled":null,"autoRefreshVal":null,"daysLblId":null,"minToBidContId":null,"congratsContId":null,"ocbJsCompId":null,"ocbLinkId":null,"dateTimeContId":null,"disclaimerContId":null,"changeBidBtnId":null,"confirmBidContId":null,"content":null,"confirmBidBtnId":null,"congratsMsgContId":null,"refreshBtnId":null,"timeLeftContId":null,"maxReBidTxtId":null,"shippingRowId":null,"pageMaxBidFormId":"v4-29","aDivid":null,"merchContId":null,"localCurrBidContId":null,"dayLeftContId":null,"overlayCmpId":null,"titleId":null,"refreshUrl":null,"clzNames":null,"outbidLegalContId":null,"bmlRow":null,"virId":0,"ocbContId":null,"hoursLblId":null,"errorMsgContId":null,"increaseMaxBidContId":null,"minToReBidContId":null,"throbberContId":null,"manualRefreshVal":null,"minutesContId":null,"rightMaxReBidId":null,"maxBidParamName":"maxbid","accDur":0,"infoMsgContId":null,"makeBidUrl":null,"placeBidBtnId":null,"showMerch":null,"bidConfirmCloseLinkId":null,"closeLinkId":null,"bmlContId":null,"refreshBtnContId":null,"currBidExclVatContId":null,"cancelLinkId":null,"minutesLblId":null,"reviewBidContId":null,"confirmMaxInclVatLblId":null,"hoursContId":null,"siteCatalyst":null,"refreshTypeName":null,"leftMaxReBidId":null,"currBidRowId":null,"slowConnUrlContId":null,"arefreshCmpJsId":null,"reviewBidToolbarId":null,"accBase":0,"fastInt":0,"hrsContId":null,"maxBidValue":null,"bmlCoreRow":null,"sUrl":null,"currBidExclVatId":null})); _r.put('29',$o7("shCountry","shZipCodeTextDiv","shPostalCode")); _r.put('Js-vi_tabs',new vjo.darwin.comp.tab.Tab({"SC":"tb","BS":false,"MSI":"TAB_CLK1_vi_tabs","ABG":null,"AI":0,"id":"vi_tabs"})); _r.put('v4-7',new vjo.darwin.pres.buying.cmp.autorefresh.AutoRefresh({"accDur":5,"slowDur":60,"warningMsgId":"v4-5","currentBidLocalId":"v4-49","lmd":1293424346000,"currentBidExclVatId":"v4-51","fastDur":1,"virIdName":"lvr","quantityId":"v4-48","reserveStatusId":"v4-50","hoursId":"v4-30","accRatio":0.75,"successMsgContId":"v4-4","minToBidId":"v4-40","bidCountId":"v4-36","currentBidInclVatLocalId":null,"warningMsgContId":"v4-6","minutesLblId":"v4-33","currentBidInclVatId":null,"autoRefreshVal":"4","virId":0,"minutesId":"v4-32","currentBidExclVatLocalId":"v4-52","auctionType":{"value":1,"id":1,"name":"CHINESE","integer":1},"refreshTypeName":"dl","isAutoRefresh":true,"hoursLblId":"v4-31","isManualRefresh":true,"manualRefreshVal":"5","bidCmpJsId":null,"lmdName":"lastaccessed","slowInt":300,"url":"http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItemLite&item=260710322149&si=anphlBjSH8AsKsJD7uuKDXwqhAs%3D","refreshLinkId":"v4-37","highBidderId":null,"accBase":2,"secondsLblId":"v4-35","fastInt":2,"statusMsgBgrClz":["stsMsg-infoBgr","stsMsg-errBgr","stsMsg-warnBgr","stsMsg-sucBgr"],"timeLeft":223,"content":{"CHINESE_BUYER_FIRST_BID":"You're the highest bidder.","CHINESE_BUYER_HIGH_BIDDER_ONE_MAX_BID_AWAY":"You're the highest bidder.","CHINESE_BUYER_HIGH_BIDDER_LESSTHAN_60_MIN_LEFT":"You're the highest bidder.","MAX_BID_HELP_DEFAULT":"(Enter ##1## or more)","CHINESE_BUYER_HIGH_BIDDER_RESERVE_NOT_MET":"You're the highest bidder but the reserve price has not been met.","REFRESH_LINK_HELP":"Refresh this page in a faster way and see latest bidding activity","CHINESE_BUYER_HIGH_BIDDER":"You're the highest bidder.","CHINESE_BUYER_OUTBIDDER":"You've been outbid.","MAX_BID_HELP_HIGHBIDDER":"(Enter more than ##1##)","RESERVE_MET":"Reserve met","RESERVE_NOT_MET":"Reserve not met"},"successMsgId":"v4-3","secondsId":"v4-34","ocbCmpJsId":null,"statusMsgContId":"v4-2","currentBidId":"v4-38"})); _r.put('v4-66',new vjo.darwin.pres.buying.cmp.description.HideShowIframe({"descIframeId":"b","frameUrl":"http://vi.ebaydesc.com/ws/eBayISAPI.dll?ViewItemDescV4&item=260710322149&bv=mozilla&t=1290482104000&nv=2&js=-1&ssid=0&s1=0&category=11484&seller=needylearner&caz.html","srcMode":null})); _r.put('UserDescription',new vjo.darwin.pres.buying.cmp.userdescription.UserDescription({"descIframeId":"b","avsUrl":null,"warnMessage":"","clientLogUrl":null,"warn":false,"clientErrorLogEnabled":false,"sellerId":null,"avs":false,"itemId":0})); _r.put('37',new vjo.darwin.comp.base.Base()); })();
45
+ (function(){
46
+ var _d=vjo.dsf.EventDispatcher;
47
+ var _r=vjo.Registry;
48
+ function $10(p0){return function(event){return this.setMState(p0);};};function $13(p0,p1){return function(event){return this.olpMsg(p0,p1);};};function $14(p0){return function(event){return this.clickedServiceHandler(p0,null);};};function $15(p0){return function(event){return this.submit(p0);};};function $16(){return function(event){return this.onMin();};};function $19(p0){return function(event){return this.toggleDiv(p0,"masterDiv","dwnArr","upArr");};};function $20(){return function(event){return this.catchElement(event);};};function $22(){return function(event){return this.onMout();};};_r.put('6', new vjo.darwin.pres.buying.cmp.shippingrates.UpdateHiddenFields(["hiddenQuantity","hiddenCountry","hiddenZipCode"], ["clquantity","clcountry","clzipCode"])); _r.put('8', new vjo.darwin.pres.buying.cmp.shippingrates.OnEnterUpdate("clGetRates")); _r.put('9', new vjo.darwin.pres.buying.cmp.shippingrates.ShippingRequest("http://frame.ebay.com/ws/eBayISAPI.dll?NextGenGetItemShippingCost&", null, 1, "clcountry", "clquantity", "clzipCode", 260710322149, "clGetRates")); _r.put('30', new vjo.darwin.pres.buying.cmp.shippingrates.OnEnterUpdate("shGetRates")); _r.put('31', new vjo.darwin.pres.buying.cmp.shippingrates.ShippingRequest("http://frame.ebay.com/ws/eBayISAPI.dll?NextGenGetItemShippingCost&", null, 1, "shCountry", "shQuantity", "shPostalCode", 260710322149, "shGetRates")); _d.add('nLstTxt','keypress',function(event) { this.onEnter(event, "ad_btn"); },vjo.darwin.pres.buying.cmp.addtolist.AddToList);_d.add('ad_btn','click',function(event) { this.createNewListRequest("nLstTxt"); },vjo.darwin.pres.buying.cmp.addtolist.AddToList);_d.add('v4-41','click',$13("OP_CLSnLstOly","v4-41"),vjo.darwin.core.overlaypanel3.OverlayPanel);_d.add('nLstOly','mouseover',$10(1),_r._3nLstOly);_d.add('nLstOly','mouseout',$10(0),_r._3nLstOly);_d.add('nLstOly','mouseover',$16(),_r._3nLstOly);_d.add('nLstOly','mouseout',$22(),_r._3nLstOly);_d.add('nLstOly_cbtn','click',$13("OP_CLSnLstOly","nLstOly_cbtn"),vjo.darwin.core.overlaypanel3.OverlayPanel);_d.add('changeLocLink','click',_r.get('6'));_d.add('clzipCode','keypress',_r.get('8'));
49
+ _d.add('clGetRates','click',_r.get('9'));_d.add('clGetRates','click',function(event){ return false; });_d.add('chngLoc','mouseover',$10(1),_r._10chngLoc);_d.add('chngLoc','mouseout',$10(0),_r._10chngLoc);_d.add('chngLoc','mouseover',$16(),_r._10chngLoc);_d.add('chngLoc','mouseout',$22(),_r._10chngLoc);_d.add('chngLoc_cbtn','click',$13("OP_CLSchngLoc","chngLoc_cbtn"),vjo.darwin.core.overlaypanel3.OverlayPanel);_d.add('changeLocLink','click',$13("OP_OPNchngLoc","changeLocLink"),vjo.darwin.core.overlaypanel3.OverlayPanel);_d.add('disPnl','mouseover',$10(1),_r._13disPnl);_d.add('disPnl','mouseout',$10(0),_r._13disPnl);
50
+ _d.add('disPnl','mouseover',$16(),_r._13disPnl);_d.add('disPnl','mouseout',$22(),_r._13disPnl);_d.add('seeDcnt','mouseover',$13("OP_OPNdisPnl","seeDcnt"),vjo.darwin.core.overlaypanel3.OverlayPanel);_d.add('seeDcnt','focus',$13("OP_OPNdisPnl","seeDcnt"),vjo.darwin.core.overlaypanel3.OverlayPanel);_d.add('seeDcnt','mouseout',$13("OP_CLSdisPnl","seeDcnt"),vjo.darwin.core.overlaypanel3.OverlayPanel);_d.add('hldhlp','click',$13("OP_OPNhldolp","hldhlp"),vjo.darwin.core.overlaypanel3.OverlayPanel);_d.add('hldolp','mouseover',$10(1),_r._16hldolp);_d.add('hldolp','mouseout',$10(0),_r._16hldolp);_d.add('hldolp','mouseover',$16(),_r._16hldolp);_d.add('hldolp','mouseout',$22(),_r._16hldolp);
51
+ _d.add('hldolp_cbtn','click',$13("OP_CLShldolp","hldolp_cbtn"),vjo.darwin.core.overlaypanel3.OverlayPanel);_d.add('v4-46','click',function(event) { return this.onClk("http://pages.ebay.com/coverage/index.html"); },vjo.darwin.pres.buying.cmp.buyerguarantee.BuyerGuarantee);_d.add('v4-47','mouseover',$10(1),_r.get('19v4-47'));_d.add('v4-47','mouseout',$10(0),_r.get('19v4-47'));_d.add('v4-47','mouseover',$16(),_r.get('19v4-47'));_d.add('v4-47','mouseout',$22(),_r.get('19v4-47'));_d.add('dwnArr','click',$19("block"),_r._22);_d.add('upArr','click',$19("none"),_r._23);_d.add('vv4-53_a','click',function(event) { return this.clickedImgServiceHandler(); },_r.get('ic_js_vv4-53'));_d.add('vv4-53_TB_0','click',$14("MN_CLK_SVCvv4-53_TB_0"),vjo.darwin.core.toolbar.Toolbar);
52
+ _d.add('vv4-53_TB_1','click',$14("MN_CLK_SVCvv4-53_TB_1"),vjo.darwin.core.toolbar.Toolbar);_d.add('body','load',function(event) { this.placeBdr(null, "b2_vv4-53_0", 0, "click"); },_r.get('th_js_vv4-53'));_d.add('body','load',function(event) { this.startLoading(); },_r.get('th_js_vv4-53'));_d.add('body','load',function(event) { this.setTabInfo({"desc":0,"ship":1}); },vjo.darwin.pres.buying.cmp.shared.SwitchTabs);_d.add('body','load',function(event) { this.init(); },_r.get('v4-7'));_d.add('body','load',function(event) { this.setOptimCookie(); },_r._UserDescription);_d.add('body','load',function(event) { this.callOnLoad(["Js-v4-12","Js-vi_tabs"]); },vjo.darwin.comp.utils.EventUtils);_d.add('vv4-53_div','mouseout',function(event) { this.movingout(event); },_r.get('th_js_vv4-53'));_d.add('vv4-53_div','click',$20(),_r.get('th_js_vv4-53'));_d.add('vv4-53_div','mouseover',$20(),_r.get('th_js_vv4-53'));
53
+ _d.add('b1_vv4-53_','click',$20(),_r.get('th_js_vv4-53'));_d.add('b2_vv4-53_0','click',$20(),_r.get('th_js_vv4-53'));_d.add('b2_vv4-53_0','mouseover',$20(),_r.get('th_js_vv4-53'));_d.add('but_v4-12','click',$15("but_v4-12"),_r.get('v4-54'));_d.add('','click',$15(""),_r.get('v4-54'));_d.add('tmp-bid','click',$15("tmp-bid"),_r.get('v4-54'));_d.add('v4-55','click',function(event){ vjo.darwin.pres.buying.cmp.shared.SwitchTabs.toShippingTab(); });_d.add('a_payId','click',function(event){ vjo.darwin.pres.buying.cmp.shared.SwitchTabs.toShippingTab(); });_d.add('v4-58','click',function(event) { this.showConditionDef("v4-57", "v4-56"); },vjo.darwin.pres.buying.cmp.itemattributes.ItemAttributes);_d.add('shPostalCode','keypress',_r.get('30'));
54
+ _d.add('shGetRates','click',_r.get('31'));_d.add('shGetRates','click',function(event){ return false; });_d.add('vi_tabs_0','click',function(event) { this.pageViewTrack({"events":"event7","pageName":"US;0;ViewItemNext"}); },vjo.darwin.tracking.sitecatalyst.EbaySiteCatalyst);_d.add('vi_tabs_0','click',function(event) { this.toggleHideShow("br_PromoDiv", true); },vjo.dsf.Element);_d.add('v4-77','click',function(event){ vjo.dsf.Element.toggleHideShow('ngvi_desc_div'); });_d.add('v4-77','click',function(event) { this.hideShowIframe(); },_r.get('v4-66'));})();
55
+ (function(){
56
+ var _s=vjo.dsf.ServiceEngine, $se=_s.register;var _r=vjo.Registry;
57
+
58
+ $se(4,'TH_HVR_SVCvv4-53',function (message) {_r.get('vv4-53_js').detachZoom(message); });
59
+ $se(4,'TH_HVR_SVCvv4-53',function (message) {_r.get('vv4-53_js').UpdateImgContainer(message); });
60
+ $se(4,'D_ADDID',function (message) {_r._dropdown.addChld(message); });
61
+ $se(4,'MN_CLK_SVCvv4-53_TB_0',function (message) {_r.get('ic_js_vv4-53').attachZoom(message); });
62
+ $se(4,'MN_CLK_SVCvv4-53_TB_0',function (message) {_r._27.clickTrackServiceHandler(message); });
63
+ $se(4,'BTN_SBMT_SRV_v4-12',function (message) {_r.get('Js-v4-12').disable(); });
64
+ $se(4,'MN_CLK_SVCvv4-53_TB_1',function (message) {vjo.darwin.pres.buying.cmp.itempictures.ItemPictures1.getSuperSize("ssFrm", "ssFrmWin", 892, 870, -1); });
65
+ $se(4,'D_EDID',function (message) {_r._dropdown.callEnDsbl(message); });
66
+ $se(4,'C_EDID',function (message) {_r._dropdown.chgTtl(message); });
67
+ $se(4,'IMG_CNTR_CLICKED_vv4-53',function (message) {vjo.darwin.pres.buying.cmp.itempictures.ItemPictures1.getSuperSize("ssFrm", "ssFrmWin", 892, 870, -1); });
68
+ $se(4,'TH_OUT_SVCvv4-53',function (message) {_r.get('vv4-53_js').UpdateImgContainer(message); });
69
+ $se(4,'TH_CLK_SVCvv4-53',function (message) {_r.get('vv4-53_js').handleZoom(message); });
70
+ $se(4,'TH_CLK_SVCvv4-53',function (message) {_r.get('vv4-53_js').detachZoom(message); });
71
+ $se(4,'TH_CLK_SVCvv4-53',function (message) {_r.get('vv4-53_js').UpdateImgContainer(message); });
72
+ $se(4,'TH_CLK_SVCvv4-53',function (message) {vjo.darwin.pres.buying.cmp.itempictures.ItemPictures1.setSelectedIdx(message); });
73
+ })();
74
+ </script><script type="text/javascript">
75
+ vjo.ctype("vjo.dsf.FirePageLoad").endType();if(typeof(oGaugeInfo)!="undefined"){oGaugeInfo.iLoadST=(new Date()).getTime();}
76
+ vjo.dsf.EventDispatcher.load(document.body);
77
+
78
+ </script><div class="gh-ovr" id="gbh_ovl"><div class="gh-iovr"></div></div><div id="nLstOly" class="olp-mn"><table cellpadding="0" cellspacing="0" width="300" border="0"><tbody><tr id="nLstOlytid"><td class="olp-tl"><p></p><a href="javascript:;" id="nLstOly_sa" style="outline: medium none;"><b class="g-hdn">Start of layer</b></a></td><td class="olp-tr" width="18"><b></b></td></tr><tr><td class="olp-ml" height="45"><div class="olp-cnt" id="nLstOly_olp_cnt"><div class="olp-pad olp-xtpd" id="nLstOly_olp_pad"><div><div class="al-ttl"><label for="nLstTxt">Add to a new list</label></div><div class="al-te" id="al_me"><b class="al-ei"></b><b class="al-et" id="al_et">Please enter a valid name</b><span id="al_te" style="width: 90%;"></span></div><input id="nLstTxt" name="nLstTxt" size="40" value="Type a new list name here" type="text"><div class="al-it">(Separate multiple list names with a comma.)</div><div class="al-be" id="al_be"></div><div class="al-br"><div class="al-fl"><input name="ad_btn" id="ad_btn" value="Add" type="button"><span class="al-c"><a href="javascript:;" id="v4-41">Cancel</a></span></div></div></div></div><a href="javascript:;" id="nLstOly_cbtn" ex="" title="Click to close" class="olp-cbtn"><div class="olp-hdn">Click to close</div></a></div></td><td class="olp-mr"></td></tr><tr id="nLstOlybid"><td class="olp-bl"><a href="javascript:;" id="nLstOly_ea" style="outline: medium none;"><b class="g-hdn">End of layer</b></a><div></div><p></p></td><td class="olp-br"></td></tr></tbody></table></div><div id="chngLoc" class="olp-mn vi-shp"><table cellpadding="0" cellspacing="0" width="334" border="0"><tbody><tr id="chngLoctid"><td class="olp-tl"><p></p><a href="javascript:;" id="chngLoc_sa" style="outline: medium none;"><b class="g-hdn">Start of layer</b></a></td><td class="olp-tr" width="18"><b></b></td></tr><tr><td class="olp-ml" height="45"><div class="olp-cnt" id="chngLoc_olp_cnt"><div class="olp-pad olp-xtpd" id="chngLoc_olp_pad"><div><div class="vi-shp"><div><div id="clOverLayPanelDiv" class="sh-InpFld"><label for="clcountry" class="sh-Cntry">Country:</label><div id="countryDiv"><div class="sh-CntrySlctr"><select class="sh-TxtCnt" id="clcountry" name="country" onchange='return vjo.Registry._7.handle("change");'><option value="0">Show all available</option><option value="4">Afghanistan</option><option value="5">Albania</option><option value="7">American Samoa</option><option value="8">Andorra</option><option value="10">Anguilla</option><option value="11">Antigua and Barbuda</option><option value="12">Argentina</option><option value="13">Armenia</option><option value="14">Aruba</option><option value="15">Australia</option><option value="16">Austria</option><option value="17">Azerbaijan Republic</option><option value="18">Bahamas</option><option value="20">Bangladesh</option><option value="21">Barbados</option><option value="22">Belarus</option><option value="23">Belgium</option><option value="24">Belize</option><option value="26">Bermuda</option><option value="27">Bhutan</option><option value="28">Bolivia</option><option value="29">Bosnia and Herzegovina</option><option value="32">British Virgin Islands</option><option value="33">Brunei Darussalam</option><option value="34">Bulgaria</option><option value="38">Cambodia</option><option value="2">Canada</option><option value="41">Cayman Islands</option><option value="44">Chile</option><option value="45">China</option><option value="46">Colombia</option><option value="50">Cook Islands</option><option value="51">Costa Rica</option><option value="53">Croatia, Republic of</option><option value="55">Cyprus</option><option value="56">Czech Republic</option><option value="57">Denmark</option><option value="59">Dominica</option><option value="60">Dominican Republic</option><option value="61">Ecuador</option><option value="63">El Salvador</option><option value="66">Estonia</option><option value="68">Falkland Islands (Islas Malvinas)</option><option value="69">Fiji</option><option value="70">Finland</option><option value="71">France</option><option value="72">French Guiana</option><option value="73">French Polynesia</option><option value="76">Georgia</option><option value="77">Germany</option><option value="79">Gibraltar</option><option value="80">Greece</option><option value="81">Greenland</option><option value="82">Grenada</option><option value="83">Guadeloupe</option><option value="84">Guam</option><option value="85">Guatemala</option><option value="89">Guyana</option><option value="90">Haiti</option><option value="91">Honduras</option><option value="92">Hong Kong</option><option value="93">Hungary</option><option value="94">Iceland</option><option value="95">India</option><option value="96">Indonesia</option><option value="99">Ireland</option><option value="101">Italy</option><option value="102">Jamaica</option><option value="104">Japan</option><option value="107">Kazakhstan</option><option value="109">Kiribati</option><option value="111">Korea, South</option><option value="113">Kyrgyzstan</option><option value="114">Laos</option><option value="115">Latvia</option><option value="120">Liechtenstein</option><option value="121">Lithuania</option><option value="122">Luxembourg</option><option value="123">Macau</option><option value="124">Macedonia</option><option value="127">Malaysia</option><option value="128">Maldives</option><option value="130">Malta</option><option value="131">Marshall Islands</option><option value="132">Martinique</option><option value="136">Mexico</option><option value="226">Micronesia</option><option value="137">Moldova</option><option value="138">Monaco</option><option value="139">Mongolia</option><option value="228">Montenegro</option><option value="140">Montserrat</option><option value="144">Nauru</option><option value="145">Nepal</option><option value="146">Netherlands</option><option value="147">Netherlands Antilles</option><option value="148">New Caledonia</option><option value="149">New Zealand</option><option value="150">Nicaragua</option><option value="153">Niue</option><option value="154">Norway</option><option value="156">Pakistan</option><option value="157">Palau</option><option value="158">Panama</option><option value="159">Papua New Guinea</option><option value="160">Paraguay</option><option value="161">Peru</option><option value="162">Philippines</option><option value="163">Poland</option><option value="164">Portugal</option><option value="165">Puerto Rico</option><option value="167">Romania</option><option value="168">Russian Federation</option><option value="171">Saint Kitts-Nevis</option><option value="172">Saint Lucia</option><option value="173">Saint Pierre and Miquelon</option><option value="174">Saint Vincent and the Grenadines</option><option value="175">San Marino</option><option value="229">Serbia</option><option value="180">Singapore</option><option value="181">Slovakia</option><option value="182">Slovenia</option><option value="183">Solomon Islands</option><option value="186">Spain</option><option value="187">Sri Lanka</option><option value="189">Suriname</option><option value="192">Sweden</option><option value="193">Switzerland</option><option value="196">Taiwan</option><option value="197">Tajikistan</option><option value="199">Thailand</option><option value="201">Tonga</option><option value="202">Trinidad and Tobago</option><option value="205">Turkmenistan</option><option value="206">Turks and Caicos Islands</option><option value="207">Tuvalu</option><option value="209">Ukraine</option><option value="3">United Kingdom</option><option value="1" selected="selected">United States</option><option value="211">Uruguay</option><option value="212">Uzbekistan</option><option value="213">Vanuatu</option><option value="214">Vatican City State</option><option value="215">Venezuela</option><option value="216">Vietnam</option><option value="217">Virgin Islands (U.S.)</option><option value="218">Wallis and Futuna</option><option value="220">Western Samoa</option></select></div></div><div id="clZipCodeDiv"><div id="zipCodeDiv"><div class="sh-TxtBxAln"><label id="clZipCodeTextDiv" for="clzipCode" class="sh-TxtStyl sh-zipLeftAlign sh-hideElement">ZIP Code:</label><div class="sh-zipSpanPanel"><div id="clZipArrowimg" class="sh-hideElement"></div><input id="clzipCode" size="12" name="zipCode" class="sh-TxtCnt sh-hideElement sh-enblBox sh-TxtCnt" disabled="disabled" type="text"><div class="sh-RateBtn"><input id="clGetRates" name="getRates" value="Get Rates" class="sh-BtnTxt sh-BtnTxt" type="button"></div></div></div></div></div></div><div><div id="srvcDetails" class="sh-SrvcDtls"><div>Service and other details:</div></div><div id="shippingServices" class="sh-DTbl"><div class="dt" id="v4-45"><div class="dt-dtbl"><table id="v4-45_tab_0" cellpadding="0" cellspacing="0" width="100%" border="0"><thead><tr class="dt-tblHdr"><th scope="col" id="v4-45_tab_0_srtHCol_0" class="dt-colCnt dt-rowSeptr dt-colHdr dt-alignLft" colspan="1" width="0%"><div class="sh-SrvcHdr">Service</div></th><th scope="col" id="v4-45_tab_0_srtHCol_1" class="dt-colCnt dt-rowSeptr dt-colHdr dt-alignLft" colspan="1" width="0%"><div class="sh-SrvcHdr">Estimated delivery*</div></th><th scope="col" id="v4-45_tab_0_srtHCol_2" class="dt-colCnt dt-rowSeptr dt-colHdr dt-alignLft" colspan="1" width="0%"><div class="sh-SrvcHdr sh_Prcpad">Price</div></th></tr></thead><tbody><tr><td scope="row" id="v4-45_tab_0_srtCol_0_0" class="dt-colCnt dt-alignLft sh-RowBrdr" rowspan="1" colspan="1"><div><span class="sh-ShipDtls">Expedited Shipping</span></div></td><td id="v4-45_tab_0_srtCol_0_1" class="dt-colCnt dt-alignLft sh-RowBrdr" rowspan="1" colspan="1"><div class="sh-ShipDtls"><div>Between Wed. Dec. 29 and Fri. Dec. 31</div></div></td><td id="v4-45_tab_0_srtCol_0_2" class="dt-colCnt dt-alignLft sh-RowBrdr" rowspan="1" colspan="1"><div class="sh-ShipDtls sh_Prcpad">Free</div></td></tr></tbody></table></div></div></div><div id="instrTextPanel" class="sh-instrText sh-transitTime">*Estimated
79
+ delivery dates include seller's handling time, and will depend on
80
+ shipping service selected and receipt of cleared payment. Delivery times
81
+ may vary, especially during peak periods.</div></div></div></div></div></div><a href="javascript:;" id="chngLoc_cbtn" ex="" title="Click to close" class="olp-cbtn"><div class="olp-hdn">Click to close</div></a></div></td><td class="olp-mr"></td></tr><tr id="chngLocbid"><td class="olp-bl"><a href="javascript:;" id="chngLoc_ea" style="outline: medium none;"><b class="g-hdn">End of layer</b></a><div></div><p></p></td><td class="olp-br"></td></tr></tbody></table></div><div id="disPnl" class="olp-mn vi-dm"><table cellpadding="0" cellspacing="0" width="175" border="0"><tbody><tr id="disPnltid"><td class="olp-tl"><p></p><a href="javascript:;" id="disPnl_sa" style="outline: medium none;"><b class="g-hdn">Start of layer</b></a></td><td class="olp-tr" width="18"><b></b></td></tr><tr><td class="olp-ml" height="45"><div class="olp-cnt" id="disPnl_olp_cnt"><div class="olp-pad" id="disPnl_olp_pad"><div id="discountsMessaging"><table class="vi-is1-s9" width="99%"><tbody><tr><td style="word-wrap: break-word;"><div><div id="discount_msg" class="sh-discPnl"></div></div></td></tr></tbody></table></div></div></div></td><td class="olp-mr"></td></tr><tr id="disPnlbid"><td class="olp-bl"><a href="javascript:;" id="disPnl_ea" style="outline: medium none;"><b class="g-hdn">End of layer</b></a><div></div><p></p></td><td class="olp-br"></td></tr></tbody></table><div id="disPnlarid" style="display: none;"></div></div><div id="hldolp" class="olp-mn"><table cellpadding="0" cellspacing="0" width="250" border="0"><tbody><tr id="hldolptid"><td class="olp-tl"><p></p><a href="javascript:;" id="hldolp_sa" style="outline: medium none;"><b class="g-hdn">Start of layer</b></a></td><td class="olp-tr" width="18"><b></b></td></tr><tr><td class="olp-ml" height="45"><div class="olp-cnt" id="hldolp_olp_cnt"><div class="olp-pad olp-xtpd" id="hldolp_olp_pad"><div><a href="http://pages.ebay.com/help/buy/contextual/estimated-delivery.html" target="_blank">Estimated delivery dates <b class="g-hdn">- opens in a new window or tab</b></a> include seller's handling time, and will depend on shipping service selected and receipt of <a href="http://pages.ebay.com/help/buy/contextual/domestic-handling-time.html" target="_blank">cleared payment<b class="g-hdn">- opens in a new window or tab</b></a>. Delivery times may vary, especially during peak periods.</div></div><a href="javascript:;" id="hldolp_cbtn" ex="" title="Click to close" class="olp-cbtn"><div class="olp-hdn">Click to close</div></a></div></td><td class="olp-mr"></td></tr><tr id="hldolpbid"><td class="olp-bl"><a href="javascript:;" id="hldolp_ea" style="outline: medium none;"><b class="g-hdn">End of layer</b></a><div></div><p></p></td><td class="olp-br"></td></tr></tbody></table><div id="hldolparid" style="display: none;"></div></div><div id="v4-47" class="olp-mn"><table cellpadding="0" cellspacing="0" width="250" border="0"><tbody><tr id="v4-47tid"><td class="olp-tl"><p></p><a href="javascript:;" id="v4-47_sa" style="outline: medium none;"><b class="g-hdn">Start of layer</b></a></td><td class="olp-tr" width="18"><b></b></td></tr><tr><td class="olp-ml" height="45"><div class="olp-cnt" id="v4-47_olp_cnt"><div class="olp-pad" id="v4-47_olp_pad">A
82
+ reserve price is the minimum price the seller will accept. This price
83
+ is hidden from bidders. To win, a bidder must have the highest bid and
84
+ have met or exceeded the reserve price.</div></div></td><td class="olp-mr"></td></tr><tr id="v4-47bid"><td class="olp-bl"><a href="javascript:;" id="v4-47_ea" style="outline: medium none;"><b class="g-hdn">End of layer</b></a><div></div><p></p></td><td class="olp-br"></td></tr></tbody></table><div id="v4-47arid" style="display: none;"></div></div></body></html>
@@ -0,0 +1,192 @@
1
+ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><html xmlns:fb="http://www.facebook.com/2008/fbml" xmlns:og="http://opengraphprotocol.org/schema/"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><script type="text/javascript">var plst=new Date().getTime();</script><title>St. John's Bay man Cardigans Size: S, M, L, XL, 2XL NEW - eBay (item 330490915923 end time Dec-29-10 16:38:18 PST)</title><meta name="description" content="eBay: Find St. John's Bay man Cardigans Size: S, M, L, XL, 2XL NEW in the Clothing, Shoes Accessories , Men's Clothing , Sweaters category on eBay."><meta name="keywords" content="St. John's Bay man Cardigans Size: S, M, L, XL, 2XL NEW, M, L, XL, Brown, navy, Gray, deep wine, Clothing, Shoes Accessories, Men's Clothing, Sweaters"><link rel="canonical" href="http://cgi.ebay.com/St-Johns-Bay-man-Cardigans-Size-S-M-L-XL-2XL-NEW-/330490915923"><meta name="google-site-verification" content="8kHr3jd3Z43q1ovwo0KVgo_NZKIEMjthBxti8m8fYTg"><meta name="y_key" content=""><meta name="msvalidate.01" content=""><meta property="og:title" content="St. John's Bay man Cardigans Size: S, M, L, XL, 2XL NEW"><meta property="og:type" content="product"><meta property="og:url" content="http://cgi.ebay.com/St-Johns-Bay-man-Cardigans-Size-S-M-L-XL-2XL-NEW-/330490915923"><meta property="og:image" content="http://i.ebayimg.com/08/!Bs4WB+gEWk~$(KGrHqQH-D!EvDRvBgYQBL5tz3Hu5g~~_1.JPG?set_id=880000500F"><meta property="og:site_name" content="eBay"><meta property="og:description" content="eBay: Find St. John's Bay man Cardigans Size: S, M, L, XL, 2XL NEW in the Clothing, Shoes Accessories , Men's Clothing , Sweaters category on eBay."><meta property="fb:app_id" content="102628213125203"><!--[if lt IE 7]><style>* html #vi-container { width: 940px; width: expression((document.documentElement && document.documentElement.clientHeight) ? ( (document.documentElement.clientWidth < 940) ? "940px" : ( (document.documentElement.clientWidth > 1200) ? "1200px" : "auto") ) : ( (document.body.clientWidth < 940) ? "940px" : "auto") ); }</style><![endif]--><link rel="stylesheet" type="text/css" href="http://include.ebaystatic.com/v4css/en_US/e693/GH-ZAM_RedesignEbayNoneFull_e69312303392_en_US.css"><link rel="stylesheet" type="text/css" href="http://include.ebaystatic.com/v4css/en_US/e693/BuyingApp_ViewItemATLMSKUShipping_e69312303392_en_US.css"><!--[if gte IE 7]><style>.vi-sm-vmsg{float:right;vertical-align:top;text-align:center;margin-left:-2px;margin-top:-1px}</style><![endif]--><!--[if lt IE 8]><style>.bn-b input{position:relative;left:-3px;padding:0 14px;width:1%}.bn-b b,.bn-b a{left:-3px}.psb-S input,.ssb-S input,.trsb-S input{padding:0 9px 0 10px}</style><![endif]--><!--[if IE 6]><style>.bn-b input{overflow:visible;width:0}</style><![endif]--><!--[if IE 8]><style>.bn-b input{padding:0 14px 2px}.psb-S input,.ssb-S input,.trsb-S input{padding:2px 9px 3px 10px}.psb-bp input{background-position:1px -479px}</style><![endif]--><!--[if lt IE 7]><style>.olp-cnt{height:100%!important}</style><![endif]--><!--[if lt IE 8]><style>.trsTop{margin-top:-3px!important;margin-left:0!important}.s-content{margin:0 0 0 3px}.s-content-eu td{padding-bottom:0}.sl-eu{margin-bottom:10px}.s-gray-eu{margin-bottom:10px}</style><![endif]--></head><body style="text-align:left" id="body"><div></div>
2
+ <div id="vi-container">
3
+ <div id="vi-top"><div id="gnheader" class="gh-w"><a href="#mainContent" rel="nofollow" style="display:block;position:absolute;left:-9999px">Skip to main content</a><div><div class="gh-eb"><div class="gh-emn"><div class="gh-hid"></div><div class="gh-mn"><span class="gh-fst"><a id="MyEbay" href="http://my.ebay.com/ws/eBayISAPI.dll?MyEbay&amp;gbh=1" _sp="l1533">My eBay</a></span><a id="Sell" href="http://sell.ebay.com/sell" _sp="l1528">Sell</a><a id="Community" href="http://hub.ebay.com/community" _sp="l1540">Community</a><span class="gh-nho"><a id="ContactUs" href="http://contact.ebay.com/ws/eBayISAPI.dll?CustomerSupportRedirect&amp;target=cu" _sp="l1549">Contact us</a></span><a id="Help" href="http://contact.ebay.com/ws/eBayISAPI.dll?CustomerSupportRedirect&amp;target=help" _sp="l1545">Help</a><span class="gh-nho"></span></div></div><form id="headerSearch" name="headerSearch" method="get" action="http://shop.ebay.com"><input type="hidden" name="_from" value="R40"><input type="hidden" name="_trksid" value="m570"><span class="gh-esb"><label for="_nkw" class="g-hdn">Enter your search keyword</label><input type="text" class="gh-txt" name="_nkw" id="_nkw"><a><input type="submit" value="Go" class="gh-go"></a></span></form></div><div class="gh-log"><span class="gh-lg"><a id="EbayLogo" href="http://www.ebay.com"><img src="http://p.ebaystatic.com/aw/pics/logos/logoEbay_x45.gif" alt="From collectibles to cars, buy and sell all kinds of items on eBay" border="0" height="45" width="110"></img></a></span><a href="http://gifts.ebay.com" class="gh-hcdt gh-hcdt-d" style="background-image:url(http://pics.ebaystatic.com/aw/pics/holiday/holiday2010/imgDaysCountdown.gif)">10</a><a id="holidayImgS" href="http://gifts.ebay.com" class="gh-his"><img src="http://pics.ebaystatic.com/aw/pics/holiday/holiday2010/imgHolidayHeader_12152010_158x59.jpg" alt="Visit The Gift Spot"></a><span class="gh-wrap"><span style="height:100%;display:inline-block;max-height:40px"></span><span class="greeting gh-ui"><!-- BEGIN: GREETING:SIGNEDOUT --><a href="https://signin.ebay.com/ws/eBayISAPI.dll?SignIn" _sp="l1524" rel="nofollow" onclick="return vjo.darwin.core.greetings.VjGreetingsServer.handleClick('https://signin.ebay.com/ws/eBayISAPI.dll?SignIn',event);">Sign in</a> or <a href="https://scgi.ebay.com/ws/eBayISAPI.dll?RegisterEnterInfo" id="registerLink" rel="nofollow">register</a><!-- END: GREETING:SIGNEDOUT --><span id="bta"></span></span><span class="coupon"></span></span></div><div class="gh-rph"><span class="addllinks"></span></div><div class="gh-cl"></div><div class="gh-col"><style type="text/css">.gh-col .gh-c1{background:#97C701;width:100%}</style><b class="gh-c1"></b><div class="gh-clr"></div></div><div id="headerWrapper" class="gh-hbw"><div class="gh-hb"><div class="gh-mn"><a id="BrowseCategories" href="http://shop.ebay.com/allcategories/all-categories" _sp="l1620">CATEGORIES</a><a id="chevron0" href="javascript:;" class="gh-ai"><b>&nbsp;</b></a><span id="11450_sp"><a title="Your new destination for Clothing, Shoes &amp; Accessories on eBay." href="http://fashion.ebay.com/">FASHION</a></span><a title="Buy and sell cars, trucks, vehicle parts, and accessories." href="http://www.motors.ebay.com/">MOTORS</a><a id="EbayDeals" title="Great items, deep discounts, and free shipping!" href="http://deals.ebay.com/">DEALS</a><a id="EbayClassifieds" href="http://www.ebayclassifieds.com">CLASSIFIEDS</a></div></div><div class="gh-lbh1"><div class="gh-rtm"><div id="rtm_html_876"></div></div></div><div class="gh-lbh2"><div class="gh-rtm"><div id="rtm_html_912"></div></div></div><div class="gh-lbh3"><div class="gh-rtm"><div id="rtm_html_433"></div></div></div><div class="gh-clr"></div></div><div id="v4-0" class="gh-vnl"><div class="gh-cNav"><a id="gh_vnl_0" title="Women" class="vnl-dd" href="javascript:;">Women<b>.</b></a><a id="gh_vnl_1" title="Men" class="vnl-dd" href="javascript:;">Men<b>.</b></a><a id="gh_vnl_2" title="Kids &amp; Baby" class="vnl-dd" href="javascript:;">Kids &amp; Baby<b>.</b></a><a id="gh_vnl_3" title="Brands" class="vnl-dd" href="javascript:;">Brands<b>.</b></a><a id="gh_vnl_4" title="Fashion Vault" class="vnl-img" href="http://fashionvault.ebay.com/?_lk=1673"> <img src="http://p.ebaystatic.com/aw/pics/buy/csa/logos/sprVNLFashionVault.gif" alt="Fashion Vault" border="0" height="100" width="124"></img></a><a id="gh_vnl_4" title="Fashion Voice" class="vnl-img" href="http://pages.ebay.com/fashion/voice.html?_lk=1674"> <img src="http://q.ebaystatic.com/aw/pics/buy/csa/logos/sprVNLFashionVoice.gif" alt="Fashion Voice" border="0" height="100" width="125"></img></a></div></div><img src="http://rover.ebay.com/roversync/?site=0&amp;stg=1&amp;mpt=1292424078335" alt="" width="1" height="1"><script type="text/javascript">var svrGMT = 1292424078335;</script><div class="gh-ovr" id="gbh_ovl"><div class="gh-iovr"></div></div></div></div><div class="vi-cmb"><div class="vi-ih-header"><table cellpadding="0" cellspacing="0" border="0" class="vi-ih-area_nav"><tr><td valign="top"><span id="ngviback" class="sbt"><a href="http://www.ebay.com/" title="Click to Go Back to home page"><img src="http://p.ebaystatic.com/aw/pics/icon/iconLtArrow_20x20.gif" height="20" width="20" border="0" align="middle" alt="Click to Go Back to home page">Back to home page</a></span></td><td valign="top" class="vi-ih-pipe-cell">&#160;|&#160;</td><td valign="top"><table style="margin-top: 0px;"><tr><td class="vi-ih-bc-label">Listed in category:</td><td valign="top"><div><div class="bbc-in bbc bbc-nav"><b class="g-hdn">Bread Crumb Link</b><ul class="in"><li><a href="http://shop.ebay.com/Clothing-Shoes-Accessories-/11450/i.html">Clothing, Shoes &amp; Accessories</a><span> &gt; </span></li><li><a href="http://shop.ebay.com/Mens-Clothing-/1059/i.html">Men's Clothing</a><span> &gt; </span></li><li><a href="http://shop.ebay.com/Sweaters-/11484/i.html">Sweaters</a></li></ul></div></div></td></tr></table></td></tr></table></div></div><noscript><span id="v4-3"><div class="c-gy-bdr vi-sm-clr"><div class="smm-s smm-w"><div class="sm-imc smm-imc"><div class="smm-cnt">You must have Java Script enabled to continue on this page. <a href="http://pages.ebay.com/help/account/errors.html">Learn how to enable Java Script.</a> Meanwhile, you can temporarily <a href="http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&amp;varnojs=1&amp;item=330490915923&amp;var=">purchase this item from this page.</a></div></div></div></div></span></noscript><div style="clear:both;"><div class="vi-tm-pbt10"><div id="blueStripComp"></div></div></div><div class="z_5" style="clear:both"><table width="100%" border="0" cellpadding="0" cellspacing="0"><tr><td nowrap="nowrap" width="100%" align="right"><span><span class="watchlinkSpan" id="linkTopAct"><img src="http://q.ebaystatic.com/aw/pics/s.gif" width="5" alt=""><a rel="nofollow" title="" id="WtchItm" href="javascript:void(0)">Add to Watch list</a></span></span><span><span id="dwnArr" class="z_4"></span><span id="upArr" class="z_1"></span></span><img src="http://q.ebaystatic.com/aw/pics/s.gif" width="3" alt=""></td></tr></table><div><div><div><div id="errorDiv" class="watchouterdiv1_5" style="display:none">You have reached your maximum guest watch list limit of 10 items.<br>Please remove some items from your watch list in <a href="http://my.ebay.com/ws/eBayISAPI.dll?MyEbay&amp;item=330490915923&amp;currentPage=MyeBayWatching&amp;ssPageName=VI:MEFG:2">My eBay</a> if you want to add more.</div><div id="masterDiv" class="watchItem watchOuterDiv" style="display:none"><div class="guestLine">This item has been added to your guest watch list in <a href="http://my.ebay.com/ws/eBayISAPI.dll?MyEbay&amp;item=330490915923&amp;currentPage=MyeBayWatching&amp;ssPageName=VI:MEFG:2">My eBay</a>.</div><div id="middleDiv" class="watchInfo"></div></div></div></div></div></div></div>
4
+ <table id="vi-tTbl" cellpadding="0" cellspacing="0" border="0"><tr><td colspan="1" rowspan="1" id="vi-tTblC1"><div><table width="100%" border="0" cellpadding="0" cellspacing="0"><tr><td class="ipics-cell"><div class="vi-ipic1"><span class="shig" id="freeShippingIcon"></span><form name="ssFrm" action="http://cgi.ebay.com/ws/eBayISAPI.dll?VISuperSize&amp;item=330490915923" target="ssFrmWin" method="post"><input type="hidden" name="ssr" value="1"><input type="hidden" name="iurls" value="0#http://i.ebayimg.com/08#!Bs4WB+gEWk~$(KGrHqQH-D!EvDRvBgYQBL5tz3Hu5g~~_39.JPG#!Bs4WB+gEWk~$(KGrHqQH-D!EvDRvBgYQBL5tz3Hu5g~~_12.JPG#!Bs4WB+gEWk~$(KGrHqQH-D!EvDRvBgYQBL5tz3Hu5g~~_3.JPG|1#http://i.ebayimg.com/18#!BqoY2wwBmk~$(KGrHqMOKjcEume62FpjBLwR3uIoVg~~_39.JPG#!BqoY2wwBmk~$(KGrHqMOKjcEume62FpjBLwR3uIoVg~~_12.JPG#!BqoY2wwBmk~$(KGrHqMOKjcEume62FpjBLwR3uIoVg~~_3.JPG|2#http://i.ebayimg.com/03#!BqoY3KgB2k~$(KGrHqIOKiQEu3LsPc+GBLwR3wf7Hg~~_39.JPG#!BqoY3KgB2k~$(KGrHqIOKiQEu3LsPc+GBLwR3wf7Hg~~_12.JPG#!BqoY3KgB2k~$(KGrHqIOKiQEu3LsPc+GBLwR3wf7Hg~~_3.JPG|3#http://i.ebayimg.com/01#!BqoY3Vg!mk~$(KGrHqUOKjMEu,t3UTuNBLwR3)n(ow~~_39.JPG#!BqoY3Vg!mk~$(KGrHqUOKjMEu,t3UTuNBLwR3)n(ow~~_12.JPG#!BqoY3Vg!mk~$(KGrHqUOKjMEu,t3UTuNBLwR3)n(ow~~_3.JPG|4#http://i.ebayimg.com/19#!BqoY3yQCGk~$(KGrHqEOKjEEueybucEjBLwR30MR5w~~_39.JPG#!BqoY3yQCGk~$(KGrHqEOKjEEueybucEjBLwR30MR5w~~_12.JPG#!BqoY3yQCGk~$(KGrHqEOKjEEueybucEjBLwR30MR5w~~_3.JPG|5#http://i.ebayimg.com/03#!BqoY37QBGk~$(KGrHqIOKjIEuZz(CnvpBLwR31(jcw~~_39.JPG#!BqoY37QBGk~$(KGrHqIOKjIEuZz(CnvpBLwR31(jcw~~_12.JPG#!BqoY37QBGk~$(KGrHqIOKjIEuZz(CnvpBLwR31(jcw~~_3.JPG|6#http://i.ebayimg.com/11#!BqoY4PwBGk~$(KGrHqIOKiwEuZwZsFhzBLwR33YB!!~~_39.JPG#!BqoY4PwBGk~$(KGrHqIOKiwEuZwZsFhzBLwR33YB!!~~_12.JPG#!BqoY4PwBGk~$(KGrHqIOKiwEuZwZsFhzBLwR33YB!!~~_3.JPG|7#http://i.ebayimg.com/07#!BqoY4bg!mk~$(KGrHqYOKiQEu4ucKdmLBLwR34b7Iw~~_39.JPG#!BqoY4bg!mk~$(KGrHqYOKiQEu4ucKdmLBLwR34b7Iw~~_12.JPG#!BqoY4bg!mk~$(KGrHqYOKiQEu4ucKdmLBLwR34b7Iw~~_3.JPG|8#http://i.ebayimg.com/23#!BqoY5Eg!2k~$(KGrHqIOKkIEuZ+qU7K8BLwR38MY1w~~_39.JPG#!BqoY5Eg!2k~$(KGrHqIOKkIEuZ+qU7K8BLwR38MY1w~~_12.JPG#!BqoY5Eg!2k~$(KGrHqIOKkIEuZ+qU7K8BLwR38MY1w~~_3.JPG|9#http://i.ebayimg.com/12#!BqoY5dwBGk~$(KGrHqIOKiYEu,Ej)!)7BLwR3-VN9Q~~_39.JPG#!BqoY5dwBGk~$(KGrHqIOKiYEu,Ej)!)7BLwR3-VN9Q~~_12.JPG#!BqoY5dwBGk~$(KGrHqIOKiYEu,Ej)!)7BLwR3-VN9Q~~_3.JPG|10#http://i.ebayimg.com/02#!Bs4WD3Q!mk~$(KGrHqQH-CYEvE8+5kLeBL5tz7FgVg~~_39.JPG#!Bs4WD3Q!mk~$(KGrHqQH-CYEvE8+5kLeBL5tz7FgVg~~_12.JPG#!Bs4WD3Q!mk~$(KGrHqQH-CYEvE8+5kLeBL5tz7FgVg~~_3.JPG|11#http://i.ebayimg.com/21#!Bs4WbJQCWk~$(KGrHqQH-CwEvDboUYt,BL5t0mSME!~~_39.JPG#!Bs4WbJQCWk~$(KGrHqQH-CwEvDboUYt,BL5t0mSME!~~_12.JPG#!Bs4WbJQCWk~$(KGrHqQH-CwEvDboUYt,BL5t0mSME!~~_3.JPG"><input type="hidden" name="dtid" value="0"><input type="hidden" name="vs" value="1"><input type="hidden" name="sh" value="0"><input type="hidden" name="title" value="St. John's Bay man Cardigans Size: S, M, L, XL, 2XL NEW"></form><div><table border="0" cellpadding="0" cellspacing="0"><tr><td class="vs_w-a"><div class="ict-w1" id="vv4-37" title="St. John's Bay man Cardigans Size: S, M, L, XL, 2XL NEW"><div class="ic-w300 ic-cntr"><div class="ic-w300 ic-m" id="vv4-37_idiv"><center><span></span><img src="http://i.ebayimg.com/08/!Bs4WB+gEWk~$(KGrHqQH-D!EvDRvBgYQBL5tz3Hu5g~~_35.JPG" id="i_vv4-37" alt="St. John's Bay man Cardigans Size: S, M, L, XL, 2XL NEW"></center></div><a id="vv4-37_a" class="ic-cp" href="javascript:;"></a><div id="vv4-37_bdiv" class="ic-p ic-b1" style="height:298px;width:298px;"><div id="vv4-37_t" class="ic-thr"><span>Please wait</span></div><div id="vv4-37_e" class="ic-err"><span>Image not available</span></div></div></div><div class="tbr-c" id="vv4-37_TB"><ul class="tbr-w1 tbr-w1"><li title="Show close up area of image"><a id="vv4-37_TB_0" href="javascript:;"><span class="ict-zm">Zoom</span></a></li><li title="Show larger and alternate views" class="tbr-l"><a id="vv4-37_TB_1" href="javascript:;"><span class="ict-enl">Enlarge</span></a></li></ul></div><div id="vv4-37_zm" class="ict-no"><div id="vv4-37_zm_msk" class="z-ctr"><div class="z-mkr" id="vv4-37_zm_mrk"><div id="vv4-37_zm_mCtr"></div><div id="vv4-37_zm_msg" class="z-msg"><b id="vv4-37_zm_txt">Mouse here to zoom in</b></div></div></div><div class="z-wrp" style="height:320px;width:320px;" id="vv4-37_zm_iCtr"><div class="z-zctr" style="height:320px;width:320px;"><div id="vv4-37_zm_thr" class="z-thr"><span>Please wait</span></div><div id="vv4-37_zm_zErr" class="z-err"><span>Image not available</span></div><div id="vv4-37_zm_zCtr" style="height:800px;width:800px;"><img id="vv4-37_zm_zImg" alt="" src="http://i.ebayimg.com/08/!Bs4WB+gEWk~$(KGrHqQH-D!EvDRvBgYQBL5tz3Hu5g~~_3.JPG"></div><iframe frameborder="0" height="320" width="320"></iframe></div></div></div></div></td></tr><tr><td id="vv4-37_sp" class="vs_w-spr">&#160;</td></tr><tr><td><div id="pD_vv4-37" class="tg-p"><div class="tg-p tg-wh" id="vv4-37_div" style="width:300px;height:86px;"><div id="b1_vv4-37_" class="tg-bdr"></div><div id="b2_vv4-37_0" class="tg-bdr2"></div><table border="0" cellpadding="0" cellspacing="0" width="100%" height="100%" class="tg-tb" id="vv4-37_tbl"><tr id="t_r_vv4-37_0"><td id="t_c_vv4-37_0" width="16%" height="42px"><img src="http://i.ebayimg.com/08/!Bs4WB+gEWk~$(KGrHqQH-D!EvDRvBgYQBL5tz3Hu5g~~_39.JPG" alt="St. John's Bay man Cardigans Size: S, M, L, XL, 2XL NEW" id="t_ivv4-37_0"></td><td id="t_c_vv4-37_1" width="16%"><img src="http://i.ebayimg.com/18/!BqoY2wwBmk~$(KGrHqMOKjcEume62FpjBLwR3uIoVg~~_39.JPG" alt="" id="t_ivv4-37_1"></td><td id="t_c_vv4-37_2" width="16%"><img src="http://i.ebayimg.com/03/!BqoY3KgB2k~$(KGrHqIOKiQEu3LsPc+GBLwR3wf7Hg~~_39.JPG" alt="" id="t_ivv4-37_2"></td><td id="t_c_vv4-37_3" width="16%"><img src="http://i.ebayimg.com/01/!BqoY3Vg!mk~$(KGrHqUOKjMEu,t3UTuNBLwR3)n(ow~~_39.JPG" alt="" id="t_ivv4-37_3"></td><td id="t_c_vv4-37_4" width="16%"><img src="http://i.ebayimg.com/19/!BqoY3yQCGk~$(KGrHqEOKjEEueybucEjBLwR30MR5w~~_39.JPG" alt="" id="t_ivv4-37_4"></td><td id="t_c_vv4-37_5" width="16%"><img src="http://i.ebayimg.com/03/!BqoY37QBGk~$(KGrHqIOKjIEuZz(CnvpBLwR31(jcw~~_39.JPG" alt="" id="t_ivv4-37_5"></td></tr><tr id="t_r_vv4-37_1"><td id="t_c_vv4-37_6" height="42px"><img src="http://i.ebayimg.com/11/!BqoY4PwBGk~$(KGrHqIOKiwEuZwZsFhzBLwR33YB!!~~_39.JPG" alt="" id="t_ivv4-37_6"></td><td id="t_c_vv4-37_7"><img src="http://i.ebayimg.com/07/!BqoY4bg!mk~$(KGrHqYOKiQEu4ucKdmLBLwR34b7Iw~~_39.JPG" alt="" id="t_ivv4-37_7"></td><td id="t_c_vv4-37_8"><img src="http://i.ebayimg.com/23/!BqoY5Eg!2k~$(KGrHqIOKkIEuZ+qU7K8BLwR38MY1w~~_39.JPG" alt="" id="t_ivv4-37_8"></td><td id="t_c_vv4-37_9"><img src="http://i.ebayimg.com/12/!BqoY5dwBGk~$(KGrHqIOKiYEu,Ej)!)7BLwR3-VN9Q~~_39.JPG" alt="" id="t_ivv4-37_9"></td><td id="t_c_vv4-37_10"><img src="http://i.ebayimg.com/02/!Bs4WD3Q!mk~$(KGrHqQH-CYEvE8+5kLeBL5tz7FgVg~~_39.JPG" alt="" id="t_ivv4-37_10"></td><td id="t_c_vv4-37_11"><img src="http://i.ebayimg.com/21/!Bs4WbJQCWk~$(KGrHqQH-CwEvDboUYt,BL5t0mSME!~~_39.JPG" alt="" id="t_ivv4-37_11"></td></tr></table></div></div></td></tr></table></div><div><img src="http://q.ebaystatic.com/aw/pics/s.gif" height="1" width="302px" alt=""></div></div></td><td class="isumv1_5-cell"><form name="v4-27" id="v4-27" method="post" class="vi-is1-s4" action=""><table class="vi-is1" cellpadding="0" cellspacing="0" border="0"><tr><td colspan="4"><div><b id="mainContent"><h1 class="vi-is1-titleH1">St. John's Bay man Cardigans Size: S, M, L, XL, 2XL NEW</h1></b></div></td></tr><tr><td colspan="4" height="10"></td></tr><tr><th class="vi-is1-lbl">Item condition:</th><td colspan="3" class="vi-is1-clr"><span class="vi-is1-condText">New with tags</span></td></tr><tr><td colspan="4" height="10"></td></tr><tr><td colspan="4" height="10" class="vi-is1-solid"></td></tr><tr><th class="vi-is1-lbl vi-is1-solidBg"><label for="63">Size:</label></th><td colspan="3" class="vi-is1-solid"><div><div><div id="ei63" class="vi-is1-errorIcon"><img src="http://p.ebaystatic.com/aw/pics/icons/iconFormError_16x16.gif" height="16" width="16" alt="Error"></div><select class="vi-is1-jsSelect" id="63" name="Size"><option value="-1">- Select -</option><option value="1">M</option><option value="2">L</option><option value="3">XL</option></select></div><div id="em63" aria-live="assertive" role="alert" class="vi-is1-errorMsg"></div></div></td></tr><tr><td colspan="4" height="10" class="vi-is1-solid"></td></tr><tr><th class="vi-is1-lbl vi-is1-solidBg"><label for="4032">Main Color:</label></th><td colspan="3" class="vi-is1-solid"><div><div><div id="ei4032" class="vi-is1-errorIcon"><img src="http://p.ebaystatic.com/aw/pics/icons/iconFormError_16x16.gif" height="16" width="16" alt="Error"></div><select class="vi-is1-jsSelect" id="4032" name="Main Color"><option value="-1">- Select -</option><option value="64">Brown</option><option value="128">navy</option><option value="192">Gray</option><option value="256">deep wine</option></select></div><div id="em4032" aria-live="assertive" role="alert" class="vi-is1-errorMsg"></div></div></td></tr><tr><td colspan="4" height="10" class="vi-is1-solid"></td></tr><tr><th class="vi-is1-lbl vi-is1-solidBg"><label for="v4-28">Quantity:</label></th><td colspan="3" class="vi-is1-solid"><div><div class="vi-is1-s11"><div id="eiv4-28" class="vi-is1-errorIcon"><img src="http://p.ebaystatic.com/aw/pics/icons/iconFormError_16x16.gif" height="16" width="16" alt="Error icon"></div><span id="dv4-28" class="vi-is1-dt"><div class="vi-is1-qtyDiv"><input value="1" size="4" id="v4-28" class="vi-is1-s10"></div><span class="vi-is1-qtyDiv"><table><tr><td><span id="sv4-28">3 available</span></td></tr></table></span></span><span></span></div><div id="emv4-28" aria-live="assertive" role="alert" class="vi-is1-errorMsg">Please enter a quantity of $quantity$ or less </div><span id="emsv4-28" aria-live="assertive" role="alert" class="vi-is1-errorMsg">Please enter a quantity of 1</span><div id="mav4-28" aria-live="assertive" role="alert" class="vi-is1-errorMsg">Purchases are limited to $quantity$ per buyer </div><div id="mlv4-28" aria-live="assertive" role="alert" class="vi-is1-errorMsg">Please enter a quantity of $quantity$ or less </div><div id="cev4-28" aria-live="assertive" role="alert" class="vi-is1-errorMsg">Please enter a lower number</div><div id="atv4-28" aria-live="assertive" role="alert" class="vi-is1-errorMsg">Please enter quantity of 1 or more</div></div></td></tr><tr><td colspan="4" height="10" class="vi-is1-solid"></td></tr><tr><th class="vi-is1-lblp vi-is1-solidBg">Price:</th><td class="vi-is1-solid vi-is1-tbll"><span><span class="vi-is1-prcp" id="v4-29">US $19.99</span></span></td><td colspan="2" class="vi-is1-solid vi-is1-tblb"><div><div><b id="v4-8" class="bn-w bn-pad psb-S"><i>Buy It Now</i><span id="spn_v4-8" class="bn-b psb-b psb-S"><input id="but_v4-8" name="" value="Buy It Now" title="" type="button"><b id="txt_v4-8">Buy It Now</b></span></b></div></div></td></tr><tr><td colspan="4" height="10" class="vi-is1-solid"></td></tr><tr id="watchItemMiddleRow"><td class="vi-is1-solid"></td><td id="watchLabelDiv" class="vi-is1-solid"> </td><td colspan="2" class="vi-is1-solid vi-is1-tblb"><div><div><div class="ul-dd g-xs"><div id="ddv_addToList"><span id="ttlsp_addToList" class="ul-tl"><a href="javascript:;" id="-99_ttl_addToList" sw="true" w="t" i="-99" n="Watch list">Add to Watch list</a></span><span class="ul-di"><a href="javascript:;" id="img_addToList"></a></span></div><div id="pnl_addToList" style="display:none;" class="ul-pn"><a href="javascript:;" id="s_addToList" class="g-hdn">Start of panel</a><ul id="ul_addToList" class="ul-it"><li><a href="javascript:;" id="-99_ita_addToList" sw="true" w="t" i="-99" n="Watch list">Add to Watch list</a></li></ul><div class="ul-sp"></div><div><a href="https://signin.ebay.com/ws/eBayISAPI.dll?SignIn&amp;ru=http%3A%2F%2Fcgi.ebay.com%2Fws%2FeBayISAPI.dll%3FViewItem%26item%3D330490915923%26actionType%3Dsinginformore" id="s_ita_addToList" nw="true" i="s" n="addNew">Sign in for more lists</a></div><a href="javascript:;" id="e_addToList" class="g-hdn">End of panel</a></div></div><div id="nLstOly" class="olp-mn"><table cellpadding="0" cellspacing="0" border="0" width="300"><tr id="nLstOlytid"><td class="olp-tl"><p></p><a href="javascript:;" id="nLstOly_sa" style="outline:none"><b class="g-hdn">Start of layer</b></a></td><td width="18" class="olp-tr"><b></b></td></tr><tr><td class="olp-ml" height="45"><div class="olp-cnt" id="nLstOly_olp_cnt"><div class="olp-pad olp-xtpd" id="nLstOly_olp_pad"><div><div class="al-ttl"><label for="nLstTxt">Add to a new list</label></div><div class="al-te" id="al_me"><b class="al-ei"></b><b class="al-et" id="al_et">Please enter a valid name</b><span id="al_te" style="width:90%"></span></div><input type="text" id="nLstTxt" name="nLstTxt" size="40" value="Type a new list name here"><div class="al-it">(Separate multiple list names with a comma.)</div><div class="al-be" id="al_be"></div><div class="al-br"><div class="al-fl"><input type="button" name="ad_btn" id="ad_btn" value="Add"><span class="al-c"><a href="javascript:;" id="v4-30">Cancel</a></span></div></div></div></div><a href="javascript:;" id="nLstOly_cbtn" ex="" title="Click to close" class="olp-cbtn"><div class="olp-hdn">Click to close</div></a></div></td><td class="olp-mr"></td></tr><tr id="nLstOlybid"><td class="olp-bl"><a href="javascript:;" id="nLstOly_ea" style="outline:none"><b class="g-hdn">End of layer</b></a><div></div><p></p></td><td class="olp-br"></td></tr></table></div></div></div></td></tr><tr id=""><td class="vi-is1-solid"></td><td colspan="3" class="vi-is1-solid"><div class="vi-is1-stMsg" id="statusmsg" role="alert" aria-live="assertive"></div></td></tr><tr><td colspan="4" height="10" class="vi-is1-solid"></td></tr><tr id="v4-33"><td colspan="4" class="vi-is1-solid"></td></tr><tr><td colspan="4" height="10"></td></tr><tr><th class="vi-is1-lbl">Shipping:</th><td colspan="3" class="vi-is1-clr"><span id="fshippingCost" class="vi-is1-sh-srvcCost vi-is1-hideElem vi-is1-showElem">$7.99</span><span><span> </span></span><span id="fshippingSvc">Economy Shipping</span><span class="sh-nowrap"><a href="javascript:;" id="changeLocLink" class="vi-tl vi-is1-shpl vi-c-fsmt vi-is1-hideDisc"><span>See more services</span>&#160;<span class="vi-pla-sI vi-pla-iD"></span></a></span><div id="chngLoc" class="olp-mn vi-shp"><table cellpadding="0" cellspacing="0" border="0" width="334"><tr id="chngLoctid"><td class="olp-tl"><p></p><a href="javascript:;" id="chngLoc_sa" style="outline:none"><b class="g-hdn">Start of layer</b></a></td><td width="18" class="olp-tr"><b></b></td></tr><tr><td class="olp-ml" height="45"><div class="olp-cnt" id="chngLoc_olp_cnt"><div class="olp-pad olp-xtpd" id="chngLoc_olp_pad"><div><div class="vi-shp"><div><div id="clOverLayPanelDiv" class="sh-InpFld"><label for="clcountry" class="sh-Cntry">Country:</label><div id="countryDiv"><div class="sh-CntrySlctr"><select class="sh-TxtCnt" id="clcountry" name="country" onchange="return vjo.Registry._11.handle(&quot;change&quot;);"><option value="0">Show all available</option><option value="4">Afghanistan</option><option value="5">Albania</option><option value="6">Algeria</option><option value="8">Andorra</option><option value="9">Angola</option><option value="10">Anguilla</option><option value="11">Antigua and Barbuda</option><option value="12">Argentina</option><option value="13">Armenia</option><option value="14">Aruba</option><option value="15">Australia</option><option value="16">Austria</option><option value="17">Azerbaijan Republic</option><option value="18">Bahamas</option><option value="19">Bahrain</option><option value="20">Bangladesh</option><option value="21">Barbados</option><option value="22">Belarus</option><option value="23">Belgium</option><option value="24">Belize</option><option value="25">Benin</option><option value="26">Bermuda</option><option value="27">Bhutan</option><option value="28">Bolivia</option><option value="29">Bosnia and Herzegovina</option><option value="30">Botswana</option><option value="32">British Virgin Islands</option><option value="33">Brunei Darussalam</option><option value="34">Bulgaria</option><option value="35">Burkina Faso</option><option value="37">Burundi</option><option value="38">Cambodia</option><option value="39">Cameroon</option><option value="2">Canada</option><option value="40">Cape Verde Islands</option><option value="41">Cayman Islands</option><option value="42">Central African Republic</option><option value="43">Chad</option><option value="44">Chile</option><option value="45">China</option><option value="46">Colombia</option><option value="47">Comoros</option><option value="48">Congo, Democratic Republic of the</option><option value="49">Congo, Republic of the</option><option value="50">Cook Islands</option><option value="51">Costa Rica</option><option value="53">Croatia, Republic of</option><option value="55">Cyprus</option><option value="56">Czech Republic</option><option value="57">Denmark</option><option value="58">Djibouti</option><option value="59">Dominica</option><option value="60">Dominican Republic</option><option value="61">Ecuador</option><option value="62">Egypt</option><option value="63">El Salvador</option><option value="64">Equatorial Guinea</option><option value="65">Eritrea</option><option value="66">Estonia</option><option value="67">Ethiopia</option><option value="68">Falkland Islands (Islas Malvinas)</option><option value="69">Fiji</option><option value="70">Finland</option><option value="71">France</option><option value="72">French Guiana</option><option value="73">French Polynesia</option><option value="74">Gabon Republic</option><option value="75">Gambia</option><option value="76">Georgia</option><option value="77">Germany</option><option value="78">Ghana</option><option value="79">Gibraltar</option><option value="80">Greece</option><option value="81">Greenland</option><option value="82">Grenada</option><option value="83">Guadeloupe</option><option value="85">Guatemala</option><option value="87">Guinea</option><option value="88">Guinea-Bissau</option><option value="89">Guyana</option><option value="90">Haiti</option><option value="91">Honduras</option><option value="92">Hong Kong</option><option value="93">Hungary</option><option value="94">Iceland</option><option value="95">India</option><option value="96">Indonesia</option><option value="98">Iraq</option><option value="99">Ireland</option><option value="101">Italy</option><option value="102">Jamaica</option><option value="104">Japan</option><option value="106">Jordan</option><option value="107">Kazakhstan</option><option value="108">Kenya</option><option value="109">Kiribati</option><option value="111">Korea, South</option><option value="112">Kuwait</option><option value="113">Kyrgyzstan</option><option value="114">Laos</option><option value="115">Latvia</option><option value="116">Lebanon</option><option value="117">Lesotho</option><option value="118">Liberia</option><option value="119">Libya</option><option value="120">Liechtenstein</option><option value="121">Lithuania</option><option value="122">Luxembourg</option><option value="123">Macau</option><option value="124">Macedonia</option><option value="125">Madagascar</option><option value="126">Malawi</option><option value="127">Malaysia</option><option value="128">Maldives</option><option value="129">Mali</option><option value="130">Malta</option><option value="132">Martinique</option><option value="133">Mauritania</option><option value="134">Mauritius</option><option value="135">Mayotte</option><option value="136">Mexico</option><option value="137">Moldova</option><option value="138">Monaco</option><option value="139">Mongolia</option><option value="228">Montenegro</option><option value="140">Montserrat</option><option value="141">Morocco</option><option value="142">Mozambique</option><option value="143">Namibia</option><option value="144">Nauru</option><option value="145">Nepal</option><option value="146">Netherlands</option><option value="147">Netherlands Antilles</option><option value="148">New Caledonia</option><option value="149">New Zealand</option><option value="150">Nicaragua</option><option value="151">Niger</option><option value="152">Nigeria</option><option value="153">Niue</option><option value="154">Norway</option><option value="155">Oman</option><option value="156">Pakistan</option><option value="158">Panama</option><option value="159">Papua New Guinea</option><option value="160">Paraguay</option><option value="161">Peru</option><option value="162">Philippines</option><option value="163">Poland</option><option value="164">Portugal</option><option value="166">Qatar</option><option value="227">Reunion</option><option value="167">Romania</option><option value="168">Russian Federation</option><option value="169">Rwanda</option><option value="170">Saint Helena</option><option value="171">Saint Kitts-Nevis</option><option value="172">Saint Lucia</option><option value="173">Saint Pierre and Miquelon</option><option value="174">Saint Vincent and the Grenadines</option><option value="175">San Marino</option><option value="176">Saudi Arabia</option><option value="177">Senegal</option><option value="229">Serbia</option><option value="178">Seychelles</option><option value="179">Sierra Leone</option><option value="180">Singapore</option><option value="181">Slovakia</option><option value="182">Slovenia</option><option value="183">Solomon Islands</option><option value="184">Somalia</option><option value="185">South Africa</option><option value="186">Spain</option><option value="187">Sri Lanka</option><option value="189">Suriname</option><option value="191">Swaziland</option><option value="192">Sweden</option><option value="193">Switzerland</option><option value="196">Taiwan</option><option value="197">Tajikistan</option><option value="198">Tanzania</option><option value="199">Thailand</option><option value="200">Togo</option><option value="201">Tonga</option><option value="202">Trinidad and Tobago</option><option value="203">Tunisia</option><option value="204">Turkey</option><option value="205">Turkmenistan</option><option value="206">Turks and Caicos Islands</option><option value="207">Tuvalu</option><option value="208">Uganda</option><option value="209">Ukraine</option><option value="210">United Arab Emirates</option><option value="3">United Kingdom</option><option value="1" selected="selected">United States</option><option value="211">Uruguay</option><option value="212">Uzbekistan</option><option value="213">Vanuatu</option><option value="214">Vatican City State</option><option value="215">Venezuela</option><option value="216">Vietnam</option><option value="218">Wallis and Futuna</option><option value="219">Western Sahara</option><option value="220">Western Samoa</option><option value="221">Yemen</option><option value="223">Zambia</option><option value="224">Zimbabwe</option></select></div></div><div id="clZipCodeDiv"><div id="zipCodeDiv"><div class="sh-TxtBxAln"><label id="clZipCodeTextDiv" for="clzipCode" class="sh-TxtStyl sh-zipLeftAlign sh-showElement">ZIP Code:</label><div class="sh-zipSpanPanel"><div id="clZipArrowimg" class="sh-hideElement"></div><input type="text" id="clzipCode" size="12" name="zipCode" class="sh-TxtCnt sh-showElement sh-enblBox sh-TxtCnt"><div id="zipCodeMsg" class="sh-elemStyle sh-dispZipInfoMsg"><div class="stsMsg"><div><div class="stsMsg-infoBgr stsMsg-msgInfo"><b class="b"><p tabIndex="0" id="" class="g-hdn">info</p></b><div class="stsMsg-txt"><div><div class="stsMsg-txtStyle stsMsg-normalfont stsMsg-npd">Enter Zip Code to get shipping price</div></div></div></div></div></div></div></div></div></div></div><label for="clquantity" class="sh-TxtStyl">Quantity:</label><div id="quantityDiv"><div class="sh-TxtBxAln"><span><input type="text" size="5" id="clquantity" name="quantity" class="sh-TxtCnt sh-QtyTxt" value="1"><div class="sh-RateBtn"><input type="button" id="clGetRates" name="getRates" value="Get Rates" class="sh-BtnTxt sh-BtnTxt"></div></span></div></div><div class="sh-AvlQtyTxt">(available quantity 3)</div></div><div><div id="srvcDetails" class="sh-SrvcDtls"><div>Service and other details:</div></div><div id="shippingServices" class="sh-DTbl"><div class="dt" id="v4-34"><div class="dt-dtbl"><table border="0" cellpadding="0" cellspacing="0" width="100%" id="v4-34_tab_0"><thead><tr class="dt-tblHdr"><th scope="col" id="v4-34_tab_0_srtHCol_0" class="dt-colCnt dt-rowSeptr dt-colHdr dt-alignLft" width="0%" colspan="1"><div class="sh-SrvcHdr">Service</div></th><th scope="col" id="v4-34_tab_0_srtHCol_1" class="dt-colCnt dt-rowSeptr dt-colHdr dt-alignLft" width="0%" colspan="1"><div class="sh-SrvcHdr">Estimated delivery*</div></th><th scope="col" id="v4-34_tab_0_srtHCol_2" class="dt-colCnt dt-rowSeptr dt-colHdr dt-alignLft" width="0%" colspan="1"><div class="sh-SrvcHdr sh_Prcpad">Price</div></th></tr></thead><tr><td scope="row" id="v4-34_tab_0_srtCol_0_0" class="dt-colCnt dt-alignLft sh-RowBrdr" rowspan="1" colspan="1"><div><span class="sh-ShipDtls">Economy Shipping</span></div></td><td id="v4-34_tab_0_srtCol_0_1" class="dt-colCnt dt-alignLft sh-RowBrdr" rowspan="1" colspan="1"><div class="sh-ShipDtls"><div>Between Tue. Dec. 21 and Mon. Jan. 3</div></div></td><td id="v4-34_tab_0_srtCol_0_2" class="dt-colCnt dt-alignLft sh-RowBrdr" rowspan="1" colspan="1"><div class="sh-ShipDtls sh_Prcpad">$7.99</div></td></tr></table></div></div></div><div id="instrTextPanel" class="sh-instrText sh-transitTime">*Estimated delivery dates include seller's handling time, and will depend on shipping service selected and receipt of cleared payment. Delivery times may vary, especially during peak periods.</div></div></div></div></div></div><a href="javascript:;" id="chngLoc_cbtn" ex="" title="Click to close" class="olp-cbtn"><div class="olp-hdn">Click to close</div></a></div></td><td class="olp-mr"></td></tr><tr id="chngLocbid"><td class="olp-bl"><a href="javascript:;" id="chngLoc_ea" style="outline:none"><b class="g-hdn">End of layer</b></a><div></div><p></p></td><td class="olp-br"></td></tr></table></div><input type="hidden" id="chngLocPnlJSId" value="15chngLoc"><b>&nbsp;</b><span class="sh-nowrap"><wbr><a href="javascript:;" id="seeDcnt" class="vi-tl vi-is1-shpl vi-c-fsmt vi-is1-hideDisc vi-is1-shpl vi-is1-showDisc"><span>See <b class="g-hdn">shipping</b> discounts</span>&#160;<span class="vi-pla-sI vi-pla-iD vi-is1-hideDiv"></span></a></wbr></span><div id="disPnl" class="olp-mn vi-dm"><table cellpadding="0" cellspacing="0" border="0" width="175"><tr id="disPnltid"><td class="olp-tl"><p></p><a href="javascript:;" id="disPnl_sa" style="outline:none"><b class="g-hdn">Start of layer</b></a></td><td width="18" class="olp-tr"><b></b></td></tr><tr><td class="olp-ml" height="45"><div class="olp-cnt" id="disPnl_olp_cnt"><div class="olp-pad" id="disPnl_olp_pad"><div id="discountsMessaging"><table width="99%" class="vi-is1-s9"><tr><td style="word-wrap: break-word"><div><div id="discount_msg" class="sh-discPnl"><strong>$3.00 shipping</strong> for each additional eligible item you buy from teegrand.</div></div></td></tr></table></div></div></div></td><td class="olp-mr"></td></tr><tr id="disPnlbid"><td class="olp-bl"><a href="javascript:;" id="disPnl_ea" style="outline:none"><b class="g-hdn">End of layer</b></a><div></div><p></p></td><td class="olp-br"></td></tr></table><div id="disPnlarid" style="display:none"></div></div><b>&nbsp;|&nbsp;</b><span class="vi-is1-rePol"> <span class="vi-is1-wrp"><a rel="nofollow" class="vi-is1-rePol"><a onclick="vjo.darwin.pres.buying.cmp.shared.SwitchTabs.toShippingTab();" href="#shId">See all <b class="g-hdn">shipping</b> details</a></a></span></span></td></tr><tr id="delspcr"><td colspan="4" height="10"></td></tr><tr id="delrw"><th class="vi-is1-lbl">Delivery:</th><td colspan="3" class="vi-is1-clr"><span style="float : none"><div><div id="fdeliveryTime"><div><div><div class="sh-TblCnt">Estimated between <span class="sh-fontBold">Tue. Dec. 21 and Mon. Jan. 3</span><span> <span><a id="hldhlp"><img src="http://p.ebaystatic.com/aw/pics/icons/iconBubbleHelp.gif" height="12" width="12" alt="help icon for Estimated delivery date - opens a layer" title="help icon" class="crptr"></a></span></span><div class="sh-DlvryDtl"></div></div></div></div></div></div></span></td></tr><tr><td colspan="4" height="10"></td></tr><tr><th class="vi-is1-lbl">Returns:</th><td colspan="3" class="vi-is1-clr"><div class="vi-is1-s6"><table border="0" width="100%" cellpadding="0" cellspacing="0" id="miyId"><tr><td class="vi-rpd-miyContent">7 day&nbsp;money back,&nbsp;buyer pays return shipping&nbsp;|<span class="g-nav pyOp"> <span class="vi-rpd-wtSp"><a rel="nofollow"><a onclick="vjo.darwin.pres.buying.cmp.shared.SwitchTabs.toShippingTab();" href="#rpdId">Read <b class="g-hdn">return policy</b> details</a></a></span></span></td></tr></table></div></td></tr><tr><td colspan="4" height="10"></td></tr><tr><td colspan="4"><div id="v4-35" class="vi-bg-cpn vi-bg-cm"><div class="vi-bg-oh vi-bg-cpn"><img src="http://q.ebaystatic.com/aw/pics/buy/trust/logoeBP_65x74.gif" height="74" width="65" alt="eBay shield" class="vi-bg-crp vi-bg-sh"><div class="vi-bg-bgn vi-bg-cpn vi-bg-oh vi-bg-l65 vi-bg-m65"></div></div><div class="vi-bg-il vi-bg-crp"><img src="http://p.ebaystatic.com/aw/pics/buy/trust/imgeBPText_232x22.gif" height="22" width="232" alt="eBay Buyer Protection"><div><img src="http://q.ebaystatic.com/aw/pics/buy/trust/imgeBPSText_312x14.gif" height="14" width="312" alt="Covers your purchase price plus original shipping"></div><span class="g-btn"><a href="http://pages.ebay.com/coverage/index.html" target="_blank">Learn more<b class="g-hdn">about eBay Buyer Protection - opens in a new window or tab</b></a></span></div></div></td></tr></table></form><div></div><div id="hldolp" class="olp-mn"><table cellpadding="0" cellspacing="0" border="0" width="250"><tr id="hldolptid"><td class="olp-tl"><p></p><a href="javascript:;" id="hldolp_sa" style="outline:none"><b class="g-hdn">Start of layer</b></a></td><td width="18" class="olp-tr"><b></b></td></tr><tr><td class="olp-ml" height="45"><div class="olp-cnt" id="hldolp_olp_cnt"><div class="olp-pad olp-xtpd" id="hldolp_olp_pad"><div><a href="http://pages.ebay.com/help/buy/contextual/estimated-delivery.html" target="_blank">Estimated delivery dates <b class="g-hdn">- opens in a new window or tab</b></a> include seller's handling time, and will depend on shipping service selected and receipt of <a href="http://pages.ebay.com/help/buy/contextual/domestic-handling-time.html" target="_blank">cleared payment<b class="g-hdn">- opens in a new window or tab</b></a>. Delivery times may vary, especially during peak periods.</div></div><a href="javascript:;" id="hldolp_cbtn" ex="" title="Click to close" class="olp-cbtn"><div class="olp-hdn">Click to close</div></a></div></td><td class="olp-mr"></td></tr><tr id="hldolpbid"><td class="olp-bl"><a href="javascript:;" id="hldolp_ea" style="outline:none"><b class="g-hdn">End of layer</b></a><div></div><p></p></td><td class="olp-br"></td></tr></table><div id="hldolparid" style="display:none"></div></div><div id="v4-36" class="olp-mn"><table cellpadding="0" cellspacing="0" border="0" width="250"><tr id="v4-36tid"><td class="olp-tl"><p></p><a href="javascript:;" id="v4-36_sa" style="outline:none"><b class="g-hdn">Start of layer</b></a></td><td width="18" class="olp-tr"><b></b></td></tr><tr><td class="olp-ml" height="45"><div class="olp-cnt" id="v4-36_olp_cnt"><div class="olp-pad" id="v4-36_olp_pad">A reserve price is the minimum price the seller will accept. This price is hidden from bidders. To win, a bidder must have the highest bid and have met or exceeded the reserve price.</div></div></td><td class="olp-mr"></td></tr><tr id="v4-36bid"><td class="olp-bl"><a href="javascript:;" id="v4-36_ea" style="outline:none"><b class="g-hdn">End of layer</b></a><div></div><p></p></td><td class="olp-br"></td></tr></table><div id="v4-36arid" style="display:none"></div></div><div><div class="vi-is1-s1"></div></div></td></tr></table></div></td><td colspan="1" rowspan="1" id="vi-tTblS"> </td><td colspan="1" rowspan="1" id="vi-tTblC2"><div><div><table cellpadding="0" cellspacing="0" class="trsTopPanel"><tr><td class="trsBtmPanel"><table cellpadding="0" cellspacing="0" class="s-content s-content-eu"><tbody><tr><td><table cellpadding="0" cellspacing="0" width="100%"><tr><td width="100%"><h2 class="sit trsTopPad"><a target="_blank" href="http://pages.ebay.com/topratedsellers/index.html"><b class="g-hdn">Find out more about</b> Top-rated seller <b class="g-hdn">- opens in a new window or tab</b></a></h2><div class="bdg"><div class="mbg"><a title="Member id teegrand" href="http://myworld.ebay.com/teegrand/"><b class="g-hdn">Member id </b><b><span class="mbg-nw">teegrand</span></b></a> <span class="mbg-l"> ( <a class="mbg-fb" title="Feedback Score Of 4212" href="http://feedback.ebay.com/ws/eBayISAPI.dll?ViewFeedback&amp;iid=330490915923&amp;userid=teegrand&amp;ssPageName=VIP:feedback&amp;ftab=FeedbackAsSeller"><b class="g-hdn">Feedback Score Of</b> 4212</a><img src="http://p.ebaystatic.com/aw/pics/icon/iconRedStar_25x25.gif" height="25" width="25" class="mbg-star" title="Red star icon for feedback score in between 1,000 to 4,999" alt="Red star icon for feedback score in between 1,000 to 4,999">) </span> <span class="mbg-l"></span></div><br><span class="s-gray z_a">99.9%&#160;Positive feedback</span></div></td><td><div class="trsImgEu"><img src="http://p.ebaystatic.com/aw/pics/icons/iconTrsLarge.gif" height="80" width="58" alt="Get fast shipping and excellent service from eBay Top-rated sellers."></div><div class="spc2"></div></td></tr></table></td></tr><tr><td class="trsTxt"><ul><li>Consistently receives highest buyers' ratings</li><li>Ships items quickly</li><li>Has earned a track record of excellent service</li></ul></td></tr><tr><td><div class="bdg sl"><div class="s-f-da"><a href="http://my.ebay.com/ws/eBayISAPI.dll?AcceptSavedSeller&amp;ru=http%3A%2F%2Fcgi.ebay.com%2Fws%2FeBayISAPI.dll%3FViewItemNext%26item%3D330490915923&amp;mode=0&amp;ssPageName=STRK:MEFS:ADDVI&amp;sellerid=teegrand&amp;preference=0" rel="nofollow">Save this seller</a></div><div><div class="s-f-da"><span class="s-f-da"><a href="http://shop.ebay.com/teegrand/m.html">See other items <b class="g-hdn">from this seller</b></a></span></div><div class="s-gray inf_lab">Visit store:&#160;<a href="http://stores.ebay.com/Allstar-Bargains"><img src="http://q.ebaystatic.com/aw/pics/icon/iconStoresNW_20x20.gif" height="20" width="20" alt="Ebay Stores" class="st-img">Allstar Bargains</a></div></div></div></td></tr><tr></tr><tr><td><div class="s-gray"></div></td></tr></tbody></table></td></tr></table><div class="spc1"></div></div></div><div class="lmar"><div class="c-gy-bdr cr-brd cr-bt"><div><span id="ec_span" class="ec-span"><a id="ii_arr" href="javascript:;" class="vi-pla-sI vi-pla-bR"></a></span><h3 id="ec_title" class="eciIt">Other item info</h3></div><div id="ii_lyr" class="vi-display"><div class="z_b"><table class="sp1" cellpadding="3" summary="Other item info"><tr><td width="1%" align="right" valign="top" class="inf_lab">Item number:</td><td valign="top">330490915923</td></tr><tr><td align="right" valign="top" class="inf_lab">Item location:</td><td valign="top">Spokane, Washington, United States</td></tr><tr><td align="right" valign="top" class="inf_lab">Ships to:</td><td valign="top">Worldwide <span style="white-space:nowrap;" class="pyOp"><a id="v4-39" href="#shId">See <b class="g-hdn">shipping location</b> exclusions</a></span></td></tr><tr><td align="right" valign="top" class="inf_lab">Payments:</td><td valign="top"><div><div><div class="on_pay"><div id="payDet1" style="color:#000;">PayPal<span> <span class="g-nav pyOp"><a rel="nofollow"><a id="a_payId" href="#payId">See <b class="g-hdn">payment</b> details</a></a></span></span></div></div></div></div></td></tr><tr><td width="1%" align="right" valign="top" class="inf_lab">History:</td><td valign="top"><a href="http://offer.ebay.com/ws/eBayISAPI.dll?ViewBidsLogin&amp;item=330490915923">7 sold</a></td></tr></table></div></div></div></div><div class="vi-title"><a href="http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&amp;item=330490915923&amp;si=Kuw31IZssxU8hjZ9t%2By7rqnvowc%3D&amp;print=all&amp;category=11484" rel="nofollow" target="viPrint" class="vi-pla-vAb"><span></span>Print <b class="g-hdn">this item - opens in a new window or tab</b></a><span class="vi-pla-dl g-hlp">|</span><a href="http://cgi1.ebay.com/ws/eBayISAPI.dll?ReportThisItemRedirect&amp;active=1&amp;itemId=330490915923&amp;seller=teegrand" rel="nofollow" class="vi-pla-vAb"><span></span>Report item</a></div></td></tr></table>
5
+
6
+ <div id="vi-content" class="vi-mdtt" style="clear:both;"><div id="VisualPreviewContent"></div><div class="vi-cmb" id="rtm_html_1595" style="height:100%; width:100%"></div><div id="vi-desc"></div><div class="vi-cd"><div id="vi_tabs"><div><div class="tb-tw tb-gr"><table cellspacing="0" cellpadding="0" id="vi_tabs_wrp" class="tb tb-nw" width="100%"><tr><td class="tb-act" id="vi_tabs_0_td" width="1"><a class="tb-a" href="javascript:;" id="vi_tabs_0"><span class="tb-txt"><h2 class="vi-tab-hdr g-m g-m0">Description</h2></span></a></td><td id="vi_tabs_1_td" width="1"><a class="tb-a" href="javascript:;" id="vi_tabs_1"><span class="tb-txt"><h2 class="vi-tab-hdr g-m g-m0">Shipping and payments</h2></span></a></td><td class="tb-rrs"><div class="tb-rs"><div class="vi-pla-c1 vi-pla-mr25"><span class="vi-pla-shr vi-pla-p0 g-dft"><span class="vi-pla-lbc">Share: <b class="g-hdn">this item</b></span><a title="Email to a friend - opens in a new window or tab" href="http://contact.ebay.com/ws1/eBayISAPI.dll?ShowEmailAuctionToFriend&amp;item=330490915923" target="_blank" class="vi-pla-sI vi-pla-iE2"></a>&nbsp;<a title="Share on Facebook - opens in a new window or tab" href="http://cgi1.ebay.com/ws/eBayISAPI.dll?ShareLink&amp;swd=2&amp;du=http%3A%2F%2Fcgi.ebay.com%2F330490915923&amp;itm=330490915923&amp;t=St.+John%27s+Bay+man+Cardigans+Size%3A+S%2C+M%2C+L%2C+XL%2C+2XL+NEW&amp;spid=4340" target="_blank" class="vi-pla-sI vi-pla-iF"></a>&nbsp;<a title="Share on Twitter - opens in a new window or tab" href="http://cgi1.ebay.com/ws/eBayISAPI.dll?ShareLink&amp;swd=3&amp;du=http%3A%2F%2Fcgi.ebay.com%2F330490915923&amp;itm=330490915923&amp;t=St.+John%27s+Bay+man+Cardigans+Size%3A+S%2C+M%2C+L%2C+XL%2C+2XL+NEW&amp;spid=4340" target="_blank" class="vi-pla-sI vi-pla-iT"></a>&nbsp;</span></div></div></td></tr></table><input type="hidden" id="vi_tabs_hid" value="-1"></div><div class="tb-cw"><div id="vi_tabs_0_cnt" class="tb-cntOn"><div><div class="vi-cd"><span style="float: left;" class="vi-br">Seller assumes all responsibility for this listing.</span><div class="vi-cd vi-cmb"><div><span class="vi-c-label-color">Last updated on</span>&#160;<span class="vi-c-label-color">08:27:31 AM PST,&#160;Dec 14, 2010</span>&#160;<span><a href="http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItemRevisionDetails&amp;item=330490915923">View all revisions</a></span></div></div><div class="vi-iw"><div class="cr-w cr-bt c-gy-bdr"><div class="cr-cnt"><table cellpadding="0" cellspacing="0" width="100%" class="vi-ia-attrGroup"><tr><td id="vi-ia-attrTableFirstRowTd"><h3 class="vi-ia-attrGroupTitle vi-ds2-subt">Item specifics</h3></td></tr><tr><td><table cellpadding="0" cellspacing="0" width="100%"><tr><th nowrap="nowrap" id="v4-44" align="left" class="vi-ia-hdAl vi-ia-attrLabel vi-ia-attrColPadding">Condition: </th><td headers="v4-44" class="vi-ia-attrColPadding" width="50.0%"><div>New with tags: A brand-new, unused, and unworn item (including handmade items) in the original packaging (such as <span id="v4-42" style="display:none">the original box or bag) and/or with the original tags attached.&#160;<a href="http://pages.ebay.com/help/sell/contextual/condition_2.html" target="_blank" class="vi-ia-rm">See all condition definitions<b class="g-hdn">- opens in a new window or tab</b></a></span><span id="v4-41" style="display:inline">...&#160;<a href="javascript:;" class="vi-ia-rm" id="v4-43">Read more<b class="g-hdn">about the condition</b></a></span></div></td><th nowrap="nowrap" id="v4-45" align="left" class="vi-ia-hdAl vi-ia-attrLabel vi-ia-attrColPadding">Style: </th><td headers="v4-45" class="vi-ia-attrColPadding" width="50.0%">Cardigan</td></tr><tr><th nowrap="nowrap" id="vi-ia-attrSectionLastRowTd" align="left" class="vi-ia-hdAl vi-ia-attrLabel vi-ia-attrColPadding">Brand: </th><td headers="v4-46" id="vi-ia-attrSectionLastRowTd" class="vi-ia-attrColPadding" width="50.0%">st john bay</td><th nowrap="nowrap" id="vi-ia-attrSectionLastRowTd" align="left" class="vi-ia-hdAl vi-ia-attrLabel vi-ia-attrColPadding">Material: </th><td headers="v4-47" id="vi-ia-attrSectionLastRowTd" class="vi-ia-attrColPadding" width="50.0%">Acrylic/cotton</td></tr></table></td></tr></table></div></div></div><div class="store_header vi-cd c-rcp-rcp"><div class="store-panel"><div class="cr-w cr-c cr-cp"><div class="cr-hr" style="background:#990000;"><table width="100%"><tr><td align="left"><span style="color:#FFFFFF"><h3 class="storeTitleHeader">Allstar Bargains</h3></span></td><td align="right"><span style="color:#FFFFFF;font-size:small;font-weight:normal">Visit my eBay store</span></td><td align="right" style="width:20px;padding:0px 10px 0px 5px;"><a href="http://stores.ebay.com/Allstar-Bargains"><img src="http://q.ebaystatic.com/aw/pics/icon/iconStoresNW_20x20.gif" height="20" width="20" alt="Allstar Bargains" border="0"></a></td></tr></table></div><div class="cr-cnt" style="background:#FFFF33;"><div><div><table cellpadding="0" cellspacing="0" bgcolor="#FFFF33" class="storesearchTable"><tr></tr></table><table cellpadding="0" cellspacing="0" bgcolor="#FFFF33" width="100%"><tr><td style="width:310px; padding-left:5px; padding-right:10px"><a href="http://stores.ebay.com/Allstar-Bargains" class="store-logo" style="margin-left:0px"><img src="http://i.ebayimg.com/16/!!d26eH!B(M~$(KGrHqUOKjsEsn6p3t2WBLKn-)6RUQ~~_11.JPG" alt="" width="310px" height="90px" border="0"></a></td><td valign="bottom" class="storeinfo"><div class="store-info-links linkTexts" style="padding-left:5px; padding-top:10px"><a href="http://my.ebay.com/ws/eBayISAPI.dll?AcceptSavedSeller&amp;linkname=includefavoritestore&amp;sellerid=teegrand">Add this store to favorites</a><img src="http://q.ebaystatic.com/aw/pics/s.gif" width="10px" alt="">|<img src="http://q.ebaystatic.com/aw/pics/s.gif" width="10px" alt=""><a href="http://my.ebay.com/ws/eBayISAPI.dll?AcceptSavedSeller&amp;linkname=includenewsletter&amp;sellerid=teegrand">Sign up for newsletter</a></div><div align="left" class="store-info-links" style="padding-left:5px"><form name="search" method="get" action="http://search.stores.ebay.com/search/search.dll" target="_parent"><input type="hidden" name="sid" value="165308546"><input type="hidden" name="srchdesc" value="y"><input type="hidden" name="fp" value="0"><label for="searchId" class="g-hdn">Search Store</label><input type="text" name="query" size="17" maxlength="300" id="searchId" class="searchText"><input type="submit" value="Search Store" name="submit"></form></div></td></tr></table></div><div class="borderDiv"></div><table><tr><td class="catTdLink1"><span class="catSpanLink"><a href="http://stores.ebay.com/Allstar-Bargains_ACCOSSORIES_WOMENs-Access-intim_W0QQfsubZ236193016">WOMEN's Access & intim </a></span></td><td class="catTdLink1"><span class="catSpanLink"><a href="http://stores.ebay.com/Allstar-Bargains_Other_W0QQfsubZ1">Other</a></span></td><td class="catTdLink2"><span class="catSpanLink"><a href="http://stores.ebay.com/Allstar-Bargains_ART-ORIGINAL-OIL-PAINTING_W0QQfsubZ203698016">ART ORIGINAL OIL PAINTING</a></span></td></tr><tr><td colspan="5" class="itemsOnSaleTd"><span class="itemsOnSaleSpan"><img src="http://p.ebaystatic.com/aw/pics/stores/sale/imgStrSaleLstFrmTrns.gif" height="32" width="32" alt="" class="itemsOnSaleImg"><a href="http://search.stores.ebay.com/search/search.dll?GetResult&amp;foso=1&amp;frts=0&amp;sasel=165308546&amp;frpp=30&amp;fsoo=1&amp;fsop=1&amp;fcl=3">Items On Sale</a></span></td></tr></table></div></div></div></div></div></div><table width="100%"><tr><td valign="top" class="storeLftNavTd"><div><div class="cr-w cr-c cr-cp"><div class="cr-hr" style="background:#990000;"><div class="storeTitleDiv" style="color:#FFFFFF"><h3 class="storeTitleDiv storeTitleHeader">Store Categories</h3></div></div><div class="cr-cnt" style="background:#FFFF33;"><div><div class="lcat"><div class="ttl"><a href="http://stores.ebay.com/Allstar-Bargains">Store home</a></div><ul class="lev1"><li><a href="http://stores.ebay.com/Allstar-Bargains_ACCOSSORIES_W0QQfsubZ1590683016">ACCOSSORIES</a></li><ul class="lev2"><li><a href="http://stores.ebay.com/Allstar-Bargains_ACCOSSORIES_BOYS-Access-Intim_W0QQfsubZ415302016">BOYS Access & Intim</a></li><ul class="lev3"></ul><li><a href="http://stores.ebay.com/Allstar-Bargains_ACCOSSORIES_GIRLS-Access-Intim_W0QQfsubZ401603016">GIRLS Access & Intim</a></li><ul class="lev3"></ul><li><a href="http://stores.ebay.com/Allstar-Bargains_ACCOSSORIES_MENs-Access-Intim_W0QQfsubZ415300016">MENs Access & Intim</a></li><ul class="lev3"></ul><li><a href="http://stores.ebay.com/Allstar-Bargains_ACCOSSORIES_WOMENs-Access-intim_W0QQfsubZ236193016">WOMEN's Access & intim </a></li><ul class="lev3"></ul></ul><li><a href="http://stores.ebay.com/Allstar-Bargains_ART-ORIGINAL-OIL-PAINTING_W0QQfsubZ203698016">ART ORIGINAL OIL PAINTING</a></li><ul class="lev2"></ul><li><a href="http://stores.ebay.com/Allstar-Bargains_BOYS-CLOTHING_W0QQfsubZ1590906016">BOYS CLOTHING</a></li><ul class="lev2"><li><a href="http://stores.ebay.com/Allstar-Bargains_BOYS-CLOTHING_BOYS-4-16-tops_W0QQfsubZ1591123016">BOYS 4-16 tops</a></li><ul class="lev3"></ul><li><a href="http://stores.ebay.com/Allstar-Bargains_BOYS-CLOTHING_BOYS-bottoms_W0QQfsubZ348304016">BOYS bottoms </a></li><ul class="lev3"><li><a href="http://stores.ebay.com/Allstar-Bargains_BOYS-CLOTHING_BOYS-bottoms_Boys-bottoms_W0QQfsubZ874924016">Boys bottoms </a></li><ul class="lev4"></ul></ul><li><a href="http://stores.ebay.com/Allstar-Bargains_BOYS-CLOTHING_BOYS-JACKETS_W0QQfsubZ943819016">BOYS JACKETS </a></li><ul class="lev3"></ul><li><a href="http://stores.ebay.com/Allstar-Bargains_BOYS-CLOTHING_NB-5T-Clothing_W0QQfsubZ203697016">NB-5T Clothing</a></li><ul class="lev3"><li><a href="http://stores.ebay.com/Allstar-Bargains_BOYS-CLOTHING_NB-5T-Clothing_NB-5T_W0QQfsubZ895693016">NB-5T </a></li><ul class="lev4"></ul></ul></ul><li><a href="http://stores.ebay.com/Allstar-Bargains_GAMES-toys-Photo-MP3_W0QQfsubZ334128016">GAMES, toys, Photo, MP3</a></li><ul class="lev2"></ul><li><a href="http://stores.ebay.com/Allstar-Bargains_GIRLS-CLOTHING_W0QQfsubZ1591153016">GIRLS CLOTHING</a></li><ul class="lev2"><li><a href="http://stores.ebay.com/Allstar-Bargains_GIRLS-CLOTHING_GIRL-swimsuits_W0QQfsubZ906274016">GIRL swimsuits</a></li><ul class="lev3"><li><a href="http://stores.ebay.com/Allstar-Bargains_GIRLS-CLOTHING_GIRL-swimsuits_Swimsuits_W0QQfsubZ1192287016"> Swimsuits </a></li><ul class="lev4"></ul></ul><li><a href="http://stores.ebay.com/Allstar-Bargains_GIRLS-CLOTHING_GIRLS-bottoms_W0QQfsubZ341811016">GIRLS bottoms </a></li><ul class="lev3"><li><a href="http://stores.ebay.com/Allstar-Bargains_GIRLS-CLOTHING_GIRLS-bottoms_bottoms_W0QQfsubZ802095016"> bottoms </a></li><ul class="lev4"></ul></ul><li><a href="http://stores.ebay.com/Allstar-Bargains_GIRLS-CLOTHING_GIRLS-4-16-tops_W0QQfsubZ445269016">GIRLS 4-16 tops</a></li><ul class="lev3"><li><a href="http://stores.ebay.com/Allstar-Bargains_GIRLS-CLOTHING_GIRLS-4-16-tops_tops_W0QQfsubZ827134016">tops</a></li><ul class="lev4"></ul></ul><li><a href="http://stores.ebay.com/Allstar-Bargains_GIRLS-CLOTHING_GIRLS-inf-tod_W0QQfsubZ411984016">GIRLS inf & tod </a></li><ul class="lev3"><li><a href="http://stores.ebay.com/Allstar-Bargains_GIRLS-CLOTHING_GIRLS-inf-tod_Infants_W0QQfsubZ813660016">Infants </a></li><ul class="lev4"></ul><li><a href="http://stores.ebay.com/Allstar-Bargains_GIRLS-CLOTHING_GIRLS-inf-tod_toddlers_W0QQfsubZ892130016">toddlers</a></li><ul class="lev4"></ul></ul><li><a href="http://stores.ebay.com/Allstar-Bargains_GIRLS-CLOTHING_GIRLS-JACKETS-0-18_W0QQfsubZ943719016">GIRLS JACKETS 0-18</a></li><ul class="lev3"><li><a href="http://stores.ebay.com/Allstar-Bargains_GIRLS-CLOTHING_GIRLS-JACKETS-0-18_Jackets-Hoodies_W0QQfsubZ942892016"> Jackets, Hoodies</a></li><ul class="lev4"></ul></ul><li><a href="http://stores.ebay.com/Allstar-Bargains_GIRLS-CLOTHING_GIRLS-Sleepwear_W0QQfsubZ802217016">GIRLS Sleepwear</a></li><ul class="lev3"></ul></ul><li><a href="http://stores.ebay.com/Allstar-Bargains_HOME-Decor-Bedding-Kitchen_W0QQfsubZ348962016">HOME Décor, Bedding, Kitchen</a></li><ul class="lev2"></ul><li><a href="http://stores.ebay.com/Allstar-Bargains_JEWELRY-Watches_W0QQfsubZ334127016">JEWELRY & Watches</a></li><ul class="lev2"></ul><li><a href="http://stores.ebay.com/Allstar-Bargains_JUNIORS-CLOTHING_W0QQfsubZ1592704016">JUNIORS CLOTHING</a></li><ul class="lev2"></ul></ul><div class="spc1"></div><a class="all_cats" href="http://stores.ebay.com/Allstar-Bargains">See all categories...</a><div class="link"></div></div></div></div></div></div></td><td valign="top" class="storeDescTd"><div><div class="item_description"><div id="ngvi_desc_div" class="d-pad"><div><div><div style="text-align: center;"><font style="color: rgb(0, 44, 253); font-weight: bold;" size="6"><span style="font-family: Courier;">&nbsp;St. John's Bay man Cardigans Size: S, M, L, XL, 2XL NEW</span></font><br><font style="color: rgb(0, 44, 253); font-weight: bold;" size="6"><span style="font-family: Courier;"></span></font></div><p class="MsoNormal" style="margin: 0in 0in 0pt;" align="center"><font style="color: rgb(0, 44, 253); font-family: Courier;" size="6">Super-soft and just the right amount of warmth. The St. John's Bay
7
+ lightweight knit cardigan offers classic V-neck, front-button styling
8
+ in go-with-anything solids.</font></p><p class="MsoNormal" style="margin: 0in 0in 0pt;" align="center"><font style="font-family: Courier; color: rgb(0, 44, 253);" size="6">2 packets</font><br></p><br style="font-family: Courier; color: rgb(0, 44, 253);"><div style="text-align: center;"><li style="font-family: Courier; color: rgb(0, 44, 253);"><font size="6">100% acrylic
9
+ </font></li><li style="text-align: center; font-family: Courier; color: rgb(0, 44, 253);"><font size="6">imported</font><font style="font-family: Courier;" size="6"><span style="color: rgb(0, 44, 253); font-weight: bold;"></span></font></li><li style="text-align: center; font-family: Courier; color: rgb(0, 44, 253);"><font style="font-family: Courier;" size="6"><span style="color: rgb(0, 44, 253); font-weight: bold;">brown color(khaki heather)</span></font></li><font style="font-family: Courier;" size="6"><span style="color: rgb(0, 44, 253); font-weight: bold;">&nbsp;Cable-Knit Cardigan</span></font><font style="font-family: Courier;" size="6"><span style="color: rgb(0, 44, 253); font-weight: bold;"> Size-XL <br>(in </span></font><font style="font-family: Courier; color: rgb(0, 44, 253);" size="6">deep wine)</font><font style="color: rgb(0, 44, 253);" size="6"><span style="font-size: 12pt;" lang="EN-US"><font style="font-family: Courier;" size="6">Textured cotton/acrylic
10
+ blend<br></font></span></font><font style="font-family: Courier; color: rgb(0, 44, 253);" size="6">2 packets</font><span style="font-size: 12pt;" lang="EN-US"><font style="color: rgb(0, 44, 253);" size="6"><span style="font-family: Courier;"><br>Washable.</span></font></span><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="ProgId" content="Word.Document"><meta name="Generator" content="Microsoft Word 11"><meta name="Originator" content="Microsoft Word 11"><link rel="File-List" href="file:///C:%5CDOCUME%7E1%5CHP_ADM%7E1%5CLOCALS%7E1%5CTemp%5Cmsohtml1%5C01%5Cclip_filelist.xml"><!--[if gte mso 9]><xml>
11
+ <w:WordDocument>
12
+ <w:View>Normal</w:View>
13
+ <w:Zoom>0</w:Zoom>
14
+ <w:PunctuationKerning/>
15
+ <w:ValidateAgainstSchemas/>
16
+ <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>
17
+ <w:IgnoreMixedContent>false</w:IgnoreMixedContent>
18
+ <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>
19
+ <w:Compatibility>
20
+ <w:BreakWrappedTables/>
21
+ <w:SnapToGridInCell/>
22
+ <w:WrapTextWithPunct/>
23
+ <w:UseAsianBreakRules/>
24
+ <w:DontGrowAutofit/>
25
+ </w:Compatibility>
26
+ <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel>
27
+ </w:WordDocument>
28
+ </xml><![endif]--><!--[if gte mso 9]><xml>
29
+ <w:LatentStyles DefLockedState="false" LatentStyleCount="156">
30
+ </w:LatentStyles>
31
+ </xml><![endif]--><style>
32
+ <!--
33
+ /* Font Definitions */
34
+ @font-face
35
+ {font-family:Verdana;
36
+ panose-1:2 11 6 4 3 5 4 4 2 4;
37
+ mso-font-charset:204;
38
+ mso-generic-font-family:swiss;
39
+ mso-font-pitch:variable;
40
+ mso-font-signature:-1593833729 1073750107 16 0 415 0;}
41
+ /* Style Definitions */
42
+ p.MsoNormal, li.MsoNormal, div.MsoNormal
43
+ {mso-style-parent:"";
44
+ margin:0in;
45
+ margin-bottom:.0001pt;
46
+ mso-pagination:widow-orphan;
47
+ font-size:18.0pt;
48
+ mso-bidi-font-size:20.0pt;
49
+ font-family:"Times New Roman";
50
+ mso-fareast-font-family:"Times New Roman";}
51
+ a:link, span.MsoHyperlink
52
+ {color:blue;
53
+ text-decoration:underline;
54
+ text-underline:single;}
55
+ a:visited, span.MsoHyperlinkFollowed
56
+ {color:purple;
57
+ text-decoration:underline;
58
+ text-underline:single;}
59
+ p
60
+ {mso-margin-top-alt:auto;
61
+ margin-right:0in;
62
+ mso-margin-bottom-alt:auto;
63
+ margin-left:0in;
64
+ mso-pagination:widow-orphan;
65
+ font-size:12.0pt;
66
+ font-family:"Times New Roman";
67
+ mso-fareast-font-family:"Times New Roman";}
68
+ pre
69
+ {margin:0in;
70
+ margin-bottom:.0001pt;
71
+ mso-pagination:widow-orphan;
72
+ tab-stops:45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt;
73
+ font-size:10.0pt;
74
+ font-family:"Courier New";
75
+ mso-fareast-font-family:"Times New Roman";}
76
+ @page Section1
77
+ {size:8.5in 11.0in;
78
+ margin:56.7pt 42.5pt 56.7pt 85.05pt;
79
+ mso-header-margin:.5in;
80
+ mso-footer-margin:.5in;
81
+ mso-paper-source:0;}
82
+ div.Section1
83
+ {page:Section1;}
84
+ -->
85
+ </style><!--[if gte mso 10]>
86
+ <style>
87
+ /* Style Definitions */
88
+ table.MsoNormalTable
89
+ {mso-style-name:"Table Normal";
90
+ mso-tstyle-rowband-size:0;
91
+ mso-tstyle-colband-size:0;
92
+ mso-style-noshow:yes;
93
+ mso-style-parent:"";
94
+ mso-padding-alt:0in 5.4pt 0in 5.4pt;
95
+ mso-para-margin:0in;
96
+ mso-para-margin-bottom:.0001pt;
97
+ mso-pagination:widow-orphan;
98
+ font-size:10.0pt;
99
+ font-family:"Times New Roman";
100
+ mso-ansi-language:#0400;
101
+ mso-fareast-language:#0400;
102
+ mso-bidi-language:#0400;}
103
+ </style>
104
+ <![endif]-->
105
+
106
+ <p style="text-align: center;" align="center"><b><span style="font-size: 20pt; color: blue;" lang="EN-US">I have new arrivals every day in my
107
+ store. <br>
108
+ Please, check us out- you might find what you need</span></b><span style="" lang="EN-US"><o:p></o:p></span></p>
109
+
110
+ <p style="text-align: center;" align="center"><b><span style="font-size: 20pt; color: blue;" lang="EN-US">I ship worldwide, just ask about
111
+ rates.</span></b><span style="" lang="EN-US"><o:p></o:p></span></p>
112
+
113
+ <p class="MsoNormal" style="text-align: center;" align="center"><b><span style="font-size: 14pt; font-family: Arial; color: blue;" lang="EN-US"><a href="http://stores.shop.ebay.com/Allstar-Bargains">http://stores.shop.ebay.com/Allstar-Bargains</a><o:p></o:p></span></b></p>
114
+
115
+ <p class="MsoNormal" style="text-align: center;" align="center"><span style="" lang="EN-US"><o:p>&nbsp;</o:p></span></p>
116
+
117
+ <pre><b><span style="font-family: Verdana;" lang="EN-US">We sell overstock and liquidation items some items <br><br>may have tags removed or have a mark or slit through the tag so they <br><br>cannot be returned for full price at retail locations.</span></b><font style="font-family: Courier; color: rgb(0, 44, 253);" size="6"><br></font><font style="font-family: Courier;" size="6"><span style="color: rgb(0, 44, 253); font-weight: bold;"> </span></font></pre></div></div></div></div></div></div></td></tr></table><div><div><div class="vi-qa-main_qa"><div class="pnltbl"><div id="v4-49"><table cellpadding="0" cellspacing="0" class="r3 c gy-br"><thead id="v4-49h" class="gy"><tr><td><div class="r3_hm" style="border-width: 1px 1px 0; padding: 0; height: 5px; font-size:0; overflow:hidden;"></div></td></tr><tr id="v4-49_h"><td class="r3_hm" id="v4-49_hm_0"><h4 class="vi-qa-m0 vi-ds2-subt">Questions and answers about this item</h4></td></tr></thead><tr id="v4-49_c"><td id="v4-49cm" class="r3_c c-sgf"><div class="r3_cm po" id="v4-49_ct"><div><div class="dt" id="v4-50"><div class="dt-dtbl"><table border="0" cellpadding="0" cellspacing="0" width="100%" id="v4-50_tab_0"><tr><td width="1%" class="dt-spTd dt-bgColorTrans">&#160;</td><td scope="row" id="v4-50_tab_0_srtCol_0_0" class="dt-colCnt dt-alignLft" rowspan="1" colspan="1"><span>No questions or answers have been posted about this item.</span></td><td width="1%" class="dt-spTd dt-bgColorTrans">&#160;</td></tr></table></div></div></div></div><div class="r3_fm r3_s" id="v4-49_f"><div class="vi-qa-asq-brdr"><div class="vi-qa-ngvi-qa-ask"><span class="vi-qa-qa-ask-span"><a href="http://contact.ebay.com/ws/eBayISAPI.dll?ShowSellerFAQ&amp;_trksid=p4340.l1499&amp;frm=284&amp;iid=330490915923&amp;ssPageName=PageSellerM2MFAQ_VI&amp;redirect=0&amp;requested=teegrand" class="al">Ask a question</a></span></div></div></div><div class="r3_hm" style="border-width: 0pt 0px 1px; padding: 0px; height: 4px;font-size:0;overflow:hidden"></div></td></tr></table></div></div></div></div><div></div></div></div></div><div id="vi_tabs_1_cnt" class="tb-cntOff"><div><span class="vi-br">Seller assumes all responsibility for this listing.</span><div class="vi-shp"><div class="cr-w cr-bt c-gy-bdr"><div class="cr-cnt"><div><div class="shippingSection_BottomVI vi-shp" id="shipNHadling"><div id="shId"><h3 class="g-m0 head vi-ds2-subt" style="font-size:16px;font-weight:bold;color:#333">Shipping and handling</h3></div><div><div><div id="discounts" class="vi-dm sh-PnlAln"><div id="discount_msg"><div class="sh-discMsgLeftAlign"><strong>$3.00 shipping</strong> for each additional eligible item you buy from teegrand.</div></div></div><div class="sh-ItemLoc">Item location: Spokane, Washington, United States</div><div class="sh-ShipSecTop"><div class="sh-ShipTo"><div class="sh-ShipLoc">Shipping to: Worldwide </div><div class="sh-excludedLocns">Excludes: Alaska/Hawaii, US Protectorates, Israel, Brazil </div></div><div class="sh-CalcShip"><div class="sh_calcShipPad"><table border="0" width="100%" cellpadding="0" cellspacing="0"><tr><td width="53%" nowrap="nowrap"><div id="qtyArrowImg" class="sh-hideArrow"></div><div id="shQuantityDiv" class="sh-showElement"><div class="sh-InlCnt"><span><label for="shQuantity" class="sh-ShipDtl">Quantity:</label><div class="sh-InlCnt"><input type="text" id="shQuantity" name="quantity" size="5" value="1" class="sh-TxtCnt"></div></span></div></div><div class="sh-InlCnt"><label for="shCountry" class="sh-ShipDtl sh-dropDownPadLeft">Change country:</label><div id="shipToCountry" class="sh-InlCnt"><select class="sh-TxtCnt" id="shCountry" name="country" onchange="return vjo.Registry._33.handle(&quot;change&quot;);"><option value="0">Show all available</option><option value="4">Afghanistan</option><option value="5">Albania</option><option value="6">Algeria</option><option value="8">Andorra</option><option value="9">Angola</option><option value="10">Anguilla</option><option value="11">Antigua and Barbuda</option><option value="12">Argentina</option><option value="13">Armenia</option><option value="14">Aruba</option><option value="15">Australia</option><option value="16">Austria</option><option value="17">Azerbaijan Republic</option><option value="18">Bahamas</option><option value="19">Bahrain</option><option value="20">Bangladesh</option><option value="21">Barbados</option><option value="22">Belarus</option><option value="23">Belgium</option><option value="24">Belize</option><option value="25">Benin</option><option value="26">Bermuda</option><option value="27">Bhutan</option><option value="28">Bolivia</option><option value="29">Bosnia and Herzegovina</option><option value="30">Botswana</option><option value="32">British Virgin Islands</option><option value="33">Brunei Darussalam</option><option value="34">Bulgaria</option><option value="35">Burkina Faso</option><option value="37">Burundi</option><option value="38">Cambodia</option><option value="39">Cameroon</option><option value="2">Canada</option><option value="40">Cape Verde Islands</option><option value="41">Cayman Islands</option><option value="42">Central African Republic</option><option value="43">Chad</option><option value="44">Chile</option><option value="45">China</option><option value="46">Colombia</option><option value="47">Comoros</option><option value="48">Congo, Democratic Republic of the</option><option value="49">Congo, Republic of the</option><option value="50">Cook Islands</option><option value="51">Costa Rica</option><option value="53">Croatia, Republic of</option><option value="55">Cyprus</option><option value="56">Czech Republic</option><option value="57">Denmark</option><option value="58">Djibouti</option><option value="59">Dominica</option><option value="60">Dominican Republic</option><option value="61">Ecuador</option><option value="62">Egypt</option><option value="63">El Salvador</option><option value="64">Equatorial Guinea</option><option value="65">Eritrea</option><option value="66">Estonia</option><option value="67">Ethiopia</option><option value="68">Falkland Islands (Islas Malvinas)</option><option value="69">Fiji</option><option value="70">Finland</option><option value="71">France</option><option value="72">French Guiana</option><option value="73">French Polynesia</option><option value="74">Gabon Republic</option><option value="75">Gambia</option><option value="76">Georgia</option><option value="77">Germany</option><option value="78">Ghana</option><option value="79">Gibraltar</option><option value="80">Greece</option><option value="81">Greenland</option><option value="82">Grenada</option><option value="83">Guadeloupe</option><option value="85">Guatemala</option><option value="87">Guinea</option><option value="88">Guinea-Bissau</option><option value="89">Guyana</option><option value="90">Haiti</option><option value="91">Honduras</option><option value="92">Hong Kong</option><option value="93">Hungary</option><option value="94">Iceland</option><option value="95">India</option><option value="96">Indonesia</option><option value="98">Iraq</option><option value="99">Ireland</option><option value="101">Italy</option><option value="102">Jamaica</option><option value="104">Japan</option><option value="106">Jordan</option><option value="107">Kazakhstan</option><option value="108">Kenya</option><option value="109">Kiribati</option><option value="111">Korea, South</option><option value="112">Kuwait</option><option value="113">Kyrgyzstan</option><option value="114">Laos</option><option value="115">Latvia</option><option value="116">Lebanon</option><option value="117">Lesotho</option><option value="118">Liberia</option><option value="119">Libya</option><option value="120">Liechtenstein</option><option value="121">Lithuania</option><option value="122">Luxembourg</option><option value="123">Macau</option><option value="124">Macedonia</option><option value="125">Madagascar</option><option value="126">Malawi</option><option value="127">Malaysia</option><option value="128">Maldives</option><option value="129">Mali</option><option value="130">Malta</option><option value="132">Martinique</option><option value="133">Mauritania</option><option value="134">Mauritius</option><option value="135">Mayotte</option><option value="136">Mexico</option><option value="137">Moldova</option><option value="138">Monaco</option><option value="139">Mongolia</option><option value="228">Montenegro</option><option value="140">Montserrat</option><option value="141">Morocco</option><option value="142">Mozambique</option><option value="143">Namibia</option><option value="144">Nauru</option><option value="145">Nepal</option><option value="146">Netherlands</option><option value="147">Netherlands Antilles</option><option value="148">New Caledonia</option><option value="149">New Zealand</option><option value="150">Nicaragua</option><option value="151">Niger</option><option value="152">Nigeria</option><option value="153">Niue</option><option value="154">Norway</option><option value="155">Oman</option><option value="156">Pakistan</option><option value="158">Panama</option><option value="159">Papua New Guinea</option><option value="160">Paraguay</option><option value="161">Peru</option><option value="162">Philippines</option><option value="163">Poland</option><option value="164">Portugal</option><option value="166">Qatar</option><option value="227">Reunion</option><option value="167">Romania</option><option value="168">Russian Federation</option><option value="169">Rwanda</option><option value="170">Saint Helena</option><option value="171">Saint Kitts-Nevis</option><option value="172">Saint Lucia</option><option value="173">Saint Pierre and Miquelon</option><option value="174">Saint Vincent and the Grenadines</option><option value="175">San Marino</option><option value="176">Saudi Arabia</option><option value="177">Senegal</option><option value="229">Serbia</option><option value="178">Seychelles</option><option value="179">Sierra Leone</option><option value="180">Singapore</option><option value="181">Slovakia</option><option value="182">Slovenia</option><option value="183">Solomon Islands</option><option value="184">Somalia</option><option value="185">South Africa</option><option value="186">Spain</option><option value="187">Sri Lanka</option><option value="189">Suriname</option><option value="191">Swaziland</option><option value="192">Sweden</option><option value="193">Switzerland</option><option value="196">Taiwan</option><option value="197">Tajikistan</option><option value="198">Tanzania</option><option value="199">Thailand</option><option value="200">Togo</option><option value="201">Tonga</option><option value="202">Trinidad and Tobago</option><option value="203">Tunisia</option><option value="204">Turkey</option><option value="205">Turkmenistan</option><option value="206">Turks and Caicos Islands</option><option value="207">Tuvalu</option><option value="208">Uganda</option><option value="209">Ukraine</option><option value="210">United Arab Emirates</option><option value="3">United Kingdom</option><option value="1" selected="selected">United States</option><option value="211">Uruguay</option><option value="212">Uzbekistan</option><option value="213">Vanuatu</option><option value="214">Vatican City State</option><option value="215">Venezuela</option><option value="216">Vietnam</option><option value="218">Wallis and Futuna</option><option value="219">Western Sahara</option><option value="220">Western Samoa</option><option value="221">Yemen</option><option value="223">Zambia</option><option value="224">Zimbabwe</option></select></div></div></td><td width="47%"><div id="zipArrowImg" class="sh-hideArrow"></div><div id="shZipCode" class="sh-InlCnt"><span><label id="shZipCodeTextDiv" for="shPostalCode" class="sh-ShipDtl sh-showElement">ZIP Code:</label><div class="sh-ZipAln"><input type="text" id="shPostalCode" size="12" name="zipCode" class="sh-TxtCnt sh-showElement sh-enblBox"></div></span></div><div class="sh-RateBtn sh-InlCnt"><input type="button" value="Get Rates" id="shGetRates" name="getRates" class="sh-BtnTxt"></div></td></tr><tr><td width="53%"><div id="shQtyError" class="sh-hideElement"></div></td><td width="47%" valign="top"><div id="shZipError" class="sh-hideElement"></div></td></tr></table><div><input type="hidden" id="hiddenQuantity" name="hiddenQuantity" value="1"><input type="hidden" id="hiddenCountry" name="hiddenCountry"><input type="hidden" id="hiddenZipCode" name="hiddenZipCode"></div></div></div></div><div class="sh_shipTblAln_">&nbsp</div><div id="shippingSection" class="sh-DTbl"><div class="dt" id="v4-51"><div class="dt-dtbl"><table border="0" cellpadding="0" cellspacing="0" width="100%" id="v4-51_tab_0"><thead><tr class="dt-tblHdr"><th scope="col" id="v4-51_tab_0_srtHCol_0" class="dt-colCnt dt-rowSeptr dt-colHdr dt-alignLft" width="0%" colspan="1"><div class="sh-TblHdr-new">Shipping and handling</div></th><th scope="col" id="v4-51_tab_0_srtHCol_1" class="dt-colCnt dt-rowSeptr dt-colHdr dt-alignLft" width="0%" colspan="1"><div class="sh-TblHdr-new">Each additional item</div></th><th scope="col" id="v4-51_tab_0_srtHCol_2" class="dt-colCnt dt-rowSeptr dt-colHdr dt-alignLft" width="0%" colspan="1"><div class="sh-TblHdr-new">To</div></th><th scope="col" id="v4-51_tab_0_srtHCol_3" class="dt-colCnt dt-rowSeptr dt-colHdr dt-alignLft" width="0%" colspan="1"><div class="sh-TblHdr-new">Service</div></th><th scope="col" id="v4-51_tab_0_srtHCol_4" class="dt-colCnt dt-rowSeptr dt-colHdr dt-alignLft" width="0%" colspan="1"><div class="sh-TblHdr-new">Estimated delivery*</div></th></tr></thead><tr><td scope="row" id="v4-51_tab_0_srtCol_0_0" class="dt-colCnt dt-alignLft" rowspan="1" colspan="1"><div class="sh-TblCnt"><div>US $7.99</div><div></div></div></td><td id="v4-51_tab_0_srtCol_0_1" class="dt-colCnt dt-alignLft" rowspan="1" colspan="1"><div class="sh-TblCnt">US $3.00</div></td><td id="v4-51_tab_0_srtCol_0_2" class="dt-colCnt dt-alignLft" rowspan="1" colspan="1"><div class="sh-TblCnt">United States</div></td><td id="v4-51_tab_0_srtCol_0_3" class="dt-colCnt dt-alignLft" rowspan="1" colspan="1"><div class="sh-TblCnt"><div><div>Economy Shipping</div></div></div></td><td id="v4-51_tab_0_srtCol_0_4" class="dt-colCnt dt-alignLft" rowspan="1" colspan="1"><div><div><div id="fdeliveryTime"><div><div><div class="sh-TblCnt">Between <span>Tue. Dec. 21 and Mon. Jan. 3</span><div class="sh-DlvryDtl"></div></div></div></div></div></div></div></td></tr></table></div></div></div><div id="instrTextTable" class="sh_TopSptr sh-instrText sh-transitTime">* <a href="http://pages.ebay.com/help/buy/contextual/estimated-delivery.html" target="_blank">Estimated delivery dates <b class="g-hdn">- opens in a new window or tab</b></a> include seller's handling time, and will depend on shipping service selected and receipt of <a href="http://pages.ebay.com/help/buy/contextual/domestic-handling-time.html" target="_blank">cleared payment <b class="g-hdn">- opens in a new window or tab</b></a>. Delivery times may vary, especially during peak periods.</div></div></div></div><div class="vi-shp"><div id="dom_handling_timeId"><div class="sh-DTbl"><div class="dt" id="v4-52"><div class="dt-dtbl"><table border="0" cellpadding="0" cellspacing="0" width="100%" id="v4-52_tab_0"><thead><tr class="dt-tblHdr"><th scope="col" id="v4-52_tab_0_srtHCol_0" class="dt-colCnt dt-rowSeptr dt-colHdr dt-alignLft" width="33%" colspan="1"><div class="sh-TblHdr-new">Domestic handling time</div></th></tr></thead><tr><td scope="row" id="v4-52_tab_0_srtCol_0_0" class="dt-colCnt dt-alignLft" rowspan="1" colspan="1"><div class="sh-TblCnt">Will usually ship within 3 business days of <a href="http://pages.ebay.com/help/buy/contextual/domestic-handling-time.html" target="_blank">receiving cleared payment <b class="g-hdn">- opens in a new window or tab</b></a>.<span id="shphandlingspan"></span></div></td></tr></table></div></div></div><div class="sh-InpFld"></div><div></div></div></div></div></div></div></div><div><div class="cr-w cr-bt c-gy-bdr"><div class="cr-cnt"><div id="rpdId"><h3 class="g-m0 vi-rpd-rpdTitle_ vi-ds2-subt" style="font-size:16px;font-weight:bold;color:#333">Return policy</h3><table border="0" width="99%" cellpadding="5" cellspacing="0" class="vi-rpd-tbllyt"><tr><td class="vi-rpd-rpdHeader" width="33%"><div>Item must be returned within</div></td><td class="vi-rpd-rpdHeader" width="33%"><div>Refund will be given as</div></td><td class="vi-rpd-rpdHeader" width="33%"><div>Return policy details</div></td></tr><tr><td width="33%" style="word-wrap: break-word" class="vi-rpd-rpdContent"><div>7 days after the buyer receives it</div></td><td width="33%" style="word-wrap: break-word" class="vi-rpd-rpdContent"><div>Money Back</div></td><td width="33%" class="vi-rpd-rpdContent"><div><div style="white-space: -moz-pre-wrap; word-wrap: break-word;color:#5d5d5d;" class="vi-c-base-font-a vi-c-top-margin-rp">REFUND POLICY:
118
+
119
+ All purchases have a full money back guarantee for a period of 7 days.
120
+ Purchase price only is refunded. Not the original shipping &amp; or, insurance.
121
+ Return shipping is the responsibility of the buyer.
122
+ All refunds are completed within 24 hours of receipt of as shipped merchandise.</div></div></td></tr><tr><td class="vi-rpd-instrText">The buyer is responsible for return shipping costs.</td></tr></table><br><table border="0" width="99%" cellpadding="5" cellspacing="0" class="vi-rpd-tbllyt"></table></div></div></div></div><div class="vi-pd"><div><div class="cr-w cr-bt c-gy-bdr"><div class="cr-cnt"><div id="payId" class="pay-cont"><h3 class="pay-hdr vi-ds2-subt">Payment details</h3><div class="pay-data"><div class="dt" id="v4-53"><div class="dt-dtbl"><table border="0" cellpadding="0" cellspacing="0" width="100%" id="v4-53_tab_0"><thead><tr class="dt-tblHdr"><th scope="col" id="v4-53_tab_0_srtHCol_0" class="dt-colCnt dt-rowSeptr dt-colHdr dt-alignLft" width="33%" colspan="1">Payment method</th><th scope="col" id="v4-53_tab_0_srtHCol_1" class="dt-colCnt dt-rowSeptr dt-colHdr dt-alignLft" width="33%" colspan="1">Preferred / Accepted</th><th scope="col" id="v4-53_tab_0_srtHCol_2" class="dt-colCnt dt-rowSeptr dt-colHdr dt-alignLft" width="33%" colspan="1"><b>&#160;</b></th></tr></thead><tr><td scope="row" id="v4-53_tab_0_srtCol_0_0" class="dt-colCnt dt-alignLft" rowspan="1" colspan="1"><div id="payDet1"><div><img src="http://pics.ebaystatic.com/aw/pics/paypal/imgEcheck.gif" alt="Credit or debit card through PayPal" title="Credit or debit card through PayPal"></div></div></td><td id="v4-53_tab_0_srtCol_0_1" class="dt-colCnt dt-alignLft" rowspan="1" colspan="1"><div id="payPref1">PayPal Preferred</div></td><td id="v4-53_tab_0_srtCol_0_2" class="dt-colCnt dt-alignLft" rowspan="1" colspan="1"><b>&#160;</b></td></tr></table></div></div></div><div><h3 class="pay-hed vi-ds2-subt">Seller's payment instructions</h3><div class="pay-inst-details" style="word-wrap:break-word;overflow:hidden">Seller&#39;s payment instructions BUYER PAYS S&#38;H. Pay in U.S. funds ONLY via PAYPAL. We cannot be responsible for uninsured items lost or damaged during shipment. It is strongly recommended to insure merchandise being shipped internationally. Please check the shipping address when checking out. Payment is required within 4 working days or item will have to be re-listed. PLEASE BID ONLY IF YOU INTEND TO PAY. THIS IS A CONTRACT. THANK YOU!</div></div></div></div></div></div></div></div></div></div></div></div></div><script>if (typeof(oGaugeInfo) !== 'undefined') { st = oGaugeInfo.iST; eT = new Date().getTime() - st; oGaugeInfo.sUrl = oGaugeInfo.sUrl+'&atf='+ eT;}</script><script src="http://include.ebaystatic.com/v4js/en_US/e693/SYS-ZAM_vjo_e69312303384_1_en_US.js"></script><script src="http://include.ebaystatic.com/v4js/en_US/e699/GH-ZAM_RedesignEbayNoneFull_e69912424164_1_en_US.js"></script></div>
123
+ <div id="vi-bottom"><div><div class="dt-tp dt-laB"></div></div><div class="vi-btb-blinks"><span><a href="http://www.ebay.com/" class="vi-btb-Lt">Back to home page</a><b class="vi-btb-Lt">&#160;|&#160;</b></span><a href="http://cgi5.ebay.com/ws/eBayISAPI.dll?SellLikeItem&amp;item=330490915923" class="vi-btb-Lt" rel="nofollow">Sell one like this</a><a href="#" id="_rtop" class="vi-btb-Rt">Return to top</a></div><div class="vi-mcmt pvw_m_sep"></div><div class="vi-cmb" id="rtm_html_973" style="height:100%; width:100%"></div><div class="vi-cmb" id="rtm_html_974" style="height:100%; width:100%"></div><div><div style="padding-bottom:0px;margin-top:15px;" class="RtmStyle"><span class="RtmStyle1"><div id="rtm_html_825" style="height:115; width:300"></div></span><span><div></div></span><span class="RtmStyle3"><div id="rtm_html_829" style="height:115; width:300"></div></span></div></div><div class="vi-cmb" id="rtm_html_813" style="height:100%; width:940"></div><div><div class="standard-text"><div id="internal" class="pipelinecolor"><a href="http://popular.ebay.com/clothing-shoes-accessories-/cole-haan-outlet.htm">Cole Haan</a> | <a href="http://popular.ebay.com/clothing-shoes-accessories/tommy-hilfiger.htm">Tommy Hilfiger</a> | <a href="http://shop.ebay.com/i.html?_nkw=sweater">Sweater</a> | <a href="http://shop.ebay.com/i.html?_nkw=cardigan">Cardigan</a> | <a href="http://clothing.shop.ebay.com/Sweaters-/11484/i.html?_nkw=lacoste">Lacoste Sweater</a> | <a href="http://popular.ebay.com/">Popular Searches</a> | <a href="http://reviews.ebay.com/">eBay Reviews</a> | <a href="http://stores.ebay.com/">eBay Stores</a> | <a href="http://www.half.ebay.com/">Half.com</a> | <a href="http://global.ebay.com/">Global Buying Hub</a> | <a href="http://www.ebay.co.uk/">United Kingdom</a> | <a href="http://www.ebay.de/">Germany</a> | <a href="http://www.ebay.com.au/">Australia</a> | <a href="http://www.ebay.ca/">Canada</a></div><div id="external" class="pipelinecolor"><a href="http://www.ebayclassifieds.com">Free Local Classifieds</a> | <a href="https://www.paypal.com/">PayPal</a> | <a href="http://www.prostores.com/">ProStores</a> | <a href="http://www.rent.com/">Apartments for Rent</a> | <a href="http://www.stubhub.com/">Tickets</a> | <a href="http://www.shopping.com/-cole+haan">Cole Haan on Shopping.com</a></div></div></div><div class="coreFooterLinks" id="glbfooter"><table border="0" cellpadding="0" cellspacing="0" width="100%"><tr><td class="g-pipe"><img src="http://q.ebaystatic.com/aw/pics/s.gif" height="10" width="1" alt=""><br><a href="http://www.ebayinc.com">About eBay</a> | <a href="http://pages.ebay.com/securitycenter/index.html">Security Center</a> | <a href="http://pages.ebay.com/buy/tools.html">Buyer Tools</a> | <a href="http://pages.ebay.com/help/policies/overview.html">Policies</a> | <a href="http://stores.ebay.com/">Stores</a> | <a href="http://pages.ebay.com/sitemap.html" _sp="l1625">Site Map</a> | <a href="http://viv.ebay.com/ws/eBayISAPI.dll?EbayTime">eBay official time</a></td></tr><tr><td height="5"></td></tr><tr><td height="1" bgcolor="#cccccc" colspan="2"></td></tr><tr><td height="10"></td></tr><tr class="g-hlp" valign="top"><td class="g-nav coreFooterLegalNotice">Copyright © 1995-2010 eBay Inc. All Rights Reserved. Designated trademarks and brands are the property of their respective owners. Use of this Web site constitutes acceptance of the eBay <a href="http://pages.ebay.com/help/policies/user-agreement.html?rt=nc" target="_blank">User Agreement</a> and <a href="http://pages.ebay.com/help/policies/privacy-policy.html?rt=nc" target="_blank">Privacy Policy</a>.<br><img src="http://q.ebaystatic.com/aw/pics/s.gif" height="20" alt=""></td></tr></table><div id="cobrandFooter"></div></div><script type="text/javascript">var _GlobalNavHeaderStatic=false, _GlobalNavHeaderCookieTracking=true, _GlobalNavHeaderSrcPageId=4340;vjo.darwin.core.ebayheader.rover.FooterRover.roverService("http://rover.ebay.com/idmap/0?footer");; if(vjo && vjo.darwin && vjo.darwin.globalnav && vjo.darwin.globalnav.rtm && vjo.darwin.globalnav.rtm.GlobalHeaderRtmCall)vjo.darwin.globalnav.rtm.GlobalHeaderRtmCall.submitRTMCall("http://include.ebaystatic.com/v4js/en_US/e699/GH-ZAM_RedesignEbayRTM_e69912424164_1_en_US.js");</script><div style="margin-top:5px"></div><div class="vi-cmb" id="rtm_html_283" style="height:1; width:100%"></div><div id="tacodaVIWatching" class="z_4"><div class="vi-cmb" id="rtm_html_280" style="height:1; width:100%"></div></div><script language="JavaScript" type="text/javascript"><!--
124
+ var eBayTRPageName="TR_ViewItem";var eBayTRDisplayName="Fixed Price - Item #330490915923:St. John's Bay man Cardigans Size: S, M, L, XL, 2XL NEW";var eBayTREiasId="nY+sHZ2PrBmdj6wVnY+sEZ2PrA2dj6wFloeiCJiHpQqdj6x9nY+seQ==";var eBayTRItemId="330490915923";var eBayTRItemTitle="St. John's Bay man Cardigans Size: S, M, L, XL, 2XL NEW";var eBayTRListingFormat="Fixed Price";var eBayTRStoreSearchTerm="";var eBayTRHomePage="";var eBayTREvent="";var eBayTRInactive=false;
125
+ //--></script><script language="JavaScript" type="text/javascript" src="http://include.ebaystatic.com/js/e699/us/features/site_catalyst/omniture/base_e6991us.js"></script><script language="JavaScript" type="text/javascript" src="http://include.ebaystatic.com/js/e699/us/features/site_catalyst/omniture/storesv4_e6991us.js"></script><script type="text/javascript">vjo.darwin.globalnav.holidayimage.HolidayImage.setMarginForIE("holidayImgS", false);
126
+ vjo.Registry.put('bta', new vjo.darwin.globalnav.bta.BuyerTransactionAlert("bta", 60, 2, 2, "http://bmsgs.ebay.com/ws/eBayISAPI.dll?GetBuyerTransactionAlerts", "http://q.ebaystatic.com/aw/pics/", "http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem", "Watched Item ending soon!", "You've been outbid!", "You've received a Second Chance Offer", "You've received a Transaction Confirmation Request."));
127
+ vjo.darwin.globalnav.util.EventReg.aggregate(vjo.Registry._bta.onRefreshHdl());
128
+ vjo.darwin.globalnav.util.EventReg.browseCategories("BrowseCategoriesMenu", "http://include.ebaystatic.com/categoryjs/96/en_US_MAIN/category_96en_US_MAIN0.js");
129
+ vjo.darwin.globalnav.util.EventReg.impression("AemHsNyg*");
130
+ </script></div>
131
+ </div>
132
+ <!--nu.rpn21?,RcmdId ViewItemNext,RlogId p4%60bo7%60jtb9%3Fnu.rpn21%3F-12cea7a63ff--><script type="text/javascript">vjo.dsf.error.ErrorHandlerManager.register(new vjo.dsf.error.DefaultErrorHandler());
133
+ vjo.dsf.error.ErrorHandlerManager.enableOnError(true);
134
+ vjo.dsf.cookie.VjCookieJar.sCookieDomain = '.ebay.com';vjo.dsf.cookie.VjCookieJar.writeCookielet('ebay','js','1');
135
+ </script><script type="text/javascript">var _GlobalNavHeaderUtf8Encoding=true;
136
+
137
+ </script><script type="text/javascript">var _oGlobalNavRTMInfo={};_oGlobalNavRTMInfo.aRTMPlacementData=[];_oGlobalNavRTMInfo.aRTMPlacementData=[{"ord":null,"maxWidth":"470","rtmUrl":"http://srx.main.ebayrtm.com/rtm","htmlId":"rtm_html_433","userId":null,"isUserSignin":false,"GUid":null,"renderBeforeOnload":true,"maxHeight":"22","pid":"433"},{"ord":null,"maxWidth":"160","rtmUrl":"http://srx.main.ebayrtm.com/rtm","htmlId":"rtm_html_876","userId":null,"isUserSignin":false,"GUid":null,"renderBeforeOnload":true,"maxHeight":"22","pid":"876"},{"ord":null,"maxWidth":"160","rtmUrl":"http://srx.main.ebayrtm.com/rtm","htmlId":"rtm_html_912","userId":null,"isUserSignin":false,"GUid":null,"renderBeforeOnload":true,"maxHeight":"22","pid":"912"}];
138
+ (function(){
139
+ var _s=vjo.dsf.ServiceEngine, $se=_s.register;var _r=vjo.Registry;
140
+ _r.put('40', new vjo.darwin.core.rtm.RTMInit({"contentTypes":[null,null,null,null,null,null,null,null],"triggerEvent":["0","0","0","0","0","0","0","1"],"onload":false,"defaultUrls":["","collapse","collapse","","","","",""],"pids":["1595","973","974","825","829","813","283","280"],"adSurveyJsUrl":"http://include.ebaystatic.com/v4js/en_US/e693/GH-ZAM_AdSurvey_e69312303384_1_en_US.js","expJsUrl":"http://include.ebaystatic.com/v4js/en_US/e693/GH-ZAM_ExpAd_e69312303384_1_en_US.js","htmlIds":["rtm_html_1595","rtm_html_973","rtm_html_974","rtm_html_825","rtm_html_829","rtm_html_813","rtm_html_283","rtm_html_280"],"expandDirections":[null,null,null,null,null,null,null,null],"hasSurvey":[null,null,null,null,null,null,null,null],"quickPids":[],"fetchUrl":null,"mode":"0","suppressRtmCmd":false,"popupBoxJsUrl":"http://include.ebaystatic.com/v4js/en_US/e693/GH-ZAM_PopupBox_e69312303384_1_en_US.js","maxExpandWidths":null,"heights":["100%","100%","100%","115","115","100%","1","1"],"widths":["100%","100%","100%","300","300","940","100%","100%"],"maxExpandHeights":null,"url":"http://srx.main.ebayrtm.com/rtm?RtmCmd&a=json&p=1595:973:974:825:829:813:283:280&ph=0:0:0:0:0:0:0:0&ev=0:0:0:0:0:0:0:1&g=ea7a61ec12c0a0437287b137ffd4f7cf&uf=0&c=1H4sIAAAAAAAAAFVS22obMRB9D%2BQfBC0tFDWdi64BPeRWmhK7oS5NHgJluxb2FmcdvFtcF398tdImprDLaI5GZ85cXt3FubiMtUAtwJ4qPEUnJrNvggDh%2BOiJvA04WMDRQpj1J%2BLzetm%2B7cR5tROPVSsuqs28WVRtJ2bN3%2FhwKmZSTKS4keI%2B%2FXR%2FI6ZXd5lOBzSawWllko%2FsAoL2%2BZgyodJDVvQ%2BMIPy4FF74nytAvoTX0I5i0GmYJ%2Bhog8NhcKgDmxmvPOYtO9WUT7LlZOqj5umWsmzerNbNfWHet3361aeb6p2Lrte%2FEp1ip%2FVLj1nZ0N8%2FNRNd4t3x0d1Mw9ID78BABGK1f%2B7Q0ryJTXpYrU9VEHqhSFfcVHuOChWw5ExdceXYEdjydkw2pE3lEBTXHxhZ1Th4%2FX91eWP26%2FXF1cZ4TE4UZFnY7zyLmUf5oI6pNECnBSPw2sCmf0MWJ2fKhg1WhcuVut%2B2bQLKWbLdezEG3FW17Hr1psmdqWqSRx25DmwYLNtHHreHepWKtjMqYeJOZWxMrG0J6H4UKSDDWerVddXm7R6m0XVtF2C3RjM4ctTbB%2ByZ0YMwm21iN%2BbuL3u4%2BM0%2FumHeoLLDabEX%2BxhLPCigowPqRVakpcKpbZSczpngJU0yXeSgZzUXpoUkD4a3rEJ07gV26Zfir5adHnxE5dzSLxPozRg7Z60BXSwZ2JtwO0VEbPlnNiOssp4Ke3%2B%2ByyOjAmUcvwDTMjTTLcDAAA%3D&ord=1292424078335","reportAdJsUrl":"http://include.ebaystatic.com/v4js/en_US/e693/GH-ZAM_RtmDC_e69312303384_1_en_US.js","merchPrefix":"ME","onDemandPids":[],"onScrollPids":[],"expandSecurityTokens":null,"th":{},"showPH":["0","0","0","0","0","0","0","0"],"allowExpandOnPageLoad":null,"delayedContent":[null,null,null,null,null,null,null,null],"dblclkUrls":["","","","","","","",""]}));
141
+ $se(0,'RTM_CALLBACK_SERVICE',vjo.Registry.get('40'));
142
+ $se(2,function(message) {if (message.trspType == 'Remote') { message.stok = '1205795980' };});
143
+ $se(2,function(message) {if (message.trspType == 'Remote') {message.pId = '4340';}});
144
+ $se(6,'Remote',function (message) {vjo.darwin.tracking.sojourner.TrackingRespHdl.handleResponse(message); });
145
+ })();
146
+ </script><script type="text/javascript">(function() {vjo.dsf.ServiceEngine.handleRequest(new vjo.dsf.Message('RTM_CALLBACK_SERVICE'));})();
147
+ </script><script type="text/javascript">vjo.dsf.cookie.VjCookieJar.writeCookieEx("lucky9", "2183164", 730);
148
+ </script><script type="text/javascript" src="http://include.ebaystatic.com/v4js/en_US/e695/BuyingApp_Common_e69512334701_6b_en_US.js"></script><script type="text/javascript" src="http://include.ebaystatic.com/v4js/en_US/e693/BuyingApp_ViewItemATLMSKUShipping_e69312303384_6_en_US.js"></script><script type="text/javascript">if(plst!=null){var plft = new Date().getTime();var pllt = ((plft - plst) / 1000);if (pllt >= 999) {pllt = 999;}pllt = pllt.toString();if (pllt.length > 3) {pllt = pllt.substring(0, 3);}vjo.dsf.cookie.VjCookieJar.writeCookielet("ebay","lrtjs",pllt);}
149
+ vjo.darwin.globalnav.util.EventReg.vnlArrow("11450_sp", "gh-act gh-ua", {"gh_vnl_0":["v4-0",null],"gh_vnl_1":["v4-0",null],"gh_vnl_2":["v4-0",null],"gh_vnl_3":["v4-0",null]}, "gh-vsmn", null, [500,500], "VNL_MENU", "http://cgi1.ebay.com/ws/eBayISAPI.dll?GlobalHeaderAjax&vnlmenu=true&catid=11450&pageid=4340");
150
+ vjo.darwin.tracking.rover.Rover.roverTrack();
151
+ (function () {
152
+ var _r = vjo.Registry;
153
+ function $o2(){return new vjo.darwin.pres.buying.cmp.watchitem.WatchItem({watchingText:"defWatchingText",watchDiv:"linkId",upArrowImageDiv:"upArr",guestMsgs:["You can add ##n## more item.","You can add ##n## more items."],maxDiv:"errorDiv",resDiv:"middleDiv",itemsStr:"(##i## items)",watchBottomDiv:"watchLinkBottom",mainDiv:"masterDiv",guestDiv:"guestId",downArrowImageDiv:"dwnArr",watchingDiv:"watchButtonStatus",itemStr:"(##i## item)",baseUrl:"http://cgi1.ebay.com/ws/eBayISAPI.dll?MakeTrack&item=330490915923&sourcePage=4340&ssPageName=VIP:watchlink:top:en&wt=81c3b62ba1fa6acc2463f644c34dfb34&_trksid=p4340.l1359",watchActTopDiv:"linkTopAct",watchBottomRow:"wchBtmRow",watchActBottomDiv:"watchLinkBottomAct",watchLabel:" ",watchLabelDiv:"watchLabelDiv",watchMiddleDiv:"watchLinkButton",blueKaiPid:280,NGVIWatchersPC:false,watchMiddleRow:"wchMidRow",maxtrackedItem:0,watchCountIsOne:false,userMsgs:["You’re the first person to watch this item. Don’t let it get away!","people are watching this item. Place a bid and beat them to buy this item!","##n## item can still be added to your watch list.","##n## items can still be added to your watch list.","person is watching this item. Place a bid and improve your chances to buy this item."]});};function $o3(){return new vjo.darwin.core.overlaypanel3.PositionElement(true);};function $o7(p0){return new vjo.darwin.core.overlaypanel3.harrow.OverlayPanelWithHArrow(p0,new Array('aro-al aro-rt','aro-al aro-rl','aro-ar aro-lt','aro-ar aro-ll'),28,"CENTER","29");};function $o14(p0_4,p0_10,p0_11,p0_18,p0_22,p0_23,p0_26,p0_29,p0_31){return new vjo.darwin.core.overlaypanel3.OverlayPanel({CHI:"v4-31",HM:false,mzid:6000,jsr:null,STK:p0_4,PCSN:"OP_CLSD",SC:"olp-mn olp-ws_c",SOn:true,zid:4000,OD:0,COB:p0_10,ICOMO:p0_11,POSN:"OP_OPND",CSN:"OP_CLS",CID:null,HOF:0,CD:0,ACC:true,CJId:p0_18,OSN:"OP_OPN",VA:"auto",scrbl:false,VOF:p0_22,SIC:p0_23,VANS:-1,MCI:"",CW:p0_26,HA:"auto",MCO:"",HJId:p0_29,scrlH:0,CId:p0_31});};function $o15(p0,p1,p2){return new vjo.darwin.pres.buying.cmp.shippingrates.CountrySelect(p0,p1,p2,["1,1","2,1","1,1"]);};_r.put('0',$o2()); _r.put('1',$o2()); _r.put('itemVariation',new vjo.darwin.pres.buying.cmp.itemvariation.ItemVariation({"msgCmpId":null,"WMidLblId":"watchLabelDiv","moreQtyAvailTxt":"More than $quantity$ available","binId":"v4-8","samePrice":true,"WTopLnkId":null,"andUpId":null,"WTopTxtId":"linkId","newWatch":true,"CVPrId":null,"unAvailableVariations":[1073742018,1073742083,1073741890,65,130,131,193,257,258],"outOfStock":"[out of stock]","qtyAvailThreshold":10,"titleId":null,"qtyAvailTxt":"$quantity$ available","frmId":null,"CPrId":null,"WBottomLnkId":null,"PIMap":{},"traits":[{"primary":false,"values":[1,2,3],"mask":63,"tem":"Please select a Size"},{"primary":false,"values":[64,128,192,256],"mask":4032,"tem":"Please select a Main Color"}],"traitPlaceHolder":"$TN","WMidBtnId":"watchLinkButton","traitValSvcId":"vi-PriTraitValChange","binUrl":"http://offer.ebay.com/ws/eBayISAPI.dll?BinController&_trksid=p4340.l1356&rev=2&item=330490915923&fromPage=4340&gch=1&fb=1","availableVariations":{"_67":{"vatPrice":null,"suppressQty":false,"moreAvl":false,"varId":540020131897,"inCart":false,"price":"US $19.99","watched":false,"maxQty":0,"buyer":true,"convVatPrice":null,"convPrice":null,"originalPrice":null,"qtyAvail":1},"_129":{"vatPrice":null,"suppressQty":false,"moreAvl":false,"varId":540020131895,"inCart":false,"price":"US $19.99","watched":false,"maxQty":0,"buyer":true,"convVatPrice":null,"convPrice":null,"originalPrice":null,"qtyAvail":1},"_195":{"vatPrice":null,"suppressQty":false,"moreAvl":false,"varId":540020131899,"inCart":false,"price":"US $19.99","watched":false,"maxQty":0,"buyer":true,"convVatPrice":null,"convPrice":null,"originalPrice":null,"qtyAvail":1}},"WBottomTxtId":"watchLinkBottom","qtyCmpId":"v4-28","OPrId":null,"cartButtonId":null,"VPrId":null,"cartLinkId":null,"showQty":true,"WMidTxtId":"watchButtonStatus","prId":"v4-29","qtyPlaceHolder":"$quantity$","allowBin":true,"prEId":null,"seller":false})); _r.put('Js-v4-8',new vjo.darwin.comp.button.Button({"FName":null,"BT":"psb-S","scope":"bn","subScope":"psb","LId":"txt_v4-8","svcId":"BTN_SBMT_SRV_v4-8","tp":0,"BId":"but_v4-8","SId":"spn_v4-8","dis":false})); _r.put('4',new vjo.darwin.pres.buying.cmp.addtolist.AddToListVariations({}, "itemVariation")); _r.put('addLst_js',new vjo.darwin.pres.buying.cmp.addtolist.AddToList({"mskuItem":true,"defList":false,"BKId":280,"addCnt":"Add to ##1","watchListId":-99,"watchStatusCnt":"Added to your ##1","nwDefCt":"Type a new list name here","maxListCount":50,"listFull":"##1 is full","watchList":"Watch list","jitId":null,"watchListBaseUrl":"http://cgi1.ebay.com/ws/eBayISAPI.dll?MakeTrack&item=330490915923&sourcePage=4340&ssPageName=VIP:watchlink:top:en&wt=81c3b62ba1fa6acc2463f644c34dfb34&_trksid=p4340.l1360&_trksid=p4340.l1360&_trksid=p4340.l1360&SubmitAction.AddToListVI=x","signInRedirectUrl":"http://cgi1.ebay.com/ws/eBayISAPI.dll?MakeTrack&item=330490915923&sourcePage=4340&ssPageName=VIP:watchlink:top:en&wt=81c3b62ba1fa6acc2463f644c34dfb34&_trksid=p4340.l1360&_trksid=p4340.l1360&_trksid=p4340.l1360&SubmitAction.AddToListVI=x","dropDownJsId":"dropdown","adddedMoreLst":"Added to ##2 lists","allListIds":[-99],"inWl":false,"newOl":"nLstOly","nwTxtId":"nLstTxt","watchLinkId":"linkTopAct","itemEnded":false,"itemListIds":[],"adddedOneLst":"Added to your ##1 list","statusMsg":"statusmsg","hasWatchLink":true,"otherListBaseUrl":"http://my.ebay.com/ws/eBayISAPI.dll?MyEbayBeta&entityInfo=330490915923^ITEM&vi=true&SubmitAction.AddToListVI=x&pItemId=330490915923","addToWatch":"Add to Watch list","maxListIds":[],"addtoListLabel":"Add to list"})); _r.put('dropdown',new vjo.darwin.pres.buying.cmp.dropdown.DropDown({"selSvcId":"D_ISID","firstAddToWatch":false,"panel":"pnl_addToList","charLimit":35,"cnAttrVal":"true","itemAnch":"_ita_addToList","titleAnch":"-99_ttl_addToList","ddSpan":"dd_addToList","footerDs":false,"swAttrVal":"true","itemIdList":{"-99":false},"swAttrNm":"sw","ellipses":"...","pnlStrAnch":"s_addToList","titleSp":"ttlsp_addToList","ul":"ul_addToList","footer":"s","cnAttrNm":"nw","imgId":"img_addToList","pnlEndAnch":"e_addToList"})); _r.put('nLstOlyjsid',$o3()); _r.put('7nLstOly',$o14(true,true,false,"7nLstOly",-18,false,300,"nLstOlyjsid","nLstOly")); _r.put('11',$o15("clcountry","clZipCodeTextDiv","clzipCode"));
154
+ _r.put('chngLocjsid',$o3()); _r.put('15chngLoc',$o14(false,false,false,"15chngLoc",20,true,334,"chngLocjsid","chngLoc")); _r.put('disPnljsid',$o7("disPnlarid")); _r.put('18disPnl',$o14(false,false,false,"18disPnl",0,false,175,"disPnljsid","disPnl")); _r.put('hldolpjsid',$o7("hldolparid")); _r.put('21hldolp',$o14(false,true,false,"21hldolp",0,false,250,"hldolpjsid","hldolp")); _r.put('v4-36jsid',$o7("v4-36arid")); _r.put('24v4-36',$o14(false,false,true,"24v4-36",0,false,250,"v4-36jsid","v4-36")); _r.put('ic_js_vv4-37',new vjo.darwin.core.imagecontainerwithtoolbar.ImageContainerWithToolbar({"mskId":"vv4-37_zm_msk","cmpId":"vv4-37","ZHt":320,"imgData":{"src":"http://i.ebayimg.com/08/!Bs4WB+gEWk~$(KGrHqQH-D!EvDRvBgYQBL5tz3Hu5g~~_35.JPG","customAttributes":{},"alt":"St. John's Bay man Cardigans Size: S, M, L, XL, 2XL NEW","href":null},"loadSrvcId":"LOAD_HIRES_SRVC_ID_vv4-37","hiResImgHt":800,"ancId":"vv4-37_a","TBarId":"vv4-37_TB","DEnTxt":"Enlarge option unavailable","ZErrId":"vv4-37_zm_zErr","height":300,"hiResImgCntrId":"vv4-37_zm_zCtr","preLoad":true,"msgTxtId":"vv4-37_zm_txt","mrkCntrId":"vv4-37_zm_mCtr","bdrId":"vv4-37_bdiv","dsblZoomTitle":"Close up image unavailable","noZoomMsg":"Zoom unavailable","zoomMsg":"Zoom","hiResImgData":{"src":"http://i.ebayimg.com/08/!Bs4WB+gEWk~$(KGrHqQH-D!EvDRvBgYQBL5tz3Hu5g~~_3.JPG","customAttributes":{},"alt":null,"href":null},"reszOnLd":false,"mskImgId":"vv4-37_zm_mImg","zoomSrvcId":"MN_CLK_SVCvv4-37_TB_0","imgId":"i_vv4-37","EEnTxt":"Enlarge","IDivId":"vv4-37_idiv","hiResCntId":"vv4-37_zm_iCtr","width":300,"ZWd":320,"DEnTip":"Enlarge image option unavailable","mkrId":"vv4-37_zm_mrk","hiResImgWd":800,"zoomCntId":"vv4-37_zm","enblZoomTitle":"Show close up area of image","enIdx":1,"loadSvcId":"LOAD_IMG_SRVC_ID_vv4-37","dsblClz":"tbr-d","clkLstrKey":null,"hiResId":"vv4-37_zm_zImg","thrbId":"vv4-37_t","errId":"vv4-37_e","err":null,"zoomIdx":0,"EEnTip":"Show larger and alternate views","clkSrvId":"IMG_CNTR_CLICKED_vv4-37","zoomThrobId":"vv4-37_zm_thr","msgId":"vv4-37_zm_msg","thr":null,"enblClz":"ict-zm","enlrgSrvcId":"MN_CLK_SVCvv4-37_TB_1"})); _r.put('th_js_vv4-37',new vjo.darwin.core.thumbnailgrid.ThumbnailGrid({"instId":"th_js_vv4-37","cmpId":"vv4-37","width":32,"noOv":false,"hrSrvId":"TH_HVR_SVCvv4-37","selPfx":"sel_vv4-37_","errUrl":"http://p.ebaystatic.com/aw/pics/cmp/icn/iconImgNA_32x32.gif","divId":"vv4-37_div","imgData":[{"src":"http://i.ebayimg.com/08/!Bs4WB+gEWk~$(KGrHqQH-D!EvDRvBgYQBL5tz3Hu5g~~_39.JPG","customAttributes":{},"alt":"St. John's Bay man Cardigans Size: S, M, L, XL, 2XL NEW","href":null},{"src":"http://i.ebayimg.com/18/!BqoY2wwBmk~$(KGrHqMOKjcEume62FpjBLwR3uIoVg~~_39.JPG","customAttributes":{},"alt":null,"href":null},{"src":"http://i.ebayimg.com/03/!BqoY3KgB2k~$(KGrHqIOKiQEu3LsPc+GBLwR3wf7Hg~~_39.JPG","customAttributes":{},"alt":null,"href":null},{"src":"http://i.ebayimg.com/01/!BqoY3Vg!mk~$(KGrHqUOKjMEu,t3UTuNBLwR3)n(ow~~_39.JPG","customAttributes":{},"alt":null,"href":null},{"src":"http://i.ebayimg.com/19/!BqoY3yQCGk~$(KGrHqEOKjEEueybucEjBLwR30MR5w~~_39.JPG","customAttributes":{},"alt":null,"href":null},{"src":"http://i.ebayimg.com/03/!BqoY37QBGk~$(KGrHqIOKjIEuZz(CnvpBLwR31(jcw~~_39.JPG","customAttributes":{},"alt":null,"href":null},{"src":"http://i.ebayimg.com/11/!BqoY4PwBGk~$(KGrHqIOKiwEuZwZsFhzBLwR33YB!!~~_39.JPG","customAttributes":{},"alt":null,"href":null},{"src":"http://i.ebayimg.com/07/!BqoY4bg!mk~$(KGrHqYOKiQEu4ucKdmLBLwR34b7Iw~~_39.JPG","customAttributes":{},"alt":null,"href":null},{"src":"http://i.ebayimg.com/23/!BqoY5Eg!2k~$(KGrHqIOKkIEuZ+qU7K8BLwR38MY1w~~_39.JPG","customAttributes":{},"alt":null,"href":null},{"src":"http://i.ebayimg.com/12/!BqoY5dwBGk~$(KGrHqIOKiYEu,Ej)!)7BLwR3-VN9Q~~_39.JPG","customAttributes":{},"alt":null,"href":null},{"src":"http://i.ebayimg.com/02/!Bs4WD3Q!mk~$(KGrHqQH-CYEvE8+5kLeBL5tz7FgVg~~_39.JPG","customAttributes":{},"alt":null,"href":null},{"src":"http://i.ebayimg.com/21/!Bs4WbJQCWk~$(KGrHqQH-CwEvDboUYt,BL5t0mSME!~~_39.JPG","customAttributes":{},"alt":null,"href":null}],"padding":0,"pos":2,"clkLstrKey":null,"brd1Id":"b1_vv4-37_","rows":2,"brd2Id":"b2_vv4-37_","idList":["vv4-37_div","vv4-37_tbl","t_ivv4-37_","t_c_vv4-37_","b1_vv4-37_","b2_vv4-37_","pD_vv4-37","sel_vv4-37_"],"currSelImg":"t_c_vv4-37_0","scBarId":null,"errCss":"tg-e32","forcedLoad":false,"hvrBgClr":"#3881e8","clkBgClr":"#666","noC":false,"trPfx":"t_r_vv4-37_","height":32,"cellHeight":43,"cls":["tg-tb","tg-clp","tg-td","tg-tbL","tg-tbT"],"prDivId":"pD_vv4-37","spacer":{"src":"http://q.ebaystatic.com/aw/pics/s.gif","customAttributes":{},"alt":"","href":""},"clkSrvId":"TH_CLK_SVCvv4-37","moutSrvId":"TH_OUT_SVCvv4-37","tdPfx":"t_c_vv4-37_","cols":6,"resizeOnLoad":true,"tblId":"vv4-37_tbl","imgPfx":"t_ivv4-37_"}));
155
+ _r.put('vv4-37_js',new vjo.darwin.core.viewselector1.ViewSelectorWithToolbar({"DE":false,"cmpId":"vv4-37","icJsInstId":"ic_js_vv4-37","width":300,"height":300,"gtId":"gt_v4-37","mnImgData":[{"src":"http://i.ebayimg.com/08/!Bs4WB+gEWk~$(KGrHqQH-D!EvDRvBgYQBL5tz3Hu5g~~_35.JPG","customAttributes":{},"alt":"St. John's Bay man Cardigans Size: S, M, L, XL, 2XL NEW","href":null},{"src":"http://i.ebayimg.com/18/!BqoY2wwBmk~$(KGrHqMOKjcEume62FpjBLwR3uIoVg~~_35.JPG","customAttributes":{},"alt":null,"href":null},{"src":"http://i.ebayimg.com/03/!BqoY3KgB2k~$(KGrHqIOKiQEu3LsPc+GBLwR3wf7Hg~~_35.JPG","customAttributes":{},"alt":null,"href":null},{"src":"http://i.ebayimg.com/01/!BqoY3Vg!mk~$(KGrHqUOKjMEu,t3UTuNBLwR3)n(ow~~_35.JPG","customAttributes":{},"alt":null,"href":null},{"src":"http://i.ebayimg.com/19/!BqoY3yQCGk~$(KGrHqEOKjEEueybucEjBLwR30MR5w~~_35.JPG","customAttributes":{},"alt":null,"href":null},{"src":"http://i.ebayimg.com/03/!BqoY37QBGk~$(KGrHqIOKjIEuZz(CnvpBLwR31(jcw~~_35.JPG","customAttributes":{},"alt":null,"href":null},{"src":"http://i.ebayimg.com/11/!BqoY4PwBGk~$(KGrHqIOKiwEuZwZsFhzBLwR33YB!!~~_35.JPG","customAttributes":{},"alt":null,"href":null},{"src":"http://i.ebayimg.com/07/!BqoY4bg!mk~$(KGrHqYOKiQEu4ucKdmLBLwR34b7Iw~~_35.JPG","customAttributes":{},"alt":null,"href":null},{"src":"http://i.ebayimg.com/23/!BqoY5Eg!2k~$(KGrHqIOKkIEuZ+qU7K8BLwR38MY1w~~_35.JPG","customAttributes":{},"alt":null,"href":null},{"src":"http://i.ebayimg.com/12/!BqoY5dwBGk~$(KGrHqIOKiYEu,Ej)!)7BLwR3-VN9Q~~_35.JPG","customAttributes":{},"alt":null,"href":null},{"src":"http://i.ebayimg.com/02/!Bs4WD3Q!mk~$(KGrHqQH-CYEvE8+5kLeBL5tz7FgVg~~_35.JPG","customAttributes":{},"alt":null,"href":null},{"src":"http://i.ebayimg.com/21/!Bs4WbJQCWk~$(KGrHqQH-CwEvDboUYt,BL5t0mSME!~~_35.JPG","customAttributes":{},"alt":null,"href":null},{"src":"http://p.ebaystatic.com/aw/pics/nextGenVit/imgNoImg.gif","customAttributes":{},"alt":null,"href":null}],"spTd":"vv4-37_sp","hiResImgData":[{"src":"http://i.ebayimg.com/08/!Bs4WB+gEWk~$(KGrHqQH-D!EvDRvBgYQBL5tz3Hu5g~~_3.JPG","customAttributes":{},"alt":null,"href":null},{"src":"http://i.ebayimg.com/18/!BqoY2wwBmk~$(KGrHqMOKjcEume62FpjBLwR3uIoVg~~_3.JPG","customAttributes":{},"alt":null,"href":null},{"src":"http://i.ebayimg.com/03/!BqoY3KgB2k~$(KGrHqIOKiQEu3LsPc+GBLwR3wf7Hg~~_3.JPG","customAttributes":{},"alt":null,"href":null},{"src":"http://i.ebayimg.com/01/!BqoY3Vg!mk~$(KGrHqUOKjMEu,t3UTuNBLwR3)n(ow~~_3.JPG","customAttributes":{},"alt":null,"href":null},{"src":"http://i.ebayimg.com/19/!BqoY3yQCGk~$(KGrHqEOKjEEueybucEjBLwR30MR5w~~_3.JPG","customAttributes":{},"alt":null,"href":null},{"src":"http://i.ebayimg.com/03/!BqoY37QBGk~$(KGrHqIOKjIEuZz(CnvpBLwR31(jcw~~_3.JPG","customAttributes":{},"alt":null,"href":null},{"src":"http://i.ebayimg.com/11/!BqoY4PwBGk~$(KGrHqIOKiwEuZwZsFhzBLwR33YB!!~~_3.JPG","customAttributes":{},"alt":null,"href":null},{"src":"http://i.ebayimg.com/07/!BqoY4bg!mk~$(KGrHqYOKiQEu4ucKdmLBLwR34b7Iw~~_3.JPG","customAttributes":{},"alt":null,"href":null},{"src":"http://i.ebayimg.com/23/!BqoY5Eg!2k~$(KGrHqIOKkIEuZ+qU7K8BLwR38MY1w~~_3.JPG","customAttributes":{},"alt":null,"href":null},{"src":"http://i.ebayimg.com/12/!BqoY5dwBGk~$(KGrHqIOKiYEu,Ej)!)7BLwR3-VN9Q~~_3.JPG","customAttributes":{},"alt":null,"href":null},{"src":"http://i.ebayimg.com/02/!Bs4WD3Q!mk~$(KGrHqQH-CYEvE8+5kLeBL5tz7FgVg~~_3.JPG","customAttributes":{},"alt":null,"href":null},{"src":"http://i.ebayimg.com/21/!Bs4WbJQCWk~$(KGrHqQH-CwEvDboUYt,BL5t0mSME!~~_3.JPG","customAttributes":{},"alt":null,"href":null}],"thWidth":0,"zoom":true,"thImgData":[{"src":"http://i.ebayimg.com/08/!Bs4WB+gEWk~$(KGrHqQH-D!EvDRvBgYQBL5tz3Hu5g~~_39.JPG","customAttributes":{},"alt":"St. John's Bay man Cardigans Size: S, M, L, XL, 2XL NEW","href":null},{"src":"http://i.ebayimg.com/18/!BqoY2wwBmk~$(KGrHqMOKjcEume62FpjBLwR3uIoVg~~_39.JPG","customAttributes":{},"alt":null,"href":null},{"src":"http://i.ebayimg.com/03/!BqoY3KgB2k~$(KGrHqIOKiQEu3LsPc+GBLwR3wf7Hg~~_39.JPG","customAttributes":{},"alt":null,"href":null},{"src":"http://i.ebayimg.com/01/!BqoY3Vg!mk~$(KGrHqUOKjMEu,t3UTuNBLwR3)n(ow~~_39.JPG","customAttributes":{},"alt":null,"href":null},{"src":"http://i.ebayimg.com/19/!BqoY3yQCGk~$(KGrHqEOKjEEueybucEjBLwR30MR5w~~_39.JPG","customAttributes":{},"alt":null,"href":null},{"src":"http://i.ebayimg.com/03/!BqoY37QBGk~$(KGrHqIOKjIEuZz(CnvpBLwR31(jcw~~_39.JPG","customAttributes":{},"alt":null,"href":null},{"src":"http://i.ebayimg.com/11/!BqoY4PwBGk~$(KGrHqIOKiwEuZwZsFhzBLwR33YB!!~~_39.JPG","customAttributes":{},"alt":null,"href":null},{"src":"http://i.ebayimg.com/07/!BqoY4bg!mk~$(KGrHqYOKiQEu4ucKdmLBLwR34b7Iw~~_39.JPG","customAttributes":{},"alt":null,"href":null},{"src":"http://i.ebayimg.com/23/!BqoY5Eg!2k~$(KGrHqIOKkIEuZ+qU7K8BLwR38MY1w~~_39.JPG","customAttributes":{},"alt":null,"href":null},{"src":"http://i.ebayimg.com/12/!BqoY5dwBGk~$(KGrHqIOKiYEu,Ej)!)7BLwR3-VN9Q~~_39.JPG","customAttributes":{},"alt":null,"href":null},{"src":"http://i.ebayimg.com/02/!Bs4WD3Q!mk~$(KGrHqQH-CYEvE8+5kLeBL5tz7FgVg~~_39.JPG","customAttributes":{},"alt":null,"href":null},{"src":"http://i.ebayimg.com/21/!Bs4WbJQCWk~$(KGrHqQH-CwEvDboUYt,BL5t0mSME!~~_39.JPG","customAttributes":{},"alt":null,"href":null}],"scJsInstId":null,"thHeight":0,"scrollCnt":2,"mnImgId":"i_vv4-37","thJsInstId":"th_js_vv4-37"})); _r.put('30',new vjo.darwin.pres.buying.cmp.itempictures.ItemPictures({"noVarImgTxt":null,"picIdxChgSrvId":"vi-PicSelIdxValChange","trackId":"l1494","thmMOSrvid":null,"VSJsRefId":null,"priTrtValSvcId":"vi-PriTraitValChange","thmClkSrvid":null,"imgConId":null,"pageId":"p4340","noImgIdx":0,"noVarImgClass":null,"varSellblId":null})); _r.put('31',new vjo.darwin.pres.buying.cmp.itempictures.ItemVarPictures({"noVarImgTxt":"Photo for <b>$var$<\/b> not available","picIdxChgSrvId":"vi-PicSelIdxValChange","trackId":null,"thmMOSrvid":"TH_HVR_SVCvv4-37","VSJsRefId":"vv4-37_js","priTrtValSvcId":"vi-PriTraitValChange","thmClkSrvid":"TH_CLK_SVCvv4-37","imgConId":"vv4-37_bdiv","pageId":null,"noImgIdx":12,"noVarImgClass":"noVarTxt","varSellblId":"v4-38"})); _r.put('33',$o15("shCountry","shZipCodeTextDiv","shPostalCode")); _r.put('Js-vi_tabs',new vjo.darwin.comp.tab.Tab({"SC":"tb","BS":false,"MSI":"TAB_CLK1_vi_tabs","ABG":null,"AI":0,"id":"vi_tabs"})); _r.put('v4-48',new vjo.darwin.pres.buying.cmp.description.HideShowIframe({"descIframeId":"b","frameUrl":null,"srcMode":null})); _r.put('39',new vjo.darwin.comp.base.Base()); })();
156
+ (function(){
157
+ var _d=vjo.dsf.EventDispatcher;
158
+ var _r=vjo.Registry;
159
+ function $4(){return function(event){return this.swapItemInfoClass({outTitleCls:"eciIt",arwId:"ii_arr",ecTitleId:"ec_title",rarwCls:"vi-pla-sI vi-pla-bR",hvrTitleCls:"eciItHvr",showId:"ii_lyr",darwCls:"vi-pla-sI vi-pla-bD",ecId:"ec_span",dspanCls:"ec-span-down",rspanCls:"ec-span"});};};function $8(p0,p1){return function(event){return this.olpMsg(p0,p1);};};function $10(){return function(event){return this.showItemInfo({outTitleCls:"eciIt",arwId:"ii_arr",ecTitleId:"ec_title",rarwCls:"vi-pla-sI vi-pla-bR",hvrTitleCls:"eciItHvr",showId:"ii_lyr",darwCls:"vi-pla-sI vi-pla-bD",ecId:"ec_span",dspanCls:"ec-span-down",rspanCls:"ec-span"});};};function $11(){return function(event){return this.catchElement(event);};};function $15(p0){return function(event){return this.updateTraitValues(p0);};};function $18(p0){return function(event){return this.setMState(p0);};};function $20(p0){return function(event){return this.clickedServiceHandler(p0,null);};};function $21(){return function(event){return this.onMin();};};function $22(p0){return function(event){return this.toggleDiv(p0,"masterDiv","dwnArr","upArr");};};function $24(){return function(event){return this.onMout();};};_r.put('10', new vjo.darwin.pres.buying.cmp.shippingrates.UpdateHiddenFields(["hiddenQuantity","hiddenCountry","hiddenZipCode"], ["clquantity","clcountry","clzipCode"])); _r.put('12', new vjo.darwin.pres.buying.cmp.shippingrates.OnEnterUpdate("clGetRates")); _r.put('13', new vjo.darwin.pres.buying.cmp.shippingrates.OnEnterUpdate("clGetRates")); _r.put('14', new vjo.darwin.pres.buying.cmp.shippingrates.ShippingRequest("http://frame.ebay.com/ws/eBayISAPI.dll?NextGenGetItemShippingCost&", null, 1, "clcountry", "clquantity", "clzipCode", 330490915923, "clGetRates")); _r.put('32', new vjo.darwin.pres.buying.cmp.shippingrates.OnEnterUpdate("shGetRates")); _r.put('34', new vjo.darwin.pres.buying.cmp.shippingrates.OnEnterUpdate("shGetRates")); _r.put('35', new vjo.darwin.pres.buying.cmp.shippingrates.ShippingRequest("http://frame.ebay.com/ws/eBayISAPI.dll?NextGenGetItemShippingCost&", null, 1, "shCountry", "shQuantity", "shPostalCode", 330490915923, "shGetRates")); _d.add('dwnArr','click',$22("block"),_r._0);_d.add('upArr','click',$22("none"),_r._1);_d.add('WtchItm','click',function(event) { this.mskuGuestWatch("http://cgi1.ebay.com/ws/eBayISAPI.dll?MakeTrack&item=330490915923&sourcePage=4340&ssPageName=VIP:watchlink:top:en&wt=81c3b62ba1fa6acc2463f644c34dfb34&_trksid=p4340.l1359"); },vjo.darwin.pres.buying.cmp.watchitem.WatchItem);_d.add('63','change',$15("63"),_r._itemVariation);_d.add('63','keyup',$15("63"),_r._itemVariation);_d.add('4032','change',$15("4032"),_r._itemVariation);_d.add('4032','keyup',$15("4032"),_r._itemVariation);_d.add('body','load',$15(""),_r._itemVariation);_d.add('body','load',function(event) { this.setItemVariationJsId("itemVariation"); },vjo.darwin.pres.buying.cmp.watchitem.WatchItem);_d.add('body','load',function(event) { this.placeBdr(null, "b2_vv4-37_0", 0, "click"); },_r.get('th_js_vv4-37'));
160
+ _d.add('body','load',function(event) { this.startLoading(); },_r.get('th_js_vv4-37'));_d.add('body','load',function(event) { this.setTabInfo({"desc":0,"ship":1}); },vjo.darwin.pres.buying.cmp.shared.SwitchTabs);_d.add('body','load',function(event) { this.callOnLoad(["Js-v4-8","Js-vi_tabs"]); },vjo.darwin.comp.utils.EventUtils);_d.add('v4-28','keyup',function(event) { this.validateQty(); },_r._itemVariation);_d.add('but_v4-8','click',function(event) { return this.onSubmit("BTN_SBMT_SRV_v4-8", event); },vjo.darwin.comp.button.Button);_d.add('nLstTxt','keypress',function(event) { this.onEnter(event, "ad_btn"); },vjo.darwin.pres.buying.cmp.addtolist.AddToList);_d.add('ad_btn','click',function(event) { this.createNewListRequest("nLstTxt"); },vjo.darwin.pres.buying.cmp.addtolist.AddToList);_d.add('v4-30','click',$8("OP_CLSnLstOly","v4-30"),vjo.darwin.core.overlaypanel3.OverlayPanel);_d.add('nLstOly','mouseover',$18(1),_r._7nLstOly);_d.add('nLstOly','mouseout',$18(0),_r._7nLstOly);
161
+ _d.add('nLstOly','mouseover',$21(),_r._7nLstOly);_d.add('nLstOly','mouseout',$24(),_r._7nLstOly);_d.add('nLstOly_cbtn','click',$8("OP_CLSnLstOly","nLstOly_cbtn"),vjo.darwin.core.overlaypanel3.OverlayPanel);_d.add('changeLocLink','click',_r.get('10'));_d.add('clzipCode','keypress',_r.get('12'));_d.add('clquantity','keypress',_r.get('13'));_d.add('clGetRates','click',_r.get('14'));_d.add('clGetRates','click',function(event){ return false; });_d.add('chngLoc','mouseover',$18(1),_r._15chngLoc);_d.add('chngLoc','mouseout',$18(0),_r._15chngLoc);
162
+ _d.add('chngLoc','mouseover',$21(),_r._15chngLoc);_d.add('chngLoc','mouseout',$24(),_r._15chngLoc);_d.add('chngLoc_cbtn','click',$8("OP_CLSchngLoc","chngLoc_cbtn"),vjo.darwin.core.overlaypanel3.OverlayPanel);_d.add('changeLocLink','click',$8("OP_OPNchngLoc","changeLocLink"),vjo.darwin.core.overlaypanel3.OverlayPanel);_d.add('disPnl','mouseover',$18(1),_r._18disPnl);_d.add('disPnl','mouseout',$18(0),_r._18disPnl);_d.add('disPnl','mouseover',$21(),_r._18disPnl);_d.add('disPnl','mouseout',$24(),_r._18disPnl);_d.add('seeDcnt','mouseover',$8("OP_OPNdisPnl","seeDcnt"),vjo.darwin.core.overlaypanel3.OverlayPanel);_d.add('seeDcnt','focus',$8("OP_OPNdisPnl","seeDcnt"),vjo.darwin.core.overlaypanel3.OverlayPanel);
163
+ _d.add('seeDcnt','mouseout',$8("OP_CLSdisPnl","seeDcnt"),vjo.darwin.core.overlaypanel3.OverlayPanel);_d.add('hldhlp','click',$8("OP_OPNhldolp","hldhlp"),vjo.darwin.core.overlaypanel3.OverlayPanel);_d.add('hldolp','mouseover',$18(1),_r._21hldolp);_d.add('hldolp','mouseout',$18(0),_r._21hldolp);_d.add('hldolp','mouseover',$21(),_r._21hldolp);_d.add('hldolp','mouseout',$24(),_r._21hldolp);_d.add('hldolp_cbtn','click',$8("OP_CLShldolp","hldolp_cbtn"),vjo.darwin.core.overlaypanel3.OverlayPanel);_d.add('v4-35','click',function(event) { return this.onClk("http://pages.ebay.com/coverage/index.html"); },vjo.darwin.pres.buying.cmp.buyerguarantee.BuyerGuarantee);_d.add('v4-36','mouseover',$18(1),_r.get('24v4-36'));_d.add('v4-36','mouseout',$18(0),_r.get('24v4-36'));
164
+ _d.add('v4-36','mouseover',$21(),_r.get('24v4-36'));_d.add('v4-36','mouseout',$24(),_r.get('24v4-36'));_d.add('vv4-37_a','click',function(event) { return this.clickedImgServiceHandler(); },_r.get('ic_js_vv4-37'));_d.add('vv4-37_TB_0','click',$20("MN_CLK_SVCvv4-37_TB_0"),vjo.darwin.core.toolbar.Toolbar);_d.add('vv4-37_TB_1','click',$20("MN_CLK_SVCvv4-37_TB_1"),vjo.darwin.core.toolbar.Toolbar);_d.add('vv4-37_div','mouseout',function(event) { this.movingout(event); },_r.get('th_js_vv4-37'));_d.add('vv4-37_div','click',$11(),_r.get('th_js_vv4-37'));_d.add('vv4-37_div','mouseover',$11(),_r.get('th_js_vv4-37'));_d.add('b1_vv4-37_','click',$11(),_r.get('th_js_vv4-37'));_d.add('b2_vv4-37_0','click',$11(),_r.get('th_js_vv4-37'));
165
+ _d.add('b2_vv4-37_0','mouseover',$11(),_r.get('th_js_vv4-37'));_d.add('v4-39','click',function(event){ vjo.darwin.pres.buying.cmp.shared.SwitchTabs.toShippingTab(); });_d.add('a_payId','click',function(event){ vjo.darwin.pres.buying.cmp.shared.SwitchTabs.toShippingTab(); });_d.add('ii_arr','click',$10(),vjo.darwin.pres.buying.cmp.iteminfo.ItemInfoHideShow);_d.add('ec_title','click',$10(),vjo.darwin.pres.buying.cmp.iteminfo.ItemInfoHideShow);_d.add('ec_title','mouseover',$4(),vjo.darwin.pres.buying.cmp.iteminfo.ItemInfoHideShow);_d.add('ec_title','mouseout',$4(),vjo.darwin.pres.buying.cmp.iteminfo.ItemInfoHideShow);_d.add('v4-43','click',function(event) { this.showConditionDef("v4-42", "v4-41"); },vjo.darwin.pres.buying.cmp.itemattributes.ItemAttributes);_d.add('shQuantity','keypress',_r.get('32'));_d.add('shPostalCode','keypress',_r.get('34'));
166
+ _d.add('shGetRates','click',_r.get('35'));_d.add('shGetRates','click',function(event){ return false; });_d.add('v4-59','click',function(event){ vjo.dsf.Element.toggleHideShow('ngvi_desc_div'); });_d.add('v4-59','click',function(event) { this.hideShowIframe(); },_r.get('v4-48'));})();
167
+ (function(){
168
+ var _s=vjo.dsf.ServiceEngine, $se=_s.register;var _r=vjo.Registry;
169
+
170
+ $se(4,'vi-PriTraitValChange',function (message) {_r._31.changeImage(message); });
171
+ $se(4,'TH_OUT_SVCvv4-37',function (message) {_r.get('vv4-37_js').UpdateImgContainer(message); });
172
+ $se(4,'D_ADDID',function (message) {_r._dropdown.addChld(message); });
173
+ $se(4,'TH_CLK_SVCvv4-37',function (message) {_r.get('vv4-37_js').handleZoom(message); });
174
+ $se(4,'TH_CLK_SVCvv4-37',function (message) {_r.get('vv4-37_js').detachZoom(message); });
175
+ $se(4,'TH_CLK_SVCvv4-37',function (message) {_r.get('vv4-37_js').UpdateImgContainer(message); });
176
+ $se(4,'TH_CLK_SVCvv4-37',function (message) {vjo.darwin.pres.buying.cmp.itempictures.ItemPictures1.setSelectedIdx(message); });
177
+ $se(4,'TH_CLK_SVCvv4-37',function (message) {_r._31.changPicServiceHandler(message); });
178
+ $se(4,'D_EDID',function (message) {_r._dropdown.callEnDsbl(message); });
179
+ $se(4,'C_EDID',function (message) {_r._dropdown.chgTtl(message); });
180
+ $se(4,'TH_HVR_SVCvv4-37',function (message) {_r.get('vv4-37_js').detachZoom(message); });
181
+ $se(4,'TH_HVR_SVCvv4-37',function (message) {_r.get('vv4-37_js').UpdateImgContainer(message); });
182
+ $se(4,'TH_HVR_SVCvv4-37',function (message) {_r._31.hideNoVarImgDiv(); });
183
+ $se(4,'MN_CLK_SVCvv4-37_TB_0',function (message) {_r.get('ic_js_vv4-37').attachZoom(message); });
184
+ $se(4,'MN_CLK_SVCvv4-37_TB_0',function (message) {_r._30.clickTrackServiceHandler(message); });
185
+ $se(4,'MN_CLK_SVCvv4-37_TB_1',function (message) {vjo.darwin.pres.buying.cmp.itempictures.ItemPictures1.getSuperSize("ssFrm", "ssFrmWin", 892, 870, -1); });
186
+ $se(4,'IMG_CNTR_CLICKED_vv4-37',function (message) {vjo.darwin.pres.buying.cmp.itempictures.ItemPictures1.getSuperSize("ssFrm", "ssFrmWin", 892, 870, -1); });
187
+ })();
188
+ </script><script type="text/javascript">
189
+ vjo.ctype("vjo.dsf.FirePageLoad").endType();if(typeof(oGaugeInfo)!="undefined"){oGaugeInfo.iLoadST=(new Date()).getTime();}
190
+ vjo.dsf.EventDispatcher.load(document.body);
191
+
192
+ </script></body></html>