beway 1.0.2 → 1.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/Gemfile +1 -1
- data/README +7 -16
- data/README.rdoc +8 -20
- data/doc/Beway.html +136 -183
- data/doc/Beway/Auction.html +630 -816
- data/doc/Beway/AuctionParseError.html +139 -158
- data/doc/Beway/Bidder.html +384 -529
- data/doc/Beway/BidderError.html +139 -158
- data/doc/Beway/CliRunner.html +742 -818
- data/doc/Beway/EbayData.html +398 -451
- data/doc/Beway/EbayDataParseError.html +139 -158
- data/doc/Beway/InvalidUrlError.html +139 -158
- data/doc/README.html +129 -167
- data/doc/created.rid +6 -6
- data/doc/images/add.png +0 -0
- data/doc/images/brick.png +0 -0
- data/doc/images/brick_link.png +0 -0
- data/doc/images/bug.png +0 -0
- data/doc/images/bullet_black.png +0 -0
- data/doc/images/bullet_toggle_minus.png +0 -0
- data/doc/images/bullet_toggle_plus.png +0 -0
- data/doc/images/date.png +0 -0
- data/doc/images/delete.png +0 -0
- data/doc/images/find.png +0 -0
- data/doc/images/loadingAnimation.gif +0 -0
- data/doc/images/macFFBgHack.png +0 -0
- data/doc/images/package.png +0 -0
- data/doc/images/page_green.png +0 -0
- data/doc/images/page_white_text.png +0 -0
- data/doc/images/page_white_width.png +0 -0
- data/doc/images/plugin.png +0 -0
- data/doc/images/ruby.png +0 -0
- data/doc/images/tag_blue.png +0 -0
- data/doc/images/tag_green.png +0 -0
- data/doc/images/transparent.png +0 -0
- data/doc/images/wrench.png +0 -0
- data/doc/images/wrench_orange.png +0 -0
- data/doc/images/zoom.png +0 -0
- data/doc/index.html +134 -223
- data/doc/js/darkfish.js +153 -0
- data/doc/js/jquery.js +18 -0
- data/doc/js/navigation.js +142 -0
- data/doc/js/search.js +94 -0
- data/doc/js/search_index.js +1 -0
- data/doc/js/searcher.js +228 -0
- data/doc/lib/beway/auction_rb.html +1 -1
- data/doc/lib/beway/bidder_rb.html +1 -1
- data/doc/lib/beway/cli_runner_rb.html +1 -1
- data/doc/lib/beway/ebay_data_rb.html +1 -1
- data/doc/rdoc.css +310 -473
- data/doc/table_of_contents.html +154 -0
- data/lib/beway.rb +4 -0
- data/lib/beway/auction.rb +5 -7
- data/lib/beway/cli_runner.rb +2 -3
- data/lib/beway/ebay_data.rb +1 -1
- data/spec/auction_spec.rb +12 -1
- data/spec/bidder_spec.rb +19 -3
- data/spec/config.rb +2 -2
- data/spec/html/kodak-film-old.html +59 -0
- metadata +82 -97
|
@@ -0,0 +1,154 @@
|
|
|
1
|
+
<!DOCTYPE html>
|
|
2
|
+
|
|
3
|
+
<html>
|
|
4
|
+
<head>
|
|
5
|
+
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
|
|
6
|
+
|
|
7
|
+
<title>Table of Contents - RDoc Documentation</title>
|
|
8
|
+
|
|
9
|
+
<link type="text/css" media="screen" href="./rdoc.css" rel="stylesheet">
|
|
10
|
+
|
|
11
|
+
<script type="text/javascript">
|
|
12
|
+
var rdoc_rel_prefix = "./";
|
|
13
|
+
</script>
|
|
14
|
+
|
|
15
|
+
<script type="text/javascript" charset="utf-8" src="./js/jquery.js"></script>
|
|
16
|
+
<script type="text/javascript" charset="utf-8" src="./js/navigation.js"></script>
|
|
17
|
+
<script type="text/javascript" charset="utf-8" src="./js/search_index.js"></script>
|
|
18
|
+
<script type="text/javascript" charset="utf-8" src="./js/search.js"></script>
|
|
19
|
+
<script type="text/javascript" charset="utf-8" src="./js/searcher.js"></script>
|
|
20
|
+
<script type="text/javascript" charset="utf-8" src="./js/darkfish.js"></script>
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
<body class="indexpage">
|
|
24
|
+
<h1>Table of Contents - RDoc Documentation</h1>
|
|
25
|
+
|
|
26
|
+
<h2>Pages</h2>
|
|
27
|
+
<ul>
|
|
28
|
+
<li class="file">
|
|
29
|
+
<a href="README.html">README</a>
|
|
30
|
+
|
|
31
|
+
<img class="toc-toggle" src="images/transparent.png" alt="" title="toggle headings">
|
|
32
|
+
<ul class="initially-hidden">
|
|
33
|
+
<li><a href="README.html#label-BEWAY+-+an+ebay+sniping+tool">BEWAY - an ebay sniping tool</a>
|
|
34
|
+
<li><a href="README.html#label-Requirements">Requirements</a>
|
|
35
|
+
<li><a href="README.html#label-Installation">Installation</a>
|
|
36
|
+
<li><a href="README.html#label-Running+it">Running it</a>
|
|
37
|
+
<li><a href="README.html#label-The+source">The source</a>
|
|
38
|
+
</ul>
|
|
39
|
+
</li>
|
|
40
|
+
|
|
41
|
+
</ul>
|
|
42
|
+
|
|
43
|
+
<h2 id="classes">Classes/Modules</h2>
|
|
44
|
+
<ul>
|
|
45
|
+
<li class="module">
|
|
46
|
+
<a href="Beway.html">Beway</a>
|
|
47
|
+
</li>
|
|
48
|
+
<li class="class">
|
|
49
|
+
<a href="Beway/Auction.html">Beway::Auction</a>
|
|
50
|
+
</li>
|
|
51
|
+
<li class="class">
|
|
52
|
+
<a href="Beway/AuctionParseError.html">Beway::AuctionParseError</a>
|
|
53
|
+
</li>
|
|
54
|
+
<li class="class">
|
|
55
|
+
<a href="Beway/Bidder.html">Beway::Bidder</a>
|
|
56
|
+
</li>
|
|
57
|
+
<li class="class">
|
|
58
|
+
<a href="Beway/BidderError.html">Beway::BidderError</a>
|
|
59
|
+
</li>
|
|
60
|
+
<li class="class">
|
|
61
|
+
<a href="Beway/CliRunner.html">Beway::CliRunner</a>
|
|
62
|
+
</li>
|
|
63
|
+
<li class="class">
|
|
64
|
+
<a href="Beway/EbayData.html">Beway::EbayData</a>
|
|
65
|
+
</li>
|
|
66
|
+
<li class="class">
|
|
67
|
+
<a href="Beway/EbayDataParseError.html">Beway::EbayDataParseError</a>
|
|
68
|
+
</li>
|
|
69
|
+
<li class="class">
|
|
70
|
+
<a href="Beway/InvalidUrlError.html">Beway::InvalidUrlError</a>
|
|
71
|
+
</li>
|
|
72
|
+
|
|
73
|
+
</ul>
|
|
74
|
+
|
|
75
|
+
<h2 id="methods">Methods</h2>
|
|
76
|
+
<ul>
|
|
77
|
+
|
|
78
|
+
<li class="method"><a href="Beway/Auction.html#method-c-new">::new — Beway::Auction</a>
|
|
79
|
+
|
|
80
|
+
<li class="method"><a href="Beway/EbayData.html#method-c-new">::new — Beway::EbayData</a>
|
|
81
|
+
|
|
82
|
+
<li class="method"><a href="Beway/Bidder.html#method-c-new">::new — Beway::Bidder</a>
|
|
83
|
+
|
|
84
|
+
<li class="method"><a href="Beway/CliRunner.html#method-c-new">::new — Beway::CliRunner</a>
|
|
85
|
+
|
|
86
|
+
<li class="method"><a href="Beway/CliRunner.html#method-c-start">::start — Beway::CliRunner</a>
|
|
87
|
+
|
|
88
|
+
<li class="method"><a href="Beway/CliRunner.html#method-i-auction_from_user">#auction_from_user — Beway::CliRunner</a>
|
|
89
|
+
|
|
90
|
+
<li class="method"><a href="Beway/Auction.html#method-i-auction_number">#auction_number — Beway::Auction</a>
|
|
91
|
+
|
|
92
|
+
<li class="method"><a href="Beway/Bidder.html#method-i-bid">#bid — Beway::Bidder</a>
|
|
93
|
+
|
|
94
|
+
<li class="method"><a href="Beway/CliRunner.html#method-i-bid_for_auction_from_user">#bid_for_auction_from_user — Beway::CliRunner</a>
|
|
95
|
+
|
|
96
|
+
<li class="method"><a href="Beway/EbayData.html#method-i-calc_time_offset">#calc_time_offset — Beway::EbayData</a>
|
|
97
|
+
|
|
98
|
+
<li class="method"><a href="Beway/Auction.html#method-i-complete-3F">#complete? — Beway::Auction</a>
|
|
99
|
+
|
|
100
|
+
<li class="method"><a href="Beway/Auction.html#method-i-current_bid">#current_bid — Beway::Auction</a>
|
|
101
|
+
|
|
102
|
+
<li class="method"><a href="Beway/Auction.html#method-i-description">#description — Beway::Auction</a>
|
|
103
|
+
|
|
104
|
+
<li class="method"><a href="Beway/CliRunner.html#method-i-display_auction">#display_auction — Beway::CliRunner</a>
|
|
105
|
+
|
|
106
|
+
<li class="method"><a href="Beway/CliRunner.html#method-i-display_intro">#display_intro — Beway::CliRunner</a>
|
|
107
|
+
|
|
108
|
+
<li class="method"><a href="Beway/Auction.html#method-i-end_time">#end_time — Beway::Auction</a>
|
|
109
|
+
|
|
110
|
+
<li class="method"><a href="Beway/CliRunner.html#method-i-get_user_input">#get_user_input — Beway::CliRunner</a>
|
|
111
|
+
|
|
112
|
+
<li class="method"><a href="Beway/Auction.html#method-i-has_bid_button-3F">#has_bid_button? — Beway::Auction</a>
|
|
113
|
+
|
|
114
|
+
<li class="method"><a href="Beway/Bidder.html#method-i-login">#login — Beway::Bidder</a>
|
|
115
|
+
|
|
116
|
+
<li class="method"><a href="Beway/Auction.html#method-i-min_bid">#min_bid — Beway::Auction</a>
|
|
117
|
+
|
|
118
|
+
<li class="method"><a href="Beway/EbayData.html#method-i-official_time">#official_time — Beway::EbayData</a>
|
|
119
|
+
|
|
120
|
+
<li class="method"><a href="Beway/CliRunner.html#method-i-prompt_bid">#prompt_bid — Beway::CliRunner</a>
|
|
121
|
+
|
|
122
|
+
<li class="method"><a href="Beway/CliRunner.html#method-i-prompt_confirm_auction">#prompt_confirm_auction — Beway::CliRunner</a>
|
|
123
|
+
|
|
124
|
+
<li class="method"><a href="Beway/CliRunner.html#method-i-prompt_confirm_bid">#prompt_confirm_bid — Beway::CliRunner</a>
|
|
125
|
+
|
|
126
|
+
<li class="method"><a href="Beway/CliRunner.html#method-i-prompt_password">#prompt_password — Beway::CliRunner</a>
|
|
127
|
+
|
|
128
|
+
<li class="method"><a href="Beway/CliRunner.html#method-i-prompt_url">#prompt_url — Beway::CliRunner</a>
|
|
129
|
+
|
|
130
|
+
<li class="method"><a href="Beway/CliRunner.html#method-i-prompt_username">#prompt_username — Beway::CliRunner</a>
|
|
131
|
+
|
|
132
|
+
<li class="method"><a href="Beway/Auction.html#method-i-refresh_doc">#refresh_doc — Beway::Auction</a>
|
|
133
|
+
|
|
134
|
+
<li class="method"><a href="Beway/CliRunner.html#method-i-run">#run — Beway::CliRunner</a>
|
|
135
|
+
|
|
136
|
+
<li class="method"><a href="Beway/EbayData.html#method-i-seconds_to">#seconds_to — Beway::EbayData</a>
|
|
137
|
+
|
|
138
|
+
<li class="method"><a href="Beway/EbayData.html#method-i-time">#time — Beway::EbayData</a>
|
|
139
|
+
|
|
140
|
+
<li class="method"><a href="Beway/Auction.html#method-i-time_left">#time_left — Beway::Auction</a>
|
|
141
|
+
|
|
142
|
+
<li class="method"><a href="Beway/EbayData.html#method-i-time_offset">#time_offset — Beway::EbayData</a>
|
|
143
|
+
|
|
144
|
+
<li class="method"><a href="Beway/Auction.html#method-i-valid_auction-3F">#valid_auction? — Beway::Auction</a>
|
|
145
|
+
|
|
146
|
+
</ul>
|
|
147
|
+
|
|
148
|
+
|
|
149
|
+
<footer id="validator-badges">
|
|
150
|
+
<p><a href="http://validator.w3.org/check/referer">[Validate]</a>
|
|
151
|
+
<p>Generated by <a href="https://github.com/rdoc/rdoc">RDoc</a> 3.12.
|
|
152
|
+
<p>Generated with the <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish Rdoc Generator</a> 3.
|
|
153
|
+
</footer>
|
|
154
|
+
|
data/lib/beway.rb
CHANGED
data/lib/beway/auction.rb
CHANGED
|
@@ -64,7 +64,7 @@ module Beway
|
|
|
64
64
|
|
|
65
65
|
# parsing method, returns a string
|
|
66
66
|
def description
|
|
67
|
-
desc = @doc.at_css('
|
|
67
|
+
desc = @doc.at_css('h1.vi-is1-titleH1')
|
|
68
68
|
raise AuctionParseError, "Couldn't find description in document" if desc.nil?
|
|
69
69
|
desc.inner_text.strip
|
|
70
70
|
end
|
|
@@ -102,13 +102,11 @@ module Beway
|
|
|
102
102
|
def min_bid
|
|
103
103
|
return nil if complete?
|
|
104
104
|
|
|
105
|
-
|
|
106
|
-
raise AuctionParseError, "Couldn't find max bid label in document" unless max_label
|
|
107
|
-
min_bid_node = max_label.parent.parent.next_sibling
|
|
105
|
+
min_bid_node = @doc.at_css('form.vi-is1-s4-eu span.vi-c-fsmt')
|
|
108
106
|
raise AuctionParseError, "Couldn't find minimum bid in document" unless min_bid_node
|
|
109
|
-
|
|
110
|
-
raise AuctionParseError, "Min Bid data not in expected format" if
|
|
111
|
-
|
|
107
|
+
match_data = min_bid_node.inner_text.match(/Enter ([^)]*) or more/)
|
|
108
|
+
raise AuctionParseError, "Min Bid data not in expected format. Got: #{min_bid_node.inner_text}" if match_data.nil?
|
|
109
|
+
match_data[1]
|
|
112
110
|
end
|
|
113
111
|
|
|
114
112
|
# parsing method, returns a Time object
|
data/lib/beway/cli_runner.rb
CHANGED
|
@@ -18,7 +18,6 @@ module Beway
|
|
|
18
18
|
end
|
|
19
19
|
|
|
20
20
|
def run
|
|
21
|
-
|
|
22
21
|
display_intro
|
|
23
22
|
|
|
24
23
|
# login prep
|
|
@@ -61,7 +60,7 @@ module Beway
|
|
|
61
60
|
puts "There was an error placing your bid:"
|
|
62
61
|
puts
|
|
63
62
|
puts " " + e.message
|
|
64
|
-
puts
|
|
63
|
+
puts
|
|
65
64
|
puts "So sorry!"
|
|
66
65
|
exit
|
|
67
66
|
end
|
|
@@ -108,7 +107,7 @@ module Beway
|
|
|
108
107
|
end
|
|
109
108
|
|
|
110
109
|
def display_intro
|
|
111
|
-
puts "Welcome to Beway
|
|
110
|
+
puts "Welcome to Beway Version #{VERSION}"
|
|
112
111
|
end
|
|
113
112
|
|
|
114
113
|
def display_auction(a)
|
data/lib/beway/ebay_data.rb
CHANGED
|
@@ -51,7 +51,7 @@ module Beway
|
|
|
51
51
|
raise EbayDataParseError, "Couldn't find time node" unless time_node
|
|
52
52
|
|
|
53
53
|
time_str = time_node.inner_text
|
|
54
|
-
time_re = /(Sun|Mon|Tues|Wednes|Thurs|Fri|Satur)day, (January|February|March|April|May|June|July|August|September|October|December) \d\d, 20\d\d \d\d:\d\d:\d\d P[SD]T/
|
|
54
|
+
time_re = /(Sun|Mon|Tues|Wednes|Thurs|Fri|Satur)day, (January|February|March|April|May|June|July|August|September|October|November|December) \d\d, 20\d\d \d\d:\d\d:\d\d P[SD]T/
|
|
55
55
|
raise EbayDataParseError, "Time in unexpected format: #{time_str}" unless time_re.match(time_str)
|
|
56
56
|
|
|
57
57
|
Time.parse(time_str).localtime
|
data/spec/auction_spec.rb
CHANGED
|
@@ -6,6 +6,16 @@ AUCTIONS_VALID = []
|
|
|
6
6
|
AUCTIONS_BIN = []
|
|
7
7
|
AUCTIONS_COMPLETE = []
|
|
8
8
|
|
|
9
|
+
AUCTIONS_VALID << {
|
|
10
|
+
:url => HTML_DIR + 'kodak-film-old.html',
|
|
11
|
+
:description => 'Kodak Infrared, Kodacolor X, Kodachrome 8mm, Ektachrome E 120 Sealed Film',
|
|
12
|
+
:current_bid => 'US $9.50',
|
|
13
|
+
:min_bid => "US $10.00",
|
|
14
|
+
:time_left => '9h 36m 50s',
|
|
15
|
+
:end_time => 'May 07, 2012 18:16:22 PDT',
|
|
16
|
+
:auction_number => '230785267328'
|
|
17
|
+
}
|
|
18
|
+
=begin
|
|
9
19
|
AUCTIONS_VALID << {
|
|
10
20
|
:url => HTML_DIR + 'zoom-multi-track.html',
|
|
11
21
|
:description => 'ZOOM PS-04 Palmtop STUDIO Multi-track Recorder w Memory',
|
|
@@ -124,6 +134,7 @@ AUCTIONS_COMPLETE << {
|
|
|
124
134
|
:end_time => 'Dec 26, 2010 20:36:09 PST',
|
|
125
135
|
:auction_number => '260710322149'
|
|
126
136
|
}
|
|
137
|
+
=end
|
|
127
138
|
|
|
128
139
|
|
|
129
140
|
|
|
@@ -153,7 +164,7 @@ describe Beway::Auction do
|
|
|
153
164
|
end
|
|
154
165
|
|
|
155
166
|
it "should have the minimum bid" do
|
|
156
|
-
auction.min_bid.should
|
|
167
|
+
auction.min_bid.should == data[:min_bid]
|
|
157
168
|
end
|
|
158
169
|
end
|
|
159
170
|
end
|
data/spec/bidder_spec.rb
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
require_relative '../lib/beway/bidder'
|
|
2
|
-
|
|
2
|
+
|
|
3
|
+
begin
|
|
4
|
+
require_relative './config'
|
|
5
|
+
rescue LoadError => e
|
|
6
|
+
puts
|
|
7
|
+
puts "*" * 78
|
|
8
|
+
puts "This spec tests an eBay login. Please copy the config.rb-dist file:"
|
|
9
|
+
puts
|
|
10
|
+
puts " cp spec/config.rb-dist spec/config.rb"
|
|
11
|
+
puts
|
|
12
|
+
puts "and edit it with valid ebay credentials."
|
|
13
|
+
puts "*" * 78
|
|
14
|
+
puts
|
|
15
|
+
exit
|
|
16
|
+
end
|
|
3
17
|
|
|
4
18
|
describe Beway::Bidder do
|
|
5
19
|
|
|
@@ -19,10 +33,12 @@ describe Beway::Bidder do
|
|
|
19
33
|
bidder.login
|
|
20
34
|
|
|
21
35
|
if not bidder.logged_in
|
|
22
|
-
puts
|
|
36
|
+
puts
|
|
37
|
+
puts "*" * 78
|
|
23
38
|
puts "Did you set your username and password in test/config.rb?"
|
|
24
|
-
puts "
|
|
39
|
+
puts "The test should pass if the login credentials are valid."
|
|
25
40
|
puts "*" * 78
|
|
41
|
+
puts
|
|
26
42
|
end
|
|
27
43
|
bidder.logged_in.should be_true
|
|
28
44
|
end
|
data/spec/config.rb
CHANGED
|
@@ -0,0 +1,59 @@
|
|
|
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>Kodak Infrared, Kodacolor X, Kodachrome 8mm, Ektachrome E 120 Sealed Film | eBay</title><meta name="y_key" content="acf32e2a69cbc2b0"><meta name="description" content="Kodak Infrared, Kodacolor X, Kodachrome 8mm, Ektachrome E 120 Sealed Film in Cameras & Photo, Film Photography, Film | eBay"><meta property="og:type" content="ebay-objects:item"><meta property="og:site_name" content="eBay"><meta name="google-site-verification" content="8kHr3jd3Z43q1ovwo0KVgo_NZKIEMjthBxti8m8fYTg"><meta name="msvalidate.01" content="31154A785F516EC9842FC3BA2A70FB1A"><meta property="og:url" content="http://www.ebay.com/itm/Kodak-Infrared-Kodacolor-X-Kodachrome-8mm-Ektachrome-E-120-Sealed-Film-/230785267328"><meta property="og:title" content="Kodak Infrared, Kodacolor X, Kodachrome 8mm, Ektachrome E 120 Sealed Film"><meta property="og:description" content="Kodak Infrared, Kodacolor X, Kodachrome 8mm, Ektachrome E 120 Sealed Film in Cameras & Photo, Film Photography, Film | eBay"><meta name="keywords" content="Kodak Infrared, Kodacolor X, Kodachrome 8mm, Ektachrome E 120 Sealed Film, Cameras & Photo, Film Photography, Film"><meta property="og:image" content="http://i.ebayimg.com/00/s/NzMyWDY5NA==/$(KGrHqV,!g8E9n3J8V)NBPod)h4ecQ~~60_1.JPG?set_id=8800005007"><meta property="fb:app_id" content="102628213125203"><link rel="canonical" href="http://www.ebay.com/itm/Kodak-Infrared-Kodacolor-X-Kodachrome-8mm-Ektachrome-E-120-Sealed-Film-/230785267328"><link rel="alternate" hreflang="en-US" href="http://www.ebay.com/itm/Kodak-Infrared-Kodacolor-X-Kodachrome-8mm-Ektachrome-E-120-Sealed-Film-/230785267328"><link rel="alternate" hreflang="en-CA" href="http://www.ebay.ca/itm/Kodak-Infrared-Kodacolor-X-Kodachrome-8mm-Ektachrome-E-120-Sealed-Film-/230785267328"><link rel="alternate" hreflang="en-AU" href="http://www.ebay.com.au/itm/Kodak-Infrared-Kodacolor-X-Kodachrome-8mm-Ektachrome-E-120-Sealed-Film-/230785267328"><!--[if lt IE 7]><style>* html .vi-c_0 { 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]--><script>var pageHasRtmPlacements = true;</script><link rel="stylesheet" type="text/css" href="http://ir.ebaystatic.com/v4css/z/el/cy54ogq4fqyxxow13htrds42e.css#GH-ZAM_RedesignEbayNoneFull_e771_Ear_en_US"><link rel="stylesheet" type="text/css" href="http://ir.ebaystatic.com/v4css/z/u4/srvjt0ww1i335izhkgh05r1iu.css#BuyingApp_ViewItemATLShipping_e771_Ear_en_US"><!--[if IE 8]><style>.vi-is1-btnTwkNoBdr .psb-bp input,.vi-is1-btnTwkWithBdr .psb-bp input,.vi-is1-btnTwkNoBdr .psb-bd input,.vi-is1-btnTwkWithBdr .psb-bd input,.vi-is1-btnTwkNoBdr .pb-bp input,.vi-is1-btnTwkWithBdr .pb-bp input,.vi-is1-btnTwkNoBdr .pb-bd input,.vi-is1-btnTwkWithBdr .pb-bd input{background-position:1px -189px;width:128px;margin-left:-6px}.vi-is1-cartBtnClzNoBdr .psb-bp input,.vi-is1-cartBtnClzNoBdr .pb-bp input,.vi-is1-cartBtnClzNoBdr .psb-bd input,.vi-is1-cartBtnClzNoBdr .pb-bd input,.vi-is1-cartBtnClzWithBdr .psb-bp input,.vi-is1-cartBtnClzWithBdr .pb-bp input,.vi-is1-cartBtnClzWithBdr .psb-bd input,.vi-is1-cartBtnClzWithBdr .pb-bd input{background-position:1px -478px;margin-left:-5px}.vi-is1-btnTwkWithBidUrg .psb-bp input,.vi-is1-btnTwkWithBidUrg .pb-bp input,.vi-is1-btnTwkWithBidUrg .psb-bd input,.vi-is1-btnTwkWithBidUrg .pb-bd input{background-position:1px -766px;margin-left:-5px}</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}.bn-b,.bn-b input,.bn-b a,.bn-b b{background-image:url(http://p.ebaystatic.com/aw/pics/cmp/ds2/sprButtons.gif)}</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}.pb-bp input{background-position:1px -171px}.psb-bp input{background-position:1px -479px}.trsb-bp input{background-position:1px -1711px}</style><![endif]--><!--[if lt IE 8]><style>.vi-pla-ec-span{margin-top:-2px}.vi-pla-ec-span-down{margin-top:2px}.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}.trsTopPanel{margin-top:0}.trsBtmPanel{position:fixed}</style><![endif]--></head><body style="text-align:left" itemscope="itemscope" itemtype="http://schema.org/Product" id="body"><div></div>
|
|
2
|
+
<div id="vi-container" class="vi-c_0">
|
|
3
|
+
<div id="vi-top"><!--[if lt IE 7 ]><div id='gnheader' class='gh-w ie6'><![endif]--><!--[if IE 7]><div id='gnheader' class='gh-w ie7'><![endif]--><!--[if (gt IE 7)|!(IE)]><!--><div id="gnheader" class="gh-w"><!--<![endif]--><a href="#mainContent" rel="nofollow" class="g-hdn">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&gbh=1" _sp="m570.l2919">My eBay</a></span><a id="Sell" href="http://cgi5.ebay.com/ws/eBayISAPI.dll?aidZ153=&MfcISAPICommand=SellHub3" _sp="m570.l1528">Sell</a><a id="Community" href="http://community.ebay.com" _sp="m570.l1540">Community</a><span class="gh-nho"></span><a id="Help" href="http://ocs.ebay.com/ws/eBayISAPI.dll?CustomerSupport" _sp="m570.l1545">Customer Support</a><span class="gh-nho"><span id="GH_Cart" class="gh-sc"><a href="http://payments.ebay.com/ws/eBayISAPI.dll?ShopCart&ssPageName=CART:HDR" _sp="m570.l2633"><img src="http://p.ebaystatic.com/aw/pics/buy/cart/iconCart000.gif" alt="Your eBay shopping cart" border="0" height="24" width="31"></img>Cart</a></span></span></div></div><form id="headerSearch" name="headerSearch" method="get" action="http://www.ebay.com/sch/i.html"><input type="hidden" name="_from" value="R40"><input type="hidden" name="_trksid" value="m570.l2736"><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" _sp="m570.l2586"><img src="http://p.ebaystatic.com/aw/pics/logos/logoEbay_x45.gif" alt="eBay" border="0" height="45" width="110"></img></a></span><a id="holidayImgS" href="http://www.ebay.com/evt/mothers-day-gifts" class="gh-his" title="Shop Mother's Day" _sp="m570.l2611"><img src="http://pics.ebaystatic.com/aw/pics/mops/2012_doodles/ImgMDDoodle2_Small_158x59_gift.jpg" alt=""></a><span class="gh-wrap"><span class="gh-shim"></span><span class="greeting gh-ui"><!-- BEGIN: GREETING:SIGNEDOUT -->Welcome! <a href="https://signin.ebay.com/ws/eBayISAPI.dll?SignIn" _sp="m570.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" _sp="m570.l2621" rel="nofollow">register</a>.<!-- END: GREETING:SIGNEDOUT --><span id="bta"></span></span><span class="coupon"></span></span></div><div></div></div><div class="gh-cl"></div><div><div class="gh-col"><b class="gh-c1"></b><b class="gh-c2"></b><b class="gh-c3"></b><b class="gh-c4"></b><b class="gh-c5"></b><b class="gh-c6"></b><b class="gh-c7"></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="m570.l1620">CATEGORIES</a><a id="chevron0" href="javascript:;" class="gh-ai"><b> </b></a><a id="EbayElectronics" title="Your shopping destination for the best selection and value in electronics and accessories" href="http://www.ebay.com/electronics/" _sp="m570.l2959">ELECTRONICS</a><span id="11450_sp"><a title="Your new destination for Clothing, Shoes & Accessories on eBay." href="http://www.ebay.com/fashion/" _sp="m570.l2624">FASHION</a></span><a id="6000_sp" title="Buy and sell cars, trucks, vehicle parts, and accessories." href="http://www.motors.ebay.com/" _sp="m570.l2597">MOTORS</a><a id="EbayTickets" title="Tickets – Sports, Concerts, Theater and More on eBay" href="http://www.ebay.com/tickets" _sp="m570.l1624">TICKETS</a><a id="172382_sp" title="Great items, deep discounts, and free shipping!" href="http://deals.ebay.com/" _sp="m570.l2625">DEALS</a><a id="EbayClassifieds" title="Free local classifieds in your area" href="http://www.ebayclassifieds.com" _sp="m570.l2626">CLASSIFIEDS</a></div></div><div class="gh-lbh1"><div class="gh-rtm" style="display:inline-block;display:block;"><div id="rtm_html_876"></div></div></div><div class="gh-lbh2"><div class="gh-rtm" style="display:inline-block;display:block;"><div id="rtm_html_912"></div></div></div><div class="gh-lbh3"><div class="gh-rtm" style="display:inline-block;display:block;"><div id="rtm_html_433"></div></div></div><div class="gh-clr"></div></div><img src="http://rover.ebay.com/roversync/?site=0&stg=1&mpt=1336405172456" alt="" width="1" height="1"><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"> | </td><td valign="top"><table style="margin-top: 0px;"><tr><td></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://www.ebay.com/sch/Cameras-Photo-/625/i.html" _sp="p4340.l2706">Cameras & Photo</a><span> > </span></li><li><a href="http://www.ebay.com/sch/Film-Photography-/69323/i.html" _sp="p4340.l2706">Film Photography</a><span> > </span></li><li><a href="http://www.ebay.com/sch/Film-/4201/i.html" _sp="p4340.l2706">Film</a></li></ul></div></div></td></tr></table></td></tr></table></div></div><div style="clear:both;"><div class="vi-tm-pbt10"><div id="blueStripComp" class="vi-tm-tpd"></div></div></div></div>
|
|
4
|
+
<table id="vi-tTbl" cellpadding="0" cellspacing="0" border="0"><tr><td colspan="1" rowspan="1" id="vi-tTblC1" class="vi-ip_0"><div class="vi-ipic1"><span class="shig" id="freeShippingIcon"><span id="spclOffers"></span></span><span itemprop="image" content="http://i.ebayimg.com/00/s/NzMyWDY5NA==/$(KGrHqV,!g8E9n3J8V)NBPod)h4ecQ~~60_35.JPG"></span><form name="ssFrm" action="http://cgi.ebay.com/ws/eBayISAPI.dll?VISuperSize&item=230785267328" target="ssFrmWin" method="post"><input type="hidden" name="ssr" value="0"><input type="hidden" name="iurls" value="0#http://i.ebayimg.com/00/s/NzMyWDY5NA==#$(KGrHqV,!g8E9n3J8V)NBPod)h4ecQ~~60_39.JPG#$(KGrHqV,!g8E9n3J8V)NBPod)h4ecQ~~60_58.JPG"><input type="hidden" name="dtid" id="dtid" value="0"><input type="hidden" name="vs" value="1"><input type="hidden" name="sh" value="0"><input type="hidden" name="title" value="Kodak Infrared, Kodacolor X, Kodachrome 8mm, Ektachrome E 120 Sealed Film"></form><div><table border="0" cellpadding="0" cellspacing="0"><tr><td class="vs_w-a"><div class="ict-w1" id="vv4-48" title="Kodak Infrared, Kodacolor X, Kodachrome 8mm, Ektachrome E 120 Sealed Film"><div class="ic-w300 ic-cntr"><div class="ic-w300 ic-m" id="vv4-48_idiv"><center><span></span><img src="http://i.ebayimg.com/00/s/NzMyWDY5NA==/$(KGrHqV,!g8E9n3J8V)NBPod)h4ecQ~~60_35.JPG" id="i_vv4-48" alt="Kodak Infrared, Kodacolor X, Kodachrome 8mm, Ektachrome E 120 Sealed Film"></center></div><a id="vv4-48_a" class="ic-cp" href="javascript:;"></a><div id="vv4-48_bdiv" class="ic-p ic-b1" style="height:298px;width:298px;"><div id="vv4-48_t" class="ic-thr"><span></span></div><div id="vv4-48_e" class="ic-err"><span></span></div></div></div><div id="v4-49" class="pt-p"><a href="javascript:;" class="pt-i"><span id="c_v4-49" class="pt-tx">Click to view larger image</span></a></div><div class="tbr-c" id="vv4-48_TB" style="display:none;"><ul class="tbr-w"><li title="Show larger and alternate views" class="tbr-l"><a id="vv4-48_TB_0" href="javascript:;"><span class="ict-enl">Enlarge</span></a></li></ul></div></div></td></tr></table></div><div><img src="http://q.ebaystatic.com/aw/pics/s.gif" height="1" width="302px" alt=""></div><div><div id="v4-53Oly_Outer" class="g-hdn" style="visibility : hidden;width:400px"><div id="cnv4-53"><div><div id="v4-50"><center><div id="v4-51" class="vi-ez-igCont vi-ez-dC" style="position:relative;"></div><div class="vi-ez-hold vi-ez-ig"><div id="pD_v4-52" class="tg-p"><div class="tg-p tg-wv" id="v4-52_div" style="height:400px;width:43px;"><div id="b1_v4-52_" class="tg-bdr"></div><div id="b2_v4-52_0" class="tg-bdr2"></div><table border="0" cellpadding="0" cellspacing="0" width="100%" height="100%" class="tg-tb tg-clp" id="v4-52_tbl"><tr id="t_r_v4-52_0"><td id="t_c_v4-52_0" height="10%" width="42px"><img alt="" id="t_iv4-52_0" src="http://i.ebayimg.com/00/s/NzMyWDY5NA==/$(KGrHqV,!g8E9n3J8V)NBPod)h4ecQ~~60_39.JPG"></td></tr><tr id="t_r_v4-52_1"><td id="t_c_v4-52_1" class="tg-td" height="10%"></td></tr><tr id="t_r_v4-52_2"><td id="t_c_v4-52_2" class="tg-td" height="10%"></td></tr><tr id="t_r_v4-52_3"><td id="t_c_v4-52_3" class="tg-td" height="10%"></td></tr><tr id="t_r_v4-52_4"><td id="t_c_v4-52_4" class="tg-td" height="10%"></td></tr><tr id="t_r_v4-52_5"><td id="t_c_v4-52_5" class="tg-td" height="10%"></td></tr><tr id="t_r_v4-52_6"><td id="t_c_v4-52_6" class="tg-td" height="10%"></td></tr><tr id="t_r_v4-52_7"><td id="t_c_v4-52_7" class="tg-td" height="10%"></td></tr><tr id="t_r_v4-52_8"><td id="t_c_v4-52_8" class="tg-td" height="10%"></td></tr></table></div></div></div><div class="vi-ez-bT" style="position:absolute; bottom: 10px; left: 45%;"><span class="vi-ez-xT">Zoom</span><img src="http://q.ebaystatic.com/aw/pics/s.gif" height="1" width="1" alt="Zoom In" class="vi-ez-lftX" id="leftclk"><img src="http://q.ebaystatic.com/aw/pics/s.gif" height="1" width="1" alt="Zoom Out" class="vi-ez-rgtX" id="rightclk"></div></center></div></div><a id="v4-53_stA" href="javascript:;" class="g-hdn">Start of Layer</a><a id="v4-53_enA" href="javascript:;" class="g-hdn">End of Layer</a></div></div></div><div class="vi-pbh"><center><a class="vi-slt" rel="nofollow" href="http://cgi5.ebay.com/ws/eBayISAPI.dll?SellLikeItem&_trksid=p4340.l2567&rt=nc&item=230785267328"><b></b>Sell one like this</a></center></div></div></td><td colspan="1" rowspan="1" id="vi-tTblS" class="vi-tTblS"> </td><td colspan="1" rowspan="1" id="vi-tTblC2" class="vi-tc_0 vi-tc_0"><span><h1 class="vi-is1-titleH1">Kodak Infrared, Kodacolor X, Kodachrome 8mm, Ektachrome E 120 Sealed Film</h1></span><div class="vi-is1-pt5"></div><div id="vi_dd" class="vi-dd"></div><table width="100%" cellspacing="0" cellpadding="0"><tr><td rowspan="3" valign="top" id="isclmn" class="vi-tTblS"><form name="v4-26" id="v4-26" method="post" class="vi-is1-s4-eu" action="http://offer.ebay.com/ws/eBayISAPI.dll?MakeBid&_trksid=p4340.l1356&item=230785267328&pt=US_Camera_Film&fromPage=4340&fb=2"><table class="vi-is1" style="margin-left: 0px !important" cellpadding="0" cellspacing="0" border="0"><tr><th class="vi-is1-lbl">Item condition:</th><td colspan="3" class="vi-is1-clr"><span class="vi-is1-condText">Used</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-tml"><span id="v4-27">9</span><span id="v4-28">h</span> <span id="v4-29">36</span><span id="v4-30">m</span> <span id="v4-31">50</span><span id="v4-32">s</span> </span><span class="vi-is1-dt-eu"><span>(May 07, 2012</span><span class="vi-is1-t">18:16:22 PDT)</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><td colspan="4" height="10" class="vi-is1-solid"></td></tr><tr><th class="vi-is1-lblp vi-is1-solidBg">Current bid:</th><td class="vi-is1-solid vi-is1-tbll"><span itemprop="offers" itemscope="itemscope" itemtype="http://schema.org/Offer"><span itemprop="availability" content="http://schema.org/OnlineOnly"></span><span itemprop="priceCurrency" content="USD"></span><span id="v4-33" itemprop="price" class="vi-is1-prcp-eu"><font size="-1" color="#666666">US</font> $9.50</span></span></td><td colspan="2" class="vi-is1-solid vi-is1-tblb"><div><span class="vi-is1-s6"><span> [ <a href="http://offer.ebay.com/ws/eBayISAPI.dll?ViewBids&_trksid=p4340.l2565&rt=nc&item=230785267328" rel="nofollow"><span id="v4-34">2</span> <span>bids</span></a> ] </span></span><span id="v4-35" class="vi-is1-tet vi-is1-rf vi-is1-dspl">[<a href="javascript:;">Refresh bidhistory</a>]</span></div></td></tr><tr><td colspan="4" height="10" class="vi-is1-solid"></td></tr><tr><th class="vi-is1-lblp vi-is1-solidBg"></th><td class="vi-is1-solid vi-is1-tbll"><div><input type="text" size="8" maxlength="10" name="maxbid" id="v4-36" class="vi-is1-tet vi-is1-mb"></div></td><td colspan="2" class="vi-is1-solid vi-is1-tblb"><div><b id="v4-7" class="bn-w bn-pad psb-S"><i>Place bid</i><span id="spn_v4-7" class="bn-b psb-b psb-S"><input id="but_v4-7" name="" value="Place bid" title="" type="submit"><b id="txt_v4-7">Place bid</b></span></b><label class="g-hdn" for="v4-37">Place bid</label><input type="text" name="hiddenText" style="display:none" id="v4-37"></div></td></tr><tr><th class="vi-is1-lblp vi-is1-solidBg"></th><td colspan="3" class="vi-is1-solid"><span id="v4-38" class="vi-c-fsmt">Enter US $10.00 or more</span></td></tr><tr><td colspan="4" height="10" class="vi-is1-solid"></td></tr><tr id="watchItemMiddleRow"><td class="vi-is1-solid vi-is1-lbl"><div id="v4-40"></div></td><td class="vi-is1-solid" id="watchLabelDiv"><div id="v4-41"></div></td><td colspan="2" class="vi-is1-solid vi-is1-tblb"><div><div><div id="dd_addToList" 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><li><a href="javascript:;" id="-97_ita_addToList" d="t" i="-97" wsh="t" n="Wish list">Add to Wish list</a></li></ul><div class="ul-sp"></div><div id="ftdv_addToList"><a href="https://signin.ebay.com/ws/eBayISAPI.dll?SignIn&ru=http%3A%2F%2Fcgi.ebay.com%2Fws%2FeBayISAPI.dll%3FViewItem%26item%3D230785267328%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="nLstOlyOly_Outer" class="g-hdn" style="visibility : hidden;width:330px"><div id="cnnLstOly"><div><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-39">Cancel</a></span></div></div></div></div><a id="nLstOly_stA" href="javascript:;" class="g-hdn">Start of Layer</a><a id="nLstOly_enA" href="javascript:;" class="g-hdn">End of Layer</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" height="10" class="vi-is1-solid"></td></tr><tr><td colspan="4" height="10"></td></tr><tr id="v4-42"><td colspan="4"><div><div style="border: 1px solid #cccccc; padding: 10px;"><div id="v4-43"><div></div><div><div><div><table><tr><td valign="top"><img src="http://q.ebaystatic.com/aw/pics/payments/bml/logoBML_77x18.gif" height="18" width="77" alt="BillMeLater"></td><td style="padding-left:5px;padding-top:6px;"><span style="font-family:arial;font-size:13px;color:#333333;"><span style="" font-family:Arial, Helvetica, sans-serif; font-size:13px; color:#333333""><strong>$5 back on first Bill Me Later purchase</strong> </span><br><span style=""font-family:Verdana; font-size:10px; color:#666666"">Subject to credit approval.</span></span><span style="padding-left:5px"><a href="https://www.billmelater.com/cm/paypal/landers/12ebaybmlGap5d6mve.html" style="font-size:10px; font-family:verdana; color:#0000CC;" target="_blank">See terms</a></span></td></tr></table></div></div></div></div></div></div></td></tr><tr id="sllrOffrRowId" style="display:none"><td colspan="4"><div><div class="vi-is1-sllrOffr"><span><a href="#config">Special offer available</a> on this and additional items!</span></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-sh-srvcCost vi-is1-hideElem vi-is1-showElem">$6.00</span></span><span><span> </span></span><span id="fshippingSvc"> - Standard 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> <span class="vi-pla-sI vi-pla-iD"></span></a></span><input type="hidden" id="chngLocPnlJSId" value="Js-chngLoc"><b> </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> <span class="vi-pla-sI vi-pla-iD vi-is1-hideDiv"></span></a></wbr></span><div id="disPnlOly_Outer" class="g-hdn" style="visibility : hidden;width:175px"><div id="cndisPnl"><div><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"></div></div></td></tr></table></div></div><a id="disPnl_stA" href="javascript:;" class="g-hdn">Start of Layer</a><a id="disPnl_enA" href="javascript:;" class="g-hdn">End of Layer</a></div></div><b> | </b><span class="vi-is1-rePol"> <span class="vi-is1-wrp" id="v4-45"><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><div><span id="cbtViHolder" style="display:none"></span></div></td></tr><tr><th class="vi-is1-lbl"></th><td colspan="3" class="vi-is1-clr"><div class="sh-DlvryDtl">Item location: <span class="g-b">Cleveland Heights OH, US, United States</span></div></td></tr><tr><th class="vi-is1-lbl"></th><td colspan="3" class="vi-is1-clr"><div class="sh-DlvryDtl">Ships to: <span class="g-b">Worldwide </span><span></span></div></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 role="alert" class="sh-TblCnt">Estimated between <span><b>Fri. May. 11 and Thu. May. 17</b></span><span> <span><a id="hldhlp"><img src="http://q.ebaystatic.com/aw/pics/s.gif" height="1" width="1" alt="help icon for Estimated delivery date - opens a layer" title="help icon" class="sh-qmark crptr"></a></span></span><div role="alert" class="sh-DlvryDtl"></div></div></div></div></div></div></span></td></tr><tr id="v4-20" 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">Payments:</th><td colspan="3" class="vi-is1-clr"><div id="v4-8"><div><div class="on_pay"><div id="payDet1" class="vi-is1-sh-srvCost"><img src="http://q.ebaystatic.com/aw/pics/logos/logoPayPal_51x14.gif" height="14" width="51" alt="PayPal">, Bill Me Later<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 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" cellpadding="0" cellspacing="0" id="miyId"><tr><td class="vi-rpd-miyContent">No returns or exchanges, but item is covered by <a href="http://pages.ebay.com/coverage/index.html" target="_blank">eBay Buyer Protection<b class="g-hdn">- opens in a new window or tab</b></a>.</td></tr></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"><div class="vi-bg-crp vi-bg-sh vi-bg-logo"></div><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-bdrh vi-bg-crp"><div class="vi-bg-txth"></div><div class="vi-bg-stxt"></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 id="chngLocOly_Outer" class="g-hdn" style="visibility : hidden;width:334px"><div id="cnchngLoc"><div><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._6.handle("change");"><option value="0">Show all available</option><option value="4">Afghanistan</option><option value="5">Albania</option><option value="6">Algeria</option><option value="7">American Samoa</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="31">Brazil</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="84">Guam</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="100">Israel</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="131">Marshall Islands</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="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="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="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="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="217">Virgin Islands (U.S.)</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-hideElement">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-hideElement sh-enblBox sh-TxtCnt" disabled="disabled"><div class="sh-RateBtn"><input type="button" id="clGetRates" name="getRates" value="Get Rates" class="sh-BtnTxt sh-BtnTxt"></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-44"><div class="dt-dtbl"><table border="0" cellpadding="0" cellspacing="0" width="100%" id="v4-44_tab_0"><thead><tr class="dt-tblHdr"><th scope="col" id="v4-44_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-44_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-44_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-44_tab_0_srtCol_0_0" class="dt-colCnt dt-alignLft sh-RowBrdr" rowspan="1" colspan="1"><div><span class="sh-ShipDtls">Standard Shipping</span></div></td><td id="v4-44_tab_0_srtCol_0_1" class="dt-colCnt dt-alignLft sh-RowBrdr" rowspan="1" colspan="1"><div class="sh-ShipDtls"><div>Between <span id="Fri. May. 11 and Thu. May. 17">Fri. May. 11 and Thu. May. 17</span></div></div></td><td id="v4-44_tab_0_srtCol_0_2" class="dt-colCnt dt-alignLft sh-RowBrdr" rowspan="1" colspan="1"><div class="sh-ShipDtls sh_Prcpad">$6.00</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 id="chngLoc_stA" href="javascript:;" class="g-hdn">Start of Layer</a><a id="chngLoc_enA" href="javascript:;" class="g-hdn">End of Layer</a></div></div></div><div id="hldolpOly_Outer" class="g-hdn" style="visibility : hidden;width:250px"><div id="cnhldolp"><div><div id="hldolpcnt"><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 id="hldolp_stA" href="javascript:;" class="g-hdn">Start of Layer</a><a id="hldolp_enA" href="javascript:;" class="g-hdn">End of Layer</a></div></div><div id="v4-47Oly_Outer" class="g-hdn" style="visibility : hidden;width:250px"><div id="cnv4-47"><div>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><a id="v4-47_stA" href="javascript:;" class="g-hdn">Start of Layer</a><a id="v4-47_enA" href="javascript:;" class="g-hdn">End of Layer</a></div></div><div id="viCbtBelowThreShipPanelOly_Outer" class="g-hdn" style="visibility : hidden;width:320px"><div id="cnviCbtBelowThreShipPanel"><div><div><b>Items shipping internationally</b> may be subject to customs processing depending on the item's declared value.<b class="vi-cbt-empt-line"></b><b>Sellers</b> set the item's declared value and must comply with customs declaration laws.<b class="vi-cbt-empt-line"></b><b>Buyers</b> may be subject to additional charges for customs clearance.<b class="vi-cbt-empt-line"></b>Visit eBay's page on <a href="http://pages.ebay.com/globaltrade/index.html" target="_blank">international trade<b class="g-hdn">- opens in a new window or tab</b></a>.</div></div><a id="viCbtBelowThreShipPanel_stA" href="javascript:;" class="g-hdn">Start of Layer</a><a id="viCbtBelowThreShipPanel_enA" href="javascript:;" class="g-hdn">End of Layer</a></div></div><div id="viCbtAboveThreShipPanelOly_Outer" class="g-hdn" style="visibility : hidden;width:320px"><div id="cnviCbtAboveThreShipPanel"><div><div><b>International Shipping</b> - items may be subject to customs processing depending on the item's declared value.<b class="vi-cbt-empt-line"></b>Sellers set the item's declared value and must comply with customs declaration laws.<b class="vi-cbt-empt-line"></b><span class="vi-cbt-info-icon"></span><span style="display: inline-block;width:92%;"><b>As the buyer, you should be aware of possible:</b> <b style="display:block"></b>- <b>delays</b> from customs inspection. <b style="display:block"></b>- <b>import duties</b> and taxes which buyers must pay.<b style="display:block"></b>- <b>brokerage fees</b> payable at the point of delivery.</span><b style="display:block"></b><b class="vi-cbt-empt-line"></b>Your country's customs office can offer more details, or visit eBay's page on <a href="http://pages.ebay.com/globaltrade/index.html" target="_blank">international trade<b class="g-hdn">- opens in a new window or tab</b></a>.</div></div><a id="viCbtAboveThreShipPanel_stA" href="javascript:;" class="g-hdn">Start of Layer</a><a id="viCbtAboveThreShipPanel_enA" href="javascript:;" class="g-hdn">End of Layer</a></div></div><div><div class="vi-is1-s1"></div></div></td><td height="28px"><div align="right" style="margin-bottom: 8px;"><table border="0" cellpadding="0" cellspacing="0"><tr><td nowrap="nowrap" width="100%" align="right" valign="middle"><div class="vi-pla-c1 vi-pla-mr10" style="position:relative;top:2px"><div class="vi-pla-vi-shr-wdg-width"><div class="eb:share" data-url="http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&item=230785267328" data-destinations="email,facebook,twitter,pinterest" data-spid="4340" data-language="en_US" ></div></div></div></td><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=""><span style="padding-left:0px; margin-right:5px; color: #666666;"> | </span><a rel="nofollow" title="" id="WtchItm" href="http://cgi1.ebay.com/ws/eBayISAPI.dll?MakeTrack&rt=nc&item=230785267328&pt=US_Camera_Film&sourcePage=4340&ssPageName=VIP:watchlink:top:en&wt=873064c80c2f86d9824c8e6a15c2d000&_trksid=p4340.l1359">Add to Watch list</a></span></span><span><span id="dwnArr"></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&item=230785267328&currentPage=MyeBayWatching&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&item=230785267328&currentPage=MyeBayWatching&ssPageName=VI:MEFG:2">My eBay</a>.</div><div id="middleDiv" class="watchInfo"></div></div></div></div></div></div></td></tr><tr><td class="vi-b1 vi-lc vi-b1" id="vieu_si"><div><table cellpadding="0" cellspacing="0" class="s-content-eu s-content"><tbody><tr><td><h2 class="sit">Seller information</h2></td></tr><tr><td><div class="s-details"><div class="mbg"><a title="Member id vinylone45" href="http://myworld.ebay.com/vinylone45/?_trksid=p4340.l2559"><b class="g-hdn">Member id </b><b><span class="mbg-nw">vinylone45</span></b></a> <span class="mbg-l"> ( <a class="mbg-fb" title="Feedback Score Of 4398" href="http://feedback.ebay.com/ws/eBayISAPI.dll?ViewFeedback&iid=230785267328&userid=vinylone45&ssPageName=VIP:feedback&ftab=FeedbackAsSeller&_trksid=p4340.l2560"><b class="g-hdn">Feedback Score Of</b> 4398</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">100% Positive feedback</span></div><div class="sRuleDotted"></div></td></tr><tr><td><div class="bdg sl-eu"><div class="s-f-da"><a href="http://my.ebay.com/ws/eBayISAPI.dll?AcceptSavedSeller&_trksid=p4340.l2561&rt=nc&ru=http%3A%2F%2Fcgi.ebay.com%2Fws%2FeBayISAPI.dll%3FViewItemNext%26item%3D230785267328&mode=0&ssPageName=STRK:MEFS:ADDVI&sellerid=vinylone45&preference=0" rel="nofollow">Save this seller</a></div><div class="s-f-da"><span class="s-f-da"><a href="http://www.ebay.com/sch/vinylone45/m.html?item=230785267328&pt=US_Camera_Film&rt=nc&_trksid=p4340.l2562">See other items <b class="g-hdn">from this seller</b></a></span></div></div></td></tr><tr></tr><tr></tr></tbody><div class="spc1"></div></table></div></td></tr><tr><td class="vi-is1-vtp"><div><div><b class="vi-d-ad"></b><div class="vi-cmb" id="rtm_html_1527" style="height:265; width:300"><div class="vi-d-pad"></div></div></div></div></td></tr></table><div></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 tb-rrsc"><table cellspacing="0" cellpadding="0" id="vi_tabs_wrp" class="tb tb-nw" width="100%"><tr role="tablist"><td class="tb-act" id="vi_tabs_0_td" width="1"><a role="tab" 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 role="tab" 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><div class="vi-title"><a href="http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&rt=nc&item=230785267328&si=N2y3a61kHQR9T760aOQpKxR80Fw%3D&print=all&category=4201" 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&_trksid=p4340.l2566&rt=nc&active=1&itemId=230785267328&seller=vinylone45" rel="nofollow" class="vi-pla-vAb vi-pla-nw"><span></span>Report item</a></div></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" role="tabpanel"><div><div class="vi-cd"><span style="float: left;" class="vi-br">Seller assumes all responsibility for this listing.</span><span class="vi-xs vi-lk">Item number: 230785267328</span><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="vi-ia-attrSectionLastRowTd" align="left" class="vi-ia-hdAl vi-ia-attrLabel vi-ia-attrColPadding">Condition: </th><td headers="v4-62" id="vi-ia-attrSectionLastRowTd" class="vi-ia-attrColPadding" width="50.0%"><div>Used: An item that has been used previously. See the seller’s listing for full details and description of <span id="v4-60" style="display:none">any imperfections. <a href="http://pages.ebay.com/help/sell/contextual/condition_5.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-59" style="display:inline">... <a href="javascript:;" class="vi-ia-rm" id="v4-61">Read more<b class="g-hdn">about the condition</b></a></span></div></td><td class="vi-ia-attrColPadding"> </td><td width="50.0%"> </td></tr></table></td></tr></table></div></div></div></div><table width="100%"><tr><td valign="top" class="storeDescTd"><div><div class="item_description"><div id="ngvi_desc_div" class="d-pad"><div><div>These films are unopened but very old. The plus-x film is opened and exposed. Lots of old proofs and slides included.<p>Posted with <a href="http://pages.ebay.com/mobile/ipad.html">eBay for iPad</a></p></div></div></div></div></div></td></tr></table><div><div><div class="vi-qa-main_qa"><div class="pnltbl"><div id="v4-64"><table cellpadding="0" cellspacing="0" class="r3 c gy-br"><thead id="v4-64h" 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-64_h"><td class="r3_hm" id="v4-64_hm_0"><h4 class="vi-qa-m0 vi-ds2-subt">Questions and answers about this item</h4></td></tr></thead><tr id="v4-64_c"><td id="v4-64cm" class="r3_c c-sgf"><div class="r3_cm po" id="v4-64_ct"><div><div class="dt" id="v4-65"><div class="dt-dtbl"><table border="0" cellpadding="0" cellspacing="0" width="100%" id="v4-65_tab_0"><tr><td width="1%" class="dt-spTd dt-bgColorTrans"> </td><td scope="row" id="v4-65_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"> </td></tr></table></div></div></div></div><div class="r3_fm r3_s" id="v4-64_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&_trksid=p4340.l1499&frm=284&rt=nc&iid=230785267328&ssPageName=PageSellerM2MFAQ_VI&redirect=0&requested=vinylone45" 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" role="tabpanel"><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><div class="sh-ItemLoc">Item location: Cleveland Heights OH, US, United States</div><div class="sh-ShipSecTop"><div class="sh-ShipTo"><div class="sh-ShipLoc">Shipping to: Worldwide </div></div><div class="sh-CalcShip"><div class="sh_calcShipPad"><table border="0" width="100%" cellpadding="0" cellspacing="0"><tr><td width="40%" nowrap="nowrap"><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._34.handle("change");"><option value="0">Show all available</option><option value="4">Afghanistan</option><option value="5">Albania</option><option value="6">Algeria</option><option value="7">American Samoa</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="31">Brazil</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="84">Guam</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="100">Israel</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="131">Marshall Islands</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="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="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="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="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="217">Virgin Islands (U.S.)</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="60%"><div id="zipArrowImg" class="sh-hideArrow"></div><div id="shZipCode" aria-live="assertive" class="sh-InlCnt"><span><label id="shZipCodeTextDiv" for="shPostalCode" class="sh-ShipDtl sh-hideElement">ZIP Code:</label><div class="sh-ZipAln"><input type="text" id="shPostalCode" size="12" name="zipCode" class="sh-TxtCnt sh-hideElement sh-enblBox" disabled="disabled"></div></span></div><div class="sh-RateBtn sh-InlCnt"><input type="button" value="Get Rates" id="shGetRates" name="getRates" class="sh-BtnTxt sh-hideElement"></div></td></tr><tr><td width="40%"><div id="shQtyError" class="sh-hideElement"></div></td><td width="60%" valign="top"><div id="shZipError" class="sh-hideElement"></div></td></tr></table><div><input type="hidden" id="hiddenCountry" name="hiddenCountry"><input type="hidden" id="hiddenZipCode" name="hiddenZipCode"></div></div></div></div><div class="sh_shipTblAln_"> </div><div id="shippingSection" aria-live="assertive" class="sh-DTbl"><div class="dt" id="v4-66"><div class="dt-dtbl"><table border="0" cellpadding="0" cellspacing="0" width="100%" id="v4-66_tab_0"><thead><tr class="dt-tblHdr"><th scope="col" id="v4-66_tab_0_srtHCol_0" class="dt-colCnt dt-rowSeptr dt-colHdr dt-alignLft" width="0%" colspan="1"><div class="sh-TblHdr-new" role="alert">Shipping and handling</div></th><th scope="col" id="v4-66_tab_0_srtHCol_1" class="dt-colCnt dt-rowSeptr dt-colHdr dt-alignLft" width="0%" colspan="1"><div class="sh-TblHdr-new" role="alert">To</div></th><th scope="col" id="v4-66_tab_0_srtHCol_2" class="dt-colCnt dt-rowSeptr dt-colHdr dt-alignLft" width="0%" colspan="1"><div class="sh-TblHdr-new" role="alert">Service</div></th><th scope="col" id="v4-66_tab_0_srtHCol_3" class="dt-colCnt dt-rowSeptr dt-colHdr dt-alignLft" width="0%" colspan="1"><div class="sh-TblHdr-new" role="alert">Estimated delivery*</div></th></tr></thead><tr><td scope="row" id="v4-66_tab_0_srtCol_0_0" class="dt-colCnt dt-alignLft" rowspan="1" colspan="1"><div aria-live="assertive" role="alert" class="sh-TblCnt"><div role="alert">US $6.00</div><div role="alert"></div></div></td><td id="v4-66_tab_0_srtCol_0_1" class="dt-colCnt dt-alignLft" rowspan="1" colspan="1"><div aria-live="assertive" role="alert" class="sh-TblCnt">United States</div></td><td id="v4-66_tab_0_srtCol_0_2" class="dt-colCnt dt-alignLft" rowspan="1" colspan="1"><div aria-live="assertive" role="alert" class="sh-TblCnt"><div><div role="alert">Standard Shipping</div></div></div></td><td id="v4-66_tab_0_srtCol_0_3" class="dt-colCnt dt-alignLft" rowspan="1" colspan="1"><div aria-live="assertive" role="alert"><div><div id="fdeliveryTime"><div><div><div role="alert" class="sh-TblCnt">Between <span>Fri. May. 11 and Thu. May. 17</span><div role="alert" class="sh-DlvryDtl"></div></div></div></div></div></div></div></td></tr></table></div></div></div><div id="instrTextTable" aria-live="assertive" 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-67"><div class="dt-dtbl"><table border="0" cellpadding="0" cellspacing="0" width="100%" id="v4-67_tab_0"><thead><tr class="dt-tblHdr"><th scope="col" id="v4-67_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-67_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="vi-rpd-rpdTitle_ vi-ds2-subt">Return policy</h3><table border="0" width="99%" cellpadding="5" cellspacing="0" class="vi-rpd-tbllyt"><tr><td class="vi-rpd-rpdHeader"><div>Return policy details</div></td></tr><tr><td class="vi-rpd-rpdContent">No returns or exchanges, but item is covered by <a href="http://pages.ebay.com/coverage/index.html" target="_blank">eBay Buyer Protection<b class="g-hdn">- opens in a new window or tab</b></a>.</td></tr></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-68"><div class="dt-dtbl"><table border="0" cellpadding="0" cellspacing="0" width="100%" id="v4-68_tab_0"><thead><tr class="dt-tblHdr"><th scope="col" id="v4-68_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-68_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-68_tab_0_srtHCol_2" class="dt-colCnt dt-rowSeptr dt-colHdr dt-alignLft" width="33%" colspan="1"><b> </b></th></tr></thead><tr><td scope="row" id="v4-68_tab_0_srtCol_0_0" class="dt-colCnt dt-rowSeptr 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-68_tab_0_srtCol_0_1" class="dt-colCnt dt-rowSeptr dt-alignLft" rowspan="1" colspan="1"><div id="payPref1">PayPal Preferred</div></td><td id="v4-68_tab_0_srtCol_0_2" class="dt-colCnt dt-rowSeptr dt-alignLft" rowspan="1" colspan="1"><b> </b></td></tr><tr><td scope="row" id="v4-68_tab_0_srtCol_1_0" class="dt-colCnt dt-alignLft" rowspan="1" colspan="1"><div id="payDet2"><img src="http://q.ebaystatic.com/aw/pics/payments/bml/logoBML_114x44.gif" height="44" width="114" alt="Bill Me Later" title="Bill Me Later"></div></td><td id="v4-68_tab_0_srtCol_1_1" class="dt-colCnt dt-alignLft" rowspan="1" colspan="1"><div id="payPref2">Accepted</div></td></tr></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="http://ir.ebaystatic.com/v4js/z/m4/1qqc345kge1utev0egp1or2oh.js#SYS-ZAM_vjo_e771_1_Ear_en_US"></script><script type="text/javascript" src="http://ir.ebaystatic.com/v4js/z/2g/4umrlymskyywtaz2j3y54a5vi.js"></script><script type="text/javascript">var svrGMT = 1336405172456;</script><script type="text/javascript">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."));vjo.darwin.globalnav.util.EventReg.aggregate(vjo.Registry._bta.onRefreshHdl());vjo.darwin.globalnav.util.EventReg.browseCategories("BrowseCategoriesMenu", "http://include.ebaystatic.com/categoryjs/100/en_US_MAIN/category_100en_US_MAIN0.js");vjo.darwin.globalnav.util.EventReg.impression("A9KCqZs0*");</script><b style="display:none"><b id="wcItm_1">You can add ##n## more item.</b><b id="wcItm_2">You can add ##n## more items.</b><b id="wcItm_3">You’re the first person to watch this item. Don’t let it get away!</b><b id="wcItm_4">people are watching this item. Place a bid and beat them to buy this item!</b><b id="wcItm_5">##n## item can still be added to your watch list.</b><b id="wcItm_6">##n## items can still be added to your watch list.</b><b id="wcItm_7">person is watching this item. Place a bid and improve your chances to buy this item.</b><b id="wcItm_8">(##i## item)</b><b id="wcItm_9">(##i## items)</b></b></div>
|
|
7
|
+
<div id="vi-bottom"><div><div class="dt-tp dt-laB"></div></div><div class="vi-btb-blinks"><span id="v4-69"><a href="http://www.ebay.com/" class="vi-btb-Lt">Back to home page</a></span><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_11575" 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="RtmStyle2"><div id="rtm_html_827" style="height:100; width:300"></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 class="coreFooterLinks" id="glbfooter"><div><div id="rtm_html_1650"></div><div id="rtm_html_1651"></div></div><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" _sp="m571.l2602">About eBay</a> | <a href="http://pages.ebay.com/securitycenter/index.html" _sp="m571.l2616">Security Center</a> | <a href="http://pages.ebay.com/buy/tools.html" _sp="m571.l2603">Buyer Tools</a> | <a href="http://pages.ebay.com/help/policies/overview.html" _sp="m571.l2604">Policies</a> | <a href="http://stores.ebay.com/" _sp="m571.l2605">Stores</a> | <a href="http://my.ebay.com/wishlistsearch" _sp="m571.l2898">eBay Wish list</a> | <a href="http://pages.ebay.com/sitemap.html" _sp="m571.l1625">Site Map</a> | <a href="http://viv.ebay.com/ws/eBayISAPI.dll?EbayTime" _sp="m571.l2606">eBay official time</a> | <a href="http://garden.ebay.com" _sp="m571.l1617">Preview new features</a> | <a href="http://qu.ebay.com/survey?srvName=globalheader+%28footer-US%29" id="gh-surveyLink" target="eBaySurvey" _sp="m571.l2628" rel="nofollow">Tell us what you think</a><form action="http://qu.ebay.com/survey?srvName=globalheader+%28footer-US%29" id="gh-surveyForm" method="post" target="eBaySurvey" class="gh-hdn g-hdn"><input name="domContent" value=""></form></td></tr><tr><td height="5"></td></tr><tr><td height="1" bgcolor="#dddddd" colspan="2"></td></tr><tr><td height="10"></td></tr><tr class="g-hlp" valign="top"><td class="g-nav coreFooterLegalNotice">Copyright © 1995-2012 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" _sp="m571.l2612">User Agreement</a> and <a href="http://pages.ebay.com/help/policies/privacy-policy.html?rt=nc" _sp="m571.l2613">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://ir.ebaystatic.com/v4js/z/ur/grupfpzzoq4wjpypydpyjswhd.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></div>
|
|
8
|
+
</div>
|
|
9
|
+
<!--ud.ro77(61o<422,RcmdId ViewItemNext,RlogId p4%60bo7%60jtb9%3Fud.ro77%2861o%3C422-13727f4a0f8-0xf3--><script type="text/javascript">vjo.dsf.error.ErrorHandlerManager.register(new vjo.dsf.error.DefaultErrorHandler());
|
|
10
|
+
vjo.dsf.error.ErrorHandlerManager.enableOnError(true, false);
|
|
11
|
+
vjo.dsf.cookie.VjCookieJar.sCookieDomain = '.ebay.com';vjo.dsf.cookie.VjCookieJar.writeCookielet('ebay','js','1');
|
|
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","renderOnScroll":false,"rtmUrl":"http://srx.main.ebayrtm.com/rtm","userId":null,"htmlId":"rtm_html_433","GUid":null,"renderOnLoadAndScroll":false,"maxHeight":"22","pid":"433","isUserSignin":false,"renderOnLoadAndScrollSiteSpeed":false,"renderBeforeOnload":true},{"ord":null,"maxWidth":"160","renderOnScroll":false,"rtmUrl":"http://srx.main.ebayrtm.com/rtm","userId":null,"htmlId":"rtm_html_876","GUid":null,"renderOnLoadAndScroll":false,"maxHeight":"22","pid":"876","isUserSignin":false,"renderOnLoadAndScrollSiteSpeed":false,"renderBeforeOnload":true},{"ord":null,"maxWidth":"160","renderOnScroll":false,"rtmUrl":"http://srx.main.ebayrtm.com/rtm","userId":null,"htmlId":"rtm_html_912","GUid":null,"renderOnLoadAndScroll":false,"maxHeight":"22","pid":"912","isUserSignin":false,"renderOnLoadAndScrollSiteSpeed":false,"renderBeforeOnload":true},{"ord":null,"maxWidth":"470","renderOnScroll":false,"rtmUrl":"http://srx.main.ebayrtm.com/rtm","userId":null,"htmlId":"rtm_html_1650","GUid":null,"renderOnLoadAndScroll":false,"maxHeight":"22","pid":"1650","isUserSignin":false,"renderOnLoadAndScrollSiteSpeed":false,"renderBeforeOnload":false},{"ord":null,"maxWidth":"470","renderOnScroll":false,"rtmUrl":"http://srx.main.ebayrtm.com/rtm","userId":null,"htmlId":"rtm_html_1651","GUid":null,"renderOnLoadAndScroll":false,"maxHeight":"22","pid":"1651","isUserSignin":false,"renderOnLoadAndScrollSiteSpeed":false,"renderBeforeOnload":false}];
|
|
15
|
+
(function(){
|
|
16
|
+
var _s=vjo.dsf.ServiceEngine, $se=_s.register;var _r=vjo.Registry;
|
|
17
|
+
_r.put('41', new vjo.darwin.core.rtm.RTMInit({"contentTypes":[null,null,null,null,null,null,null,null,null,null,null],"triggerEvent":["0","0","0","0","0","0","0","0","0","0","1"],"onload":false,"defaultUrls":["","","collapse","","collapse","","","","","",""],"onLoadAndScrollPids":[],"pids":["1527","1595","973","11575","974","825","827","829","813","283","280"],"onLoadAndScrollSiteSpeedPids":[],"adSurveyJsUrl":"http://ir.ebaystatic.com/v4js/z/qw/tj0skww20yznhcd5laryr1vlu.js#GH-ZAM_AdSurvey_e771_1_Ear_en_US","expJsUrl":"http://ir.ebaystatic.com/v4js/z/ur/grupfpzzoq4wjpypydpyjswhd.js#GH-ZAM_ExpAd_e771_1_Ear_en_US","htmlIds":["rtm_html_1527","rtm_html_1595","rtm_html_973","rtm_html_11575","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,null,null],"hasSurvey":[null,null,null,null,null,null,null,null,null,null,null],"quickPids":[],"fetchUrl":null,"mode":"0","suppressRtmCmd":false,"popupBoxJsUrl":"http://ir.ebaystatic.com/v4js/z/mh/tetu0vzuau0yxavgh3dej2w5b.js#GH-ZAM_PopupBox_e771_1_Ear_en_US","maxExpandWidths":null,"heights":["265","100%","100%","100%","100%","115","100","115","100%","1","1"],"widths":["300","100%","100%","100%","100%","300","300","300","940","100%","100%"],"maxExpandHeights":null,"url":"http://srx.main.ebayrtm.com/rtm?RtmCmd&a=json&p=1527:1595:11575: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&g=27f4a09a1370a0366cd7f6e7ffba35c7&uf=0&c=1H4sIAAAAAAAAAFVSXWsbMRB8D%2BQ%2FCFr6UC5mtatPwz4U47Ym2AkkKSUEwhFfYxOfzz27tAH%2F%2BOpWckOfdmd00szezrt5t1Xz%2BlWBVxDGFMeE6sv89gL8GEAhaDw%2F22H0DEMFzVoq8GW3rF%2FUbPujr%2FtmWakBP3WbrlffC1j1Xduo0LaVmr4cTniqNIK6aepNs1Sf15tW3rccrXHWuoQ0BXaRkKT37NAOXYyMBD5YdJ4wyCGJHU3IbgTSaTGqHeYazem6y9YpeI6Xk5%2F3e%2Fh4fva0XrLGh18AoDXkav%2BHw12MWcd69qMYhTL%2FLsoJZb1AbMgMLemQZsokFpvZgfYZZoukXYaa48gKYXjydbaY3kwfP91NbmdXC2GpfJ4eI3KGog9pD7IWbXloYZQR8XuESrAQ3oqCgWLSB57UbdPXe%2FVBXa%2B6Q5cHGbaR8XNf71avb%2BzboMZkt%2BlNg4UqfxYCG8EgMqGwxFe7ZvsgyBUO%2BLp%2Bbr6tm9%2BzQ9Mumj%2BHwScHk1MWStpS6mQkOGmhi%2BwM%2BMroCiOZKg1rKwIMlSuMjZWVzJLju32zlHhFpuCIwlGbAMamGkPya4%2BIaK02RwIXk%2B4x%2Fd6AwRyN1tFHL5K%2BZD7vC8nwhWQAXRonHf0Fk%2BhnZkQDAAA%3D&ord=1336405172472","reportAdJsUrl":"http://ir.ebaystatic.com/v4js/z/qf/ujrwyfgnvi11dgqn1v1dzkd40.js#GH-ZAM_RtmDC_e771_1_Ear_en_US","merchPrefix":"ME","onDemandPids":[],"onScrollPids":["973","974"],"expandSecurityTokens":null,"th":{"rtm_html_973":100,"rtm_html_974":200},"showPH":["0","0","0","0","0","0","0","0","0","0","0"],"allowExpandOnPageLoad":null,"delayedContent":[null,null,null,null,null,null,null,null,null,null,null],"dblclkUrls":["","","","","","","","","","",""]}));
|
|
18
|
+
$se(0,'RTM_CALLBACK_SERVICE',vjo.Registry.get('41'));
|
|
19
|
+
$se(2,function(message) {if (message.trspType == 'Remote') { message.stok = '-1383674962' };});
|
|
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><script type="text/javascript" src="http://ir.ebaystatic.com/v4js/z/id/ngvgb3wfmmzyvkftzlyyj4xxt.js#SYS-ZAM_Omniture_e771_5_Ear_en_US"></script><script type="text/javascript">vjo.dsf.cookie.VjCookieJar.writeCookieEx("lucky9", "2376599", 730);
|
|
25
|
+
</script><script type="text/javascript" src="http://ir.ebaystatic.com/v4js/z/yb/gdf20sbmym1gdcff3nxsomefm.js#BuyingApp_ViewItemATLShipping_e771_6b_Ear_en_US"></script><script type="text/javascript" src="http://ir.ebaystatic.com/v4js/z/ub/olwjzdvzfmy3dg23obeglqmp4.js#BuyingApp_ViewItemATLShipping_e771_6_Ear_en_US"></script><script type="text/javascript">vjo.darwin.comp.utils.EventUtils.callOnLoad(["Js-v4-7","Js-vi_tabs"]);
|
|
26
|
+
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);}
|
|
27
|
+
vjo.darwin.globalnav.util.DoctypeSupport.init();
|
|
28
|
+
vjo.darwin.tracking.rover.Rover.roverTrack();
|
|
29
|
+
(function () {
|
|
30
|
+
var _r = vjo.Registry;
|
|
31
|
+
function $o15(p0_6){return new vjo.darwin.comp.overlaypanel.harrow.OverlayPanelWithHArrow({yof:16,styles:["ov-ptr ov-pl","ov-ptr ov-pl","ov-ptr ov-pr","ov-ptr ov-pr"],pointPos:"CENTER",OS:{"value":0,"id":0,"name":"Large","integer":0},arW:"17",arH:"45",arrId:p0_6},false);};function $o16(){return new vjo.darwin.comp.overlaypanel.PositionElement(true);};function $o18(p0,p1,p2){return new vjo.darwin.pres.buying.cmp.shippingrates.CountrySelect(p0,p1,p2,["1,0","2,0"]);};function $o19(p0_2,p0_4,p1_0,p1_1,p1_2,p1_4,p1_6,p1_7){return new vjo.darwin.comp.overlaypanel.OverlayPanel({cbTxt:"Click to close",s:null,MCI:p0_2,AT:1,MCO:p0_4,MW:0,NFEI:null,suffixes:["O","C","PO","PC","_CB","_DJS","_stA","_enA"]},{opt:p1_0,m1:p1_1,CW:p1_2,CH:0,cnId:p1_4,z:4000,OId:p1_6,id:p1_7,mz:6000});};_r.put('Js-v4-7',new vjo.darwin.comp.button.Button({"FName":null,"BT":"psb-S","scope":"bn","subScope":"psb","LId":"txt_v4-7","svcId":"BTN_SBMT_SRV_v4-7","tp":1,"BId":"but_v4-7","SId":"spn_v4-7","dis":false})); _r.put('nLstOlyjsid',$o16()); _r.put('Js-nLstOly',$o19(null,null,{"OS":0,"HA":"a","JS":"nLstOlyjsid","VA":"a","VNS":-1},9242,330,"cnnLstOly","nLstOlyOly_Outer","nLstOly")); _r.put('addLst_js',new vjo.darwin.pres.buying.cmp.addtolist.AddToList({"mskuItem":false,"defList":true,"BKId":280,"wishListNm":"Wish list","qlTxtCntMulti":null,"atlSvc":"ONATL_SVCID","addCnt":"Add to ##1","watchListId":-99,"watchStatusCnt":"Added to your ##1","wishLnkTrk":"p4340.l2876","signInUrl":"https://signin.ebay.com/ws/eBayISAPI.dll?SignIn","watchList":"Watch list","nwDefCt":"Type a new list name here","listFull":"##1 is full","maxListCount":50,"itemId":null,"mskuList":null,"jitId":null,"watchListBaseUrl":"http://cgi1.ebay.com/ws/eBayISAPI.dll?MakeTrack&rt=nc&item=230785267328&pt=US_Camera_Film&sourcePage=4340&ssPageName=VIP:watchlink:top:en&wt=873064c80c2f86d9824c8e6a15c2d000&_trksid=p4340.l1360&SubmitAction.AddToListVI=x","signInRedirectUrl":"http://cgi1.ebay.com/ws/eBayISAPI.dll?MakeTrack&rt=nc&item=230785267328&pt=US_Camera_Film&sourcePage=4340&ssPageName=VIP:watchlink:top:en&wt=873064c80c2f86d9824c8e6a15c2d000&_trksid=p4340.l1360&SubmitAction.AddToListVI=x","clsSvcId":"CnLstOly","qlTxtCnt":null,"dropDownJsId":"dropdown","adddedMoreLst":"Added to ##2 lists","allListIds":[-99],"inWl":false,"nwTxtId":"nLstTxt","itemVariationJsId":null,"watchLinkId":"linkTopAct","itemListIds":[],"itemEnded":false,"adddedOneLst":"Added to your ##1 list","opnSvcId":"OnLstOly","hasWatchLink":true,"statusMsg":"statusmsg","otherListBaseUrl":"http://my.ebay.com/ws/eBayISAPI.dll?MyEbayBeta&entityInfo=230785267328^ITEM&vi=true&SubmitAction.AddToListVI=x&pItemId=230785267328","addToWatch":"Add to Watch list","otherLnkTrk":"p4340.l2877","maxListIds":[],"addtoListLabel":"Add to list","dynamicId":null,"savedMsg":null})); _r.put('dropdown',new vjo.darwin.pres.buying.cmp.dropdown.DropDown({"firstAddToWatch":false,"panel":"pnl_addToList","itemAnch":"_ita_addToList","charLimit":35,"cnAttrVal":"true","footerDs":false,"titleAnch":"-99_ttl_addToList","itemIdList":{"-97":false,"-99":false},"minWidth":150,"swAttrNm":"sw","ellipses":"...","titleSp":"ttlsp_addToList","pnlStrAnch":"s_addToList","ul":"ul_addToList","footer":"s","cnAttrNm":"nw","selSvcId":"D_ISID","pnlPosnId":null,"ddSpan":"dd_addToList","swAttrVal":"true","addToLstId":null,"quickLook":false,"ddDiv":null,"footerDivId":null,"createNewAvl":false,"attchEvtId":null,"dynamicId":null,"imgId":"img_addToList","pnlEndAnch":"e_addToList"})); _r.put('6',$o18("clcountry","clZipCodeTextDiv","clzipCode")); _r.put('chngLocjsid',$o16()); _r.put('Js-chngLoc',$o19(null,null,{"VF":20,"OS":0,"HA":"a","JS":"chngLocjsid","VA":"a","VNS":-1,"CN":"vi-shp"},8258,334,"cnchngLoc","chngLocOly_Outer","chngLoc")); _r.put('disPnljsid',$o15("disPnlarid")); _r.put('Js-disPnl',$o19(null,null,{"OS":0,"HA":"a","JS":"disPnljsid","VA":"a","VNS":-1,"CN":"vi-dm"},8458,175,"cndisPnl","disPnlOly_Outer","disPnl"));
|
|
32
|
+
_r.put('hldolpjsid',$o15("hldolparid")); _r.put('Js-hldolp',$o19(null,null,{"OS":0,"HA":"a","JS":"hldolpjsid","VA":"a","VNS":-1},9482,250,"cnhldolp","hldolpOly_Outer","hldolp")); _r.put('v4-47jsid',$o15("v4-47arid")); _r.put('Js-v4-47',$o19(null,null,{"OS":0,"HA":"a","JS":"v4-47jsid","VA":"a","VNS":-1},8452,250,"cnv4-47","v4-47Oly_Outer","v4-47")); _r.put('viCbtBelowThreShipPaneljsid',$o15("viCbtBelowThreShipPanelarid")); _r.put('Js-viCbtBelowThreShipPanel',$o19(null,null,{"OS":0,"HA":"a","JS":"viCbtBelowThreShipPaneljsid","VA":"a","VNS":-1},9482,320,"cnviCbtBelowThreShipPanel","viCbtBelowThreShipPanelOly_Outer","viCbtBelowThreShipPanel")); _r.put('viCbtAboveThreShipPaneljsid',$o15("viCbtAboveThreShipPanelarid")); _r.put('Js-viCbtAboveThreShipPanel',$o19(null,null,{"OS":0,"HA":"a","JS":"viCbtAboveThreShipPaneljsid","VA":"a","VNS":-1},9482,320,"cnviCbtAboveThreShipPanel","viCbtAboveThreShipPanelOly_Outer","viCbtAboveThreShipPanel")); _r.put('ic_js_vv4-48',new vjo.darwin.core.imagecontainerwithtoolbar.ImageContainerWithToolbar({"mskId":null,"cmpId":"vv4-48","ZHt":0,"zoomThrobText":null,"imgData":{"src":"http://i.ebayimg.com/00/s/NzMyWDY5NA==/$(KGrHqV,!g8E9n3J8V)NBPod)h4ecQ~~60_35.JPG","customAttributes":{},"alt":"Kodak Infrared, Kodacolor X, Kodachrome 8mm, Ektachrome E 120 Sealed Film","href":null},"loadSrvcId":null,"hiResImgHt":0,"ancId":"vv4-48_a","TBarId":null,"DEnTxt":null,"ZErrId":null,"height":300,"hiResImgCntrId":null,"preLoad":false,"msgTxtId":null,"mrkCntrId":null,"bdrId":"vv4-48_bdiv","dsblZoomTitle":null,"noZoomMsg":null,"hiResImgData":null,"zoomMsg":null,"reszOnLd":false,"errText":"Image not available","mskImgId":null,"zoomSrvcId":null,"imgId":"i_vv4-48","EEnTxt":null,"IDivId":"vv4-48_idiv","hiResCntId":null,"width":300,"ZWd":0,"DEnTip":null,"mkrId":null,"hiResImgWd":0,"zoomCntId":null,"enblZoomTitle":null,"enIdx":0,"loadSvcId":"LOAD_IMG_SRVC_ID_vv4-48","dsblClz":null,"clkLstrKey":null,"hiResId":null,"zoomErrText":null,"thrbId":"vv4-48_t","errId":"vv4-48_e","err":null,"zoomIdx":-1,"EEnTip":null,"clkSrvId":"IMG_CNTR_CLICKED_vv4-48","thrbText":"","zoomThrobId":null,"msgId":null,"thr":null,"enblClz":null,"enlrgSrvcId":"MN_CLK_SVCvv4-48_TB_0"})); _r.put('vv4-48_js',new vjo.darwin.core.viewselector1.ViewSelector({"DE":false,"cmpId":"vv4-48","icJsInstId":"ic_js_vv4-48","width":300,"height":300,"gtId":"gt_v4-48","mnImgData":[{"src":"http://i.ebayimg.com/00/s/NzMyWDY5NA==/$(KGrHqV,!g8E9n3J8V)NBPod)h4ecQ~~60_35.JPG","customAttributes":{},"alt":"Kodak Infrared, Kodacolor X, Kodachrome 8mm, Ektachrome E 120 Sealed Film","href":null}],"spTd":"vv4-48_sp","hiResImgData":null,"thWidth":0,"zoom":false,"thImgData":[{"src":"http://i.ebayimg.com/00/s/NzMyWDY5NA==/$(KGrHqV,!g8E9n3J8V)NBPod)h4ecQ~~60_39.JPG","customAttributes":{},"alt":"Kodak Infrared, Kodacolor X, Kodachrome 8mm, Ektachrome E 120 Sealed Film","href":null}],"scJsInstId":null,"thHeight":0,"scrollCnt":0,"mnImgId":"i_vv4-48","thJsInstId":null}));
|
|
33
|
+
_r.put('23',new vjo.darwin.pres.buying.cmp.picstoolbar.PicsToolbar({"enCnt":"Click to view larger image","enTrk":"l2826","VSJs":"vv4-48_js","ZSvc":null,"pageId":"p4340","mrkDiv":null,"imgProps":{"0":{"imgWd":800,"imgHt":800}},"CSSvc":"CHNG_STATE","enOthrCnt":"Click to view larger image and other views","picsTBCnt":"c_v4-49","zmCnt":"Mouse over image to zoom","EMap":{"0":"0"},"mskDv":null,"picsTB":"v4-49","ZClkSvc":"MN_CLK_SVCvv4-48_TB_0","selIndex":0,"zmTrk":"l2825","ESvc":"MN_CLK_SVCvv4-48_TB_0","ICAnc":"vv4-48_a","idx":"dtid"})); _r.put('24',new vjo.darwin.pres.buying.cmp.common.PageSizeChangeDetector({"cookieletName":"pbf","currentLayout":0,"reviseLayoutEnum":true,"screenResLayouts":[{"maxWidth":-1,"minWidth":-1,"key":0},{"maxWidth":1024,"minWidth":0,"key":1},{"maxWidth":1152,"minWidth":1025,"key":2},{"maxWidth":1280,"minWidth":1153,"key":3},{"maxWidth":1366,"minWidth":1281,"key":4},{"maxWidth":1440,"minWidth":1367,"key":5},{"maxWidth":1680,"minWidth":1441,"key":6},{"maxWidth":2147483647,"minWidth":1681,"key":7}],"layouts":[{"maxWidth":-1,"minWidth":-1,"key":0},{"maxWidth":1020,"minWidth":0,"key":1},{"maxWidth":1024,"minWidth":1021,"key":2},{"maxWidth":1148,"minWidth":1025,"key":3},{"maxWidth":1152,"minWidth":1149,"key":4},{"maxWidth":1276,"minWidth":1153,"key":5},{"maxWidth":1280,"minWidth":1277,"key":6},{"maxWidth":2147483647,"minWidth":1281,"key":7}],"cookieBits":[69,70,71],"screenResBits":[85,86,87],"currentScreenRes":0,"cookieName":"dp1"})); _r.put('itmpctr1',new vjo.darwin.pres.buying.cmp.itempictures.ItemPictures1(0)); _r.put('th_js_v4-52',new vjo.darwin.core.thumbnailgrid.ThumbnailGrid({"instId":"th_js_v4-52","cmpId":"v4-52","width":32,"noOv":false,"hrSrvId":"TH_HVR_SVCv4-52","selPfx":"sel_v4-52_","errUrl":"http://p.ebaystatic.com/aw/pics/cmp/icn/iconImgNA_32x32.gif","divId":"v4-52_div","imgData":[{"src":"http://i.ebayimg.com/00/s/NzMyWDY5NA==/$(KGrHqV,!g8E9n3J8V)NBPod)h4ecQ~~60_39.JPG","customAttributes":{"1":"0"},"alt":null,"href":null}],"padding":0,"pos":4,"clkLstrKey":null,"brd1Id":"b1_v4-52_","rows":9,"brd2Id":"b2_v4-52_","idList":["v4-52_div","v4-52_tbl","t_iv4-52_","t_c_v4-52_","b1_v4-52_","b2_v4-52_","pD_v4-52","sel_v4-52_"],"currSelImg":"t_c_v4-52_0","scBarId":null,"errCss":"tg-e32","forcedLoad":false,"hvrBgClr":"#3881e8","clkBgClr":"#666","noC":false,"trPfx":"t_r_v4-52_","height":32,"cellHeight":43,"cls":["tg-tb","tg-clp","tg-td","tg-tbL","tg-tbT"],"prDivId":"pD_v4-52","spacer":{"src":"http://q.ebaystatic.com/aw/pics/s.gif","customAttributes":{},"alt":"","href":""},"clkSrvId":"TH_CLK_SVCv4-52","moutSrvId":"TH_OUT_SVCv4-52","tdPfx":"t_c_v4-52_","cols":1,"resizeOnLoad":true,"tblId":"v4-52_tbl","imgPfx":"t_iv4-52_"})); _r.put('js_v4-54',new vjo.darwin.comp.mask.Mask("v4-54", "http://q.ebaystatic.com/aw/pics/cmp/ui/imgBgroundMask_50x50.png", "http://q.ebaystatic.com/aw/pics/cmp/ui/imgBgroundMask_50x50.gif", "MASK_OS", "MASK_CS", 5000)); _r.put('v4-53jsid',$o16()); _r.put('Js-v4-53',$o19("MASK_CSv4-54","MASK_OSv4-54",{"OS":0,"HA":"a","JS":"v4-53jsid","VA":"a","VNS":-1,"CN":"vi-ez-zI"},9410,0,"cnv4-53","v4-53Oly_Outer","v4-53")); _r.put('30',new vjo.darwin.pres.buying.cmp.itempictures.enlargezoom.EnlargeZoom({"enlargeOvlyId":"Js-v4-53","imageContId":"v4-51","enlargeSvcId":"MN_CLK_SVCvv4-48_TB_0","pageId":"p4340","thPrfId":"t_c_v4-52_","thHvrSvcId":"TH_HVR_SVCv4-52","thJsInsId":"th_js_v4-52","panelOpenSvcId":"Ov4-53","thClkSvcId":"TH_CLK_SVCv4-52","thCmpId":"v4-52","centerDivId":"v4-50","thBdrId":"b2_v4-52_","zoomInTrksId":"l2827","enlargeZoomPictures":{"0":{"thumbUrl":"http://i.ebayimg.com/00/s/NzMyWDY5NA==/$(KGrHqV,!g8E9n3J8V)NBPod)h4ecQ~~60_39.JPG","enlargePicIndex":0,"enlargeZoomUrl":"http://i.ebayimg.com/00/s/NzMyWDY5NA==/$(KGrHqV,!g8E9n3J8V)NBPod)h4ecQ~~60_58.JPG"}},"zoomOutTrksId":"l2828","imgId":"v4-55"})); _r.put('v4-56',new vjo.darwin.pres.buying.cmp.bid.Bid({"changeBidUrl":null,"placeBidContId":null,"lmd":0,"fastDur":0,"accRatio":0,"bidAgainUrl":null,"promoReq":null,"EBayBucksContId":null,"EBayBucksRowId":null,"confirmBidUrl":null,"errorContId":null,"placeBidUrl":null,"timeContId":null,"leftMaxBidId":null,"placeBidToolbarId":null,"pageMaxBidTxtId":"v4-36","daysContId":null,"confirmMaxBidContId":null,"slowInt":0,"lmdName":null,"rightMaxBidId":null,"secondsLblId":null,"maxBidTxtId":null,"bidConfirmToolbarId":null,"inclVatLblId":null,"currBidContId":null,"bidConfirmFooterId":null,"infoContId":null,"dateContId":null,"shippingContId":null,"initUrl":"https://signin.ebay.com/ws/eBayISAPI.dll?SignIn&ru=http%3A%2F%2Fcgi.ebay.com%2Fws%2FeBayISAPI.dll%3FViewItemNext%26bolp%3D1%26item%3D230785267328%26pt%3DUS_Camera_Film","slowDur":0,"reviewMaxInclVatLblId":null,"changeBidLinkId":null,"virIdName":null,"maxBidContId":null,"hrsLblId":null,"secondsContId":null,"localMaxBidContId":null,"pageShippingFeeElemId":null,"ocbEnabled":null,"autoRefreshVal":null,"daysLblId":null,"minToBidContId":null,"congratsContId":null,"ocbJsCompId":null,"ocbLinkId":null,"disclaimerContId":null,"dateTimeContId":null,"confirmBidContId":null,"changeBidBtnId":null,"content":null,"confirmBidBtnId":null,"congratsMsgContId":null,"refreshBtnId":null,"timeLeftContId":null,"maxReBidTxtId":null,"shippingRowId":null,"pageMaxBidFormId":"v4-26","aDivid":null,"merchContId":null,"localCurrBidContId":null,"dayLeftContId":null,"clsSvcId":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,"bidLayerResponse":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,"refreshTypeName":null,"siteCatalyst":null,"leftMaxReBidId":null,"currBidRowId":null,"opnSvcId":null,"slowConnUrlContId":null,"arefreshCmpJsId":null,"reviewBidToolbarId":null,"accBase":0,"fastInt":0,"hrsContId":null,"maxBidValue":null,"inlineResponse":false,"bmlCoreRow":null,"sUrl":null,"currBidExclVatId":null})); _r.put('32',new vjo.darwin.pres.buying.cmp.watchitem.WatchItem({"watchingText":"defWatchingText","watchDiv":"linkId","upArrowImageDiv":"upArr","guestMsgs":["wcItm_1","wcItm_2"],"maxDiv":"errorDiv","itemsStr":"wcItm_9","resDiv":"middleDiv","watchBottomDiv":"watchLinkBottom","mainDiv":"masterDiv","guestDiv":"guestId","downArrowImageDiv":"dwnArr","watchingDiv":"watchButtonStatus","itemStr":"wcItm_8","baseUrl":"http://cgi1.ebay.com/ws/eBayISAPI.dll?MakeTrack&rt=nc&item=230785267328&pt=US_Camera_Film&sourcePage=4340&ssPageName=VIP:watchlink:top:en&wt=873064c80c2f86d9824c8e6a15c2d000&_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":["wcItm_3","wcItm_4","wcItm_5","wcItm_6","wcItm_7"]}));
|
|
34
|
+
_r.put('34',$o18("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-63',new vjo.darwin.pres.buying.cmp.description.HideShowIframe({"descIframeId":"b","fbFrame":null,"frameUrl":null,"newShareWidget":false,"pnA":false,"srcMode":null,"socialJsUrl":null,"FB":false,"fbTitle":null,"viUrl":null,"socialSignalsOn":false})); _r.put('40',new vjo.darwin.comp.base.Base()); })();
|
|
35
|
+
(function(){
|
|
36
|
+
var _d=vjo.dsf.EventDispatcher;
|
|
37
|
+
var _r=vjo.Registry;
|
|
38
|
+
function $10(p0,p1){return function(event){return this.olpMsg(p0,p1);};};function $11(p0){return function(event){return this.submit(p0);};};function $13(p0){return function(event){return this.toggleDiv(p0,"masterDiv","dwnArr","upArr");};};function $14(p1){return function(event){return this.setRover("p4340",p1);};};function $15(){return function(event){return this.catchElement(event);};};_r.put('5', new vjo.darwin.pres.buying.cmp.shippingrates.UpdateHiddenFields(["hiddenQuantity","hiddenCountry","hiddenZipCode"], ["clquantity","clcountry","clzipCode"])); _r.put('7', new vjo.darwin.pres.buying.cmp.shippingrates.OnEnterUpdate("clGetRates")); _r.put('8', new vjo.darwin.pres.buying.cmp.shippingrates.ShippingRequest("http://frame.ebay.com/ws/eBayISAPI.dll?NextGenGetItemShippingCost&", null, 1, "clcountry", "clquantity", "clzipCode", 230785267328, "clGetRates", "itmpctr1", "img", "hldolpcnt", "cartd", "0")); _r.put('33', new vjo.darwin.pres.buying.cmp.shippingrates.ShippingRequest("http://frame.ebay.com/ws/eBayISAPI.dll?NextGenGetItemShippingCost&", null, 1, "shCountry", "shQuantity", null, 230785267328, "shGetRates", "itmpctr1", "img", "hldolpcnt", "cartd", "0")); _r.put('35', new vjo.darwin.pres.buying.cmp.shippingrates.OnEnterUpdate("shGetRates")); _r.put('36', new vjo.darwin.pres.buying.cmp.shippingrates.ShippingRequest("http://frame.ebay.com/ws/eBayISAPI.dll?NextGenGetItemShippingCost&", null, 1, "shCountry", "shQuantity", null, 230785267328, "shGetRates", "itmpctr1", "img", "hldolpcnt", "cartd", "0")); _d.add('ngviback','click',$14("l2588"),vjo.darwin.pres.buying.cmp.utils.RoverUtils);_d.add('nLstTxt','keypress',function(event) { this.onEnter("ad_btn", event); },vjo.darwin.pres.buying.cmp.addtolist.AddToList);_d.add('v4-39','click',$10("CnLstOly","v4-39"),vjo.darwin.comp.overlaypanel.OverlayPanel);_d.add('changeLocLink','click',_r.get('5'));_d.add('changeLocLink','click',function(event){ vjo.darwin.pres.buying.cmp.utils.RoverUtils.setRover("p4340", "l2571"); });_d.add('clzipCode','keypress',_r.get('7'));_d.add('clGetRates','click',_r.get('8'));_d.add('clGetRates','click',function(event){ return false; });_d.add('changeLocLink','click',$10("OchngLoc","changeLocLink"),vjo.darwin.comp.overlaypanel.OverlayPanel);_d.add('seeDcnt','click',$14("l2590"),vjo.darwin.pres.buying.cmp.utils.RoverUtils);
|
|
39
|
+
_d.add('seeDcnt','click',$10("OdisPnl","seeDcnt"),vjo.darwin.comp.overlaypanel.OverlayPanel);_d.add('v4-45','click',$14("l2572"),vjo.darwin.pres.buying.cmp.utils.RoverUtils);_d.add('hldhlp','click',$14("l2573"),vjo.darwin.pres.buying.cmp.utils.RoverUtils);_d.add('hldhlp','click',$10("Ohldolp","hldhlp"),vjo.darwin.comp.overlaypanel.OverlayPanel);_d.add('a_payId','click',function(event){ vjo.darwin.pres.buying.cmp.shared.SwitchTabs.toShippingTab(); });_d.add('a_payId','click',$14("l2575"),vjo.darwin.pres.buying.cmp.utils.RoverUtils);_d.add('v4-46','click',$14("l2576"),vjo.darwin.pres.buying.cmp.utils.RoverUtils);_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('vi_cbt_hlp_below_thre_ship_pup_icon','click',$10("OviCbtBelowThreShipPanel","vi_cbt_hlp_below_thre_ship_pup_icon"),vjo.darwin.comp.overlaypanel.OverlayPanel);_d.add('vi_cbt_hlp_above_thre_ship_pup_icon','click',$10("OviCbtAboveThreShipPanel","vi_cbt_hlp_above_thre_ship_pup_icon"),vjo.darwin.comp.overlaypanel.OverlayPanel);
|
|
40
|
+
_d.add('vv4-48_a','click',function(event) { return this.clickedImgServiceHandler(); },_r.get('ic_js_vv4-48'));_d.add('vv4-48_TB_0','click',function(event) { this.clickedServiceHandler("MN_CLK_SVCvv4-48_TB_0", null); },vjo.darwin.core.toolbar.Toolbar);_d.add('body','load',function(event) { this.placeBdr(null, "b2_v4-52_0", 0, "click"); },_r.get('th_js_v4-52'));_d.add('body','load',function(event) { this.startLoading(); },_r.get('th_js_v4-52'));_d.add('body','load',function(event) { this.callNewShareWidget({"descIframeId":null,"fbFrame":null,"frameUrl":null,"newShareWidget":true,"pnA":false,"srcMode":"3","socialJsUrl":"http://include.ebaystatic.com/eboxapps/likeservicemodule/js/en_US/777/ShareAppSpec_shareapp_77714799689_3_en_US.js","FB":false,"fbTitle":null,"viUrl":null,"socialSignalsOn":false}); },vjo.darwin.pres.buying.cmp.description.HideShowIframe);_d.add('body','load',function(event) { this.setTabInfo({"desc":0,"ship":1}, false); },vjo.darwin.pres.buying.cmp.shared.SwitchTabs);_d.add('v4-52_div','mouseout',function(event) { this.movingout(event); },_r.get('th_js_v4-52'));_d.add('v4-52_div','click',$15(),_r.get('th_js_v4-52'));_d.add('v4-52_div','mouseover',$15(),_r.get('th_js_v4-52'));_d.add('b1_v4-52_','click',$15(),_r.get('th_js_v4-52'));
|
|
41
|
+
_d.add('b2_v4-52_0','click',$15(),_r.get('th_js_v4-52'));_d.add('b2_v4-52_0','mouseover',$15(),_r.get('th_js_v4-52'));_d.add('but_v4-7','click',$11("but_v4-7"),_r.get('v4-56'));_d.add('','click',$11(""),_r.get('v4-56'));_d.add('tmp-bid','click',$11("tmp-bid"),_r.get('v4-56'));_d.add('dwnArr','click',$13("block"),vjo.darwin.pres.buying.cmp.watchitem.WatchItem);_d.add('upArr','click',$13("none"),vjo.darwin.pres.buying.cmp.watchitem.WatchItem);_d.add('v4-61','click',function(event) { this.showConditionDef("v4-60", "v4-59"); },vjo.darwin.pres.buying.cmp.itemattributes.ItemAttributes);_d.add('v4-61','click',$14("l2779"),vjo.darwin.pres.buying.cmp.utils.RoverUtils);_d.add('shCountry','change',_r.get('33'));
|
|
42
|
+
_d.add('shCountry','change',function(event){ return false; });_d.add('shPostalCode','keypress',_r.get('35'));_d.add('shGetRates','click',_r.get('36'));_d.add('shGetRates','click',function(event){ return false; });_d.add('v4-69','click',$14("l2589"),vjo.darwin.pres.buying.cmp.utils.RoverUtils);_d.add('_rtop','click',function(event){ vjo.darwin.pres.buying.cmp.utils.RoverUtils.setRover("p4340", "l2577"); });_d.add('v4-76','click',function(event){ vjo.dsf.Element.toggleHideShow('ngvi_desc_div'); });_d.add('v4-76','click',function(event) { this.hideShowIframe(); },_r.get('v4-63'));})();
|
|
43
|
+
(function(){
|
|
44
|
+
var _s=vjo.dsf.ServiceEngine, $se=_s.register;var _r=vjo.Registry;
|
|
45
|
+
|
|
46
|
+
$se(4,'null',function (message) {_r.get('vv4-48_js').UpdateImgContainer(message); });
|
|
47
|
+
$se(4,'null',function (message) {_r._23.updtTB(message); });
|
|
48
|
+
$se(4,'null',function (message) {vjo.darwin.pres.buying.cmp.itempictures.ItemPictures1.setSelectedIdx(message); });
|
|
49
|
+
$se(4,'D_ADDID',function (message) {_r._dropdown.addChld(message); });
|
|
50
|
+
$se(4,'D_EDID',function (message) {_r._dropdown.callEnDsbl(message); });
|
|
51
|
+
$se(4,'C_EDID',function (message) {_r._dropdown.chgTtl(message); });
|
|
52
|
+
$se(4,'BTN_SBMT_SRV_v4-7',function (message) {_r.get('Js-v4-7').disable(); });
|
|
53
|
+
$se(4,'LOAD_IMG_SVC',function (message) {_r._23.zmUpdtTB(message); });
|
|
54
|
+
})();
|
|
55
|
+
</script><script type="text/javascript">
|
|
56
|
+
vjo.ctype("vjo.dsf.FirePageLoad").endType();if(typeof(oGaugeInfo)!="undefined"){oGaugeInfo.iLoadST=(new Date()).getTime();}
|
|
57
|
+
vjo.dsf.EventDispatcher.load(document.body);
|
|
58
|
+
|
|
59
|
+
</script></body></html>
|
metadata
CHANGED
|
@@ -1,105 +1,62 @@
|
|
|
1
|
-
--- !ruby/object:Gem::Specification
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: beway
|
|
3
|
-
version: !ruby/object:Gem::Version
|
|
3
|
+
version: !ruby/object:Gem::Version
|
|
4
|
+
version: 1.0.3
|
|
4
5
|
prerelease:
|
|
5
|
-
version: 1.0.2
|
|
6
6
|
platform: ruby
|
|
7
|
-
authors:
|
|
7
|
+
authors:
|
|
8
8
|
- Dibson T Hoffweiler
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
- beway
|
|
16
|
-
dependencies:
|
|
17
|
-
- !ruby/object:Gem::Dependency
|
|
12
|
+
date: 2012-05-07 00:00:00.000000000 Z
|
|
13
|
+
dependencies:
|
|
14
|
+
- !ruby/object:Gem::Dependency
|
|
18
15
|
name: nokogiri
|
|
19
|
-
|
|
20
|
-
requirement: &id001 !ruby/object:Gem::Requirement
|
|
16
|
+
requirement: &70195033604560 !ruby/object:Gem::Requirement
|
|
21
17
|
none: false
|
|
22
|
-
requirements:
|
|
23
|
-
- -
|
|
24
|
-
- !ruby/object:Gem::Version
|
|
18
|
+
requirements:
|
|
19
|
+
- - ! '>='
|
|
20
|
+
- !ruby/object:Gem::Version
|
|
25
21
|
version: 1.4.4
|
|
26
22
|
type: :runtime
|
|
27
|
-
version_requirements: *id001
|
|
28
|
-
- !ruby/object:Gem::Dependency
|
|
29
|
-
name: mechanize
|
|
30
23
|
prerelease: false
|
|
31
|
-
|
|
24
|
+
version_requirements: *70195033604560
|
|
25
|
+
- !ruby/object:Gem::Dependency
|
|
26
|
+
name: mechanize
|
|
27
|
+
requirement: &70195033604040 !ruby/object:Gem::Requirement
|
|
32
28
|
none: false
|
|
33
|
-
requirements:
|
|
34
|
-
- -
|
|
35
|
-
- !ruby/object:Gem::Version
|
|
29
|
+
requirements:
|
|
30
|
+
- - ! '>='
|
|
31
|
+
- !ruby/object:Gem::Version
|
|
36
32
|
version: 1.0.0
|
|
37
33
|
type: :runtime
|
|
38
|
-
version_requirements: *id002
|
|
39
|
-
- !ruby/object:Gem::Dependency
|
|
40
|
-
name: rspec
|
|
41
34
|
prerelease: false
|
|
42
|
-
|
|
35
|
+
version_requirements: *70195033604040
|
|
36
|
+
- !ruby/object:Gem::Dependency
|
|
37
|
+
name: rspec
|
|
38
|
+
requirement: &70195033619320 !ruby/object:Gem::Requirement
|
|
43
39
|
none: false
|
|
44
|
-
requirements:
|
|
45
|
-
- -
|
|
46
|
-
- !ruby/object:Gem::Version
|
|
47
|
-
version:
|
|
40
|
+
requirements:
|
|
41
|
+
- - ! '>='
|
|
42
|
+
- !ruby/object:Gem::Version
|
|
43
|
+
version: '0'
|
|
48
44
|
type: :development
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
- Offers a simple user interface for bidding on an auction
|
|
59
|
-
|
|
60
|
-
== Requirements
|
|
61
|
-
|
|
62
|
-
Perhaps not requirements, but developed and tested with the
|
|
63
|
-
following:
|
|
64
|
-
|
|
65
|
-
- Ruby 1.9.2
|
|
66
|
-
|
|
67
|
-
And these gems:
|
|
68
|
-
|
|
69
|
-
- mechanize (1.0.0)
|
|
70
|
-
- nokogiri (1.4.4)
|
|
71
|
-
- rspec (2.4.0)
|
|
72
|
-
|
|
73
|
-
== Installation
|
|
74
|
-
|
|
75
|
-
Install your gems:
|
|
76
|
-
|
|
77
|
-
gem install mechanize rspec nokogiri
|
|
78
|
-
|
|
79
|
-
Run the CLI interface
|
|
80
|
-
|
|
81
|
-
ruby bin/beway
|
|
82
|
-
|
|
83
|
-
== Tests
|
|
84
|
-
|
|
85
|
-
Make sure everything works as expected:
|
|
86
|
-
|
|
87
|
-
rake spec
|
|
88
|
-
|
|
89
|
-
== Docs
|
|
90
|
-
|
|
91
|
-
Generate rdoc html:
|
|
92
|
-
|
|
93
|
-
rake rdoc
|
|
94
|
-
|
|
45
|
+
prerelease: false
|
|
46
|
+
version_requirements: *70195033619320
|
|
47
|
+
description: ! "== BEWAY - an ebay sniping tool\n\nBeway is a small Ruby library that:\n\n-
|
|
48
|
+
Retrieves information about an ebay auction\n- Bids on an ebay auction\n- Retrieves
|
|
49
|
+
official ebay time\n- Offers a simple user interface for bidding on an auction\n\n==
|
|
50
|
+
Requirements\n\n- Ruby 1.9.2\n\n== Installation\n\n gem install beway\n\n== Running
|
|
51
|
+
it\n\n beway\n\n== The source\n\nInstall requirements with bundler\n\n bundle
|
|
52
|
+
install\n\nMake sure everything works as expected:\n\n rake spec\n\nGenerate rdoc
|
|
53
|
+
html:\n\n rake rdoc\n"
|
|
95
54
|
email: dibson@hoffweiler.com
|
|
96
|
-
executables:
|
|
55
|
+
executables:
|
|
97
56
|
- beway
|
|
98
57
|
extensions: []
|
|
99
|
-
|
|
100
58
|
extra_rdoc_files: []
|
|
101
|
-
|
|
102
|
-
files:
|
|
59
|
+
files:
|
|
103
60
|
- bin/beway
|
|
104
61
|
- doc/Beway/Auction.html
|
|
105
62
|
- doc/Beway/AuctionParseError.html
|
|
@@ -111,13 +68,44 @@ files:
|
|
|
111
68
|
- doc/Beway/InvalidUrlError.html
|
|
112
69
|
- doc/Beway.html
|
|
113
70
|
- doc/created.rid
|
|
71
|
+
- doc/images/add.png
|
|
72
|
+
- doc/images/brick.png
|
|
73
|
+
- doc/images/brick_link.png
|
|
74
|
+
- doc/images/bug.png
|
|
75
|
+
- doc/images/bullet_black.png
|
|
76
|
+
- doc/images/bullet_toggle_minus.png
|
|
77
|
+
- doc/images/bullet_toggle_plus.png
|
|
78
|
+
- doc/images/date.png
|
|
79
|
+
- doc/images/delete.png
|
|
80
|
+
- doc/images/find.png
|
|
81
|
+
- doc/images/loadingAnimation.gif
|
|
82
|
+
- doc/images/macFFBgHack.png
|
|
83
|
+
- doc/images/package.png
|
|
84
|
+
- doc/images/page_green.png
|
|
85
|
+
- doc/images/page_white_text.png
|
|
86
|
+
- doc/images/page_white_width.png
|
|
87
|
+
- doc/images/plugin.png
|
|
88
|
+
- doc/images/ruby.png
|
|
89
|
+
- doc/images/tag_blue.png
|
|
90
|
+
- doc/images/tag_green.png
|
|
91
|
+
- doc/images/transparent.png
|
|
92
|
+
- doc/images/wrench.png
|
|
93
|
+
- doc/images/wrench_orange.png
|
|
94
|
+
- doc/images/zoom.png
|
|
114
95
|
- doc/index.html
|
|
96
|
+
- doc/js/darkfish.js
|
|
97
|
+
- doc/js/jquery.js
|
|
98
|
+
- doc/js/navigation.js
|
|
99
|
+
- doc/js/search.js
|
|
100
|
+
- doc/js/search_index.js
|
|
101
|
+
- doc/js/searcher.js
|
|
115
102
|
- doc/lib/beway/auction_rb.html
|
|
116
103
|
- doc/lib/beway/bidder_rb.html
|
|
117
104
|
- doc/lib/beway/cli_runner_rb.html
|
|
118
105
|
- doc/lib/beway/ebay_data_rb.html
|
|
119
106
|
- doc/rdoc.css
|
|
120
107
|
- doc/README.html
|
|
108
|
+
- doc/table_of_contents.html
|
|
121
109
|
- lib/beway/auction.rb
|
|
122
110
|
- lib/beway/bidder.rb
|
|
123
111
|
- lib/beway/cli_runner.rb
|
|
@@ -138,6 +126,7 @@ files:
|
|
|
138
126
|
- spec/html/cashmere-sweater-complete.html
|
|
139
127
|
- spec/html/cashmere-sweater.html
|
|
140
128
|
- spec/html/crescent-down-vest.html
|
|
129
|
+
- spec/html/kodak-film-old.html
|
|
141
130
|
- spec/html/mens-cardigans-dutch-bin.html
|
|
142
131
|
- spec/html/off-white-sweater.html
|
|
143
132
|
- spec/html/pink-sweater-bid-bin.html
|
|
@@ -146,33 +135,29 @@ files:
|
|
|
146
135
|
- spec/html/spring-mercer-bin-mo.html
|
|
147
136
|
- spec/html/xmas-sweater.html
|
|
148
137
|
- spec/html/zoom-multi-track.html
|
|
149
|
-
has_rdoc: true
|
|
150
138
|
homepage: http://www.hoffweiler.com/
|
|
151
139
|
licenses: []
|
|
152
|
-
|
|
153
140
|
post_install_message:
|
|
154
141
|
rdoc_options: []
|
|
155
|
-
|
|
156
|
-
require_paths:
|
|
142
|
+
require_paths:
|
|
157
143
|
- lib
|
|
158
|
-
required_ruby_version: !ruby/object:Gem::Requirement
|
|
144
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
|
159
145
|
none: false
|
|
160
|
-
requirements:
|
|
161
|
-
- -
|
|
162
|
-
- !ruby/object:Gem::Version
|
|
163
|
-
version:
|
|
164
|
-
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
146
|
+
requirements:
|
|
147
|
+
- - ! '>='
|
|
148
|
+
- !ruby/object:Gem::Version
|
|
149
|
+
version: '1.9'
|
|
150
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
165
151
|
none: false
|
|
166
|
-
requirements:
|
|
167
|
-
- -
|
|
168
|
-
- !ruby/object:Gem::Version
|
|
169
|
-
version:
|
|
170
|
-
requirements:
|
|
152
|
+
requirements:
|
|
153
|
+
- - ! '>='
|
|
154
|
+
- !ruby/object:Gem::Version
|
|
155
|
+
version: '0'
|
|
156
|
+
requirements:
|
|
171
157
|
- Ruby >= 1.9, some ruby gems (see README)
|
|
172
158
|
rubyforge_project:
|
|
173
|
-
rubygems_version: 1.
|
|
159
|
+
rubygems_version: 1.8.17
|
|
174
160
|
signing_key:
|
|
175
161
|
specification_version: 3
|
|
176
162
|
summary: Simple UI and library for using Ruby to access ebay
|
|
177
163
|
test_files: []
|
|
178
|
-
|