olek-libcraigscrape 1.0.1

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.
Files changed (70) hide show
  1. data/CHANGELOG +94 -0
  2. data/COPYING +674 -0
  3. data/COPYING.LESSER +165 -0
  4. data/README +89 -0
  5. data/Rakefile +125 -0
  6. data/bin/craig_report_schema.yml +68 -0
  7. data/bin/craigwatch +581 -0
  8. data/bin/report_mailer/craigslist_report.html.erb +17 -0
  9. data/bin/report_mailer/craigslist_report.plain.erb +18 -0
  10. data/lib/geo_listings.rb +144 -0
  11. data/lib/libcraigscrape.rb +217 -0
  12. data/lib/listings.rb +160 -0
  13. data/lib/posting.rb +324 -0
  14. data/lib/scraper.rb +212 -0
  15. data/test/geolisting_samples/geo_listing_ca070209.html +76 -0
  16. data/test/geolisting_samples/geo_listing_ca_sk070209.html +31 -0
  17. data/test/geolisting_samples/geo_listing_cn070209.html +35 -0
  18. data/test/geolisting_samples/geo_listing_us070209.html +355 -0
  19. data/test/geolisting_samples/hierarchy_test071009/index.html +31 -0
  20. data/test/geolisting_samples/hierarchy_test071009/us/fl/ft%20myers%20%5C/%20SW%20florida/index.html +46 -0
  21. data/test/geolisting_samples/hierarchy_test071009/us/fl/ft%20myers%20%5C/index.html +46 -0
  22. data/test/geolisting_samples/hierarchy_test071009/us/fl/index.html +46 -0
  23. data/test/geolisting_samples/hierarchy_test071009/us/fl/miami/index.html +46 -0
  24. data/test/geolisting_samples/hierarchy_test071009/us/fl/miami/nonsense/index.html +46 -0
  25. data/test/geolisting_samples/hierarchy_test071009/us/fl/miami/nonsense/more-nonsense/index.html +46 -0
  26. data/test/geolisting_samples/hierarchy_test071009/us/fl/nonexist/index.html +46 -0
  27. data/test/geolisting_samples/hierarchy_test071009/us/fl/nonsense/index.html +46 -0
  28. data/test/geolisting_samples/hierarchy_test071009/us/fl/south%20florida/index.html +46 -0
  29. data/test/geolisting_samples/hierarchy_test071009/us/index.html +355 -0
  30. data/test/google.html +8 -0
  31. data/test/libcraigscrape_test_helpers.rb +37 -0
  32. data/test/listing_samples/category_output.html +231 -0
  33. data/test/listing_samples/category_output_2.html +217 -0
  34. data/test/listing_samples/empty_listings.html +128 -0
  35. data/test/listing_samples/fortmyers_art_index.060909/1046596324.html +93 -0
  36. data/test/listing_samples/fortmyers_art_index.060909/1053085283.html +92 -0
  37. data/test/listing_samples/fortmyers_art_index.060909/1112522674.html +89 -0
  38. data/test/listing_samples/fortmyers_art_index.060909/823516079.html +92 -0
  39. data/test/listing_samples/fortmyers_art_index.060909/825684735.html +89 -0
  40. data/test/listing_samples/fortmyers_art_index.060909/891513957.html +94 -0
  41. data/test/listing_samples/fortmyers_art_index.060909/897549505.html +99 -0
  42. data/test/listing_samples/fortmyers_art_index.060909/960826026.html +89 -0
  43. data/test/listing_samples/fortmyers_art_index.060909/993256300.html +89 -0
  44. data/test/listing_samples/fortmyers_art_index.060909/fortmyers_art_index500.060909.html +237 -0
  45. data/test/listing_samples/fortmyers_art_index.060909/fortmyers_art_index600.060909.html +132 -0
  46. data/test/listing_samples/long_search_output.html +137 -0
  47. data/test/listing_samples/mia_fua_index8900.5.21.09.html +226 -0
  48. data/test/listing_samples/mia_search_kitten.3.15.10.html +149 -0
  49. data/test/listing_samples/miami_search_sss_rack.6.18.09/miami_search_sss_rack1000.6.18.09.html +144 -0
  50. data/test/listing_samples/miami_search_sss_rack.6.18.09/miami_search_sss_rack900.6.18.09.html +146 -0
  51. data/test/listing_samples/new_listing_span.4.17.10.html +769 -0
  52. data/test/listing_samples/short_search_output.html +133 -0
  53. data/test/post_samples/1207457727.html +92 -0
  54. data/test/post_samples/brw_reb_1224008903.html +101 -0
  55. data/test/post_samples/posting0.html +91 -0
  56. data/test/post_samples/posting1.html +106 -0
  57. data/test/post_samples/posting1796890756-061710.html +2318 -0
  58. data/test/post_samples/posting1808219423.html +2473 -0
  59. data/test/post_samples/posting1938291834-090610.html +188 -0
  60. data/test/post_samples/posting2.html +107 -0
  61. data/test/post_samples/posting3.html +92 -0
  62. data/test/post_samples/posting4.html +993 -0
  63. data/test/post_samples/posting5.html +38 -0
  64. data/test/post_samples/sfbay_art_1223614914.html +94 -0
  65. data/test/post_samples/this_post_has_been_deleted_by_its_author.html +37 -0
  66. data/test/post_samples/this_post_has_expired.html +48 -0
  67. data/test/test_craigslist_geolisting.rb +521 -0
  68. data/test/test_craigslist_listing.rb +362 -0
  69. data/test/test_craigslist_posting.rb +426 -0
  70. metadata +273 -0
@@ -0,0 +1,217 @@
1
+ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2
+ <html><head>
3
+ <title>south florida apts/housing for rent classifieds - craigslist</title>
4
+
5
+ <meta name="description" content="craigslist apts/housing for rent classifieds for south florida ">
6
+ <meta name="keywords" content="south florida apts/housing for rent craigslist, classifieds, want ads ">
7
+
8
+
9
+
10
+ <link rel=alternate type="application/rss+xml" href="index.rss" title="RSS feed for craigslist | apts/housing for rent in south florida ">
11
+ <link rel="stylesheet" title="craigslist" href="http://www.craigslist.org/styles/craigslist.css" type="text/css" media="all">
12
+ </head>
13
+
14
+ <body class="toc">
15
+
16
+ <a name="top"></a>
17
+
18
+ <div class="bchead"><span id="ef">
19
+
20
+ [ <a href="http://www.craigslist.org/about/help/">help</a> ]
21
+ [ <a href="https://post.craigslist.org/mia/H">post</a> ]</span>
22
+
23
+ <a href="/"> south florida craigslist</a> &gt; <a href="/apa/">apts/housing for rent</a><div id="satabs"> <b>all south florida</b> <a href="/mdc/apa/">miami / dade</a> <a href="/brw/apa/">broward county</a> <a href="/pbc/apa/">palm beach co</a> </div>
24
+ </div>
25
+
26
+ <blockquote>
27
+ <form action="/search/apa" method="get" onsubmit="ckCAbb();">
28
+
29
+ <script type="text/javascript"><!--
30
+ function ckCAbb() {
31
+ t = document.getElementById("cAbb");
32
+ if (t.value == "apa") { t.disabled = true; }
33
+ }
34
+ -->
35
+ </script>
36
+
37
+ <table width="95%" cellpadding="2" style="white-space: nowrap; background:#eee; border:1px solid gray;" summary="">
38
+ <tr>
39
+ <td align="right" width="1">search for:</td>
40
+ <td width="30%"><input id="query" name="query" size="30" value=""> in:
41
+ <select id="cAbb" name="catAbbreviation">
42
+ <option value="ccc">all community<option value="eee">all event<option value="sss">all for sale / wanted<option value="ggg">all gigs<option value="hhh">all housing<option disabled value="">--<option value="hsw"> all housing wanted
43
+ <option value="hou"> apts wanted
44
+ <option value="apa" selected> apts/housing for rent
45
+ <option value="swp"> housing swap
46
+ <option value="off"> office &amp; commercial
47
+ <option value="prk"> parking &amp; storage
48
+ <option value="rea"> real estate - all
49
+ <option value="reb"> real estate - by broker
50
+ <option value="reo"> real estate - by owner
51
+ <option value="rew"> real estate wanted
52
+ <option value="roo"> rooms &amp; shares
53
+ <option value="sha"> rooms wanted
54
+ <option value="sbw"> sublet/temp wanted
55
+ <option value="sub"> sublets &amp; temporary
56
+ <option value="vac"> vacation rentals
57
+ <option disabled value="">--<option value="jjj">all jobs<option value="ppp">all personals<option value="res">all resume<option value="bbb">all services offered</select>
58
+ <input type="submit" value="Search">
59
+ </td><td>
60
+ <label><input type="checkbox" name="srchType" value="T"
61
+ title="check this box to search only posting titles"> only search titles</label>
62
+ </td>
63
+ </tr>
64
+
65
+ <tr>
66
+ <td align="right" width="1">rent:</td>
67
+ <td><input name="minAsk" size="6" value="min" onfocus="value=''">&nbsp;<input name="maxAsk" size="6" value="max" onfocus="value=''">&nbsp;&nbsp;&nbsp;<select name="bedrooms">
68
+ <option value="">0+ BR
69
+ <option value="1">1 BR
70
+ <option value="2">2 BR
71
+ <option value="3">3 BR
72
+ <option value="4">4 BR
73
+ <option value="5">5 BR
74
+ <option value="6">6 BR
75
+ <option value="7">7 BR
76
+ <option value="8">8 BR
77
+ </select>
78
+ &nbsp;&nbsp;&nbsp;
79
+ <label><input type="checkbox" name="addTwo" value="purrr">cats</label>
80
+ <label><input type="checkbox" name="addThree" value="wooof">dogs</label>
81
+ </td>
82
+ <td align="left"><label><input type="checkbox" name="hasPic" value="1"> has image</label></td>
83
+ </tr></table></form></blockquote><span id="showPics"></span><span id="hidePics"></span>
84
+
85
+ <blockquote>
86
+ <table width="95%" summary="">
87
+ <tr>
88
+ <td valign="top">[ Sun, 19 Apr 18:58:22 ]</td>
89
+ <td valign="top" id="messages"><span class="hl"> [ <a href="http://www.ftc.gov/bcp/edu/pubs/consumer/credit/cre34.shtm">free credit reports</a> ] </span> <span class="hl"> [ <a href="/about/FHA">stating a discriminatory preference in a housing post is illegal</a> ] </span> <span class="hl"> [ <a href="/forums/?forumID=6">housing forum</a> ]</span> <span class="hl"> [ <b><a href="/about/safety">PERSONAL SAFETY TIPS</a></b> ] </span> <span class="hl"> [ <b><a href="/about/scams">AVOIDING SCAMS &amp; FRAUD</a></b> ] </span> <span class="hl"> [<a href="/cgi-bin/success.stories.cgi">success story?</a>]</span> </td>
90
+ </tr>
91
+ </table>
92
+
93
+ <h4>Sun Apr 19</h4>
94
+ <p><a href="/brw/apa/1129196334.html">$800 / 1br - COTTAGE FOR RENT ALL UTILITIES INCLUDED -</a><font size="-1"> (Dania Beach)</font> <span class="p"> pic</span></p>
95
+ <p><a href="/mdc/apa/1129921010.html">Design Place- Suburban Living in the Heart of Miami $900/month -</a> <span class="p"> img</span></p>
96
+ <p><a href="/pbc/apa/1129920501.html">$1650 / 3br - BEAUTIFUL HOME, HAS A LARGE FAMILY ROOM, WASHER AND DRYER UPSTAIRS, SE -</a><font size="-1"> (West Palm Beach)</font> <span class="p"> img</span></p>
97
+ <p><a href="/mdc/apa/1129920474.html">$1855 / 2br - &#9830;&#9830;&#9830; ONE MIAMI BEST UNIT AT THE BEST PRICE&#9830;&#9830;&#9830; -</a><font size="-1"> (****BEST of DOWNTOWN !!!!!!!!)</font> <span class="p"> pic&nbsp;img</span></p>
98
+ <p><a href="/mdc/apa/1129919993.html">$1750 / 2br - 500 Brickell Super large unit hurry call now 786-478-8180 -</a><font size="-1"> (Brickell)</font> <span class="p"> pic</span></p>
99
+ <p><a href="/brw/apa/1129919934.html">$1156 / 2br - #202 APARTMENT! WATER VIEWS! RESORT STYLE Setting! SPACIOUS! 1-3BR's!! -</a><font size="-1"> (PLANTATION)</font> <span class="p"> pic&nbsp;img</span></p>
100
+ <p><a href="/mdc/apa/1129919881.html">$2100 / 3br - Amazing Ocean Views -</a><font size="-1"> (Miami)</font> <span class="p"> img</span></p>
101
+ <p><a href="/pbc/apa/1129919454.html">$1575 / 3br - WEST INDIES STYLE, BEAUTIFUL 3/2 SINGLE FAMILY HOME ON GOLF COURSE, WO -</a><font size="-1"> (West Palm Beach)</font> <span class="p"> img</span></p>
102
+ <p><a href="/mdc/apa/1129919314.html">$1465 Icon Brickell 674 Sq. Ft. See Now 786-877-6201 -</a><font size="-1"> (Brickell)</font> <span class="p"> pic</span></p>
103
+ <p><a href="/brw/apa/1129919234.html">$2150 / 3br - AND 2 FULL BATH -</a><font size="-1"> (WESTON)</font> <span class="p"> pic</span></p>
104
+ <p><a href="/mdc/apa/1129918595.html">$1790 / 2br - Plaza Brickell Only First Month and Security 786-877-6201 -</a><font size="-1"> (Brickell)</font> <span class="p"> pic</span></p>
105
+ <p><a href="/brw/apa/1129918478.html">$1170 / 2br - 2 BEDROOM, W/ATTACHED GARAGE(SAWGRASS MALL AREA) -</a><font size="-1"> (SUNRISE.)</font> <span class="p"> pic&nbsp;img</span></p>
106
+ <p><a href="/mdc/apa/1129918403.html">$850 / 2br - &#9658;&#9658;&#9658;EXCELLENT LAYOUT WITH LAKE VIEW. SPACIOUS AND BRIGHT!! -</a><font size="-1"> (Miami/ Homestead)</font> <span class="p"> pic</span></p>
107
+ <p><a href="/pbc/apa/1129918408.html">$1250 / 3br - Luxurious condo for rent. Immaculate condition. Corner unit! Stainless -</a><font size="-1"> (West Palm Beach)</font> <span class="p"> img</span></p>
108
+ <p><a href="/pbc/apa/1129917353.html">$1675 / 3br - Available fully FURNISHED or UNFURNISHED. Single family home featuring -</a><font size="-1"> (West Palm Beach)</font> <span class="p"> img</span></p>
109
+ <p><a href="/brw/apa/1129917169.html">$1350 / 3br - Single Family / Car Port &amp; Lg Fenced Yard -</a><font size="-1"> (Ft Laudrdale)</font></p>
110
+ <p><a href="/mdc/apa/1129916828.html">$1300 / 2br - 2 Bd. - 1 Bath - FIU - Fontainbleu area -</a><font size="-1"> (210 West Park Drive, Unit 104, Miami, FL)</font> <span class="p"> pic</span></p>
111
+ <p><a href="/brw/apa/1129916376.html">$1331 / 2br - #192 APARTMENT! VAULTED CEILINGS! TOP AMENITIES! WATER VIEWS! 1-2BR's! -</a><font size="-1"> (PLANTATION)</font> <span class="p"> pic&nbsp;img</span></p>
112
+ <p><a href="/pbc/apa/1129916005.html">$1700 / 3br - Palm Beach lifestyle at a fraction of the cost! Pristine, newly renova -</a><font size="-1"> (West Palm Beach)</font> <span class="p"> img</span></p>
113
+ <p><a href="/brw/apa/1129915905.html">$1150 / 2br - 2/1 CUTE HOUSE all new with huge fenced yard -</a><font size="-1"> (ft laduerdale)</font> <span class="p"> pic</span></p>
114
+ <p><a href="/mdc/apa/1129915710.html">$550 Nice Efficiency In North Miami Beach/Key Stone Point!!!! -</a><font size="-1"> (North Miami Beach)</font></p>
115
+ <p><a href="/mdc/apa/1129915721.html">$1300 / 2br - LOW PRICE, TWO BEDROOMS -</a><font size="-1"> (Miami)</font> <span class="p"> img</span></p>
116
+ <p><a href="/mdc/apa/1129915564.html">$800 / 2br - &#9658;&#9658;&#9658; 2/BEDROOM 2/BATH CONDO FOR RENT IN SUNRISE CONDO READY IMM -</a><font size="-1"> (Miami/ Homestead)</font> <span class="p"> pic</span></p>
117
+ <p><a href="/mdc/apa/1129911540.html">$2200 / 3br - LARGE HOUSE ON CANAL NR UNIVERSITY -</a><font size="-1"> (SOUTH MIAMI)</font> <span class="p"> pic</span></p>
118
+ <p><a href="/mdc/apa/1129915217.html">$1325 / 1br - ****Step into a world of luxury PLAZA BRICKELL** 786-478-8180 -</a><font size="-1"> (Brickell)</font> <span class="p"> pic</span></p>
119
+ <p><a href="/brw/apa/1129914921.html">$2195 / 4br - AND 2 FULL BATH -</a><font size="-1"> (HOLLYWOOD)</font> <span class="p"> pic</span></p>
120
+ <p><a href="/pbc/apa/1129914879.html">$1600 / 3br - Fully upgraded Largest 3/2 condo within steps to one of the two resort -</a><font size="-1"> (West Palm Beach)</font> <span class="p"> img</span></p>
121
+ <p><a href="/brw/apa/1129914031.html">$1750 / 3br - 3 bedroom townhome in Parkland! Low low price! -</a><font size="-1"> (Parkland Terraces)</font> <span class="p"> pic</span></p>
122
+ <p><a href="/brw/apa/1129913913.html">$1134 / 2br - #118 APARTMENT! GATED! COUNTRY CLUB Community! WATER VIEWS! 1-2BR's!!! -</a><font size="-1"> (CORAL SPRINGS - MARGATE)</font> <span class="p"> pic&nbsp;img</span></p>
123
+ <p><a href="/mdc/apa/1129913887.html">$1200 / 1br - SOPHISTICATION AND STYLE ON A BUDGET! -</a><font size="-1"> (Miami)</font> <span class="p"> img</span></p>
124
+ <p><a href="/pbc/apa/1129913820.html">$1699 / 3br - GREAT PRICE FOR THIS LARGE 3 BEDROOM/ 2BATH POOL HOME WITH ONE CAR GAR -</a><font size="-1"> (West Palm Beach)</font> <span class="p"> img</span></p>
125
+ <p><a href="/mdc/apa/1129913625.html">$795 / 2br - &#9658;&#9658;&#9658;OVERLOOKS LAKE FROM KITCHEN AND ROOMS, VERY SPACIOUS !! -</a><font size="-1"> (Miami/ Homestead)</font> <span class="p"> pic</span></p>
126
+ <p><a href="/mdc/apa/1129910454.html">$1250 / 1br - SPECTACULAR VIEW-SPACIOUS APARTMENT -</a><font size="-1"> (SUNNY ISLES BEACH)</font> <span class="p"> pic</span></p>
127
+ <p><a href="/pbc/apa/1129912772.html">$1575 / 3br - FANTASTIC 3/2 HOME ON GOLF COURSE -</a><font size="-1"> (West Palm Beach)</font> <span class="p"> img</span></p>
128
+ <p><a href="/brw/apa/1129912218.html">$1280 / 3br - 3 BEDROOM, 2 BATHROOM (Sawgrass Mall Location) -</a><font size="-1"> (SUNRISE)</font> <span class="p"> pic&nbsp;img</span></p>
129
+ <p><a href="/pbc/apa/1129911779.html">$1400 / 3br - SELLER WILL DO LEASE OPTION, LEASE PURCHASE, RENT SALE WHATEVER! BRING -</a><font size="-1"> (West Palm Beach)</font> <span class="p"> img</span></p>
130
+ <p><a href="/mdc/apa/1129911632.html">$750 / 2br - &#9658;&#9658;&#9658;LOVELY 2/2 SPACIOUS VENETIA GARDENS CONDO IN EXCELLENT COND -</a><font size="-1"> (Miami/ Homestead)</font> <span class="p"> pic</span></p>
131
+ <p><a href="/mdc/apa/1129911574.html">$1340 / 1br - THE PLAZA IN BRICKELL *** What a deal 786-478-8180 -</a><font size="-1"> (Brickell)</font> <span class="p"> pic</span></p>
132
+ <p><a href="/mdc/apa/1129911354.html">$1700 / 2br - LUXURY IN AMENITIES AND VIEWS! -</a><font size="-1"> (Miami)</font> <span class="p"> img</span></p>
133
+ <p><a href="/brw/apa/1129910835.html">$2200 / 5br - AND 3 FULL BATH -</a><font size="-1"> (MIRAMAR)</font> <span class="p"> pic</span></p>
134
+ <p><a href="/pbc/apa/1129910579.html">$1900 / 2br - FABULOUS VIEWS OF OCEAN AND INTRACOASTAL,FROM EVERY ROOM, FABULOUS P -</a><font size="-1"> (Boynton Beach)</font> <span class="p"> img</span></p>
135
+ <p><a href="/mdc/apa/1129910517.html">$1750 / 2br - ****UPTOWN MARINA LOFTS*** AVENTURA** 2beds/2baths -</a><font size="-1"> (Aventura, Biscayne, Brickell, Miami)</font> <span class="p"> img</span></p>
136
+ <p><a href="/mdc/apa/1129910482.html">$1340 / 1br - PLAZA ON BRICKELL *** What a Great deal! *** 786-478-8180 -</a><font size="-1"> (Brickell)</font> <span class="p"> pic</span></p>
137
+ <p><a href="/mdc/apa/1129910369.html">$5000 / 3br - ICON BRICKELL - 3-bed Amazing View! Call #1 at Icon 786-877-6201 -</a><font size="-1"> (Brickell)</font> <span class="p"> pic</span></p>
138
+ <p><a href="/brw/apa/1129909976.html">$1264 / 2br - #193 APARTMENT! VAULTED CEILINGS! AMAZING WATER VIEWS! 1-2BR's Avail!! -</a><font size="-1"> (CORAL SPRINGS)</font> <span class="p"> pic&nbsp;img</span></p>
139
+ <p><a href="/mdc/apa/1129909772.html">$2000 / 2br - ~~~~~~~ 2/2 with an Intracoastal View @ EVERGLADES ON THE BAY~~~~~~ -</a><font size="-1"> (Miami Bayside)</font> <span class="p"> pic</span></p>
140
+ <p><a href="/pbc/apa/1129909316.html">$2100 / 3br - Immaculate townhouse in gated community. Georgous Mediterranean 3 bedr -</a><font size="-1"> (Boynton Beach)</font> <span class="p"> img</span></p>
141
+ <p><a href="/mdc/apa/1129909022.html">$430 room for rent ( around mdc, stu, and barry) -</a><font size="-1"> (151st and 27th ave)</font></p>
142
+ <p><a href="/mdc/apa/1129908898.html">$2000 / 3br - RESORT STYLE LIFE IN URBAN DOWNTOWN!! -</a><font size="-1"> (Miami)</font> <span class="p"> img</span></p>
143
+ <p><a href="/brw/apa/1129908502.html">$1750 / 3br - FANTASTIC CLASSIC OLD FLORIDA STYLE SINGLE FAMILY HOME -</a><font size="-1"> (FORT LAUDERDALE, FL)</font></p>
144
+ <p><a href="/brw/apa/1129908507.html">$1175 / 2br - #174 APARTMENT! HUGE Floorplans! BEAUTIFUL LAKE VIEWS! 1-3BR's Avail!! -</a><font size="-1"> (PLANTATION)</font> <span class="p"> pic&nbsp;img</span></p>
145
+ <p><a href="/mdc/apa/1129907747.html">$1050 / 1br - __&#9658;HUGE APARTMENT -----LIVE STEPS FROM THE OCEAN__ONLY $99/DEPOSIT&#9668;_ -</a><font size="-1"> (SUNNY ISLES BEACH)</font> <span class="p"> img</span></p>
146
+ <p><a href="/mdc/apa/1129888967.html">$1250 FURNISHED SOUTH BEACH CONDO-100 FT. FROM THE BEACH -</a><font size="-1"> (SOUTH BEACH)</font> <span class="p"> pic</span></p>
147
+ <p><a href="/brw/apa/1129906827.html">$929 / 2br - #189 APARTMENT! SPACIOUS Floorplans! PEACEFUL COMMUNITY! 1-2BR's Avail -</a><font size="-1"> (PLANTATION)</font> <span class="p"> pic&nbsp;img</span></p>
148
+ <p><a href="/pbc/apa/1129906633.html">$1525 / 3br - FANTASTIC TRI LEVEL SPACIOUS PROPERTY. THIS PLACE IS LITERALLY LIKE BR -</a><font size="-1"> (Boynton Beach)</font> <span class="p"> img</span></p>
149
+ <p><a href="/mdc/apa/1129906318.html">$1995 / 5br - &#9658;&#9658;&#9658;5 bed 3 bath 2 car garage. great kitchen design with marble -</a><font size="-1"> (Miami/ Homestead)</font> <span class="p"> pic</span></p>
150
+ <p><a href="/mdc/apa/1129905881.html">$2000 / 2br - STUNNING VIEWS OF DOWNTOWN MIAMI, THE BAY AND THE OCEAN -</a><font size="-1"> (Miami)</font> <span class="p"> img</span></p>
151
+ <p><a href="/brw/apa/1129905754.html">$2300 / 4br - AND 2 1/2 BATH -</a><font size="-1"> (MIRAMAR)</font> <span class="p"> pic</span></p>
152
+ <p><a href="/mdc/apa/1129905632.html">$1080 / 1br - _BEST DEAL ON COLLINS-&#9668;&#9616;&#9658;ONLY $99/ DEP- PETS OK ______ -</a><font size="-1"> (SUNNY ISLES BEACH)</font> <span class="p"> img</span></p>
153
+ <p><a href="/brw/apa/1129905499.html">$2300 / 2br - Wilton Station...2/2...penthouse floor -</a><font size="-1"> (Wilton Manors)</font></p>
154
+ <p><a href="/pbc/apa/1129905397.html">$1500 / 3br - ABSOLUTELY BEAUTIFUL 3 BEDROOM, 2 BATH CORNER UNIT WITH LAKE VIEWS IN -</a><font size="-1"> (Boynton Beach)</font> <span class="p"> img</span></p>
155
+ <p><a href="/mdc/apa/1129905365.html">$1950 / 2br - **** Beautiful corner unit 2bed/2bath at 50 BISCAYNE -</a><font size="-1"> (Biscayne, Downtown, Brickell, Miami)</font> <span class="p"> img</span></p>
156
+ <p><a href="/brw/apa/1129905288.html">$1144 / 2br - #201 APARTMENT! STARBUCKS COFFEE BAR! PANORAMIC WATER VIEWS! 1-2BR's!! -</a><font size="-1"> (CORAL SPRINGS)</font> <span class="p"> pic&nbsp;img</span></p>
157
+ <p><a href="/mdc/apa/1129904904.html">$1950 / 2br - &#9616; ICONIC BUILDING AMONG CITY SKYLINE&#9658;&#9829;&#9668; LASTEST AMENITIE -</a><font size="-1"> (***Best of Miami Downtown Arena ********)</font> <span class="p"> pic&nbsp;img</span></p>
158
+ <p><a href="/pbc/apa/1129904602.html"> CITY PALMS *** LUXURY LIVING in GREAT DOWNTOWN LOCATION*** -</a><font size="-1"> (City Place, Downtown West Palm Beach)</font> <span class="p"> img</span></p>
159
+ <p><a href="/mdc/apa/1129904424.html">$1465 Icon Brickell Terrific Price. Move with 1st &amp; Deposit 786-877-6201 -</a><font size="-1"> (Brickell)</font> <span class="p"> pic</span></p>
160
+ <p><a href="/brw/apa/1129904216.html">$1400 one of a kind victoria park/lasolas 2story 2/2 -</a><font size="-1"> (ft. laud)</font> <span class="p"> pic</span></p>
161
+ <p><a href="/pbc/apa/1129903748.html">$2000 / 2br - BEAUTIFUL CORNER TOWNHOME, ON CANAL WITH INTRACOASTAL VIEWS, PRIVATE H -</a><font size="-1"> (Boynton Beach)</font> <span class="p"> img</span></p>
162
+ <p><a href="/mdc/apa/1129903486.html">$1390 / 2br - &#9668;&#9616;&#9658;___FANTASTIC 2/2 in a LUXURY HIGHRISE &#9668; -</a><font size="-1"> (SUNNY ISLES BEACH)</font> <span class="p"> img</span></p>
163
+ <p><a href="/mdc/apa/1129903117.html">$1800 / 5br - &#9658;&#9658;&#9658;Beautiful Mini-Mansion in Homestead, on quiet street and ov -</a><font size="-1"> (Miami/ Homestead)</font> <span class="p"> pic</span></p>
164
+ <p><a href="/pbc/apa/1129902482.html">$2200 / 4br - UPSCALE TOWNHOUSE COMMUNITY WITH A RESORT STYLE CLUBHOUSE ON THE INTRA -</a><font size="-1"> (Boynton Beach)</font> <span class="p"> img</span></p>
165
+ <p><a href="/mdc/apa/1129902487.html">$1440 / 1br - 500 Brickell Best value and low move in cost 786-478-8180 -</a><font size="-1"> (Brickell)</font> <span class="p"> pic</span></p>
166
+ <p><a href="/mdc/apa/1129901923.html">$1080 / 1br - _______________&#9668;&#9658;*AMAZING PRICE in a LUXURY HIGHRISE*&#9668;&#9658; -</a><font size="-1"> (SUNNY ISLES BEACH)</font> <span class="p"> img</span></p>
167
+ <p><a href="/mdc/apa/1129901634.html">$1470 / 1br - 500 Brickell the hottest new building on Brickell See 2day 786-478-8180 -</a><font size="-1"> (Brickell)</font> <span class="p"> pic</span></p>
168
+ <p><a href="/mdc/apa/1129901518.html">$2590 / 2br - ICON BRICKELL - Lease to own 48th Floor Call #1 at Icon 786-877-6201 -</a> <span class="p"> pic</span></p>
169
+ <p><a href="/brw/apa/1129901311.html">$900 / 2br - ADORABLE 2nd floor, Corner Unit, Great Location....... -</a><font size="-1"> (Deerfield Beach)</font></p>
170
+ <p><a href="/pbc/apa/1129901188.html">$1495 / 2br - POOL!!!POOL!!! YOUR OWN BUILT-IN POOL. A TRUE VACATION HOME&gt; JUST PAIN -</a><font size="-1"> (Boynton Beach)</font> <span class="p"> img</span></p>
171
+ <p><a href="/mdc/apa/1129901198.html">$1800 / 2br - Spacious 2beds/2baths with spectacular water views at HARBOR ISLAND -</a><font size="-1"> (Collins, Miami Beach, Sunny Isles, Miami)</font> <span class="p"> img</span></p>
172
+ <p><a href="/mdc/apa/1129900798.html">$1650 / 3br - &#9658;&#9658;&#9658;: Immaculate 5 bed/3 bath 2-story home located in Bimini!! -</a><font size="-1"> (Miami/ Homestead)</font> <span class="p"> pic</span></p>
173
+ <p><a href="/brw/apa/1129900153.html">$6500 / 5br - BREATHTAKING INTRACOASTAL HOME -</a><font size="-1"> (Lauderdale By the Sea)</font> <span class="p"> img</span></p>
174
+ <p><a href="/mdc/apa/1129900156.html">$2600 / 2br - ****** Spectacular LOFT TWO STORIES 2bed/2bath at 1060 BRICKELL -</a><font size="-1"> (Brickell, Downtown, Biscayne, Miami)</font> <span class="p"> img</span></p>
175
+ <p><a href="/pbc/apa/1129899899.html">$1800 / 3br - No HOA. Great location east of I-95 near Woolbright, beach, shopping. -</a><font size="-1"> (Boynton Beach)</font> <span class="p"> img</span></p>
176
+ <p><a href="/pbc/apa/1129899478.html">$1000 Super nice 2bed, pvt patio, storage, central a/c, w.d -</a><font size="-1"> (Boynton)</font> <span class="p"> pic</span></p>
177
+ <p><a href="/brw/apa/1129899052.html">$2400 / 4br - AND 2 FULL BATH -</a><font size="-1"> (PEMBROKE PINES)</font> <span class="p"> pic</span></p>
178
+ <p><a href="/mdc/apa/1129898883.html">$1750 / 2br - **** 500 BRICKELL***ONLY 1 MONTH AND SECURITY DEPOSIT TO MOVE IN! -</a><font size="-1"> (Brickell, Downtown, Biscayne, Miami)</font> <span class="p"> img</span></p>
179
+ <p><a href="/pbc/apa/1129898440.html">$13003 / 3br - RENT INCLUDES DSL AND CABLE. LOVELY 3/2 IN GATED COMMUNITY WILL ALL AM -</a><font size="-1"> (Boynton Beach)</font> <span class="p"> img</span></p>
180
+ <p><a href="/mdc/apa/1129898033.html">$1650 / 5br - &#9658;&#9658;&#9658;BEAUTIFUL 5 BEDROOMS, 3 FULL BATHS, GATED COMMUNITY. ACCESS -</a><font size="-1"> (Miami/ Homestead)</font> <span class="p"> pic</span></p>
181
+ <p><a href="/mdc/apa/1129898028.html">Opera Tower- Live in the New Opera for Unbeatable Prices $1,500/month -</a> <span class="p"> img</span></p>
182
+ <p><a href="/mdc/apa/1129897924.html">$1900 / 2br - ** MET 1** ** Beautiful ** Rent includes internet, cable, phone -</a><font size="-1"> (Brickell, Downtown, Biscayne, Miami)</font> <span class="p"> img</span></p>
183
+ <p><a href="/mdc/apa/1129897034.html">$2350 / 2br - **Spacious 2/2 + DEN. *Purchase option available w/ 100% rent credit. -</a><font size="-1"> (N. Bay Village, Collins, Sunny Isles)</font> <span class="p"> img</span></p>
184
+ <p><a href="/brw/apa/1129896750.html">$11500 / 5br - views of the Intracoastal -</a><font size="-1"> (Ft Lauderdale )</font> <span class="p"> img</span></p>
185
+ <p><a href="/mdc/apa/1129896233.html">$1250 / 1br - DIRECT OCEANFRONT FURNISHED CONDO -</a><font size="-1"> (HOLLYWOOD BEACH)</font></p>
186
+ <p><a href="/mdc/apa/1129896078.html">$2720 / 2br - ** ICON BRICKELL**only FIRST MONTH / SECURITY DEPOSIT TO MOVE IN! -</a><font size="-1"> (Brickell, Downtown, Biscayne, Miami)</font> <span class="p"> img</span></p>
187
+ <p><a href="/mdc/apa/1129896035.html">$1440 / 1br - 500 Brickell Great price and no foreclosure 786-877-6201 -</a><font size="-1"> (Brickell)</font></p>
188
+ <p><a href="/mdc/apa/1129895493.html">$1940 / 1br - ICON BRICKELL - 43rd Floor Lease to Own Call #1 at Icon 786-877-6201 -</a><font size="-1"> (Brickell)</font> <span class="p"> pic</span></p>
189
+ <p><a href="/mdc/apa/1129895315.html">$1700 / 2br - 500 Brickell Lowest priced in the bldg 786-478-8180 -</a><font size="-1"> (Brickell)</font></p>
190
+ <p><a href="/mdc/apa/1129895231.html">$1650 / 5br - &#9658;&#9658;&#9658;VACANT 5 BEDS, 2.5 BATH. 2 CAR GARAGE. SINGLE FAMILY HOME.! -</a><font size="-1"> (Miami/ Homestead)</font> <span class="p"> pic</span></p>
191
+ <p><a href="/mdc/apa/1129895041.html">$1900 / 2br - Beautiful corner unit w/ bay and city views at AXIS ON BRICKELL -</a><font size="-1"> (Brickell / Downtown / Biscayne/ Miami)</font> <span class="p"> img</span></p>
192
+ <p><a href="/brw/apa/1129894781.html">$2450 / 5br - AND 3 FULL BATH -</a><font size="-1"> (MIRAMAR)</font> <span class="p"> pic</span></p>
193
+ <p><a href="/mdc/apa/1129893859.html">$2500 / 2br - *BRICKELL ON THE RIVER*** PENTHOUSE * 1419 Sq. Ft. on the 43th floor -</a><font size="-1"> (Brickell, Downtown, Biscayne, Miami)</font> <span class="p"> img</span></p>
194
+
195
+
196
+ <p align="center"><font size="4"><a href="index900.html">next 100 postings</a></font>
197
+
198
+ <div id="footer">
199
+ <hr>
200
+ <span id="copy">
201
+ Copyright &copy; 2009 craigslist, inc.<br>
202
+ <a href="#top">Back to top of page</a>
203
+ </span>
204
+ <span class="rss">
205
+ <a class="l" href="http://miami.craigslist.org/apa/index.rss">RSS</a>
206
+ <a href="http://www.craigslist.org/about/rss">(?)</a><br>
207
+ <a class="y" href="http://add.my.yahoo.com/rss?url=http://miami.craigslist.org/apa/index.rss">add to My Yahoo!</a>
208
+ </span>
209
+ </div>
210
+ <br><br>
211
+
212
+ <div id="floater">&nbsp;</div>
213
+
214
+ </blockquote>
215
+ <script type="text/javascript" src="http://www.craigslist.org/js/jquery.js"></script>
216
+ </body>
217
+ </html>
@@ -0,0 +1,128 @@
1
+ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2
+ <html><head>
3
+ <title>treasure coast arts/crafts for sale classifieds - craigslist</title>
4
+
5
+ <meta name="description" content="craigslist arts/crafts for sale classifieds for treasure coast ">
6
+ <meta name="keywords" content="treasure coast arts/crafts for sale craigslist, classifieds, want ads ">
7
+
8
+
9
+
10
+ <link rel=alternate type="application/rss+xml" href="index.rss" title="RSS feed for craigslist | arts/crafts for sale in treasure coast ">
11
+ <link rel="stylesheet" title="craigslist" href="http://www.craigslist.org/styles/craigslist.css" type="text/css" media="all">
12
+ </head>
13
+
14
+ <body class="toc">
15
+
16
+ <a name="top"></a>
17
+
18
+ <div class="bchead"><span id="ef">
19
+
20
+ [ <a href="http://www.craigslist.org/about/help/">help</a> ]
21
+ [ <a href="https://post.craigslist.org/psl/S">post</a> ]</span>
22
+
23
+ <a href="/"> treasure coast craigslist</a> &gt; <a href="/art/">arts/crafts for sale</a></div>
24
+
25
+ <blockquote>
26
+ <form action="/search/art" method="get" onsubmit="ckCAbb();">
27
+
28
+ <script type="text/javascript"><!--
29
+ function ckCAbb() {
30
+ t = document.getElementById("cAbb");
31
+ if (t.value == "art") { t.disabled = true; }
32
+ }
33
+ -->
34
+ </script>
35
+
36
+ <table width="95%" cellpadding="2" style="white-space: nowrap; background:#eee; border:1px solid gray;" summary="">
37
+ <tr>
38
+ <td align="right" width="1">search for:</td>
39
+ <td width="30%"><input id="query" name="query" size="30" value=""> in:
40
+ <select id="cAbb" name="catAbbreviation">
41
+ <option value="ccc">all community<option value="eee">all event<option value="sss">all for sale / wanted<option disabled value="">--<option value="art" selected> art &amp; crafts
42
+ <option value="pts"> auto parts
43
+ <option value="bab"> baby &amp; kid stuff
44
+ <option value="bar"> barter
45
+ <option value="bik"> bicycles
46
+ <option value="boa"> boats
47
+ <option value="bks"> books
48
+ <option value="bfs"> business
49
+ <option value="cta"> cars &amp; trucks - all
50
+ <option value="ctd"> cars &amp; trucks - by dealer
51
+ <option value="cto"> cars &amp; trucks - by owner
52
+ <option value="emd"> cds / dvds / vhs
53
+ <option value="clo"> clothing
54
+ <option value="clt"> collectibles
55
+ <option value="sys"> computers &amp; tech
56
+ <option value="ele"> electronics
57
+ <option value="grd"> farm &amp; garden
58
+ <option value="zip"> free stuff
59
+ <option value="fua"> furniture - all
60
+ <option value="fud"> furniture - by dealer
61
+ <option value="fuo"> furniture - by owner
62
+ <option value="tag"> games &amp; toys
63
+ <option value="gms"> garage sales
64
+ <option value="for"> general
65
+ <option value="hsh"> household
66
+ <option value="wan"> items wanted
67
+ <option value="jwl"> jewelry
68
+ <option value="mat"> materials
69
+ <option value="mcy"> motorcycles/scooters
70
+ <option value="msg"> musical instruments
71
+ <option value="pho"> photo/video
72
+ <option value="rvs"> recreational vehicles
73
+ <option value="spo"> sporting goods
74
+ <option value="tix"> tickets
75
+ <option value="tls"> tools
76
+ <option disabled value="">--<option value="ggg">all gigs<option value="hhh">all housing<option value="jjj">all jobs<option value="ppp">all personals<option value="res">all resume<option value="bbb">all services offered</select>
77
+ <input type="submit" value="Search">
78
+ </td><td>
79
+ <label><input type="checkbox" name="srchType" value="T"
80
+ title="check this box to search only posting titles"> only search titles</label>
81
+ </td>
82
+ </tr>
83
+
84
+ <tr>
85
+ <td align="right" width="1">price:</td>
86
+ <td><input name="minAsk" size="6" value="min" onfocus="value=''">&nbsp;<input name="maxAsk" size="6" value="max" onfocus="value=''">&nbsp;</td>
87
+ <td align="left"><label><input type="checkbox" name="hasPic" value="1"> has image</label></td>
88
+ </tr></table></form></blockquote><span id="showPics"></span><span id="hidePics"></span>
89
+
90
+ <blockquote>
91
+ <table width="95%" summary="">
92
+ <tr>
93
+ <td valign="top">[ Mon, 08 Jun 17:37:29 ]</td>
94
+ <td valign="top" id="messages"><span class="hl"> [ <a href="http://www.recalls.gov/">avoid recalled items</a> ] </span> <span class="hl"> [ <a href="/about/prohibited.items">partial list of prohibited items</a> ] </span> <span class="hl"> [<a href="/cgi-bin/success.stories.cgi">success story?</a>]</span> <span class="hl"> [ <b><a href="/about/scams">AVOIDING SCAMS &amp; FRAUD</a></b> ] </span> <span class="hl"> [ <b><a href="/about/safety">PERSONAL SAFETY TIPS</a></b> ] </span> </td>
95
+ </tr>
96
+ </table>
97
+
98
+
99
+
100
+
101
+
102
+ <div id="footer">
103
+ <hr>
104
+ <span id="copy">
105
+ Copyright &copy; 2009 craigslist, inc.<br>
106
+ <a href="#top">Back to top of page</a>
107
+ </span>
108
+ <span class="rss">
109
+ <a class="l" href="http://treasure.craigslist.org/art/index.rss">RSS</a>
110
+ <a href="http://www.craigslist.org/about/rss">(?)</a><br>
111
+ <a class="y" href="http://add.my.yahoo.com/rss?url=http://treasure.craigslist.org/art/index.rss">add to My Yahoo!</a>
112
+ </span>
113
+ </div>
114
+ <br><br>
115
+
116
+ <div id="floater">&nbsp;</div>
117
+
118
+ </blockquote>
119
+ <script type="text/javascript" src="http://www.craigslist.org/js/jquery.js"></script><script type="text/javascript" src="http://www.craigslist.org/js/tocs.js"></script>
120
+ <script type="text/javascript">
121
+ <!--
122
+ initImgs();
123
+ -->
124
+ </script>
125
+
126
+
127
+ </body>
128
+ </html>
@@ -0,0 +1,93 @@
1
+ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2
+ <html>
3
+ <head>
4
+ <title>re: art appraisal</title>
5
+ <meta name="robots" content="NOARCHIVE,NOFOLLOW">
6
+ <link rel="stylesheet" title="craigslist" href="http://www.craigslist.org/styles/craigslist.css" type="text/css" media="all">
7
+ </head>
8
+
9
+ <body onload="initFlag(1046596324)" class="posting">
10
+
11
+ <div class="bchead">
12
+ <a id="ef" href="/email.friend?postingID=1046596324">email this posting to a friend</a>
13
+ <a href="http://fortmyers.craigslist.org">fort myers craigslist</a>
14
+ &gt; <a href="/art/">art &amp; crafts</a>
15
+ </div>
16
+
17
+ <div id="flags">
18
+ <div id="flagMsg">
19
+ please <a href="http://www.craigslist.org/about/help/flags_and_community_moderation">flag</a> with care:
20
+ </div>
21
+ <div id="flagChooser">
22
+ <br>
23
+ <a class="fl" id="flag16" href="/flag/?flagCode=16&amp;postingID=1046596324"
24
+ title="Wrong category, wrong site, discusses another post, or otherwise misplaced">
25
+ miscategorized</a>
26
+ <br>
27
+
28
+ <a class="fl" id="flag28" href="/flag/?flagCode=28&amp;postingID=1046596324"
29
+ title="Violates craigslist Terms Of Use or other posted guidelines">
30
+ prohibited</a>
31
+ <br>
32
+
33
+ <a class="fl" id="flag15" href="/flag/?flagCode=15&amp;postingID=1046596324"
34
+ title="Posted too frequently, in multiple cities/categories, or is too commercial">
35
+ spam/overpost</a>
36
+ <br>
37
+
38
+ <a class="fl" id="flag9" href="/flag/?flagCode=9&amp;postingID=1046596324"
39
+ title="Should be considered for inclusion in the Best-Of-Craigslist">
40
+ best of craigslist</a>
41
+ <br>
42
+ </div>
43
+ </div>
44
+
45
+ <div id="tsb">
46
+ <em>Avoid scams and fraud by dealing locally!</em> Beware any deal involving Western Union, Moneygram, wire transfer, cashier check, money order, shipping, escrow, or any promise of transaction protection/certification/guarantee. <a href="http://www.craigslist.org/about/scams.html">More info</a></div>
47
+ <h2>re: art appraisal (cape coral)</h2>
48
+ <hr>
49
+ Reply to: <a href="mailto:sale-1046596324@craigslist.org?subject=re%3A%20art%20appraisal%20(cape%20coral)">sale-1046596324@craigslist.org</a> <sup>[<a href="http://www.craigslist.org/about/help/replying_to_posts" target="_blank">Errors when replying to ads?</a>]</sup><br>
50
+ Date: 2009-02-23, 9:13AM EST<br>
51
+ <br>
52
+ <br>
53
+ <div id="userbody">
54
+ Hi, I don't want to get your hopes up, but If that is an original painting by R.C. Gorman, it could be worth thousands. I personally don't know anything about
55
+ appraising art, but I went on line and found websites on him. He was a popular indian artist and died on Nov. 3, 2005
56
+ The site I went to was www.herndonfineart.com/gorman.htm Hope this helps. I first typed in r.c.gorman/artist and scanned down
57
+ to one I listed.
58
+
59
+
60
+
61
+ <br><br><ul>
62
+ <li> Location: cape coral
63
+ <li>it's NOT ok to contact this poster with services or other commercial interests</ul>
64
+
65
+ <table summary="craigslist hosted images">
66
+ <tr>
67
+ <td align="center"></td>
68
+ <td align="center"></td>
69
+ </tr>
70
+ <tr>
71
+ <td align="center"></td>
72
+ <td align="center"></td>
73
+ </tr>
74
+ </table>
75
+
76
+ </div>
77
+ PostingID: 1046596324<br>
78
+
79
+
80
+ <br>
81
+
82
+ <hr>
83
+ <ul class="clfooter">
84
+ <li>Copyright &copy; 2009 craigslist, inc.</li>
85
+ <li><a href="http://www.craigslist.org/about/terms.of.use.html">terms of use</a></li>
86
+ <li><a href="http://www.craigslist.org/about/privacy_policy">privacy policy</a></li>
87
+ <li><a href="/forums/?forumID=8">feedback forum</a></li>
88
+ </ul>
89
+ <script type="text/javascript" src="http://www.craigslist.org/js/jquery.js"></script>
90
+ <script type="text/javascript" src="http://www.craigslist.org/js/postings.js"></script>
91
+ </body>
92
+ </html>
93
+
@@ -0,0 +1,92 @@
1
+ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2
+ <html>
3
+ <head>
4
+ <title>ART DESK</title>
5
+ <meta name="robots" content="NOARCHIVE,NOFOLLOW">
6
+ <link rel="stylesheet" title="craigslist" href="http://www.craigslist.org/styles/craigslist.css" type="text/css" media="all">
7
+ </head>
8
+
9
+ <body onload="initFlag(1053085283)" class="posting">
10
+
11
+ <div class="bchead">
12
+ <a id="ef" href="/email.friend?postingID=1053085283">email this posting to a friend</a>
13
+ <a href="http://fortmyers.craigslist.org">fort myers craigslist</a>
14
+ &gt; <a href="/art/">art &amp; crafts</a>
15
+ </div>
16
+
17
+ <div id="flags">
18
+ <div id="flagMsg">
19
+ please <a href="http://www.craigslist.org/about/help/flags_and_community_moderation">flag</a> with care:
20
+ </div>
21
+ <div id="flagChooser">
22
+ <br>
23
+ <a class="fl" id="flag16" href="/flag/?flagCode=16&amp;postingID=1053085283"
24
+ title="Wrong category, wrong site, discusses another post, or otherwise misplaced">
25
+ miscategorized</a>
26
+ <br>
27
+
28
+ <a class="fl" id="flag28" href="/flag/?flagCode=28&amp;postingID=1053085283"
29
+ title="Violates craigslist Terms Of Use or other posted guidelines">
30
+ prohibited</a>
31
+ <br>
32
+
33
+ <a class="fl" id="flag15" href="/flag/?flagCode=15&amp;postingID=1053085283"
34
+ title="Posted too frequently, in multiple cities/categories, or is too commercial">
35
+ spam/overpost</a>
36
+ <br>
37
+
38
+ <a class="fl" id="flag9" href="/flag/?flagCode=9&amp;postingID=1053085283"
39
+ title="Should be considered for inclusion in the Best-Of-Craigslist">
40
+ best of craigslist</a>
41
+ <br>
42
+ </div>
43
+ </div>
44
+
45
+ <div id="tsb">
46
+ <em>Avoid scams and fraud by dealing locally!</em> Beware any deal involving Western Union, Moneygram, wire transfer, cashier check, money order, shipping, escrow, or any promise of transaction protection/certification/guarantee. <a href="http://www.craigslist.org/about/scams.html">More info</a></div>
47
+ <h2>ART DESK - $70 (Cape Coral,FL)</h2>
48
+ <hr>
49
+ Reply to: <a href="mailto:sale-1053085283@craigslist.org?subject=ART%20DESK%20-%20%2470%20(Cape%20Coral%2CFL)">sale-1053085283@craigslist.org</a> <sup>[<a href="http://www.craigslist.org/about/help/replying_to_posts" target="_blank">Errors when replying to ads?</a>]</sup><br>
50
+ Date: 2009-02-27, 2:22PM EST<br>
51
+ <br>
52
+ <br>
53
+ <div id="userbody">
54
+ Large adjustable art desk. Used it for college. Has drawers for storage, pencil tray on front. Lifts up or can lay flat. Height adjusts as well. Payed $250 when I bought it for college, but don't have the room for it now. Feel free to call or e-mail me anytime.
55
+
56
+ 239-321-0427
57
+ laurentoleman@yahoo.com
58
+
59
+
60
+ <br><br><ul>
61
+ <li> Location: Cape Coral,FL
62
+ <li>it's NOT ok to contact this poster with services or other commercial interests</ul>
63
+
64
+ <table summary="craigslist hosted images">
65
+ <tr>
66
+ <td align="center"></td>
67
+ <td align="center"></td>
68
+ </tr>
69
+ <tr>
70
+ <td align="center"></td>
71
+ <td align="center"></td>
72
+ </tr>
73
+ </table>
74
+
75
+ </div>
76
+ PostingID: 1053085283<br>
77
+
78
+
79
+ <br>
80
+
81
+ <hr>
82
+ <ul class="clfooter">
83
+ <li>Copyright &copy; 2009 craigslist, inc.</li>
84
+ <li><a href="http://www.craigslist.org/about/terms.of.use.html">terms of use</a></li>
85
+ <li><a href="http://www.craigslist.org/about/privacy_policy">privacy policy</a></li>
86
+ <li><a href="/forums/?forumID=8">feedback forum</a></li>
87
+ </ul>
88
+ <script type="text/javascript" src="http://www.craigslist.org/js/jquery.js"></script>
89
+ <script type="text/javascript" src="http://www.craigslist.org/js/postings.js"></script>
90
+ </body>
91
+ </html>
92
+