reckless 0.1.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/.gitignore +18 -0
- data/.rspec +2 -0
- data/Gemfile +2 -0
- data/Gemfile.lock +44 -0
- data/LICENSE +20 -0
- data/README.md +70 -0
- data/Rakefile +10 -0
- data/lib/reckless/client.rb +38 -0
- data/lib/reckless/normalizer.rb +25 -0
- data/lib/reckless/results_parser.rb +61 -0
- data/lib/reckless/search.rb +48 -0
- data/lib/reckless/version.rb +3 -0
- data/lib/reckless.rb +18 -0
- data/reckless.gemspec +24 -0
- data/spec/fixtures/no_results.html +322 -0
- data/spec/fixtures/page_with_results.html +958 -0
- data/spec/fixtures/pagination.html +1 -0
- data/spec/fixtures/recent_arrivals.html +976 -0
- data/spec/fixtures/single_result.html +17 -0
- data/spec/reckless/client_spec.rb +55 -0
- data/spec/reckless/normalizer_spec.rb +42 -0
- data/spec/reckless/results_parser_spec.rb +54 -0
- data/spec/reckless/search_spec.rb +81 -0
- data/spec/reckless_spec.rb +22 -0
- data/spec/spec_helper.rb +15 -0
- metadata +163 -0
@@ -0,0 +1,958 @@
|
|
1
|
+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
|
2
|
+
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
3
|
+
<html xmlns="http://www.w3.org/1999/xhtml">
|
4
|
+
<head>
|
5
|
+
<title>
|
6
|
+
Reckless Records Chicago: New & Used LPs, CDs, DVDs, games & more - index.php
|
7
|
+
</title>
|
8
|
+
|
9
|
+
<meta name="wot-verification" content="bccedcbd7ff0e60e7485"/>
|
10
|
+
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
|
11
|
+
<meta name="description" content="Reckless Records in Chicago sells new and used vinyl, CDs, DVDs and more. "/>
|
12
|
+
|
13
|
+
<script type="text/javascript">
|
14
|
+
<!--
|
15
|
+
function popUp(image) {
|
16
|
+
thisURL = '/cover.php?cvr='+image;
|
17
|
+
window.open(thisURL,'_reck','toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,width=350,height=350');
|
18
|
+
}
|
19
|
+
-->
|
20
|
+
</script>
|
21
|
+
|
22
|
+
<link href="/style/reck_style.xmas.css" rel="stylesheet" type="text/css" />
|
23
|
+
|
24
|
+
<meta property="og:title" content="Reckless Records Chicago: New & Used Records, CDs, DVDs, games & more - index.php
|
25
|
+
" />
|
26
|
+
<meta property="og:type" content="website" />
|
27
|
+
<meta property="og:description" content="Reckless Records in Chicago sells new and used vinyl LPs, CDs, DVDs and more." />
|
28
|
+
<meta property="og:url" content="http://www.reckless.com" />
|
29
|
+
<meta property="og:image" content="http://www.reckless.com/img/new_logo_250.jpg" />
|
30
|
+
<meta property="og:site_name" content="Reckless Records Chicago" />
|
31
|
+
|
32
|
+
<meta property="fb:admins" content="1606458654" />
|
33
|
+
|
34
|
+
</head>
|
35
|
+
<body>
|
36
|
+
<table class="bhead">
|
37
|
+
<!-- HEADER -->
|
38
|
+
<tr>
|
39
|
+
<td class="banner">
|
40
|
+
<a href="index.php">
|
41
|
+
<img src="/img/recklessweb_banner654x136.gif" height="136" width="654" alt="Reckless Records Chicago" />
|
42
|
+
</a>
|
43
|
+
</td>
|
44
|
+
<td valign="top" style="vertical-align: top;">
|
45
|
+
<div class="cartcount">
|
46
|
+
<div class="cartcount_h">
|
47
|
+
Cart:
|
48
|
+
</div>
|
49
|
+
<div class="cartcount_b">
|
50
|
+
Your cart is currently empty
|
51
|
+
|
52
|
+
</div>
|
53
|
+
</div>
|
54
|
+
</td>
|
55
|
+
</tr>
|
56
|
+
<!-- END HEADER -->
|
57
|
+
<tr>
|
58
|
+
<td colspan="2" class="blackbar">
|
59
|
+
We buy & sell CDs, Records, DVDs, Video Games, and more! Serving Chicago since 1989!
|
60
|
+
</td>
|
61
|
+
</tr>
|
62
|
+
<tr>
|
63
|
+
<td colspan="2" class="menu" >
|
64
|
+
<a href="/index.php">Home</a> ::
|
65
|
+
<a href="/news.php">News</a> ::
|
66
|
+
<a href="/contact_us.php">Contact</a> ::
|
67
|
+
<a href="/selltous.php">Sell To Us</a> ::
|
68
|
+
<a href="/visit.php">Locations</a> ::
|
69
|
+
<a href="/mailing_list.php">Mailing List</a> ::
|
70
|
+
<a href="/special_orders.php">Special Orders</a> ::
|
71
|
+
<a href="/faq.php">FAQs</a> ::
|
72
|
+
<a href="http://www.reckless.com/wordpress/">Blog</a> ::
|
73
|
+
<a href="http://www.facebook.com/RecklessRecords" ><img alt="facebook" src="/img/fb.png" /></a> ::
|
74
|
+
<a href="http://twitter.com/RecklessRecords"><img alt="twitter" src="/img/tw.png" /></a>
|
75
|
+
</td>
|
76
|
+
</tr>
|
77
|
+
</table>
|
78
|
+
<!-- START BODY -->
|
79
|
+
<table class="bmain" cellpadding="2" cellspacing="0">
|
80
|
+
<tr>
|
81
|
+
<!-- START SIDEBAR -->
|
82
|
+
<td class="sidebar">
|
83
|
+
<!-- SEARCH FORM -->
|
84
|
+
|
85
|
+
<div class="side_t">
|
86
|
+
<div class="heading">
|
87
|
+
Search:
|
88
|
+
</div>
|
89
|
+
<form action="index.php" method="get">
|
90
|
+
<div class="side_t_body">
|
91
|
+
|
92
|
+
|
93
|
+
Keywords:<input type="text" name="keywords" value="" />
|
94
|
+
<br />
|
95
|
+
Format:
|
96
|
+
<select name="format">
|
97
|
+
<option value="">all</option>
|
98
|
+
<option value="AM">all music formats</option>
|
99
|
+
<option value="CD">-CD</option>
|
100
|
+
<option SELECTED value="LP">-LP</option>
|
101
|
+
<option value="45">-45</option>
|
102
|
+
<option value="CS">-Cassette</option>
|
103
|
+
<option value="AV">all video formats</option>
|
104
|
+
<option value="DV">-DVD</option>
|
105
|
+
<option value="VC">-VHS</option>
|
106
|
+
<option value="LD">-Laserdisc</option>
|
107
|
+
<option value="VG">-Games</option>
|
108
|
+
<option value="TS">-T-Shirts</option>
|
109
|
+
</select>
|
110
|
+
<br />
|
111
|
+
Condition:
|
112
|
+
<select name="cond">
|
113
|
+
<option value="">all</option>
|
114
|
+
<option value="N">New</option>
|
115
|
+
<option value="U">Used</option>
|
116
|
+
</select>
|
117
|
+
<!-- -->
|
118
|
+
<br />
|
119
|
+
Restrict to store:
|
120
|
+
<select name="store">
|
121
|
+
<option value="">all stores</option>
|
122
|
+
<option value="bw">Broadway</option>
|
123
|
+
<option value="lp">Loop</option>
|
124
|
+
<option value="wp">Milwaukee Ave.</option>
|
125
|
+
</select>
|
126
|
+
|
127
|
+
<input type="hidden" name="is_search" value="true" />
|
128
|
+
<input type="submit" name="srch" value="Search"/>
|
129
|
+
|
130
|
+
or try <a href="/browse.php">browsing</a> our music sections...
|
131
|
+
|
132
|
+
</div>
|
133
|
+
</form>
|
134
|
+
</div>
|
135
|
+
<!-- END SEARCH -->
|
136
|
+
<!-- NEWS -->
|
137
|
+
|
138
|
+
<p class="sidelinks">
|
139
|
+
<a href="/index.php">Home / Featured Titles</a>
|
140
|
+
</p>
|
141
|
+
<p class="sidelinks">
|
142
|
+
<a href="/new_arrivals.php">Recent Arrivals</a>
|
143
|
+
</p>
|
144
|
+
|
145
|
+
<p class="sidelinks">
|
146
|
+
<a href="/news.php?newsid=186">Gift Certificates</a>
|
147
|
+
</p>
|
148
|
+
|
149
|
+
<p class="sidelinks">
|
150
|
+
<a href="/tshirts.php">Reckless T-Shirts</a>
|
151
|
+
</p>
|
152
|
+
|
153
|
+
<!-- NEWS -->
|
154
|
+
<div class="side_t">
|
155
|
+
<div class="heading">
|
156
|
+
News...
|
157
|
+
</div>
|
158
|
+
<div class="side_t_body">
|
159
|
+
<ul><li><b><a href="news.php?newsid=452">Brendan Kelly (LAWRENCE ARMS) acoustic in-store</a></b></li><li><b><a href="news.php?newsid=451">Reckless Records 2013 Employee Best of Lists</a></b></li><li><b><a href="news.php?newsid=186">Gift Certificates</a></b></li><li><b><a href="news.php?newsid=367">Every day is Kranky day at Reckless...</a></b></li></ul> [<a href="news.php">...All Recent News...</a>]
|
160
|
+
</div>
|
161
|
+
</div>
|
162
|
+
|
163
|
+
|
164
|
+
<!-- CURRENT INSTORES
|
165
|
+
<div class="side_t">
|
166
|
+
<div class="heading">
|
167
|
+
In-store Performances
|
168
|
+
</div>
|
169
|
+
<div class="side_t_body">
|
170
|
+
<p>
|
171
|
+
<span style="font-weight: bold; text-decoration: underline;">3126 N. Broadway</span><br />No in-store performances scheduled right now<br /> </p>
|
172
|
+
<p>
|
173
|
+
<span style="font-weight: bold; text-decoration: underline;">1532 N Milwaukee</span><br /><a href="news.php?newsid=452">Brendan Kelly (LAWRENCE ARMS) acoustic in-store</a> :: 01/28<br /> </p>
|
174
|
+
<p>
|
175
|
+
<span style="font-weight: bold; text-decoration: underline;">26 E. Madison</span><br />No in-store performances scheduled right now<br /> </p>
|
176
|
+
</div>
|
177
|
+
</div>
|
178
|
+
-->
|
179
|
+
<!-- hours of operation... -->
|
180
|
+
<div class="side_t">
|
181
|
+
<div class="heading">
|
182
|
+
Locations & Hours
|
183
|
+
</div>
|
184
|
+
<div class="side_t_body">
|
185
|
+
|
186
|
+
|
187
|
+
<p> <b>Lakeview:</b><br />
|
188
|
+
3126 N. Broadway<br />
|
189
|
+
phone: 773-404-5080 <br />
|
190
|
+
<b> Monday - Saturday: 10am - 10pm<br />
|
191
|
+
Sunday: 10am - 8pm<br /></b>
|
192
|
+
</p>
|
193
|
+
|
194
|
+
<p><b>Wicker Park:</b><br />
|
195
|
+
1532 N. Milwaukee Ave.<br />
|
196
|
+
phone: 773-235-3727<br />
|
197
|
+
<b>
|
198
|
+
Monday - Saturday: 10am - 10pm<br />
|
199
|
+
Sunday: 10am - 8pm<br /></b>
|
200
|
+
</p>
|
201
|
+
|
202
|
+
<p><b>Loop:</b><br />
|
203
|
+
26 E. Madison<br />
|
204
|
+
phone: 312-795-0878<br />
|
205
|
+
<b> Monday - Saturday: 10am - 8pm<br />
|
206
|
+
Sunday: 10am - 7pm<br /></b>
|
207
|
+
</p>
|
208
|
+
|
209
|
+
</div>
|
210
|
+
</div>
|
211
|
+
|
212
|
+
|
213
|
+
<div class="side_t" >
|
214
|
+
<div class="heading">
|
215
|
+
About Us:
|
216
|
+
</div>
|
217
|
+
<div class="side_t_body">
|
218
|
+
<p>
|
219
|
+
<b>Reckless Records</b> is a group of three record stores in Chicago IL. We carry new & used CDs, DVDs games and loads of Vinyl. Originally started in London, our first Chicago location opened in 1988.
|
220
|
+
(LPs & 7"s). We would love to have you <b><a href="http://www.reckless.com/visit.php">visit us</a></b> in person.
|
221
|
+
</p>
|
222
|
+
|
223
|
+
<p>
|
224
|
+
We are always looking to buy your unwanted CDs, DVDs, and vinyl. Please <a href="/contact_us.sell.php">get in touch if you are interested in selling your collections</a>.
|
225
|
+
We buy at all locations every day up to an hour before closing time.
|
226
|
+
</p>
|
227
|
+
|
228
|
+
<p><b>
|
229
|
+
You can also visit:<br />
|
230
|
+
<a href="http://www.facebook.com/RecklessRecords" ><img src="/img/fb.png" /></a>
|
231
|
+
<a href="http://twitter.com/RecklessRecords"><img src="/img/tw.png" /></a>
|
232
|
+
<a href="http://www.reckless.com/wordpress/">The Reckless Blog</a>
|
233
|
+
</b>
|
234
|
+
</p>
|
235
|
+
<p>
|
236
|
+
<b>We still have a shop in London too</b>! They are located in Soho at:<br>
|
237
|
+
30 Berwick Street<br>
|
238
|
+
London W1F 8RH<br>
|
239
|
+
<b><a href="http://reckless.co.uk/index.html">Reckless Records London</a></b>
|
240
|
+
|
241
|
+
</div>
|
242
|
+
</div>
|
243
|
+
|
244
|
+
<div class="side_t">
|
245
|
+
<div class="heading">
|
246
|
+
Information
|
247
|
+
</div>
|
248
|
+
<div class="side_t_body">
|
249
|
+
<ul>
|
250
|
+
|
251
|
+
<li><a href="contact_us.php">Contact us</a></li>
|
252
|
+
|
253
|
+
<li><a href="visit.php">Our shop locations</a></li>
|
254
|
+
|
255
|
+
<li><a href="faq.php">FAQs</a></li>
|
256
|
+
|
257
|
+
<li><a href="mailing_list.php">Mailing List</a></li>
|
258
|
+
|
259
|
+
<li><a href="http://www.reckless.com/index.php?keywords=Reckless+Records+Gift+Certificate&format=GC&is_search=true">Gift Certificates</a></li>
|
260
|
+
|
261
|
+
<li><a href="http://www.reckless.com/index.php?keywords=reckless&format=TS&is_search=true&srch=Search">Reckless T-Shirts!</a></li>
|
262
|
+
</ul>
|
263
|
+
|
264
|
+
</div>
|
265
|
+
</div>
|
266
|
+
|
267
|
+
<div class="side_t">
|
268
|
+
<a class="twitter-timeline" href="https://twitter.com/RecklessRecords" data-widget-id="410093207532228608">Tweets by @RecklessRecords</a>
|
269
|
+
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
|
270
|
+
</div>
|
271
|
+
|
272
|
+
|
273
|
+
<!-- promo banner
|
274
|
+
<div class="side_t">
|
275
|
+
<a href="http://www.reckless.com/goa.php" >
|
276
|
+
<img src="http://www.reckless.com/grimeys160x600.jpg" border="0">
|
277
|
+
</a>
|
278
|
+
</div>
|
279
|
+
-->
|
280
|
+
|
281
|
+
</td>
|
282
|
+
<!-- END SIDEBAR -->
|
283
|
+
|
284
|
+
<td class="main">
|
285
|
+
<div style="text-align: center; background-color: #ccc; border: 1px solid #999; font-size: .8em;">
|
286
|
+
<form action="/index.php" method="GET">
|
287
|
+
Restrict to store:
|
288
|
+
<input type="hidden" name="keywords" value="">
|
289
|
+
<select name="store">
|
290
|
+
<option value="">any store</option>
|
291
|
+
<option value="bw">Broadway</option>
|
292
|
+
<option value="lp">Madison</option>
|
293
|
+
<option value="wp">Milwaukee</option>
|
294
|
+
</select>
|
295
|
+
format:
|
296
|
+
<select name="format">
|
297
|
+
<option value=""> -any-</option>
|
298
|
+
<option value="CD">CDs</option>
|
299
|
+
<option value="LP" selected="selected">LPs</option>
|
300
|
+
<option value="45">45s</option>
|
301
|
+
<option value="DV">DVDs</option>
|
302
|
+
<option value="VG">Games</option>
|
303
|
+
</select>
|
304
|
+
and condition:
|
305
|
+
<select name="cond">
|
306
|
+
<option value="">New & Used</option>
|
307
|
+
<option value="N">New Only</option>
|
308
|
+
<option value="U">Used Only</option>
|
309
|
+
</select>
|
310
|
+
|
311
|
+
<!--
|
312
|
+
in
|
313
|
+
<select name="style" >
|
314
|
+
|
315
|
+
<option value="0" selected="selected">any section</option>
|
316
|
+
<option value="ROCK">Rock/Pop</option>
|
317
|
+
<option value="METAL">Metal</option>
|
318
|
+
<option value="GARAGE">Garage/Surf/Rockabilly</option>
|
319
|
+
<option value="PUNK">Punk/EMO/Hardcore</option>
|
320
|
+
<option value="SKA">Ska</option>
|
321
|
+
<option value="GOTHIC">Gothic</option>
|
322
|
+
<option value="PSYCH">Kraut/Prog/Psychedelic</option>
|
323
|
+
<option value="EXPERI">Experimental/Noise</option>
|
324
|
+
<option value="AMBIEN">Ambient</option>
|
325
|
+
<option value="TRIPHO">Trip Hop</option>
|
326
|
+
<option value="RAP">Rap</option>
|
327
|
+
<option value="DANCE">Dance</option>
|
328
|
+
<option value="REGGAE">Reggae</option>
|
329
|
+
<option value="SOUL">Soul</option>
|
330
|
+
<option value="BLUES">Blues</option>
|
331
|
+
<option value="GOSPEL">Gospel</option>
|
332
|
+
<option value="JAZZ">Jazz</option>
|
333
|
+
<option value="FREEJ">Free Jazz</option>
|
334
|
+
<option value="JAZZVO">Jazz Vocal</option>
|
335
|
+
<option value="EASY">Easy Listening/Lounge</option>
|
336
|
+
<option value="FOLK">Folk</option>
|
337
|
+
<option value="NEWAGE">New Age</option>
|
338
|
+
<option value="C&W">Country/Bluegrass</option>
|
339
|
+
<option value="STRK">Soundtrack/Musicals</option>
|
340
|
+
<option value="WORLD">Misc. World</option>
|
341
|
+
<option value="LATIN">Latin</option>
|
342
|
+
<option value="AFRICA">African</option>
|
343
|
+
<option value="COM">Children's/Comedy</option>
|
344
|
+
<option value="SPOKEN">Spoken Word</option>
|
345
|
+
|
346
|
+
</select>
|
347
|
+
-->
|
348
|
+
<input type="hidden" name="pg" value="search">
|
349
|
+
<input type="hidden" name="is_search" value="true">
|
350
|
+
<input type="submit" name="srch" value="Search">
|
351
|
+
</form>
|
352
|
+
</div><div style="text-align: center;"><b>33515 found.</b> This is page 1 of 1118<br/>[ 1 ] [ <a href="/index.php?page=2&keywords=&format=LP&cond=&store=&is_search=true&srch=Search">2</a> ] [ <a href="/index.php?page=3&keywords=&format=LP&cond=&store=&is_search=true&srch=Search">3</a> ] [ <a href="/index.php?page=4&keywords=&format=LP&cond=&store=&is_search=true&srch=Search">4</a> ] [ <a href="/index.php?page=5&keywords=&format=LP&cond=&store=&is_search=true&srch=Search">5</a> ] [ <a href="/index.php?page=6&keywords=&format=LP&cond=&store=&is_search=true&srch=Search">6</a> ] [ <a href="/index.php?page=2&keywords=&format=LP&cond=&store=&is_search=true&srch=Search">next</a> ] </div>
|
353
|
+
<table class="item">
|
354
|
+
<tr><td><span class="artist">'TIL TUESDAY</span><br /><span class="title">EVERYTHING'S DIFFERENT NOW </span></td>
|
355
|
+
</tr>
|
356
|
+
<tr><td><span class="label">EPIC </span></td></tr>
|
357
|
+
<tr><td>Available at: <span style="color:#a33; font-weight: bold;">Broadway</span></td></tr><tr><td ><b>Used LP( Very Good Condition ) </b> $4.99 <form method="get" action="/index.php">
|
358
|
+
|
359
|
+
<input type="hidden" name="qry_str" value="page=1&keywords=&format=LP&cond=&store=&is_search=true&srch=Search" />
|
360
|
+
<input type="hidden" name="qty" value="1" />
|
361
|
+
<input type="hidden" name="item2add" value="610092224XC" />
|
362
|
+
<input type="submit" name="action" value="buy" />
|
363
|
+
<!--
|
364
|
+
or <a href="/index.php?item2add=610092224XC&action=buy">Add to cart?</a>
|
365
|
+
-->
|
366
|
+
</form>
|
367
|
+
</td>
|
368
|
+
</tr>
|
369
|
+
</table>
|
370
|
+
|
371
|
+
<hr class="lil" />
|
372
|
+
<table class="item">
|
373
|
+
<tr><td><span class="artist">06 STYLE</span><br /><span class="title">SCHOOLHOUSE ROCK (12") </span></td>
|
374
|
+
</tr>
|
375
|
+
<tr><td><span class="label">GIG </span></td></tr>
|
376
|
+
<tr><td>Available at: <span style="color:#a33; font-weight: bold;">Broadway</span></td></tr><tr><td ><b>Used LP( Good Condition ) </b> $4.99 <form method="get" action="/index.php">
|
377
|
+
|
378
|
+
<input type="hidden" name="qry_str" value="page=1&keywords=&format=LP&cond=&store=&is_search=true&srch=Search" />
|
379
|
+
<input type="hidden" name="qty" value="1" />
|
380
|
+
<input type="hidden" name="item2add" value="6109867993D" />
|
381
|
+
<input type="submit" name="action" value="buy" />
|
382
|
+
<!--
|
383
|
+
or <a href="/index.php?item2add=6109867993D&action=buy">Add to cart?</a>
|
384
|
+
-->
|
385
|
+
</form>
|
386
|
+
</td>
|
387
|
+
</tr>
|
388
|
+
</table>
|
389
|
+
|
390
|
+
<hr class="lil" />
|
391
|
+
<table class="item">
|
392
|
+
<tr><td><span class="artist">1'</span><br /><span class="title">1' COME</span></td>
|
393
|
+
</tr>
|
394
|
+
<tr><td><span class="label">GRUNT </span></td></tr>
|
395
|
+
<tr><td>Available at: <span style="color:#a33; font-weight: bold;">Milwaukee Ave.</span></td></tr><tr><td ><b>Used LP( Very Good Condition ) </b> $4.99 <form method="get" action="/index.php">
|
396
|
+
|
397
|
+
<input type="hidden" name="qry_str" value="page=1&keywords=&format=LP&cond=&store=&is_search=true&srch=Search" />
|
398
|
+
<input type="hidden" name="qty" value="2" />
|
399
|
+
<input type="hidden" name="item2add" value="6105390092C" />
|
400
|
+
<input type="submit" name="action" value="buy" />
|
401
|
+
<!--
|
402
|
+
or <a href="/index.php?item2add=6105390092C&action=buy">Add to cart?</a>
|
403
|
+
-->
|
404
|
+
</form>
|
405
|
+
</td>
|
406
|
+
</tr>
|
407
|
+
</table>
|
408
|
+
|
409
|
+
<hr class="lil" />
|
410
|
+
<table class="item">
|
411
|
+
<tr><td><span class="artist">1-SPEED BIKE</span><br /><span class="title">EL GALLITO 12" </span></td>
|
412
|
+
</tr>
|
413
|
+
<tr><td><span class="label">BROKLYNBEA</span></td></tr>
|
414
|
+
<tr><td>This is the side-project of Aidan Girt, drummer for Godspeed. </td></tr><tr><td>Available at: <span style="color:#a33; font-weight: bold;">Broadway</span></td></tr><tr><td ><b>Used LP( Very Good Condition ) </b> $4.99 <form method="get" action="/index.php">
|
415
|
+
|
416
|
+
<input type="hidden" name="qry_str" value="page=1&keywords=&format=LP&cond=&store=&is_search=true&srch=Search" />
|
417
|
+
<input type="hidden" name="qty" value="1" />
|
418
|
+
<input type="hidden" name="item2add" value="6109866466C" />
|
419
|
+
<input type="submit" name="action" value="buy" />
|
420
|
+
<!--
|
421
|
+
or <a href="/index.php?item2add=6109866466C&action=buy">Add to cart?</a>
|
422
|
+
-->
|
423
|
+
</form>
|
424
|
+
</td>
|
425
|
+
</tr>
|
426
|
+
</table>
|
427
|
+
|
428
|
+
<hr class="lil" />
|
429
|
+
<table class="item">
|
430
|
+
<tr><td><span class="artist">10,000 MANIACS</span><br /><span class="title">IN MY TRIBE </span></td>
|
431
|
+
</tr>
|
432
|
+
<tr><td><span class="label">ELEKTRA </span></td></tr>
|
433
|
+
<tr><td> with PEACE TRAIN!! only available on early pressings. like anybody cares about SALMON RUSHDIE anyway these days.... </td></tr><tr><td>Available at: <span style="color:#a33; font-weight: bold;">Broadway and Milwaukee Ave.</span></td></tr><tr><td ><b>Used LP( Very Good Condition ) </b> $4.99 <form method="get" action="/index.php">
|
434
|
+
|
435
|
+
<input type="hidden" name="qry_str" value="page=1&keywords=&format=LP&cond=&store=&is_search=true&srch=Search" />
|
436
|
+
<input type="hidden" name="qty" value="2" />
|
437
|
+
<input type="hidden" name="item2add" value="6100548674C" />
|
438
|
+
<input type="submit" name="action" value="buy" />
|
439
|
+
<!--
|
440
|
+
or <a href="/index.php?item2add=6100548674C&action=buy">Add to cart?</a>
|
441
|
+
-->
|
442
|
+
</form>
|
443
|
+
</td>
|
444
|
+
</tr>
|
445
|
+
</table>
|
446
|
+
|
447
|
+
<hr class="lil" />
|
448
|
+
<table class="item">
|
449
|
+
<tr><td><span class="artist">10,000 MANIACS</span><br /><span class="title">IN MY TRIBE </span></td>
|
450
|
+
</tr>
|
451
|
+
<tr><td><span class="label">ELEKTRA </span></td></tr>
|
452
|
+
<tr><td> with PEACE TRAIN!! only available on early pressings. like anybody cares about SALMON RUSHDIE anyway these days.... </td></tr><tr><td>Available at: <span style="color:#a33; font-weight: bold;">Broadway</span></td></tr><tr><td ><b>Used LP( Good Condition ) </b> $4.99 <form method="get" action="/index.php">
|
453
|
+
|
454
|
+
<input type="hidden" name="qry_str" value="page=1&keywords=&format=LP&cond=&store=&is_search=true&srch=Search" />
|
455
|
+
<input type="hidden" name="qty" value="1" />
|
456
|
+
<input type="hidden" name="item2add" value="6100548674D" />
|
457
|
+
<input type="submit" name="action" value="buy" />
|
458
|
+
<!--
|
459
|
+
or <a href="/index.php?item2add=6100548674D&action=buy">Add to cart?</a>
|
460
|
+
-->
|
461
|
+
</form>
|
462
|
+
</td>
|
463
|
+
</tr>
|
464
|
+
</table>
|
465
|
+
|
466
|
+
<hr class="lil" />
|
467
|
+
<table class="item">
|
468
|
+
<tr><td><span class="artist">10-SPEED</span><br /><span class="title">YOUR DE FRANCE (12", 4TRK, NO P/S) </span></td>
|
469
|
+
</tr>
|
470
|
+
<tr><td><span class="label">QUALITY </span></td></tr>
|
471
|
+
<tr><td>Available at: <span style="color:#a33; font-weight: bold;">Broadway</span></td></tr><tr><td ><b>Used LP( Near Mint Condition ) </b> $4.99 <form method="get" action="/index.php">
|
472
|
+
|
473
|
+
<input type="hidden" name="qry_str" value="page=1&keywords=&format=LP&cond=&store=&is_search=true&srch=Search" />
|
474
|
+
<input type="hidden" name="qty" value="1" />
|
475
|
+
<input type="hidden" name="item2add" value="610989186XB" />
|
476
|
+
<input type="submit" name="action" value="buy" />
|
477
|
+
<!--
|
478
|
+
or <a href="/index.php?item2add=610989186XB&action=buy">Add to cart?</a>
|
479
|
+
-->
|
480
|
+
</form>
|
481
|
+
</td>
|
482
|
+
</tr>
|
483
|
+
</table>
|
484
|
+
|
485
|
+
<hr class="lil" />
|
486
|
+
<table class="item">
|
487
|
+
<tr><td><span class="artist">100 FLOWERS</span><br /><span class="title">100 FLOWERS (W/ DOWNLOAD) </span></td>
|
488
|
+
</tr>
|
489
|
+
<tr><td><span class="label">Superior Viaduct </span></td></tr>
|
490
|
+
<tr><td>100 FLOWERS, previously known as THE URINALS, were a power-trio who set out as a parody of punk rock and they produced this sole OUTSTANDING album of avant-punk/funk that rivals MINUTEMENT, GANG OF FOUR or A CERTAIN RATIO. Absolutely OUTSTANDING!!! </td></tr><tr><td>Available at: <span style="color:#a33; font-weight: bold;">Milwaukee Ave.</span></td></tr><tr><td ><b>New LP </b> $14.99 <form method="get" action="/index.php">
|
491
|
+
|
492
|
+
<input type="hidden" name="qry_str" value="page=1&keywords=&format=LP&cond=&store=&is_search=true&srch=Search" />
|
493
|
+
<input type="hidden" name="qty" value="2" />
|
494
|
+
<input type="hidden" name="item2add" value="6109475130" />
|
495
|
+
<input type="submit" name="action" value="buy" />
|
496
|
+
<!--
|
497
|
+
or <a href="/index.php?item2add=6109475130&action=buy">Add to cart?</a>
|
498
|
+
-->
|
499
|
+
</form>
|
500
|
+
</td>
|
501
|
+
</tr>
|
502
|
+
</table>
|
503
|
+
|
504
|
+
<hr class="lil" />
|
505
|
+
<table class="item">
|
506
|
+
<tr><td><span class="artist">101 STRINGS</span><br /><span class="title">PLAY HITS WRITTEN BY THE BEATLES </span></td>
|
507
|
+
</tr>
|
508
|
+
<tr><td><span class="label">ALSHIRE </span></td></tr>
|
509
|
+
<tr><td>Available at: <span style="color:#a33; font-weight: bold;">Broadway</span></td></tr><tr><td ><b>Used LP( Very Good Condition ) </b> $4.99 <form method="get" action="/index.php">
|
510
|
+
|
511
|
+
<input type="hidden" name="qry_str" value="page=1&keywords=&format=LP&cond=&store=&is_search=true&srch=Search" />
|
512
|
+
<input type="hidden" name="qty" value="1" />
|
513
|
+
<input type="hidden" name="item2add" value="6102617878C" />
|
514
|
+
<input type="submit" name="action" value="buy" />
|
515
|
+
<!--
|
516
|
+
or <a href="/index.php?item2add=6102617878C&action=buy">Add to cart?</a>
|
517
|
+
-->
|
518
|
+
</form>
|
519
|
+
</td>
|
520
|
+
</tr>
|
521
|
+
</table>
|
522
|
+
|
523
|
+
<hr class="lil" />
|
524
|
+
<table class="item">
|
525
|
+
<tr><td><span class="artist">101 STRINGS</span><br /><span class="title">SOUL OF ISRAEL </span></td>
|
526
|
+
</tr>
|
527
|
+
<tr><td><span class="label">Pop Used CD's </span></td></tr>
|
528
|
+
<tr><td>Available at: <span style="color:#a33; font-weight: bold;">Loop</span></td></tr><tr><td ><b>Used LP( Very Good Condition ) </b> $4.99 <form method="get" action="/index.php">
|
529
|
+
|
530
|
+
<input type="hidden" name="qry_str" value="page=1&keywords=&format=LP&cond=&store=&is_search=true&srch=Search" />
|
531
|
+
<input type="hidden" name="qty" value="1" />
|
532
|
+
<input type="hidden" name="item2add" value="6109899771C" />
|
533
|
+
<input type="submit" name="action" value="buy" />
|
534
|
+
<!--
|
535
|
+
or <a href="/index.php?item2add=6109899771C&action=buy">Add to cart?</a>
|
536
|
+
-->
|
537
|
+
</form>
|
538
|
+
</td>
|
539
|
+
</tr>
|
540
|
+
</table>
|
541
|
+
|
542
|
+
<hr class="lil" />
|
543
|
+
<table class="item">
|
544
|
+
<tr><td><span class="artist">101 STRINGS</span><br /><span class="title">SOUNDS OF TODAY </span></td>
|
545
|
+
</tr>
|
546
|
+
<tr><td><span class="label">ALSHIRE </span></td></tr>
|
547
|
+
<tr><td>ONE OF THE PSYCH CASH IN LPS FROM ALSHIRE </td></tr><tr><td>Available at: <span style="color:#a33; font-weight: bold;">Broadway</span></td></tr><tr><td ><b>Used LP( Very Good Condition ) </b> $12.99 <form method="get" action="/index.php">
|
548
|
+
|
549
|
+
<input type="hidden" name="qry_str" value="page=1&keywords=&format=LP&cond=&store=&is_search=true&srch=Search" />
|
550
|
+
<input type="hidden" name="qty" value="1" />
|
551
|
+
<input type="hidden" name="item2add" value="6106123063C" />
|
552
|
+
<input type="submit" name="action" value="buy" />
|
553
|
+
<!--
|
554
|
+
or <a href="/index.php?item2add=6106123063C&action=buy">Add to cart?</a>
|
555
|
+
-->
|
556
|
+
</form>
|
557
|
+
</td>
|
558
|
+
</tr>
|
559
|
+
</table>
|
560
|
+
|
561
|
+
<hr class="lil" />
|
562
|
+
<table class="item">
|
563
|
+
<tr><td><span class="artist">10CC</span><br /><span class="title">10CC </span></td>
|
564
|
+
</tr>
|
565
|
+
<tr><td><span class="label">UK RECORD </span></td></tr>
|
566
|
+
<tr><td>Available at: <span style="color:#a33; font-weight: bold;">Milwaukee Ave.</span></td></tr><tr><td ><b>Used LP( Very Good Condition ) </b> $6.99 <form method="get" action="/index.php">
|
567
|
+
|
568
|
+
<input type="hidden" name="qry_str" value="page=1&keywords=&format=LP&cond=&store=&is_search=true&srch=Search" />
|
569
|
+
<input type="hidden" name="qty" value="1" />
|
570
|
+
<input type="hidden" name="item2add" value="6101349055C" />
|
571
|
+
<input type="submit" name="action" value="buy" />
|
572
|
+
<!--
|
573
|
+
or <a href="/index.php?item2add=6101349055C&action=buy">Add to cart?</a>
|
574
|
+
-->
|
575
|
+
</form>
|
576
|
+
</td>
|
577
|
+
</tr>
|
578
|
+
</table>
|
579
|
+
|
580
|
+
<hr class="lil" />
|
581
|
+
<table class="item">
|
582
|
+
<tr><td><span class="artist">10CC</span><br /><span class="title">10CC </span></td>
|
583
|
+
</tr>
|
584
|
+
<tr><td><span class="label">UK RECORD </span></td></tr>
|
585
|
+
<tr><td>Available at: <span style="color:#a33; font-weight: bold;">Broadway</span></td></tr><tr><td ><b>Used LP( Good Condition ) </b> $4.99 <form method="get" action="/index.php">
|
586
|
+
|
587
|
+
<input type="hidden" name="qry_str" value="page=1&keywords=&format=LP&cond=&store=&is_search=true&srch=Search" />
|
588
|
+
<input type="hidden" name="qty" value="1" />
|
589
|
+
<input type="hidden" name="item2add" value="6101349055D" />
|
590
|
+
<input type="submit" name="action" value="buy" />
|
591
|
+
<!--
|
592
|
+
or <a href="/index.php?item2add=6101349055D&action=buy">Add to cart?</a>
|
593
|
+
-->
|
594
|
+
</form>
|
595
|
+
</td>
|
596
|
+
</tr>
|
597
|
+
</table>
|
598
|
+
|
599
|
+
<hr class="lil" />
|
600
|
+
<table class="item">
|
601
|
+
<tr><td><span class="artist">10CC</span><br /><span class="title">BLOODY TOURISTS (GATEFOLD) </span></td>
|
602
|
+
</tr>
|
603
|
+
<tr><td><span class="label">POLYDOR </span></td></tr>
|
604
|
+
<tr><td>I DON'T LIKE THIS ALBUM... I LOVE HER!!! </td></tr><tr><td>Available at: <span style="color:#a33; font-weight: bold;">Broadway</span></td></tr><tr><td ><b>Used LP( Very Good Condition ) </b> $4.99 <form method="get" action="/index.php">
|
605
|
+
|
606
|
+
<input type="hidden" name="qry_str" value="page=1&keywords=&format=LP&cond=&store=&is_search=true&srch=Search" />
|
607
|
+
<input type="hidden" name="qty" value="1" />
|
608
|
+
<input type="hidden" name="item2add" value="6105339593C" />
|
609
|
+
<input type="submit" name="action" value="buy" />
|
610
|
+
<!--
|
611
|
+
or <a href="/index.php?item2add=6105339593C&action=buy">Add to cart?</a>
|
612
|
+
-->
|
613
|
+
</form>
|
614
|
+
</td>
|
615
|
+
</tr>
|
616
|
+
</table>
|
617
|
+
|
618
|
+
<hr class="lil" />
|
619
|
+
<table class="item">
|
620
|
+
<tr><td><span class="artist">10CC</span><br /><span class="title">DECEPTIVE BENDS (GATEFOLD) </span></td>
|
621
|
+
</tr>
|
622
|
+
<tr><td><span class="label">MERCURY </span></td></tr>
|
623
|
+
<tr><td>Artwork by HIPGNOSIS! </td></tr><tr><td>Available at: <span style="color:#a33; font-weight: bold;">All Stores</span></td></tr><tr><td ><b>Used LP( Very Good Condition ) </b> $4.99 <form method="get" action="/index.php">
|
624
|
+
|
625
|
+
<input type="hidden" name="qry_str" value="page=1&keywords=&format=LP&cond=&store=&is_search=true&srch=Search" />
|
626
|
+
<input type="hidden" name="qty" value="5" />
|
627
|
+
<input type="hidden" name="item2add" value="610089226XC" />
|
628
|
+
<input type="submit" name="action" value="buy" />
|
629
|
+
<!--
|
630
|
+
or <a href="/index.php?item2add=610089226XC&action=buy">Add to cart?</a>
|
631
|
+
-->
|
632
|
+
</form>
|
633
|
+
</td>
|
634
|
+
</tr>
|
635
|
+
</table>
|
636
|
+
|
637
|
+
<hr class="lil" />
|
638
|
+
<table class="item">
|
639
|
+
<tr><td><span class="artist">10CC</span><br /><span class="title">DECEPTIVE BENDS (GATEFOLD) </span></td>
|
640
|
+
</tr>
|
641
|
+
<tr><td><span class="label">MERCURY </span></td></tr>
|
642
|
+
<tr><td>Artwork by HIPGNOSIS! </td></tr><tr><td>Available at: <span style="color:#a33; font-weight: bold;">Milwaukee Ave.</span></td></tr><tr><td ><b>Used LP( Good Condition ) </b> $4.99 <form method="get" action="/index.php">
|
643
|
+
|
644
|
+
<input type="hidden" name="qry_str" value="page=1&keywords=&format=LP&cond=&store=&is_search=true&srch=Search" />
|
645
|
+
<input type="hidden" name="qty" value="1" />
|
646
|
+
<input type="hidden" name="item2add" value="610089226XD" />
|
647
|
+
<input type="submit" name="action" value="buy" />
|
648
|
+
<!--
|
649
|
+
or <a href="/index.php?item2add=610089226XD&action=buy">Add to cart?</a>
|
650
|
+
-->
|
651
|
+
</form>
|
652
|
+
</td>
|
653
|
+
</tr>
|
654
|
+
</table>
|
655
|
+
|
656
|
+
<hr class="lil" />
|
657
|
+
<table class="item">
|
658
|
+
<tr><td><span class="artist">10CC</span><br /><span class="title">FOR YOU & I (PROMO ONLY) </span></td>
|
659
|
+
</tr>
|
660
|
+
<tr><td><span class="label">OLYDOR </span></td></tr>
|
661
|
+
<tr><td>Available at: <span style="color:#a33; font-weight: bold;">Broadway</span></td></tr><tr><td ><b>Used LP( Very Good Condition ) </b> $4.99 <form method="get" action="/index.php">
|
662
|
+
|
663
|
+
<input type="hidden" name="qry_str" value="page=1&keywords=&format=LP&cond=&store=&is_search=true&srch=Search" />
|
664
|
+
<input type="hidden" name="qty" value="1" />
|
665
|
+
<input type="hidden" name="item2add" value="6109710393C" />
|
666
|
+
<input type="submit" name="action" value="buy" />
|
667
|
+
<!--
|
668
|
+
or <a href="/index.php?item2add=6109710393C&action=buy">Add to cart?</a>
|
669
|
+
-->
|
670
|
+
</form>
|
671
|
+
</td>
|
672
|
+
</tr>
|
673
|
+
</table>
|
674
|
+
|
675
|
+
<hr class="lil" />
|
676
|
+
<table class="item">
|
677
|
+
<tr><td><span class="artist">10CC</span><br /><span class="title">GREATEST HITS 1972-1978 </span></td>
|
678
|
+
</tr>
|
679
|
+
<tr><td><span class="label">POLYDOR </span></td></tr>
|
680
|
+
<tr><td>RUBBER BULLETS! SILLY LOVE SONGS! I'M NOT IN LOVE! </td></tr><tr><td>Available at: <span style="color:#a33; font-weight: bold;">Broadway</span></td></tr><tr><td ><b>Used LP( Very Good Condition ) </b> $4.99 <form method="get" action="/index.php">
|
681
|
+
|
682
|
+
<input type="hidden" name="qry_str" value="page=1&keywords=&format=LP&cond=&store=&is_search=true&srch=Search" />
|
683
|
+
<input type="hidden" name="qty" value="1" />
|
684
|
+
<input type="hidden" name="item2add" value="6100728818C" />
|
685
|
+
<input type="submit" name="action" value="buy" />
|
686
|
+
<!--
|
687
|
+
or <a href="/index.php?item2add=6100728818C&action=buy">Add to cart?</a>
|
688
|
+
-->
|
689
|
+
</form>
|
690
|
+
</td>
|
691
|
+
</tr>
|
692
|
+
</table>
|
693
|
+
|
694
|
+
<hr class="lil" />
|
695
|
+
<table class="item">
|
696
|
+
<tr><td><span class="artist">10CC</span><br /><span class="title">HOW DARE YOU! (GATEFOLD) </span></td>
|
697
|
+
</tr>
|
698
|
+
<tr><td><span class="label">MERCURY </span></td></tr>
|
699
|
+
<tr><td>Available at: <span style="color:#a33; font-weight: bold;">Broadway and Milwaukee Ave.</span></td></tr><tr><td ><b>Used LP( Very Good Condition ) </b> $4.99 <form method="get" action="/index.php">
|
700
|
+
|
701
|
+
<input type="hidden" name="qry_str" value="page=1&keywords=&format=LP&cond=&store=&is_search=true&srch=Search" />
|
702
|
+
<input type="hidden" name="qty" value="3" />
|
703
|
+
<input type="hidden" name="item2add" value="6500727010C" />
|
704
|
+
<input type="submit" name="action" value="buy" />
|
705
|
+
<!--
|
706
|
+
or <a href="/index.php?item2add=6500727010C&action=buy">Add to cart?</a>
|
707
|
+
-->
|
708
|
+
</form>
|
709
|
+
</td>
|
710
|
+
</tr>
|
711
|
+
</table>
|
712
|
+
|
713
|
+
<hr class="lil" />
|
714
|
+
<table class="item">
|
715
|
+
<tr><td><span class="artist">10CC</span><br /><span class="title">HOW DARE YOU! (GATEFOLD) </span></td>
|
716
|
+
</tr>
|
717
|
+
<tr><td><span class="label">MERCURY </span></td></tr>
|
718
|
+
<tr><td>Available at: <span style="color:#a33; font-weight: bold;">Milwaukee Ave.</span></td></tr><tr><td ><b>Used LP( Good Condition ) </b> $4.99 <form method="get" action="/index.php">
|
719
|
+
|
720
|
+
<input type="hidden" name="qry_str" value="page=1&keywords=&format=LP&cond=&store=&is_search=true&srch=Search" />
|
721
|
+
<input type="hidden" name="qty" value="1" />
|
722
|
+
<input type="hidden" name="item2add" value="6500727010D" />
|
723
|
+
<input type="submit" name="action" value="buy" />
|
724
|
+
<!--
|
725
|
+
or <a href="/index.php?item2add=6500727010D&action=buy">Add to cart?</a>
|
726
|
+
-->
|
727
|
+
</form>
|
728
|
+
</td>
|
729
|
+
</tr>
|
730
|
+
</table>
|
731
|
+
|
732
|
+
<hr class="lil" />
|
733
|
+
<table class="item">
|
734
|
+
<tr><td><span class="artist">10CC</span><br /><span class="title">LIVE & LET LIVE (2LP, GATEFOLD) </span></td>
|
735
|
+
</tr>
|
736
|
+
<tr><td><span class="label">MERCURY </span></td></tr>
|
737
|
+
<tr><td>Available at: <span style="color:#a33; font-weight: bold;">Milwaukee Ave.</span></td></tr><tr><td ><b>Used LP( Near Mint Condition ) </b> $4.99 <form method="get" action="/index.php">
|
738
|
+
|
739
|
+
<input type="hidden" name="qry_str" value="page=1&keywords=&format=LP&cond=&store=&is_search=true&srch=Search" />
|
740
|
+
<input type="hidden" name="qty" value="1" />
|
741
|
+
<input type="hidden" name="item2add" value="6103378842B" />
|
742
|
+
<input type="submit" name="action" value="buy" />
|
743
|
+
<!--
|
744
|
+
or <a href="/index.php?item2add=6103378842B&action=buy">Add to cart?</a>
|
745
|
+
-->
|
746
|
+
</form>
|
747
|
+
</td>
|
748
|
+
</tr>
|
749
|
+
</table>
|
750
|
+
|
751
|
+
<hr class="lil" />
|
752
|
+
<table class="item">
|
753
|
+
<tr><td><span class="artist">10CC</span><br /><span class="title">LIVE & LET LIVE (2LP, GATEFOLD) </span></td>
|
754
|
+
</tr>
|
755
|
+
<tr><td><span class="label">MERCURY </span></td></tr>
|
756
|
+
<tr><td>Available at: <span style="color:#a33; font-weight: bold;">Broadway and Loop</span></td></tr><tr><td ><b>Used LP( Very Good Condition ) </b> $4.99 <form method="get" action="/index.php">
|
757
|
+
|
758
|
+
<input type="hidden" name="qry_str" value="page=1&keywords=&format=LP&cond=&store=&is_search=true&srch=Search" />
|
759
|
+
<input type="hidden" name="qty" value="2" />
|
760
|
+
<input type="hidden" name="item2add" value="6103378842C" />
|
761
|
+
<input type="submit" name="action" value="buy" />
|
762
|
+
<!--
|
763
|
+
or <a href="/index.php?item2add=6103378842C&action=buy">Add to cart?</a>
|
764
|
+
-->
|
765
|
+
</form>
|
766
|
+
</td>
|
767
|
+
</tr>
|
768
|
+
</table>
|
769
|
+
|
770
|
+
<hr class="lil" />
|
771
|
+
<table class="item">
|
772
|
+
<tr><td><span class="artist">10CC</span><br /><span class="title">LOOK HEAR? </span></td>
|
773
|
+
</tr>
|
774
|
+
<tr><td><span class="label">WARNER BRO</span></td></tr>
|
775
|
+
<tr><td>HIPGNOSIS COVER! </td></tr><tr><td>Available at: <span style="color:#a33; font-weight: bold;">Milwaukee Ave.</span></td></tr><tr><td ><b>Used LP( Near Mint Condition ) </b> $4.99 <form method="get" action="/index.php">
|
776
|
+
|
777
|
+
<input type="hidden" name="qry_str" value="page=1&keywords=&format=LP&cond=&store=&is_search=true&srch=Search" />
|
778
|
+
<input type="hidden" name="qty" value="1" />
|
779
|
+
<input type="hidden" name="item2add" value="6100811316B" />
|
780
|
+
<input type="submit" name="action" value="buy" />
|
781
|
+
<!--
|
782
|
+
or <a href="/index.php?item2add=6100811316B&action=buy">Add to cart?</a>
|
783
|
+
-->
|
784
|
+
</form>
|
785
|
+
</td>
|
786
|
+
</tr>
|
787
|
+
</table>
|
788
|
+
|
789
|
+
<hr class="lil" />
|
790
|
+
<table class="item">
|
791
|
+
<tr><td><span class="artist">10CC</span><br /><span class="title">ORIGINAL SOUNDTRACK (GATEFOLD) </span></td>
|
792
|
+
</tr>
|
793
|
+
<tr><td><span class="label">MERCURY </span></td></tr>
|
794
|
+
<tr><td> With the 70's superhit, "I'm not in love" </td></tr><tr><td>Available at: <span style="color:#a33; font-weight: bold;">All Stores</span></td></tr><tr><td ><b>Used LP( Very Good Condition ) </b> $4.99 <form method="get" action="/index.php">
|
795
|
+
|
796
|
+
<input type="hidden" name="qry_str" value="page=1&keywords=&format=LP&cond=&store=&is_search=true&srch=Search" />
|
797
|
+
<input type="hidden" name="qty" value="5" />
|
798
|
+
<input type="hidden" name="item2add" value="6100711664C" />
|
799
|
+
<input type="submit" name="action" value="buy" />
|
800
|
+
<!--
|
801
|
+
or <a href="/index.php?item2add=6100711664C&action=buy">Add to cart?</a>
|
802
|
+
-->
|
803
|
+
</form>
|
804
|
+
</td>
|
805
|
+
</tr>
|
806
|
+
</table>
|
807
|
+
|
808
|
+
<hr class="lil" />
|
809
|
+
<table class="item">
|
810
|
+
<tr><td><span class="artist">10CC</span><br /><span class="title">ORIGINAL SOUNDTRACK (GATEFOLD) </span></td>
|
811
|
+
</tr>
|
812
|
+
<tr><td><span class="label">MERCURY </span></td></tr>
|
813
|
+
<tr><td> With the 70's superhit, "I'm not in love" </td></tr><tr><td>Available at: <span style="color:#a33; font-weight: bold;">Broadway</span></td></tr><tr><td ><b>Used LP( Good Condition ) </b> $4.99 <form method="get" action="/index.php">
|
814
|
+
|
815
|
+
<input type="hidden" name="qry_str" value="page=1&keywords=&format=LP&cond=&store=&is_search=true&srch=Search" />
|
816
|
+
<input type="hidden" name="qty" value="1" />
|
817
|
+
<input type="hidden" name="item2add" value="6100711664D" />
|
818
|
+
<input type="submit" name="action" value="buy" />
|
819
|
+
<!--
|
820
|
+
or <a href="/index.php?item2add=6100711664D&action=buy">Add to cart?</a>
|
821
|
+
-->
|
822
|
+
</form>
|
823
|
+
</td>
|
824
|
+
</tr>
|
825
|
+
</table>
|
826
|
+
|
827
|
+
<hr class="lil" />
|
828
|
+
<table class="item">
|
829
|
+
<tr><td><span class="artist">10CC</span><br /><span class="title">SHEET MUSIC </span></td>
|
830
|
+
</tr>
|
831
|
+
<tr><td><span class="label">LONDON UK </span></td></tr>
|
832
|
+
<tr><td> J DILLA SAMPLED !!!!!!!!!!!!!!!!!! </td></tr><tr><td>Available at: <span style="color:#a33; font-weight: bold;">Broadway</span></td></tr><tr><td ><b>Used LP( Good Condition ) </b> $4.99 <form method="get" action="/index.php">
|
833
|
+
|
834
|
+
<input type="hidden" name="qry_str" value="page=1&keywords=&format=LP&cond=&store=&is_search=true&srch=Search" />
|
835
|
+
<input type="hidden" name="qty" value="1" />
|
836
|
+
<input type="hidden" name="item2add" value="6500614186D" />
|
837
|
+
<input type="submit" name="action" value="buy" />
|
838
|
+
<!--
|
839
|
+
or <a href="/index.php?item2add=6500614186D&action=buy">Add to cart?</a>
|
840
|
+
-->
|
841
|
+
</form>
|
842
|
+
</td>
|
843
|
+
</tr>
|
844
|
+
</table>
|
845
|
+
|
846
|
+
<hr class="lil" />
|
847
|
+
<table class="item">
|
848
|
+
<tr><td><span class="artist">10CC</span><br /><span class="title">TEN OUT OF 10 </span></td>
|
849
|
+
</tr>
|
850
|
+
<tr><td><span class="label">WARNER </span></td></tr>
|
851
|
+
<tr><td>Available at: <span style="color:#a33; font-weight: bold;">Milwaukee Ave.</span></td></tr><tr><td ><b>Used LP( Near Mint Condition ) </b> $4.99 <form method="get" action="/index.php">
|
852
|
+
|
853
|
+
<input type="hidden" name="qry_str" value="page=1&keywords=&format=LP&cond=&store=&is_search=true&srch=Search" />
|
854
|
+
<input type="hidden" name="qty" value="1" />
|
855
|
+
<input type="hidden" name="item2add" value="6107108785B" />
|
856
|
+
<input type="submit" name="action" value="buy" />
|
857
|
+
<!--
|
858
|
+
or <a href="/index.php?item2add=6107108785B&action=buy">Add to cart?</a>
|
859
|
+
-->
|
860
|
+
</form>
|
861
|
+
</td>
|
862
|
+
</tr>
|
863
|
+
</table>
|
864
|
+
|
865
|
+
<hr class="lil" />
|
866
|
+
<table class="item">
|
867
|
+
<tr><td><span class="artist">13 & GOD</span><br /><span class="title">OWN YOUR GHOST (W/DOWNLOAD) </span></td>
|
868
|
+
</tr>
|
869
|
+
<tr><td><span class="label">Anticon </span></td></tr>
|
870
|
+
<tr><td>13 AND GOD is a collaboration between German band NOTWIST and ANTICON rap duo THEMSELVES. </td></tr><tr><td>Available at: <span style="color:#a33; font-weight: bold;">Loop</span></td></tr><tr><td ><b>New LP </b> $15.99 <form method="get" action="/index.php">
|
871
|
+
|
872
|
+
<input type="hidden" name="qry_str" value="page=1&keywords=&format=LP&cond=&store=&is_search=true&srch=Search" />
|
873
|
+
<input type="hidden" name="qty" value="1" />
|
874
|
+
<input type="hidden" name="item2add" value="6024955839" />
|
875
|
+
<input type="submit" name="action" value="buy" />
|
876
|
+
<!--
|
877
|
+
or <a href="/index.php?item2add=6024955839&action=buy">Add to cart?</a>
|
878
|
+
-->
|
879
|
+
</form>
|
880
|
+
</td>
|
881
|
+
</tr>
|
882
|
+
</table>
|
883
|
+
|
884
|
+
<hr class="lil" />
|
885
|
+
<table class="item">
|
886
|
+
<tr><td><span class="artist">1349'</span><br /><span class="title">HELLFIRE (IMP, 2LPS) </span></td>
|
887
|
+
</tr>
|
888
|
+
<tr><td><span class="label">BACKONBL </span></td></tr>
|
889
|
+
<tr><td>Besides being really f*cking heavy, these guys play really really fast PLUS these evil Norwegians still wear corpse paint. If you like your metal fast, say MARDUK & DEICIDE fast then you'll dig this. This record is pretty amazing. </td></tr><tr><td>Available at: <span style="color:#a33; font-weight: bold;">Broadway</span></td></tr><tr><td ><b>Used LP( Very Good Condition ) </b> $14.99 <form method="get" action="/index.php">
|
890
|
+
|
891
|
+
<input type="hidden" name="qry_str" value="page=1&keywords=&format=LP&cond=&store=&is_search=true&srch=Search" />
|
892
|
+
<input type="hidden" name="qty" value="1" />
|
893
|
+
<input type="hidden" name="item2add" value="6107307095C" />
|
894
|
+
<input type="submit" name="action" value="buy" />
|
895
|
+
<!--
|
896
|
+
or <a href="/index.php?item2add=6107307095C&action=buy">Add to cart?</a>
|
897
|
+
-->
|
898
|
+
</form>
|
899
|
+
</td>
|
900
|
+
</tr>
|
901
|
+
</table>
|
902
|
+
|
903
|
+
<hr class="lil" />
|
904
|
+
<table class="item">
|
905
|
+
<tr><td><span class="artist">1349'</span><br /><span class="title">LIBERATION (IMP, REISSUE) LTD TO 666</span></td>
|
906
|
+
</tr>
|
907
|
+
<tr><td><span class="label">APOCALPTIC</span></td></tr>
|
908
|
+
<tr><td>Available at: <span style="color:#a33; font-weight: bold;">Milwaukee Ave.</span></td></tr><tr><td ><b>Used LP( Very Good Condition ) </b> $24.99 <form method="get" action="/index.php">
|
909
|
+
|
910
|
+
<input type="hidden" name="qry_str" value="page=1&keywords=&format=LP&cond=&store=&is_search=true&srch=Search" />
|
911
|
+
<input type="hidden" name="qty" value="1" />
|
912
|
+
<input type="hidden" name="item2add" value="6109757039C" />
|
913
|
+
<input type="submit" name="action" value="buy" />
|
914
|
+
<!--
|
915
|
+
or <a href="/index.php?item2add=6109757039C&action=buy">Add to cart?</a>
|
916
|
+
-->
|
917
|
+
</form>
|
918
|
+
</td>
|
919
|
+
</tr>
|
920
|
+
</table>
|
921
|
+
|
922
|
+
<hr class="lil" /><div style="text-align: center;"><b>33515 found.</b> This is page 1 of 1118<br/>[ 1 ] [ <a href="/index.php?page=2&keywords=&format=LP&cond=&store=&is_search=true&srch=Search">2</a> ] [ <a href="/index.php?page=3&keywords=&format=LP&cond=&store=&is_search=true&srch=Search">3</a> ] [ <a href="/index.php?page=4&keywords=&format=LP&cond=&store=&is_search=true&srch=Search">4</a> ] [ <a href="/index.php?page=5&keywords=&format=LP&cond=&store=&is_search=true&srch=Search">5</a> ] [ <a href="/index.php?page=6&keywords=&format=LP&cond=&store=&is_search=true&srch=Search">6</a> ] [ <a href="/index.php?page=2&keywords=&format=LP&cond=&store=&is_search=true&srch=Search">next</a> ] </div> </td>
|
923
|
+
</tr>
|
924
|
+
<!-- FOOTER -->
|
925
|
+
<tr>
|
926
|
+
<td colspan="2" class="footer">
|
927
|
+
<!-- promo banner
|
928
|
+
<a href="http://www.reckless.com/goa.php" >
|
929
|
+
<img src="http://www.reckless.com/grimeys728x90.jpg" border="0">
|
930
|
+
</a>
|
931
|
+
-->
|
932
|
+
<br />
|
933
|
+
<b>
|
934
|
+
Reckless Records in Chicago:<br />
|
935
|
+
3126 N. Broadway, Chicago IL 60657 :: phone: 773-404-5080<br />
|
936
|
+
1532 N Milwaukee Ave, Chicago IL 60622 :: phone: 773-235-3727<br />
|
937
|
+
26 E. Madison, Chicago IL 60602 :: phone: 312-795-0878<br />
|
938
|
+
</b>
|
939
|
+
|
940
|
+
</td>
|
941
|
+
</tr>
|
942
|
+
<tr>
|
943
|
+
<td colspan="2" class="footer">
|
944
|
+
© 2011 Reckless Records of London, Inc.
|
945
|
+
</td>
|
946
|
+
</tr>
|
947
|
+
</table>
|
948
|
+
<script type="text/javascript">
|
949
|
+
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
|
950
|
+
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
|
951
|
+
</script>
|
952
|
+
<script type="text/javascript">
|
953
|
+
try {
|
954
|
+
var pageTracker = _gat._getTracker("UA-12803074-1");
|
955
|
+
pageTracker._trackPageview();
|
956
|
+
} catch(err) {}</script>
|
957
|
+
</body>
|
958
|
+
</html>
|