agent_cooper 0.0.5 → 0.0.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (56) hide show
  1. data/.gitignore +1 -1
  2. data/README.md +13 -4
  3. data/Rakefile +0 -3
  4. data/agent_cooper.gemspec +12 -13
  5. data/features/finder.feature +4 -6
  6. data/features/merchandiser.feature +1 -2
  7. data/features/shopper.feature +2 -2
  8. data/features/support/env.rb +5 -5
  9. data/features/support/vcr.rb +10 -0
  10. data/lib/agent_cooper.rb +17 -4
  11. data/lib/agent_cooper/config.rb +3 -9
  12. data/lib/agent_cooper/nokogiri_decorator.rb +47 -0
  13. data/lib/agent_cooper/request.rb +36 -13
  14. data/lib/agent_cooper/requests/finder.rb +25 -0
  15. data/lib/agent_cooper/requests/merchandiser.rb +25 -0
  16. data/lib/agent_cooper/requests/shopper.rb +23 -0
  17. data/lib/agent_cooper/response.rb +3 -4
  18. data/lib/agent_cooper/synchrony.rb +34 -0
  19. data/lib/agent_cooper/version.rb +1 -1
  20. data/spec/agent_cooper/request_spec.rb +91 -6
  21. data/spec/agent_cooper/requests/finder_spec.rb +13 -0
  22. data/spec/agent_cooper/requests/merchandiser_spec.rb +13 -0
  23. data/spec/agent_cooper/requests/shopper_spec.rb +13 -0
  24. data/spec/agent_cooper/response_spec.rb +51 -1
  25. data/spec/agent_cooper_spec.rb +12 -0
  26. data/spec/fixtures/cassettes/finder/find_items_advanced/d49218a9522a4a055e31fc6b88c3a2b5.yml +528 -0
  27. data/spec/fixtures/cassettes/finder/find_items_by_category/85e07de9993e68d09e895f1b01234c5a.yml +463 -0
  28. data/spec/fixtures/cassettes/finder/find_items_by_keywords/91d7d9b4b62b82877604465a20f9ffa9.yml +668 -0
  29. data/spec/fixtures/cassettes/finder/find_items_by_product/59ee1391b6dfc2a93e30c8911942fc71.yml +744 -0
  30. data/spec/fixtures/cassettes/finder/find_items_in_ebay_stores/c7d658804b6353fda03809c21b183af2.yml +472 -0
  31. data/spec/fixtures/cassettes/finder/get_histograms/80bd04d96cd529af4148866a2d28f079.yml +46 -0
  32. data/spec/fixtures/cassettes/finder/get_search_keywords_recommendation/ec96bf3af091373de08550ff46f86c87.yml +41 -0
  33. data/spec/fixtures/cassettes/merchandiser/get_most_watched_items/3c0cb6fb7bb94b384cae15be175e9640.yml +51 -0
  34. data/spec/fixtures/cassettes/merchandiser/get_related_category_items/c949e90fb2bd975020df657a4348328d.yml +41 -0
  35. data/spec/fixtures/cassettes/merchandiser/get_similar_items/56c2c41a60135db83d359053778a065f.yml +41 -0
  36. data/spec/fixtures/cassettes/merchandiser/get_top_selling_products/a82dcb1f094754e54f2a5de191818c3f.yml +53 -0
  37. data/spec/fixtures/cassettes/shopper/find_half_products/77ad8a2ade8e4efadef07346677e43a9.yml +55 -0
  38. data/spec/fixtures/cassettes/shopper/find_popular_items/532fcb32fee187bdc6cc5fb7e4336992.yml +258 -0
  39. data/spec/fixtures/cassettes/shopper/find_popular_searches/6db9b375ea610e870e7a4ca4e20974ec.yml +45 -0
  40. data/spec/fixtures/cassettes/shopper/find_products/3fd6d6000037cd409ab1ef18a6075257.yml +52 -0
  41. data/spec/fixtures/cassettes/shopper/find_reviews_and_guides/8586a984e122cb84136d3cc0bb8bec77.yml +174 -0
  42. data/spec/fixtures/cassettes/shopper/get_item_status/f34cf10c602f9fec7a388297888b4299.yml +45 -0
  43. data/spec/fixtures/cassettes/shopper/get_multiple_items/c1183c23add6cad9afbb73f986c2692e.yml +46 -0
  44. data/spec/fixtures/cassettes/shopper/get_shipping_costs/e7de18031f266637414155639797c097.yml +45 -0
  45. data/spec/fixtures/cassettes/shopper/get_single_item/d4a895de6b214907c47a0b32ab630b9a.yml +44 -0
  46. data/spec/fixtures/cassettes/shopper/get_user_profile/dccabbf426bfeba4d898ca546e17dd4b.yml +47 -0
  47. data/spec/{support → fixtures}/ebay.yml.sample +0 -0
  48. data/spec/spec_helper.rb +4 -0
  49. metadata +141 -177
  50. data/lib/agent_cooper/finder.rb +0 -21
  51. data/lib/agent_cooper/merchandiser.rb +0 -24
  52. data/lib/agent_cooper/shopper.rb +0 -22
  53. data/spec/agent_cooper/config_spec.rb +0 -21
  54. data/spec/agent_cooper/finder_spec.rb +0 -19
  55. data/spec/agent_cooper/merchandiser_spec.rb +0 -18
  56. data/spec/agent_cooper/shopper_spec.rb +0 -18
@@ -0,0 +1,668 @@
1
+ ---
2
+ - !ruby/struct:VCR::HTTPInteraction
3
+ request: !ruby/struct:VCR::Request
4
+ method: :get
5
+ uri: http://svcs.ebay.com:80/services/search/FindingService/v1?OPERATION-NAME=findItemsByKeywords&RESPONSE-DATA-FORMAT=XML&REST-PAYLOAD=&SECURITY-APPNAME=YOUR-APP-ID&SECURITY-VERSION=1.9.0&keywords=harry%20potter%20phoenix
6
+ body: !!null
7
+ headers: !!null
8
+ response: !ruby/struct:VCR::Response
9
+ status: !ruby/struct:VCR::ResponseStatus
10
+ code: 200
11
+ message: OK
12
+ headers:
13
+ content-type:
14
+ - text/xml;charset=UTF-8
15
+ server:
16
+ - Apache-Coyote/1.1
17
+ x-ebay-esb-endpointurl:
18
+ - /Root/ESBFunctions/Services/Ports/7003/profile/search/v1/FindingService/destination_default/address_synapse
19
+ x-ebay-esb-guid:
20
+ - urn:uuid:E12F691CADD474FC0D1311805075680
21
+ x-ebay-soa-locale-list:
22
+ - en-US_US
23
+ x-ebay-soa-message-protocol:
24
+ - NONE
25
+ x-ebay-soa-operation-name:
26
+ - findItemsByKeywords
27
+ x-ebay-soa-request-id:
28
+ - 131583e6-4230-a0aa-16a3-2a53fff8939a!FindingService!10.10.161.106!v3apifindingcore[!FindItemService!10.10.161.106!v3apifindingcore[!MetadataDependencyService!10.11.46.57!v3mddscore[]]]
29
+ x-ebay-soa-response-data-format:
30
+ - XML
31
+ x-ebay-soa-service-name:
32
+ - ! '{http://www.ebay.com/marketplace/search/v1/services}FindingService'
33
+ x-ebay-soa-service-version:
34
+ - 1.11.0
35
+ date:
36
+ - Sat, 23 Jul 2011 18:25:09 GMT
37
+ transfer-encoding:
38
+ - chunked
39
+ body: ! '<?xml version=''1.0'' encoding=''UTF-8''?><findItemsByKeywordsResponse
40
+ xmlns="http://www.ebay.com/marketplace/search/v1/services"><ack>Success</ack><version>1.11.0</version><timestamp>2011-07-23T18:25:09.311Z</timestamp><searchResult
41
+ count="100"><item><itemId>390333339824</itemId><title>Harry Potter and the Order
42
+ of the Phoenix DVD WIDE NEW!</title><globalId>EBAY-US</globalId><subtitle>Brand
43
+ new, factory sealed!!! Widescreen Edition!</subtitle><primaryCategory><categoryId>617</categoryId><categoryName>DVD,
44
+ HD DVD &amp; Blu-ray</categoryName></primaryCategory><galleryURL>http://thumbs1.ebaystatic.com/pict/3903333398244040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/Harry-Potter-and-Order-Phoenix-DVD-WIDE-NEW-/390333339824?pt=US_DVD_HD_DVD_Blu_ray</viewItemURL><productId
45
+ type="ReferenceID">62923188</productId><paymentMethod>PayPal</paymentMethod><autoPay>false</autoPay><postalCode>29506</postalCode><location>Florence,SC,USA</location><country>US</country><shippingInfo><shippingServiceCost
46
+ currencyId="USD">3.0</shippingServiceCost><shippingType>Flat</shippingType><expeditedShipping>true</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>1</handlingTime><shipToLocations>US</shipToLocations></shippingInfo><sellingStatus><currentPrice
47
+ currencyId="USD">4.65</currentPrice><convertedCurrentPrice currencyId="USD">4.65</convertedCurrentPrice><sellingState>Active</sellingState><timeLeft>P28DT16H51M0S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-07-22T11:16:09.000Z</startTime><endTime>2011-08-21T11:16:09.000Z</endTime><listingType>FixedPrice</listingType><gift>false</gift></listingInfo><returnsAccepted>true</returnsAccepted><condition><conditionId>1000</conditionId><conditionDisplayName>Brand
48
+ New</conditionDisplayName></condition><isMultiVariationListing>false</isMultiVariationListing></item><item><itemId>320729187282</itemId><title>Harry
49
+ Potter and the Order of the Phoenix (DVD, 2007...</title><globalId>EBAY-US</globalId><primaryCategory><categoryId>617</categoryId><categoryName>DVD,
50
+ HD DVD &amp; Blu-ray</categoryName></primaryCategory><galleryURL>http://thumbs3.ebaystatic.com/pict/3207291872824040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/Harry-Potter-and-Order-Phoenix-DVD-2007-/320729187282?pt=US_DVD_HD_DVD_Blu_ray</viewItemURL><productId
51
+ type="ReferenceID">62923188</productId><paymentMethod>PayPal</paymentMethod><autoPay>false</autoPay><postalCode>15206</postalCode><location>Pittsburgh,PA,USA</location><country>US</country><shippingInfo><shippingServiceCost
52
+ currencyId="USD">3.0</shippingServiceCost><shippingType>Flat</shippingType><expeditedShipping>false</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>5</handlingTime><shipToLocations>US</shipToLocations></shippingInfo><sellingStatus><currentPrice
53
+ currencyId="USD">4.99</currentPrice><convertedCurrentPrice currencyId="USD">4.99</convertedCurrentPrice><bidCount>1</bidCount><sellingState>Active</sellingState><timeLeft>P0DT0H9M15S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-07-16T18:34:24.000Z</startTime><endTime>2011-07-23T18:34:24.000Z</endTime><listingType>Auction</listingType><gift>false</gift></listingInfo><returnsAccepted>true</returnsAccepted><condition><conditionId>1000</conditionId><conditionDisplayName>Brand
54
+ New</conditionDisplayName></condition><isMultiVariationListing>false</isMultiVariationListing></item><item><itemId>250856607322</itemId><title>Harry
55
+ Potter and the Order of the Phoenix (Blu-ray D...</title><globalId>EBAY-US</globalId><primaryCategory><categoryId>617</categoryId><categoryName>DVD,
56
+ HD DVD &amp; Blu-ray</categoryName></primaryCategory><galleryURL>http://thumbs3.ebaystatic.com/pict/2508566073224040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/Harry-Potter-and-Order-Phoenix-Blu-ray-D-/250856607322?pt=US_DVD_HD_DVD_Blu_ray</viewItemURL><productId
57
+ type="ReferenceID">62961737</productId><paymentMethod>PayPal</paymentMethod><autoPay>false</autoPay><postalCode>80916</postalCode><location>Colorado
58
+ Springs,CO,USA</location><country>US</country><shippingInfo><shippingServiceCost
59
+ currencyId="USD">3.0</shippingServiceCost><shippingType>Flat</shippingType><expeditedShipping>false</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>3</handlingTime><shipToLocations>US</shipToLocations></shippingInfo><sellingStatus><currentPrice
60
+ currencyId="USD">6.49</currentPrice><convertedCurrentPrice currencyId="USD">6.49</convertedCurrentPrice><bidCount>5</bidCount><sellingState>Active</sellingState><timeLeft>P0DT1H48M53S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-07-16T20:14:02.000Z</startTime><endTime>2011-07-23T20:14:02.000Z</endTime><listingType>Auction</listingType><gift>false</gift></listingInfo><returnsAccepted>true</returnsAccepted><condition><conditionId>2750</conditionId><conditionDisplayName>Like
61
+ New</conditionDisplayName></condition><isMultiVariationListing>false</isMultiVariationListing></item><item><itemId>200631149350</itemId><title>Harry
62
+ Potter und der Order des Phoenix</title><globalId>EBAY-US</globalId><primaryCategory><categoryId>279</categoryId><categoryName>Children
63
+ &amp; Young Adults</categoryName></primaryCategory><viewItemURL>http://cgi.ebay.com/Harry-Potter-der-Order-des-Phoenix-/200631149350?pt=US_Childrens_Books</viewItemURL><paymentMethod>PayPal</paymentMethod><autoPay>false</autoPay><postalCode>76574</postalCode><location>Taylor,TX,USA</location><country>US</country><shippingInfo><shippingServiceCost
64
+ currencyId="USD">3.0</shippingServiceCost><shippingType>Flat</shippingType><expeditedShipping>false</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>3</handlingTime><shipToLocations>US</shipToLocations></shippingInfo><sellingStatus><currentPrice
65
+ currencyId="USD">18.99</currentPrice><convertedCurrentPrice currencyId="USD">18.99</convertedCurrentPrice><bidCount>0</bidCount><sellingState>Active</sellingState><timeLeft>P0DT2H35M41S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>true</buyItNowAvailable><buyItNowPrice
66
+ currencyId="USD">25.0</buyItNowPrice><convertedBuyItNowPrice currencyId="USD">25.0</convertedBuyItNowPrice><startTime>2011-07-16T21:00:50.000Z</startTime><endTime>2011-07-23T21:00:50.000Z</endTime><listingType>AuctionWithBIN</listingType><gift>false</gift></listingInfo><returnsAccepted>false</returnsAccepted><condition><conditionId>2750</conditionId><conditionDisplayName>Like
67
+ New</conditionDisplayName></condition><isMultiVariationListing>false</isMultiVariationListing></item><item><itemId>280710773485</itemId><title>HARRY
68
+ POTTER &amp; THE ORDER OF THE PHOENIX (J.K. Rowling)</title><globalId>EBAY-ENCA</globalId><primaryCategory><categoryId>377</categoryId><categoryName>Fiction
69
+ &amp; Literature</categoryName></primaryCategory><galleryURL>http://thumbs2.ebaystatic.com/pict/2807107734854040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/HARRY-POTTER-ORDER-PHOENIX-J-K-Rowling-/280710773485?pt=US_Fiction_Books</viewItemURL><paymentMethod>PayPal</paymentMethod><autoPay>false</autoPay><postalCode>N0G1R0</postalCode><location>Canada</location><country>CA</country><shippingInfo><shippingType>Calculated</shippingType><expeditedShipping>false</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>2</handlingTime><shipToLocations>Worldwide</shipToLocations></shippingInfo><sellingStatus><currentPrice
70
+ currencyId="USD">13.75</currentPrice><convertedCurrentPrice currencyId="USD">13.75</convertedCurrentPrice><bidCount>0</bidCount><sellingState>Active</sellingState><timeLeft>P0DT2H58M52S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-07-16T21:24:01.000Z</startTime><endTime>2011-07-23T21:24:01.000Z</endTime><listingType>Auction</listingType><gift>false</gift></listingInfo><returnsAccepted>false</returnsAccepted><condition><conditionId>5000</conditionId><conditionDisplayName>Good</conditionDisplayName></condition><isMultiVariationListing>false</isMultiVariationListing></item><item><itemId>120712271657</itemId><title>NEW
71
+ - Harry Potter and the Order of the Phoenix</title><globalId>EBAY-US</globalId><primaryCategory><categoryId>617</categoryId><categoryName>DVD,
72
+ HD DVD &amp; Blu-ray</categoryName></primaryCategory><galleryURL>http://thumbs2.ebaystatic.com/pict/1207122716574040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/NEW-Harry-Potter-and-Order-Phoenix-/120712271657?pt=US_DVD_HD_DVD_Blu_ray</viewItemURL><productId
73
+ type="ReferenceID">62940319</productId><paymentMethod>PayPal</paymentMethod><autoPay>true</autoPay><location>USA</location><country>US</country><shippingInfo><shippingServiceCost
74
+ currencyId="USD">0.0</shippingServiceCost><shippingType>Free</shippingType><expeditedShipping>true</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>2</handlingTime><shipToLocations>Worldwide</shipToLocations></shippingInfo><sellingStatus><currentPrice
75
+ currencyId="USD">7.0</currentPrice><convertedCurrentPrice currencyId="USD">7.0</convertedCurrentPrice><sellingState>Active</sellingState><timeLeft>P20DT20H46M50S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-04-15T15:06:59.000Z</startTime><endTime>2011-08-13T15:11:59.000Z</endTime><listingType>StoreInventory</listingType><gift>false</gift></listingInfo><returnsAccepted>true</returnsAccepted><condition><conditionId>1000</conditionId><conditionDisplayName>Brand
76
+ New</conditionDisplayName></condition><isMultiVariationListing>false</isMultiVariationListing></item><item><itemId>250856608633</itemId><title>HARRY
77
+ POTTER AND THE ORDER OF THE PHOENIX - 2007 SEALED</title><globalId>EBAY-US</globalId><primaryCategory><categoryId>617</categoryId><categoryName>DVD,
78
+ HD DVD &amp; Blu-ray</categoryName></primaryCategory><galleryURL>http://thumbs2.ebaystatic.com/pict/2508566086334040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/HARRY-POTTER-AND-ORDER-PHOENIX-2007-SEALED-/250856608633?pt=US_DVD_HD_DVD_Blu_ray</viewItemURL><productId
79
+ type="ReferenceID">62923188</productId><paymentMethod>PayPal</paymentMethod><autoPay>false</autoPay><postalCode>80401</postalCode><location>Golden,CO,USA</location><country>US</country><shippingInfo><shippingServiceCost
80
+ currencyId="USD">3.0</shippingServiceCost><shippingType>Flat</shippingType><expeditedShipping>false</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>10</handlingTime><shipToLocations>US</shipToLocations></shippingInfo><sellingStatus><currentPrice
81
+ currencyId="USD">3.24</currentPrice><convertedCurrentPrice currencyId="USD">3.24</convertedCurrentPrice><bidCount>4</bidCount><sellingState>Active</sellingState><timeLeft>P0DT3H8M25S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-07-16T21:33:34.000Z</startTime><endTime>2011-07-23T21:33:34.000Z</endTime><listingType>Auction</listingType><gift>false</gift></listingInfo><returnsAccepted>false</returnsAccepted><condition><conditionId>1000</conditionId><conditionDisplayName>Brand
82
+ New</conditionDisplayName></condition><isMultiVariationListing>false</isMultiVariationListing></item><item><itemId>110716335575</itemId><title>Harry
83
+ Potter and the Order of the Phoenix (DVD, 2007...</title><globalId>EBAY-US</globalId><subtitle>Full
84
+ Screen Edition / used</subtitle><primaryCategory><categoryId>617</categoryId><categoryName>DVD,
85
+ HD DVD &amp; Blu-ray</categoryName></primaryCategory><galleryURL>http://thumbs4.ebaystatic.com/pict/1107163355754040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/Harry-Potter-and-Order-Phoenix-DVD-2007-/110716335575?pt=US_DVD_HD_DVD_Blu_ray</viewItemURL><productId
86
+ type="ReferenceID">62940319</productId><paymentMethod>PayPal</paymentMethod><autoPay>false</autoPay><postalCode>54494</postalCode><location>Wisconsin
87
+ Rapids,WI,USA</location><country>US</country><shippingInfo><shippingType>Calculated</shippingType><expeditedShipping>false</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>5</handlingTime><shipToLocations>US</shipToLocations></shippingInfo><sellingStatus><currentPrice
88
+ currencyId="USD">5.0</currentPrice><convertedCurrentPrice currencyId="USD">5.0</convertedCurrentPrice><bidCount>0</bidCount><sellingState>Active</sellingState><timeLeft>P0DT4H5M57S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-07-16T22:31:06.000Z</startTime><endTime>2011-07-23T22:31:06.000Z</endTime><listingType>Auction</listingType><gift>false</gift></listingInfo><returnsAccepted>true</returnsAccepted><condition><conditionId>5000</conditionId><conditionDisplayName>Good</conditionDisplayName></condition><isMultiVariationListing>false</isMultiVariationListing></item><item><itemId>180696945186</itemId><title>Harry
89
+ Potter and the Order of the Phoenix by J. K. R...</title><globalId>EBAY-US</globalId><subtitle>Hardcover!
90
+ Tracking # included! lOOk!! Free ship in U.S</subtitle><primaryCategory><categoryId>279</categoryId><categoryName>Children
91
+ &amp; Young Adults</categoryName></primaryCategory><galleryURL>http://thumbs3.ebaystatic.com/pict/1806969451864040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/Harry-Potter-and-Order-Phoenix-J-K-R-/180696945186?pt=US_Childrens_Books</viewItemURL><productId
92
+ type="ReferenceID">2327833</productId><paymentMethod>PayPal</paymentMethod><autoPay>true</autoPay><location>USA</location><country>US</country><shippingInfo><shippingServiceCost
93
+ currencyId="USD">0.0</shippingServiceCost><shippingType>Free</shippingType><expeditedShipping>false</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>1</handlingTime><shipToLocations>AU</shipToLocations><shipToLocations>Americas</shipToLocations><shipToLocations>Europe</shipToLocations><shipToLocations>Asia</shipToLocations></shippingInfo><sellingStatus><currentPrice
94
+ currencyId="USD">10.0</currentPrice><convertedCurrentPrice currencyId="USD">10.0</convertedCurrentPrice><bidCount>1</bidCount><sellingState>Active</sellingState><timeLeft>P0DT5H12M29S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-07-16T23:37:38.000Z</startTime><endTime>2011-07-23T23:37:38.000Z</endTime><listingType>Auction</listingType><gift>false</gift></listingInfo><returnsAccepted>true</returnsAccepted><condition><conditionId>4000</conditionId><conditionDisplayName>Very
95
+ Good</conditionDisplayName></condition><isMultiVariationListing>false</isMultiVariationListing></item><item><itemId>200631195548</itemId><title>Harry
96
+ Potter Order of Phoenix Greek Ταγμα του Φοινικα</title><globalId>EBAY-US</globalId><primaryCategory><categoryId>377</categoryId><categoryName>Fiction
97
+ &amp; Literature</categoryName></primaryCategory><galleryURL>http://thumbs1.ebaystatic.com/pict/2006311955484040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/Harry-Potter-Order-Phoenix-Greek-/200631195548?pt=US_Fiction_Books</viewItemURL><paymentMethod>PayPal</paymentMethod><autoPay>false</autoPay><postalCode>20817</postalCode><location>Bethesda,MD,USA</location><country>US</country><shippingInfo><shippingServiceCost
98
+ currencyId="USD">3.5</shippingServiceCost><shippingType>Flat</shippingType><expeditedShipping>true</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>1</handlingTime><shipToLocations>Worldwide</shipToLocations></shippingInfo><sellingStatus><currentPrice
99
+ currencyId="USD">2.25</currentPrice><convertedCurrentPrice currencyId="USD">2.25</convertedCurrentPrice><bidCount>2</bidCount><sellingState>Active</sellingState><timeLeft>P0DT5H14M49S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-07-16T23:39:58.000Z</startTime><endTime>2011-07-23T23:39:58.000Z</endTime><listingType>Auction</listingType><gift>false</gift></listingInfo><returnsAccepted>true</returnsAccepted><condition><conditionId>2750</conditionId><conditionDisplayName>Like
100
+ New</conditionDisplayName></condition><isMultiVariationListing>false</isMultiVariationListing></item><item><itemId>150617208596</itemId><title>NEW
101
+ Harry Potter and the Order of the Phoenix</title><globalId>EBAY-US</globalId><primaryCategory><categoryId>617</categoryId><categoryName>DVD,
102
+ HD DVD &amp; Blu-ray</categoryName></primaryCategory><galleryURL>http://thumbs1.ebaystatic.com/pict/1506172085964040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/NEW-Harry-Potter-and-Order-Phoenix-/150617208596?pt=US_DVD_HD_DVD_Blu_ray</viewItemURL><productId
103
+ type="ReferenceID">100032382</productId><paymentMethod>PayPal</paymentMethod><autoPay>true</autoPay><location>USA</location><country>US</country><shippingInfo><shippingServiceCost
104
+ currencyId="USD">0.0</shippingServiceCost><shippingType>Free</shippingType><expeditedShipping>true</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>1</handlingTime><shipToLocations>US</shipToLocations></shippingInfo><sellingStatus><currentPrice
105
+ currencyId="USD">29.99</currentPrice><convertedCurrentPrice currencyId="USD">29.99</convertedCurrentPrice><sellingState>Active</sellingState><timeLeft>P16DT20H39M4S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-06-10T14:59:13.000Z</startTime><endTime>2011-08-09T15:04:13.000Z</endTime><listingType>FixedPrice</listingType><gift>false</gift></listingInfo><returnsAccepted>true</returnsAccepted><condition><conditionId>1000</conditionId><conditionDisplayName>Brand
106
+ New</conditionDisplayName></condition><isMultiVariationListing>false</isMultiVariationListing></item><item><itemId>360380439446</itemId><title>Harry
107
+ Potter and the Order of the Phoenix (Blu-ray Disc</title><globalId>EBAY-US</globalId><subtitle>BRAND
108
+ NEW &amp; SEALED</subtitle><primaryCategory><categoryId>617</categoryId><categoryName>DVD,
109
+ HD DVD &amp; Blu-ray</categoryName></primaryCategory><galleryURL>http://thumbs3.ebaystatic.com/pict/3603804394464040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/Harry-Potter-and-Order-Phoenix-Blu-ray-Disc-/360380439446?pt=US_DVD_HD_DVD_Blu_ray</viewItemURL><productId
110
+ type="ReferenceID">62961737</productId><paymentMethod>PayPal</paymentMethod><autoPay>false</autoPay><location>USA</location><country>US</country><shippingInfo><shippingServiceCost
111
+ currencyId="USD">3.0</shippingServiceCost><shippingType>Flat</shippingType><expeditedShipping>false</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>3</handlingTime><shipToLocations>US</shipToLocations></shippingInfo><sellingStatus><currentPrice
112
+ currencyId="USD">5.59</currentPrice><convertedCurrentPrice currencyId="USD">5.59</convertedCurrentPrice><bidCount>4</bidCount><sellingState>Active</sellingState><timeLeft>P0DT5H17M23S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-07-16T23:42:32.000Z</startTime><endTime>2011-07-23T23:42:32.000Z</endTime><listingType>Auction</listingType><gift>false</gift></listingInfo><returnsAccepted>false</returnsAccepted><condition><conditionId>1000</conditionId><conditionDisplayName>Brand
113
+ New</conditionDisplayName></condition><isMultiVariationListing>false</isMultiVariationListing></item><item><itemId>220816238895</itemId><title>Harry
114
+ Potter and the Order of the Phoenix, J.K. Rowling</title><globalId>EBAY-US</globalId><primaryCategory><categoryId>279</categoryId><categoryName>Children
115
+ &amp; Young Adults</categoryName></primaryCategory><galleryURL>http://thumbs4.ebaystatic.com/pict/2208162388954040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/Harry-Potter-and-Order-Phoenix-J-K-Rowling-/220816238895?pt=US_Childrens_Books</viewItemURL><productId
116
+ type="ReferenceID">2327833</productId><paymentMethod>PayPal</paymentMethod><autoPay>false</autoPay><location>USA</location><country>US</country><shippingInfo><shippingServiceCost
117
+ currencyId="USD">4.0</shippingServiceCost><shippingType>Flat</shippingType><expeditedShipping>false</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>3</handlingTime><shipToLocations>Worldwide</shipToLocations></shippingInfo><sellingStatus><currentPrice
118
+ currencyId="USD">3.99</currentPrice><convertedCurrentPrice currencyId="USD">3.99</convertedCurrentPrice><bidCount>0</bidCount><sellingState>Active</sellingState><timeLeft>P0DT5H23M15S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-07-18T23:48:24.000Z</startTime><endTime>2011-07-23T23:48:24.000Z</endTime><listingType>Auction</listingType><gift>false</gift></listingInfo><returnsAccepted>true</returnsAccepted><condition><conditionId>6000</conditionId><conditionDisplayName>Acceptable</conditionDisplayName></condition><isMultiVariationListing>false</isMultiVariationListing></item><item><itemId>170670089299</itemId><title>Harry
119
+ Potter and the Order of the Phoenix by J. K. R...</title><globalId>EBAY-US</globalId><primaryCategory><categoryId>279</categoryId><categoryName>Children
120
+ &amp; Young Adults</categoryName></primaryCategory><galleryURL>http://thumbs4.ebaystatic.com/pict/1706700892994040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/Harry-Potter-and-Order-Phoenix-J-K-R-/170670089299?pt=US_Childrens_Books</viewItemURL><productId
121
+ type="ReferenceID">2327833</productId><paymentMethod>PayPal</paymentMethod><autoPay>false</autoPay><postalCode>46996</postalCode><location>Winamac,IN,USA</location><country>US</country><shippingInfo><shippingServiceCost
122
+ currencyId="USD">4.0</shippingServiceCost><shippingType>Flat</shippingType><expeditedShipping>false</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>10</handlingTime><shipToLocations>US</shipToLocations></shippingInfo><sellingStatus><currentPrice
123
+ currencyId="USD">5.0</currentPrice><convertedCurrentPrice currencyId="USD">5.0</convertedCurrentPrice><bidCount>0</bidCount><sellingState>Active</sellingState><timeLeft>P0DT5H32M23S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-07-18T23:58:32.000Z</startTime><endTime>2011-07-23T23:57:32.000Z</endTime><listingType>Auction</listingType><gift>false</gift></listingInfo><returnsAccepted>true</returnsAccepted><condition><conditionId>4000</conditionId><conditionDisplayName>Very
124
+ Good</conditionDisplayName></condition><isMultiVariationListing>false</isMultiVariationListing></item><item><itemId>120750846079</itemId><title>Harry
125
+ Potter Order of the Phoenix AND sorcerer''s stone</title><globalId>EBAY-US</globalId><primaryCategory><categoryId>279</categoryId><categoryName>Children
126
+ &amp; Young Adults</categoryName></primaryCategory><galleryURL>http://thumbs4.ebaystatic.com/pict/1207508460794040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/Harry-Potter-Order-Phoenix-AND-sorcerers-stone-/120750846079?pt=US_Childrens_Books</viewItemURL><productId
127
+ type="ReferenceID">84447171</productId><paymentMethod>PayPal</paymentMethod><autoPay>false</autoPay><postalCode>85383</postalCode><location>Peoria,AZ,USA</location><country>US</country><shippingInfo><shippingServiceCost
128
+ currencyId="USD">0.0</shippingServiceCost><shippingType>Free</shippingType><expeditedShipping>false</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>3</handlingTime><shipToLocations>US</shipToLocations></shippingInfo><sellingStatus><currentPrice
129
+ currencyId="USD">15.0</currentPrice><convertedCurrentPrice currencyId="USD">15.0</convertedCurrentPrice><bidCount>0</bidCount><sellingState>Active</sellingState><timeLeft>P0DT6H41M32S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-07-17T01:07:42.000Z</startTime><endTime>2011-07-24T01:06:41.000Z</endTime><listingType>Auction</listingType><gift>false</gift></listingInfo><returnsAccepted>false</returnsAccepted><condition><conditionId>1000</conditionId><conditionDisplayName>Brand
130
+ New</conditionDisplayName></condition><isMultiVariationListing>false</isMultiVariationListing></item><item><itemId>250844477060</itemId><title>Harry
131
+ Potter and the Order of the Phoenix (DVD, 2007...</title><globalId>EBAY-US</globalId><primaryCategory><categoryId>617</categoryId><categoryName>DVD,
132
+ HD DVD &amp; Blu-ray</categoryName></primaryCategory><galleryURL>http://thumbs1.ebaystatic.com/pict/2508444770604040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/Harry-Potter-and-Order-Phoenix-DVD-2007-/250844477060?pt=US_DVD_HD_DVD_Blu_ray</viewItemURL><productId
133
+ type="ReferenceID">62940250</productId><paymentMethod>PayPal</paymentMethod><autoPay>true</autoPay><postalCode>91304</postalCode><location>Canoga
134
+ Park,CA,USA</location><country>US</country><shippingInfo><shippingServiceCost
135
+ currencyId="USD">0.0</shippingServiceCost><shippingType>Free</shippingType><expeditedShipping>true</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>1</handlingTime><shipToLocations>US</shipToLocations></shippingInfo><sellingStatus><currentPrice
136
+ currencyId="USD">10.99</currentPrice><convertedCurrentPrice currencyId="USD">10.99</convertedCurrentPrice><sellingState>Active</sellingState><timeLeft>P1DT3H44M17S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>true</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-06-24T22:04:26.000Z</startTime><endTime>2011-07-24T22:09:26.000Z</endTime><listingType>FixedPrice</listingType><gift>false</gift></listingInfo><returnsAccepted>true</returnsAccepted><condition><conditionId>1000</conditionId><conditionDisplayName>Brand
137
+ New</conditionDisplayName></condition><isMultiVariationListing>false</isMultiVariationListing></item><item><itemId>120753295635</itemId><title>Harry
138
+ Potter and the Order of the Phoenix (FS) DVD NEW!</title><globalId>EBAY-US</globalId><primaryCategory><categoryId>617</categoryId><categoryName>DVD,
139
+ HD DVD &amp; Blu-ray</categoryName></primaryCategory><galleryURL>http://thumbs4.ebaystatic.com/pict/1207532956354040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/Harry-Potter-and-Order-Phoenix-FS-DVD-NEW-/120753295635?pt=US_DVD_HD_DVD_Blu_ray</viewItemURL><productId
140
+ type="ReferenceID">62940319</productId><paymentMethod>PayPal</paymentMethod><autoPay>false</autoPay><postalCode>11542</postalCode><location>Glen
141
+ Cove,NY,USA</location><country>US</country><shippingInfo><shippingServiceCost
142
+ currencyId="USD">3.0</shippingServiceCost><shippingType>FlatDomesticCalculatedInternational</shippingType><expeditedShipping>true</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>2</handlingTime><shipToLocations>Worldwide</shipToLocations></shippingInfo><sellingStatus><currentPrice
143
+ currencyId="USD">3.99</currentPrice><convertedCurrentPrice currencyId="USD">3.99</convertedCurrentPrice><bidCount>0</bidCount><sellingState>Active</sellingState><timeLeft>P0DT8H35M12S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>true</buyItNowAvailable><buyItNowPrice
144
+ currencyId="USD">8.0</buyItNowPrice><convertedBuyItNowPrice currencyId="USD">8.0</convertedBuyItNowPrice><startTime>2011-07-23T03:00:21.000Z</startTime><endTime>2011-07-24T03:00:21.000Z</endTime><listingType>AuctionWithBIN</listingType><gift>false</gift></listingInfo><returnsAccepted>true</returnsAccepted><condition><conditionId>1000</conditionId><conditionDisplayName>Brand
145
+ New</conditionDisplayName></condition><isMultiVariationListing>false</isMultiVariationListing></item><item><itemId>130549523299</itemId><title>Harry
146
+ Potter and the Order of the Phoenix DVD WS 2007</title><globalId>EBAY-US</globalId><primaryCategory><categoryId>617</categoryId><categoryName>DVD,
147
+ HD DVD &amp; Blu-ray</categoryName></primaryCategory><galleryURL>http://thumbs4.ebaystatic.com/pict/1305495232994040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/Harry-Potter-and-Order-Phoenix-DVD-WS-2007-/130549523299?pt=US_DVD_HD_DVD_Blu_ray</viewItemURL><productId
148
+ type="ReferenceID">62923188</productId><paymentMethod>PayPal</paymentMethod><autoPay>false</autoPay><postalCode>65803</postalCode><location>Springfield,MO,USA</location><country>US</country><shippingInfo><shippingServiceCost
149
+ currencyId="USD">2.99</shippingServiceCost><shippingType>Flat</shippingType><expeditedShipping>false</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>2</handlingTime><shipToLocations>US</shipToLocations></shippingInfo><sellingStatus><currentPrice
150
+ currencyId="USD">3.25</currentPrice><convertedCurrentPrice currencyId="USD">3.25</convertedCurrentPrice><bidCount>3</bidCount><sellingState>Active</sellingState><timeLeft>P0DT8H53M35S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-07-19T03:18:44.000Z</startTime><endTime>2011-07-24T03:18:44.000Z</endTime><listingType>Auction</listingType><gift>false</gift></listingInfo><returnsAccepted>true</returnsAccepted><condition><conditionId>4000</conditionId><conditionDisplayName>Very
151
+ Good</conditionDisplayName></condition><isMultiVariationListing>false</isMultiVariationListing></item><item><itemId>260820651424</itemId><title>Harry
152
+ Potter and the Order of the Phoenix (DVD, 2007...</title><globalId>EBAY-US</globalId><primaryCategory><categoryId>617</categoryId><categoryName>DVD,
153
+ HD DVD &amp; Blu-ray</categoryName></primaryCategory><galleryURL>http://thumbs1.ebaystatic.com/pict/2608206514244040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/Harry-Potter-and-Order-Phoenix-DVD-2007-/260820651424?pt=US_DVD_HD_DVD_Blu_ray</viewItemURL><productId
154
+ type="ReferenceID">62940319</productId><paymentMethod>PayPal</paymentMethod><autoPay>false</autoPay><postalCode>18202</postalCode><location>Hazleton,PA,USA</location><country>US</country><shippingInfo><shippingServiceCost
155
+ currencyId="USD">0.0</shippingServiceCost><shippingType>Free</shippingType><expeditedShipping>false</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>3</handlingTime><shipToLocations>US</shipToLocations></shippingInfo><sellingStatus><currentPrice
156
+ currencyId="USD">9.99</currentPrice><convertedCurrentPrice currencyId="USD">9.99</convertedCurrentPrice><bidCount>0</bidCount><sellingState>Active</sellingState><timeLeft>P0DT9H44M49S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-07-19T04:09:58.000Z</startTime><endTime>2011-07-24T04:09:58.000Z</endTime><listingType>Auction</listingType><gift>false</gift></listingInfo><returnsAccepted>true</returnsAccepted><condition><conditionId>1000</conditionId><conditionDisplayName>Brand
157
+ New</conditionDisplayName></condition><isMultiVariationListing>false</isMultiVariationListing></item><item><itemId>320729378272</itemId><title>Harry
158
+ Potter and the Order of the Phoenix (HD DVD/DVD) </title><globalId>EBAY-US</globalId><subtitle>Plays
159
+ on HD-DVD and standard players! Mint combo-disc!</subtitle><primaryCategory><categoryId>617</categoryId><categoryName>DVD,
160
+ HD DVD &amp; Blu-ray</categoryName></primaryCategory><galleryURL>http://thumbs1.ebaystatic.com/pict/3207293782724040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/Harry-Potter-and-Order-Phoenix-HD-DVD-DVD-/320729378272?pt=US_DVD_HD_DVD_Blu_ray</viewItemURL><productId
161
+ type="ReferenceID">62929195</productId><paymentMethod>PayPal</paymentMethod><autoPay>false</autoPay><postalCode>46254</postalCode><location>Indianapolis,IN,USA</location><country>US</country><shippingInfo><shippingServiceCost
162
+ currencyId="USD">3.0</shippingServiceCost><shippingType>Flat</shippingType><expeditedShipping>false</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>1</handlingTime><shipToLocations>US</shipToLocations></shippingInfo><sellingStatus><currentPrice
163
+ currencyId="USD">4.0</currentPrice><convertedCurrentPrice currencyId="USD">4.0</convertedCurrentPrice><bidCount>0</bidCount><sellingState>Active</sellingState><timeLeft>P0DT9H49M14S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>true</buyItNowAvailable><buyItNowPrice
164
+ currencyId="USD">6.0</buyItNowPrice><convertedBuyItNowPrice currencyId="USD">6.0</convertedBuyItNowPrice><startTime>2011-07-17T04:14:23.000Z</startTime><endTime>2011-07-24T04:14:23.000Z</endTime><listingType>AuctionWithBIN</listingType><gift>false</gift></listingInfo><returnsAccepted>true</returnsAccepted><condition><conditionId>4000</conditionId><conditionDisplayName>Very
165
+ Good</conditionDisplayName></condition><isMultiVariationListing>false</isMultiVariationListing></item><item><itemId>270774736991</itemId><title>Harry
166
+ Potter and the Order of the Phoenix (DVD, 2011...</title><globalId>EBAY-US</globalId><primaryCategory><categoryId>617</categoryId><categoryName>DVD,
167
+ HD DVD &amp; Blu-ray</categoryName></primaryCategory><galleryURL>http://thumbs4.ebaystatic.com/pict/2707747369914040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/Harry-Potter-and-Order-Phoenix-DVD-2011-/270774736991?pt=US_DVD_HD_DVD_Blu_ray</viewItemURL><productId
168
+ type="ReferenceID">99993854</productId><paymentMethod>PayPal</paymentMethod><autoPay>false</autoPay><postalCode>97060</postalCode><location>Troutdale,OR,USA</location><country>US</country><shippingInfo><shippingServiceCost
169
+ currencyId="USD">2.99</shippingServiceCost><shippingType>Flat</shippingType><expeditedShipping>true</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>2</handlingTime><shipToLocations>AU</shipToLocations><shipToLocations>Americas</shipToLocations><shipToLocations>Europe</shipToLocations><shipToLocations>Asia</shipToLocations></shippingInfo><sellingStatus><currentPrice
170
+ currencyId="USD">5.99</currentPrice><convertedCurrentPrice currencyId="USD">5.99</convertedCurrentPrice><sellingState>Active</sellingState><timeLeft>P6DT1H43M3S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-06-29T20:03:12.000Z</startTime><endTime>2011-07-29T20:08:12.000Z</endTime><listingType>StoreInventory</listingType><gift>false</gift></listingInfo><returnsAccepted>true</returnsAccepted><condition><conditionId>1000</conditionId><conditionDisplayName>Brand
171
+ New</conditionDisplayName></condition><isMultiVariationListing>false</isMultiVariationListing></item><item><itemId>260819467519</itemId><title>Harry
172
+ Potter and the Order of the Phoenix by J. K. R...</title><globalId>EBAY-US</globalId><primaryCategory><categoryId>279</categoryId><categoryName>Children
173
+ &amp; Young Adults</categoryName></primaryCategory><galleryURL>http://thumbs4.ebaystatic.com/pict/2608194675194040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/Harry-Potter-and-Order-Phoenix-J-K-R-/260819467519?pt=US_Childrens_Books</viewItemURL><productId
174
+ type="ReferenceID">2327833</productId><paymentMethod>PayPal</paymentMethod><autoPay>false</autoPay><postalCode>33594</postalCode><location>Valrico,FL,USA</location><country>US</country><shippingInfo><shippingServiceCost
175
+ currencyId="USD">3.99</shippingServiceCost><shippingType>Flat</shippingType><expeditedShipping>false</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>2</handlingTime><shipToLocations>US</shipToLocations></shippingInfo><sellingStatus><currentPrice
176
+ currencyId="USD">4.0</currentPrice><convertedCurrentPrice currencyId="USD">4.0</convertedCurrentPrice><bidCount>0</bidCount><sellingState>Active</sellingState><timeLeft>P0DT10H37M29S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-07-17T05:02:38.000Z</startTime><endTime>2011-07-24T05:02:38.000Z</endTime><listingType>Auction</listingType><gift>false</gift></listingInfo><returnsAccepted>false</returnsAccepted><condition><conditionId>4000</conditionId><conditionDisplayName>Very
177
+ Good</conditionDisplayName></condition><isMultiVariationListing>false</isMultiVariationListing></item><item><itemId>110717359380</itemId><title>Harry
178
+ Potter Blu Ray Lot Order of Phoenix, Half-Blood P</title><globalId>EBAY-US</globalId><subtitle>The
179
+ Half-Blood Prince and Order of the Phoenix 3 disc </subtitle><primaryCategory><categoryId>617</categoryId><categoryName>DVD,
180
+ HD DVD &amp; Blu-ray</categoryName></primaryCategory><galleryURL>http://thumbs1.ebaystatic.com/pict/1107173593804040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/Harry-Potter-Blu-Ray-Lot-Order-Phoenix-Half-Blood-P-/110717359380?pt=US_DVD_HD_DVD_Blu_ray</viewItemURL><paymentMethod>PayPal</paymentMethod><autoPay>false</autoPay><postalCode>98028</postalCode><location>Kenmore,WA,USA</location><country>US</country><shippingInfo><shippingServiceCost
181
+ currencyId="USD">3.0</shippingServiceCost><shippingType>Flat</shippingType><expeditedShipping>false</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>2</handlingTime><shipToLocations>US</shipToLocations></shippingInfo><sellingStatus><currentPrice
182
+ currencyId="USD">10.5</currentPrice><convertedCurrentPrice currencyId="USD">10.5</convertedCurrentPrice><bidCount>7</bidCount><sellingState>Active</sellingState><timeLeft>P0DT12H17M37S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-07-19T06:42:46.000Z</startTime><endTime>2011-07-24T06:42:46.000Z</endTime><listingType>Auction</listingType><gift>false</gift></listingInfo><returnsAccepted>false</returnsAccepted><galleryPlusPictureURL>http://galleryplus.ebayimg.com/ws/web/110717359380_1_0_1.jpg</galleryPlusPictureURL><condition><conditionId>2750</conditionId><conditionDisplayName>Like
183
+ New</conditionDisplayName></condition><isMultiVariationListing>false</isMultiVariationListing></item><item><itemId>230648374837</itemId><title>Harry
184
+ Potter and the Order of the Phoenix by J. K. R...</title><globalId>EBAY-US</globalId><primaryCategory><categoryId>279</categoryId><categoryName>Children
185
+ &amp; Young Adults</categoryName></primaryCategory><galleryURL>http://thumbs2.ebaystatic.com/pict/2306483748374040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/Harry-Potter-and-Order-Phoenix-J-K-R-/230648374837?pt=US_Childrens_Books</viewItemURL><productId
186
+ type="ReferenceID">30259808</productId><paymentMethod>PayPal</paymentMethod><autoPay>false</autoPay><postalCode>80514</postalCode><location>Dacono,CO,USA</location><country>US</country><shippingInfo><shippingServiceCost
187
+ currencyId="USD">2.5</shippingServiceCost><shippingType>Flat</shippingType><expeditedShipping>false</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>3</handlingTime><shipToLocations>US</shipToLocations></shippingInfo><sellingStatus><currentPrice
188
+ currencyId="USD">5.0</currentPrice><convertedCurrentPrice currencyId="USD">5.0</convertedCurrentPrice><bidCount>0</bidCount><sellingState>Active</sellingState><timeLeft>P0DT12H18M38S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>true</buyItNowAvailable><buyItNowPrice
189
+ currencyId="USD">10.0</buyItNowPrice><convertedBuyItNowPrice currencyId="USD">10.0</convertedBuyItNowPrice><startTime>2011-07-17T06:43:48.000Z</startTime><endTime>2011-07-24T06:43:47.000Z</endTime><listingType>AuctionWithBIN</listingType><gift>false</gift></listingInfo><returnsAccepted>false</returnsAccepted><condition><conditionId>2750</conditionId><conditionDisplayName>Like
190
+ New</conditionDisplayName></condition><isMultiVariationListing>false</isMultiVariationListing></item><item><itemId>130345442071</itemId><title>Harry
191
+ Potter and the Order of the Phoenix (DVD, 2007...</title><globalId>EBAY-US</globalId><primaryCategory><categoryId>617</categoryId><categoryName>DVD,
192
+ HD DVD &amp; Blu-ray</categoryName></primaryCategory><galleryURL>http://thumbs4.ebaystatic.com/pict/1303454420714040_8.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/Harry-Potter-and-Order-Phoenix-DVD-2007-/130345442071?pt=US_DVD_HD_DVD_Blu_ray</viewItemURL><productId
193
+ type="ReferenceID">62923188</productId><paymentMethod>PayPal</paymentMethod><autoPay>false</autoPay><location>USA</location><country>US</country><shippingInfo><shippingServiceCost
194
+ currencyId="USD">3.0</shippingServiceCost><shippingType>Flat</shippingType><expeditedShipping>true</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>1</handlingTime><shipToLocations>Worldwide</shipToLocations></shippingInfo><sellingStatus><currentPrice
195
+ currencyId="USD">4.64</currentPrice><convertedCurrentPrice currencyId="USD">4.64</convertedCurrentPrice><sellingState>Active</sellingState><timeLeft>P17DT1H40M2S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2009-11-17T20:00:11.000Z</startTime><endTime>2011-08-09T20:05:11.000Z</endTime><listingType>FixedPrice</listingType><gift>false</gift></listingInfo><returnsAccepted>true</returnsAccepted><condition><conditionId>1000</conditionId><conditionDisplayName>Brand
196
+ New</conditionDisplayName></condition><isMultiVariationListing>false</isMultiVariationListing></item><item><itemId>170670249701</itemId><title>Harry
197
+ Potter and the Order of the Phoenix by J. K. R...</title><globalId>EBAY-US</globalId><subtitle>Hardcover</subtitle><primaryCategory><categoryId>279</categoryId><categoryName>Children
198
+ &amp; Young Adults</categoryName></primaryCategory><galleryURL>http://thumbs2.ebaystatic.com/pict/1706702497014040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/Harry-Potter-and-Order-Phoenix-J-K-R-/170670249701?pt=US_Childrens_Books</viewItemURL><productId
199
+ type="ReferenceID">2327833</productId><paymentMethod>PayPal</paymentMethod><autoPay>false</autoPay><postalCode>48831</postalCode><location>Elsie,MI,USA</location><country>US</country><shippingInfo><shippingServiceCost
200
+ currencyId="USD">3.99</shippingServiceCost><shippingType>Flat</shippingType><expeditedShipping>true</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>2</handlingTime><shipToLocations>US</shipToLocations></shippingInfo><sellingStatus><currentPrice
201
+ currencyId="USD">6.99</currentPrice><convertedCurrentPrice currencyId="USD">6.99</convertedCurrentPrice><bidCount>0</bidCount><sellingState>Active</sellingState><timeLeft>P0DT16H39M7S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-07-19T11:04:16.000Z</startTime><endTime>2011-07-24T11:04:16.000Z</endTime><listingType>Auction</listingType><gift>false</gift></listingInfo><returnsAccepted>false</returnsAccepted><condition><conditionId>2750</conditionId><conditionDisplayName>Like
202
+ New</conditionDisplayName></condition><isMultiVariationListing>false</isMultiVariationListing></item><item><itemId>290588342464</itemId><title>Harry
203
+ Potter and the Order of the Phoenix by J. K. R...</title><globalId>EBAY-US</globalId><primaryCategory><categoryId>279</categoryId><categoryName>Children
204
+ &amp; Young Adults</categoryName></primaryCategory><galleryURL>http://thumbs1.ebaystatic.com/pict/2905883424644040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/Harry-Potter-and-Order-Phoenix-J-K-R-/290588342464?pt=US_Childrens_Books</viewItemURL><productId
205
+ type="ReferenceID">2327833</productId><paymentMethod>PayPal</paymentMethod><autoPay>false</autoPay><postalCode>47203</postalCode><location>Columbus,IN,USA</location><country>US</country><shippingInfo><shippingServiceCost
206
+ currencyId="USD">4.0</shippingServiceCost><shippingType>Flat</shippingType><expeditedShipping>false</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>3</handlingTime><shipToLocations>US</shipToLocations></shippingInfo><sellingStatus><currentPrice
207
+ currencyId="USD">12.0</currentPrice><convertedCurrentPrice currencyId="USD">12.0</convertedCurrentPrice><bidCount>0</bidCount><sellingState>Active</sellingState><timeLeft>P0DT19H37M8S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-07-17T14:03:18.000Z</startTime><endTime>2011-07-24T14:02:17.000Z</endTime><listingType>Auction</listingType><gift>false</gift></listingInfo><returnsAccepted>true</returnsAccepted><condition><conditionId>2750</conditionId><conditionDisplayName>Like
208
+ New</conditionDisplayName></condition><isMultiVariationListing>false</isMultiVariationListing></item><item><itemId>300578574673</itemId><title>Harry
209
+ Potter and the Order of the Phoenix (2003)</title><globalId>EBAY-US</globalId><primaryCategory><categoryId>279</categoryId><categoryName>Children
210
+ &amp; Young Adults</categoryName></primaryCategory><galleryURL>http://thumbs2.ebaystatic.com/pict/3005785746734040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/Harry-Potter-and-Order-Phoenix-2003-/300578574673?pt=US_Childrens_Books</viewItemURL><productId
211
+ type="ReferenceID">2327833</productId><paymentMethod>PayPal</paymentMethod><autoPay>false</autoPay><postalCode>90066</postalCode><location>Los
212
+ Angeles,CA,USA</location><country>US</country><shippingInfo><shippingType>Calculated</shippingType><expeditedShipping>false</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>3</handlingTime><shipToLocations>US</shipToLocations><shipToLocations>CA</shipToLocations><shipToLocations>GB</shipToLocations><shipToLocations>AU</shipToLocations><shipToLocations>JP</shipToLocations></shippingInfo><sellingStatus><currentPrice
213
+ currencyId="USD">16.99</currentPrice><convertedCurrentPrice currencyId="USD">16.99</convertedCurrentPrice><bidCount>0</bidCount><sellingState>Active</sellingState><timeLeft>P0DT20H38M20S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-07-17T15:04:30.000Z</startTime><endTime>2011-07-24T15:03:29.000Z</endTime><listingType>Auction</listingType><gift>false</gift></listingInfo><returnsAccepted>false</returnsAccepted><condition><conditionId>4000</conditionId><conditionDisplayName>Very
214
+ Good</conditionDisplayName></condition><isMultiVariationListing>false</isMultiVariationListing></item><item><itemId>160624032783</itemId><title>Harry
215
+ Potter and the Order of the Phoenix (Blu-ray NEW</title><globalId>EBAY-US</globalId><primaryCategory><categoryId>617</categoryId><categoryName>DVD,
216
+ HD DVD &amp; Blu-ray</categoryName></primaryCategory><galleryURL>http://thumbs4.ebaystatic.com/pict/1606240327834040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/Harry-Potter-and-Order-Phoenix-Blu-ray-NEW-/160624032783?pt=US_DVD_HD_DVD_Blu_ray</viewItemURL><productId
217
+ type="ReferenceID">62961737</productId><paymentMethod>PayPal</paymentMethod><autoPay>false</autoPay><postalCode>53154</postalCode><location>Oak
218
+ Creek,WI,USA</location><country>US</country><shippingInfo><shippingServiceCost
219
+ currencyId="USD">3.0</shippingServiceCost><shippingType>Flat</shippingType><expeditedShipping>true</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>5</handlingTime><shipToLocations>US</shipToLocations></shippingInfo><sellingStatus><currentPrice
220
+ currencyId="USD">9.99</currentPrice><convertedCurrentPrice currencyId="USD">9.99</convertedCurrentPrice><bidCount>0</bidCount><sellingState>Active</sellingState><timeLeft>P0DT22H11M52S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>true</buyItNowAvailable><buyItNowPrice
221
+ currencyId="USD">10.99</buyItNowPrice><convertedBuyItNowPrice currencyId="USD">10.99</convertedBuyItNowPrice><startTime>2011-07-21T16:37:01.000Z</startTime><endTime>2011-07-24T16:37:01.000Z</endTime><listingType>AuctionWithBIN</listingType><gift>false</gift></listingInfo><returnsAccepted>true</returnsAccepted><condition><conditionId>1000</conditionId><conditionDisplayName>Brand
222
+ New</conditionDisplayName></condition><isMultiVariationListing>false</isMultiVariationListing></item><item><itemId>260816603857</itemId><title>Harry
223
+ Potter and the Order of the Phoenix by J. K. R...</title><globalId>EBAY-US</globalId><subtitle>Brand
224
+ New! Fun Read Cheap Book!</subtitle><primaryCategory><categoryId>279</categoryId><categoryName>Children
225
+ &amp; Young Adults</categoryName></primaryCategory><galleryURL>http://thumbs2.ebaystatic.com/pict/2608166038574040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/Harry-Potter-and-Order-Phoenix-J-K-R-/260816603857?pt=US_Childrens_Books</viewItemURL><productId
226
+ type="ReferenceID">63331882</productId><paymentMethod>PayPal</paymentMethod><autoPay>false</autoPay><postalCode>98686</postalCode><location>Vancouver,WA,USA</location><country>US</country><shippingInfo><shippingServiceCost
227
+ currencyId="USD">0.0</shippingServiceCost><shippingType>Free</shippingType><expeditedShipping>false</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>3</handlingTime><shipToLocations>US</shipToLocations></shippingInfo><sellingStatus><currentPrice
228
+ currencyId="USD">7.99</currentPrice><convertedCurrentPrice currencyId="USD">7.99</convertedCurrentPrice><sellingState>Active</sellingState><timeLeft>P18DT1H13M36S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-07-11T19:33:45.000Z</startTime><endTime>2011-08-10T19:38:45.000Z</endTime><listingType>FixedPrice</listingType><gift>false</gift></listingInfo><returnsAccepted>true</returnsAccepted><condition><conditionId>1000</conditionId><conditionDisplayName>Brand
229
+ New</conditionDisplayName></condition><isMultiVariationListing>false</isMultiVariationListing></item><item><itemId>300577351982</itemId><title>Harry
230
+ Potter and the Order of the Phoenix (DVD, 2007...</title><globalId>EBAY-US</globalId><primaryCategory><categoryId>617</categoryId><categoryName>DVD,
231
+ HD DVD &amp; Blu-ray</categoryName></primaryCategory><galleryURL>http://thumbs3.ebaystatic.com/pict/3005773519824040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/Harry-Potter-and-Order-Phoenix-DVD-2007-/300577351982?pt=US_DVD_HD_DVD_Blu_ray</viewItemURL><productId
232
+ type="ReferenceID">62923188</productId><paymentMethod>PayPal</paymentMethod><autoPay>true</autoPay><postalCode>33432</postalCode><location>Boca
233
+ Raton,FL,USA</location><country>US</country><shippingInfo><shippingServiceCost
234
+ currencyId="USD">1.98</shippingServiceCost><shippingType>Flat</shippingType><expeditedShipping>false</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>1</handlingTime><shipToLocations>US</shipToLocations></shippingInfo><sellingStatus><currentPrice
235
+ currencyId="USD">2.77</currentPrice><convertedCurrentPrice currencyId="USD">2.77</convertedCurrentPrice><bidCount>7</bidCount><sellingState>Active</sellingState><timeLeft>P0DT22H34M57S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-07-17T17:00:06.000Z</startTime><endTime>2011-07-24T17:00:06.000Z</endTime><listingType>Auction</listingType><gift>false</gift></listingInfo><returnsAccepted>false</returnsAccepted><condition><conditionId>4000</conditionId><conditionDisplayName>Very
236
+ Good</conditionDisplayName></condition><isMultiVariationListing>false</isMultiVariationListing></item><item><itemId>390331877421</itemId><title>Harry
237
+ Potter and the Order of the Phoenix by J. K. R...</title><globalId>EBAY-US</globalId><subtitle>1st
238
+ AMERICAN EDITION</subtitle><primaryCategory><categoryId>279</categoryId><categoryName>Children
239
+ &amp; Young Adults</categoryName></primaryCategory><galleryURL>http://thumbs2.ebaystatic.com/pict/3903318774214040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/Harry-Potter-and-Order-Phoenix-J-K-R-/390331877421?pt=US_Childrens_Books</viewItemURL><productId
240
+ type="ReferenceID">2327833</productId><paymentMethod>PayPal</paymentMethod><autoPay>false</autoPay><postalCode>04444</postalCode><location>Hampden,ME,USA</location><country>US</country><shippingInfo><shippingServiceCost
241
+ currencyId="USD">4.0</shippingServiceCost><shippingType>Flat</shippingType><expeditedShipping>false</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>1</handlingTime><shipToLocations>US</shipToLocations></shippingInfo><sellingStatus><currentPrice
242
+ currencyId="USD">7.95</currentPrice><convertedCurrentPrice currencyId="USD">7.95</convertedCurrentPrice><bidCount>0</bidCount><sellingState>Active</sellingState><timeLeft>P0DT23H48M49S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-07-17T18:13:58.000Z</startTime><endTime>2011-07-24T18:13:58.000Z</endTime><listingType>Auction</listingType><gift>false</gift></listingInfo><returnsAccepted>true</returnsAccepted><condition><conditionId>4000</conditionId><conditionDisplayName>Very
243
+ Good</conditionDisplayName></condition><isMultiVariationListing>false</isMultiVariationListing></item><item><itemId>330589876378</itemId><title>Harry
244
+ Potter &amp; The Order of the Phoenix DVD</title><globalId>EBAY-US</globalId><primaryCategory><categoryId>617</categoryId><categoryName>DVD,
245
+ HD DVD &amp; Blu-ray</categoryName></primaryCategory><galleryURL>http://thumbs3.ebaystatic.com/pict/3305898763784040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/Harry-Potter-Order-Phoenix-DVD-/330589876378?pt=US_DVD_HD_DVD_Blu_ray</viewItemURL><productId
246
+ type="ReferenceID">62923188</productId><paymentMethod>PayPal</paymentMethod><autoPay>false</autoPay><postalCode>77904</postalCode><location>Victoria,TX,USA</location><country>US</country><shippingInfo><shippingServiceCost
247
+ currencyId="USD">2.99</shippingServiceCost><shippingType>Flat</shippingType><expeditedShipping>true</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>1</handlingTime><shipToLocations>US</shipToLocations><shipToLocations>CA</shipToLocations><shipToLocations>AU</shipToLocations><shipToLocations>MX</shipToLocations><shipToLocations>Europe</shipToLocations><shipToLocations>Asia</shipToLocations></shippingInfo><sellingStatus><currentPrice
248
+ currencyId="USD">4.99</currentPrice><convertedCurrentPrice currencyId="USD">4.99</convertedCurrentPrice><bidCount>0</bidCount><sellingState>Active</sellingState><timeLeft>P1DT0H0M5S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>true</buyItNowAvailable><buyItNowPrice
249
+ currencyId="USD">9.99</buyItNowPrice><convertedBuyItNowPrice currencyId="USD">9.99</convertedBuyItNowPrice><startTime>2011-07-17T18:25:14.000Z</startTime><endTime>2011-07-24T18:25:14.000Z</endTime><listingType>AuctionWithBIN</listingType><gift>false</gift></listingInfo><returnsAccepted>true</returnsAccepted><condition><conditionId>1000</conditionId><conditionDisplayName>Brand
250
+ New</conditionDisplayName></condition><isMultiVariationListing>false</isMultiVariationListing></item><item><itemId>330589876379</itemId><title>Harry
251
+ Potter &amp; Order Of The Phoenix Slimcase Blu-Ray</title><globalId>EBAY-US</globalId><primaryCategory><categoryId>617</categoryId><categoryName>DVD,
252
+ HD DVD &amp; Blu-ray</categoryName></primaryCategory><galleryURL>http://thumbs4.ebaystatic.com/pict/3305898763794040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/Harry-Potter-Order-Phoenix-Slimcase-Blu-Ray-/330589876379?pt=US_DVD_HD_DVD_Blu_ray</viewItemURL><productId
253
+ type="ReferenceID">62961737</productId><paymentMethod>PayPal</paymentMethod><autoPay>false</autoPay><postalCode>77904</postalCode><location>Victoria,TX,USA</location><country>US</country><shippingInfo><shippingServiceCost
254
+ currencyId="USD">2.99</shippingServiceCost><shippingType>Flat</shippingType><expeditedShipping>true</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>1</handlingTime><shipToLocations>US</shipToLocations><shipToLocations>CA</shipToLocations><shipToLocations>AU</shipToLocations><shipToLocations>MX</shipToLocations><shipToLocations>Europe</shipToLocations><shipToLocations>Asia</shipToLocations></shippingInfo><sellingStatus><currentPrice
255
+ currencyId="USD">6.99</currentPrice><convertedCurrentPrice currencyId="USD">6.99</convertedCurrentPrice><bidCount>0</bidCount><sellingState>Active</sellingState><timeLeft>P1DT0H0M5S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>true</buyItNowAvailable><buyItNowPrice
256
+ currencyId="USD">9.99</buyItNowPrice><convertedBuyItNowPrice currencyId="USD">9.99</convertedBuyItNowPrice><startTime>2011-07-17T18:25:14.000Z</startTime><endTime>2011-07-24T18:25:14.000Z</endTime><listingType>AuctionWithBIN</listingType><gift>false</gift></listingInfo><returnsAccepted>true</returnsAccepted><condition><conditionId>2750</conditionId><conditionDisplayName>Like
257
+ New</conditionDisplayName></condition><isMultiVariationListing>false</isMultiVariationListing></item><item><itemId>400231103202</itemId><title>Harry
258
+ Potter/Order of the Phoenix (DVD) 2-Disc Edition</title><globalId>EBAY-US</globalId><primaryCategory><categoryId>617</categoryId><categoryName>DVD,
259
+ HD DVD &amp; Blu-ray</categoryName></primaryCategory><galleryURL>http://thumbs3.ebaystatic.com/pict/4002311032024040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/Harry-Potter-Order-Phoenix-DVD-2-Disc-Edition-/400231103202?pt=US_DVD_HD_DVD_Blu_ray</viewItemURL><productId
260
+ type="ReferenceID">62940250</productId><paymentMethod>PayPal</paymentMethod><autoPay>true</autoPay><location>USA</location><country>US</country><shippingInfo><shippingServiceCost
261
+ currencyId="USD">0.0</shippingServiceCost><shippingType>Free</shippingType><expeditedShipping>true</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>1</handlingTime><shipToLocations>US</shipToLocations></shippingInfo><sellingStatus><currentPrice
262
+ currencyId="USD">9.98</currentPrice><convertedCurrentPrice currencyId="USD">9.98</convertedCurrentPrice><sellingState>Active</sellingState><timeLeft>P28DT9H19M32S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-07-22T03:39:41.000Z</startTime><endTime>2011-08-21T03:44:41.000Z</endTime><listingType>StoreInventory</listingType><gift>false</gift></listingInfo><returnsAccepted>true</returnsAccepted><condition><conditionId>1000</conditionId><conditionDisplayName>Brand
263
+ New</conditionDisplayName></condition><isMultiVariationListing>false</isMultiVariationListing></item><item><itemId>150634584605</itemId><title>Harry
264
+ Potter and the Order of the Phoenix by J. K. R...</title><globalId>EBAY-US</globalId><primaryCategory><categoryId>279</categoryId><categoryName>Children
265
+ &amp; Young Adults</categoryName></primaryCategory><galleryURL>http://thumbs2.ebaystatic.com/pict/1506345846054040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/Harry-Potter-and-Order-Phoenix-J-K-R-/150634584605?pt=US_Childrens_Books</viewItemURL><productId
266
+ type="ReferenceID">2327833</productId><paymentMethod>PayPal</paymentMethod><autoPay>false</autoPay><postalCode>04976</postalCode><location>Skowhegan,ME,USA</location><country>US</country><shippingInfo><shippingServiceCost
267
+ currencyId="USD">0.0</shippingServiceCost><shippingType>Calculated</shippingType><expeditedShipping>false</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>2</handlingTime><shipToLocations>US</shipToLocations></shippingInfo><sellingStatus><currentPrice
268
+ currencyId="USD">9.99</currentPrice><convertedCurrentPrice currencyId="USD">9.99</convertedCurrentPrice><bidCount>0</bidCount><sellingState>Active</sellingState><timeLeft>P1DT0H14M29S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-07-19T18:39:38.000Z</startTime><endTime>2011-07-24T18:39:38.000Z</endTime><listingType>Auction</listingType><gift>false</gift></listingInfo><returnsAccepted>true</returnsAccepted><condition><conditionId>4000</conditionId><conditionDisplayName>Very
269
+ Good</conditionDisplayName></condition><isMultiVariationListing>false</isMultiVariationListing></item><item><itemId>110716724077</itemId><title>Harry
270
+ Potter &amp; The Order of the Phoenix! Widescreen!</title><globalId>EBAY-US</globalId><primaryCategory><categoryId>617</categoryId><categoryName>DVD,
271
+ HD DVD &amp; Blu-ray</categoryName></primaryCategory><galleryURL>http://thumbs2.ebaystatic.com/pict/1107167240774040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/Harry-Potter-Order-Phoenix-Widescreen-/110716724077?pt=US_DVD_HD_DVD_Blu_ray</viewItemURL><paymentMethod>PayPal</paymentMethod><autoPay>false</autoPay><location>USA</location><country>US</country><shippingInfo><shippingServiceCost
272
+ currencyId="USD">0.0</shippingServiceCost><shippingType>Free</shippingType><expeditedShipping>true</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>1</handlingTime><shipToLocations>Worldwide</shipToLocations></shippingInfo><sellingStatus><currentPrice
273
+ currencyId="USD">7.0</currentPrice><convertedCurrentPrice currencyId="USD">7.0</convertedCurrentPrice><bidCount>0</bidCount><sellingState>Active</sellingState><timeLeft>P1DT1H18M19S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-07-17T19:43:28.000Z</startTime><endTime>2011-07-24T19:43:28.000Z</endTime><listingType>Auction</listingType><gift>false</gift></listingInfo><returnsAccepted>true</returnsAccepted><condition><conditionId>1000</conditionId><conditionDisplayName>Brand
274
+ New</conditionDisplayName></condition><isMultiVariationListing>false</isMultiVariationListing></item><item><itemId>190556327991</itemId><title>Harry
275
+ Potter and the Order of the Phoenix by J. K. R...</title><globalId>EBAY-US</globalId><subtitle>Hardcover
276
+ - First American Edition</subtitle><primaryCategory><categoryId>279</categoryId><categoryName>Children
277
+ &amp; Young Adults</categoryName></primaryCategory><galleryURL>http://thumbs4.ebaystatic.com/pict/1905563279914040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/Harry-Potter-and-Order-Phoenix-J-K-R-/190556327991?pt=US_Childrens_Books</viewItemURL><productId
278
+ type="ReferenceID">2327833</productId><paymentMethod>PayPal</paymentMethod><autoPay>false</autoPay><postalCode>44429</postalCode><location>Lake
279
+ Milton,OH,USA</location><country>US</country><shippingInfo><shippingServiceCost
280
+ currencyId="USD">3.99</shippingServiceCost><shippingType>Flat</shippingType><expeditedShipping>false</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>1</handlingTime><shipToLocations>US</shipToLocations></shippingInfo><sellingStatus><currentPrice
281
+ currencyId="USD">1.99</currentPrice><convertedCurrentPrice currencyId="USD">1.99</convertedCurrentPrice><bidCount>0</bidCount><sellingState>Active</sellingState><timeLeft>P1DT1H21M49S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-07-17T19:46:58.000Z</startTime><endTime>2011-07-24T19:46:58.000Z</endTime><listingType>Auction</listingType><gift>false</gift></listingInfo><returnsAccepted>false</returnsAccepted><condition><conditionId>6000</conditionId><conditionDisplayName>Acceptable</conditionDisplayName></condition><isMultiVariationListing>false</isMultiVariationListing></item><item><itemId>300578715717</itemId><title>Harry
282
+ Potter and the Order of Phoenix (Blu-ray/DVD)NEW</title><globalId>EBAY-US</globalId><subtitle>*ALSO
283
+ DIGITAL COPY*</subtitle><primaryCategory><categoryId>617</categoryId><categoryName>DVD,
284
+ HD DVD &amp; Blu-ray</categoryName></primaryCategory><galleryURL>http://thumbs2.ebaystatic.com/pict/3005787157174040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/Harry-Potter-and-Order-Phoenix-Blu-ray-DVD-NEW-/300578715717?pt=US_DVD_HD_DVD_Blu_ray</viewItemURL><productId
285
+ type="ReferenceID">62961737</productId><paymentMethod>PayPal</paymentMethod><autoPay>false</autoPay><postalCode>61951</postalCode><location>Sullivan,IL,USA</location><country>US</country><shippingInfo><shippingServiceCost
286
+ currencyId="USD">0.0</shippingServiceCost><shippingType>Free</shippingType><expeditedShipping>true</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>2</handlingTime><shipToLocations>Worldwide</shipToLocations></shippingInfo><sellingStatus><currentPrice
287
+ currencyId="USD">9.99</currentPrice><convertedCurrentPrice currencyId="USD">9.99</convertedCurrentPrice><bidCount>0</bidCount><sellingState>Active</sellingState><timeLeft>P1DT1H27M10S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-07-17T19:52:20.000Z</startTime><endTime>2011-07-24T19:52:19.000Z</endTime><listingType>Auction</listingType><gift>false</gift></listingInfo><returnsAccepted>true</returnsAccepted><condition><conditionId>1000</conditionId><conditionDisplayName>Brand
288
+ New</conditionDisplayName></condition><isMultiVariationListing>false</isMultiVariationListing></item><item><itemId>380142317295</itemId><title>NEW
289
+ Harry Potter and the Order of the Phoenix</title><globalId>EBAY-US</globalId><primaryCategory><categoryId>617</categoryId><categoryName>DVD,
290
+ HD DVD &amp; Blu-ray</categoryName></primaryCategory><galleryURL>http://thumbs4.ebaystatic.com/pict/3801423172954040_16.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/NEW-Harry-Potter-and-Order-Phoenix-/380142317295?pt=US_DVD_HD_DVD_Blu_ray</viewItemURL><productId
291
+ type="ReferenceID">72549609</productId><paymentMethod>PayPal</paymentMethod><autoPay>true</autoPay><location>USA</location><country>US</country><shippingInfo><shippingServiceCost
292
+ currencyId="USD">1.9</shippingServiceCost><shippingType>Flat</shippingType><expeditedShipping>true</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>1</handlingTime><shipToLocations>US</shipToLocations></shippingInfo><sellingStatus><currentPrice
293
+ currencyId="USD">8.99</currentPrice><convertedCurrentPrice currencyId="USD">8.99</convertedCurrentPrice><sellingState>Active</sellingState><timeLeft>P20DT6H0M9S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2009-07-24T00:20:18.000Z</startTime><endTime>2011-08-13T00:25:18.000Z</endTime><listingType>FixedPrice</listingType><gift>false</gift></listingInfo><returnsAccepted>true</returnsAccepted><condition><conditionId>1000</conditionId><conditionDisplayName>Brand
294
+ New</conditionDisplayName></condition><isMultiVariationListing>false</isMultiVariationListing></item><item><itemId>170669588417</itemId><title>NEW
295
+ Harry Potter and the Order of the Phoenix by J. K.R</title><globalId>EBAY-US</globalId><subtitle>BRAND
296
+ NEW NEVER READ FAST SHIP</subtitle><primaryCategory><categoryId>279</categoryId><categoryName>Children
297
+ &amp; Young Adults</categoryName></primaryCategory><galleryURL>http://thumbs2.ebaystatic.com/pict/1706695884174040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/NEW-Harry-Potter-and-Order-Phoenix-J-K-R-/170669588417?pt=US_Childrens_Books</viewItemURL><productId
298
+ type="ReferenceID">30259808</productId><paymentMethod>PayPal</paymentMethod><autoPay>true</autoPay><postalCode>60606</postalCode><location>Chicago,IL,USA</location><country>US</country><shippingInfo><shippingServiceCost
299
+ currencyId="USD">0.0</shippingServiceCost><shippingType>Free</shippingType><expeditedShipping>false</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>1</handlingTime><shipToLocations>US</shipToLocations></shippingInfo><sellingStatus><currentPrice
300
+ currencyId="USD">7.99</currentPrice><convertedCurrentPrice currencyId="USD">7.99</convertedCurrentPrice><bidCount>0</bidCount><sellingState>Active</sellingState><timeLeft>P1DT1H44M38S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>true</buyItNowAvailable><buyItNowPrice
301
+ currencyId="USD">8.99</buyItNowPrice><convertedBuyItNowPrice currencyId="USD">8.99</convertedBuyItNowPrice><startTime>2011-07-17T20:09:47.000Z</startTime><endTime>2011-07-24T20:09:47.000Z</endTime><listingType>AuctionWithBIN</listingType><gift>false</gift></listingInfo><returnsAccepted>false</returnsAccepted><condition><conditionId>1000</conditionId><conditionDisplayName>Brand
302
+ New</conditionDisplayName></condition><isMultiVariationListing>false</isMultiVariationListing></item><item><itemId>170669592305</itemId><title>NEW
303
+ Harry Potter and the Order of the Phoenix by J. K.R</title><globalId>EBAY-US</globalId><subtitle>BRAND
304
+ NEW NEVER READ FAST SHIP</subtitle><primaryCategory><categoryId>279</categoryId><categoryName>Children
305
+ &amp; Young Adults</categoryName></primaryCategory><galleryURL>http://thumbs2.ebaystatic.com/pict/1706695923054040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/NEW-Harry-Potter-and-Order-Phoenix-J-K-R-/170669592305?pt=US_Childrens_Books</viewItemURL><productId
306
+ type="ReferenceID">30259808</productId><paymentMethod>PayPal</paymentMethod><autoPay>true</autoPay><postalCode>60606</postalCode><location>Chicago,IL,USA</location><country>US</country><shippingInfo><shippingServiceCost
307
+ currencyId="USD">0.0</shippingServiceCost><shippingType>Free</shippingType><expeditedShipping>false</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>1</handlingTime><shipToLocations>US</shipToLocations></shippingInfo><sellingStatus><currentPrice
308
+ currencyId="USD">7.99</currentPrice><convertedCurrentPrice currencyId="USD">7.99</convertedCurrentPrice><bidCount>0</bidCount><sellingState>Active</sellingState><timeLeft>P1DT1H51M32S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>true</buyItNowAvailable><buyItNowPrice
309
+ currencyId="USD">8.99</buyItNowPrice><convertedBuyItNowPrice currencyId="USD">8.99</convertedBuyItNowPrice><startTime>2011-07-17T20:16:41.000Z</startTime><endTime>2011-07-24T20:16:41.000Z</endTime><listingType>AuctionWithBIN</listingType><gift>false</gift></listingInfo><returnsAccepted>false</returnsAccepted><condition><conditionId>1000</conditionId><conditionDisplayName>Brand
310
+ New</conditionDisplayName></condition><isMultiVariationListing>false</isMultiVariationListing></item><item><itemId>260820991503</itemId><title>Harry
311
+ Potter and the Order of the Phoenix (DVD, 2007...</title><globalId>EBAY-US</globalId><subtitle>Harry
312
+ Potter Year 5</subtitle><primaryCategory><categoryId>617</categoryId><categoryName>DVD,
313
+ HD DVD &amp; Blu-ray</categoryName></primaryCategory><galleryURL>http://thumbs4.ebaystatic.com/pict/2608209915034040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/Harry-Potter-and-Order-Phoenix-DVD-2007-/260820991503?pt=US_DVD_HD_DVD_Blu_ray</viewItemURL><productId
314
+ type="ReferenceID">62940319</productId><paymentMethod>PayPal</paymentMethod><autoPay>false</autoPay><postalCode>21122</postalCode><location>Pasadena,MD,USA</location><country>US</country><shippingInfo><shippingServiceCost
315
+ currencyId="USD">3.0</shippingServiceCost><shippingType>Flat</shippingType><expeditedShipping>true</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>1</handlingTime><shipToLocations>US</shipToLocations></shippingInfo><sellingStatus><currentPrice
316
+ currencyId="USD">3.25</currentPrice><convertedCurrentPrice currencyId="USD">3.25</convertedCurrentPrice><bidCount>2</bidCount><sellingState>Active</sellingState><timeLeft>P1DT2H20M49S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-07-20T02:45:59.000Z</startTime><endTime>2011-07-24T20:45:58.000Z</endTime><listingType>Auction</listingType><gift>false</gift></listingInfo><returnsAccepted>false</returnsAccepted><condition><conditionId>2750</conditionId><conditionDisplayName>Like
317
+ New</conditionDisplayName></condition><isMultiVariationListing>false</isMultiVariationListing></item><item><itemId>170637204029</itemId><title>Harry
318
+ Potter and The Order of Phoenix Full Screen DVD</title><globalId>EBAY-US</globalId><primaryCategory><categoryId>617</categoryId><categoryName>DVD,
319
+ HD DVD &amp; Blu-ray</categoryName></primaryCategory><galleryURL>http://thumbs2.ebaystatic.com/pict/1706372040294040_6.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/Harry-Potter-and-Order-Phoenix-Full-Screen-DVD-/170637204029?pt=US_DVD_HD_DVD_Blu_ray</viewItemURL><productId
320
+ type="ReferenceID">62940319</productId><paymentMethod>PayPal</paymentMethod><autoPay>true</autoPay><postalCode>10970</postalCode><location>Pomona,NY,USA</location><country>US</country><shippingInfo><shippingServiceCost
321
+ currencyId="USD">2.99</shippingServiceCost><shippingType>Flat</shippingType><expeditedShipping>true</expeditedShipping><oneDayShippingAvailable>true</oneDayShippingAvailable><handlingTime>1</handlingTime><shipToLocations>US</shipToLocations><shipToLocations>CA</shipToLocations><shipToLocations>MX</shipToLocations></shippingInfo><sellingStatus><currentPrice
322
+ currencyId="USD">7.99</currentPrice><convertedCurrentPrice currencyId="USD">7.99</convertedCurrentPrice><sellingState>Active</sellingState><timeLeft>P10DT22H25M10S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-05-05T16:45:19.000Z</startTime><endTime>2011-08-03T16:50:19.000Z</endTime><listingType>FixedPrice</listingType><gift>false</gift></listingInfo><returnsAccepted>false</returnsAccepted><condition><conditionId>1000</conditionId><conditionDisplayName>Brand
323
+ New</conditionDisplayName></condition><isMultiVariationListing>false</isMultiVariationListing></item><item><itemId>200631589327</itemId><title>Harry
324
+ Potter and the Order of the Phoenix JK Rowling 1s</title><globalId>EBAY-US</globalId><primaryCategory><categoryId>279</categoryId><categoryName>Children
325
+ &amp; Young Adults</categoryName></primaryCategory><galleryURL>http://thumbs4.ebaystatic.com/pict/2006315893274040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/Harry-Potter-and-Order-Phoenix-JK-Rowling-1s-/200631589327?pt=US_Childrens_Books</viewItemURL><productId
326
+ type="ReferenceID">2327833</productId><paymentMethod>PayPal</paymentMethod><autoPay>true</autoPay><postalCode>06489</postalCode><location>Southington,CT,USA</location><country>US</country><shippingInfo><shippingServiceCost
327
+ currencyId="USD">4.0</shippingServiceCost><shippingType>Flat</shippingType><expeditedShipping>false</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>3</handlingTime><shipToLocations>US</shipToLocations><shipToLocations>CA</shipToLocations><shipToLocations>AU</shipToLocations><shipToLocations>Europe</shipToLocations></shippingInfo><sellingStatus><currentPrice
328
+ currencyId="USD">49.95</currentPrice><convertedCurrentPrice currencyId="USD">49.95</convertedCurrentPrice><bidCount>0</bidCount><sellingState>Active</sellingState><timeLeft>P1DT2H51M17S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>true</buyItNowAvailable><buyItNowPrice
329
+ currencyId="USD">69.95</buyItNowPrice><convertedBuyItNowPrice currencyId="USD">69.95</convertedBuyItNowPrice><startTime>2011-07-17T21:16:26.000Z</startTime><endTime>2011-07-24T21:16:26.000Z</endTime><listingType>AuctionWithBIN</listingType><gift>false</gift></listingInfo><returnsAccepted>false</returnsAccepted><condition><conditionId>1000</conditionId><conditionDisplayName>Brand
330
+ New</conditionDisplayName></condition><isMultiVariationListing>false</isMultiVariationListing></item><item><itemId>260820023574</itemId><title>Harry
331
+ Potter and the Order of the Phoenix (Hardcover)</title><globalId>EBAY-US</globalId><subtitle>1st
332
+ AMERICAN EDITION, 1st PRINTING</subtitle><primaryCategory><categoryId>377</categoryId><categoryName>Fiction
333
+ &amp; Literature</categoryName></primaryCategory><galleryURL>http://thumbs3.ebaystatic.com/pict/2608200235744040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/Harry-Potter-and-Order-Phoenix-Hardcover-/260820023574?pt=US_Fiction_Books</viewItemURL><productId
334
+ type="ReferenceID">2327833</productId><paymentMethod>PayPal</paymentMethod><autoPay>false</autoPay><postalCode>65486</postalCode><location>Iberia,MO,USA</location><country>US</country><shippingInfo><shippingServiceCost
335
+ currencyId="USD">4.0</shippingServiceCost><shippingType>Flat</shippingType><expeditedShipping>false</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>3</handlingTime><shipToLocations>US</shipToLocations></shippingInfo><sellingStatus><currentPrice
336
+ currencyId="USD">21.99</currentPrice><convertedCurrentPrice currencyId="USD">21.99</convertedCurrentPrice><bidCount>0</bidCount><sellingState>Active</sellingState><timeLeft>P1DT3H52M48S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>true</buyItNowAvailable><buyItNowPrice
337
+ currencyId="USD">24.99</buyItNowPrice><convertedBuyItNowPrice currencyId="USD">24.99</convertedBuyItNowPrice><startTime>2011-07-17T22:17:57.000Z</startTime><endTime>2011-07-24T22:17:57.000Z</endTime><listingType>AuctionWithBIN</listingType><gift>false</gift></listingInfo><returnsAccepted>false</returnsAccepted><condition><conditionId>2750</conditionId><conditionDisplayName>Like
338
+ New</conditionDisplayName></condition><isMultiVariationListing>false</isMultiVariationListing></item><item><itemId>130548972454</itemId><title>Harry
339
+ Potter and the Order of the Phoenix by J. K. R...</title><globalId>EBAY-US</globalId><subtitle>NEW
340
+ HARDCOVER COPY</subtitle><primaryCategory><categoryId>279</categoryId><categoryName>Children
341
+ &amp; Young Adults</categoryName></primaryCategory><galleryURL>http://thumbs3.ebaystatic.com/pict/1305489724544040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/Harry-Potter-and-Order-Phoenix-J-K-R-/130548972454?pt=US_Childrens_Books</viewItemURL><productId
342
+ type="ReferenceID">2327833</productId><paymentMethod>PayPal</paymentMethod><autoPay>false</autoPay><postalCode>53536</postalCode><location>Evansville,WI,USA</location><country>US</country><shippingInfo><shippingServiceCost
343
+ currencyId="USD">4.0</shippingServiceCost><shippingType>Flat</shippingType><expeditedShipping>true</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>2</handlingTime><shipToLocations>US</shipToLocations></shippingInfo><sellingStatus><currentPrice
344
+ currencyId="USD">3.25</currentPrice><convertedCurrentPrice currencyId="USD">3.25</convertedCurrentPrice><bidCount>3</bidCount><sellingState>Active</sellingState><timeLeft>P1DT4H7M25S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-07-17T22:32:34.000Z</startTime><endTime>2011-07-24T22:32:34.000Z</endTime><listingType>Auction</listingType><gift>false</gift></listingInfo><returnsAccepted>false</returnsAccepted><condition><conditionId>1000</conditionId><conditionDisplayName>Brand
345
+ New</conditionDisplayName></condition><isMultiVariationListing>false</isMultiVariationListing></item><item><itemId>170669660235</itemId><title>Harry
346
+ Potter &amp; the Order of the Phoenix DVD-2007 2-Disc</title><globalId>EBAY-US</globalId><primaryCategory><categoryId>617</categoryId><categoryName>DVD,
347
+ HD DVD &amp; Blu-ray</categoryName></primaryCategory><galleryURL>http://thumbs4.ebaystatic.com/pict/1706696602354040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/Harry-Potter-Order-Phoenix-DVD-2007-2-Disc-/170669660235?pt=US_DVD_HD_DVD_Blu_ray</viewItemURL><productId
348
+ type="ReferenceID">62940250</productId><paymentMethod>PayPal</paymentMethod><autoPay>false</autoPay><postalCode>06437</postalCode><location>Guilford,CT,USA</location><country>US</country><shippingInfo><shippingType>Calculated</shippingType><expeditedShipping>true</expeditedShipping><oneDayShippingAvailable>true</oneDayShippingAvailable><handlingTime>1</handlingTime><shipToLocations>US</shipToLocations></shippingInfo><sellingStatus><currentPrice
349
+ currencyId="USD">0.99</currentPrice><convertedCurrentPrice currencyId="USD">0.99</convertedCurrentPrice><bidCount>0</bidCount><sellingState>Active</sellingState><timeLeft>P1DT4H29M6S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-07-18T04:54:17.000Z</startTime><endTime>2011-07-24T22:54:15.000Z</endTime><listingType>Auction</listingType><gift>false</gift></listingInfo><returnsAccepted>true</returnsAccepted><condition><conditionId>2750</conditionId><conditionDisplayName>Like
350
+ New</conditionDisplayName></condition><isMultiVariationListing>false</isMultiVariationListing></item><item><itemId>230649531801</itemId><title>Harry
351
+ Potter and the Order of the Phoenix Blu Ray </title><globalId>EBAY-US</globalId><subtitle>Brand
352
+ New &amp; Factory Sealed</subtitle><primaryCategory><categoryId>617</categoryId><categoryName>DVD,
353
+ HD DVD &amp; Blu-ray</categoryName></primaryCategory><galleryURL>http://thumbs2.ebaystatic.com/pict/2306495318014040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/Harry-Potter-and-Order-Phoenix-Blu-Ray-/230649531801?pt=US_DVD_HD_DVD_Blu_ray</viewItemURL><productId
354
+ type="ReferenceID">62961737</productId><paymentMethod>PayPal</paymentMethod><autoPay>false</autoPay><postalCode>37738</postalCode><location>Gatlinburg,TN,USA</location><country>US</country><shippingInfo><shippingServiceCost
355
+ currencyId="USD">2.5</shippingServiceCost><shippingType>Flat</shippingType><expeditedShipping>true</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>1</handlingTime><shipToLocations>US</shipToLocations><shipToLocations>CA</shipToLocations></shippingInfo><sellingStatus><currentPrice
356
+ currencyId="USD">9.95</currentPrice><convertedCurrentPrice currencyId="USD">9.95</convertedCurrentPrice><sellingState>Active</sellingState><timeLeft>P6DT2H44M19S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-07-19T21:09:28.000Z</startTime><endTime>2011-07-29T21:09:28.000Z</endTime><listingType>StoreInventory</listingType><gift>false</gift></listingInfo><returnsAccepted>true</returnsAccepted><condition><conditionId>1000</conditionId><conditionDisplayName>Brand
357
+ New</conditionDisplayName></condition><isMultiVariationListing>false</isMultiVariationListing></item><item><itemId>250855584518</itemId><title>Harry
358
+ Potter and the Order of the Phoenix by J. K. Rowl</title><globalId>EBAY-US</globalId><primaryCategory><categoryId>279</categoryId><categoryName>Children
359
+ &amp; Young Adults</categoryName></primaryCategory><galleryURL>http://thumbs3.ebaystatic.com/pict/2508555845184040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/Harry-Potter-and-Order-Phoenix-J-K-Rowl-/250855584518?pt=US_Childrens_Books</viewItemURL><productId
360
+ type="ReferenceID">2327833</productId><paymentMethod>PayPal</paymentMethod><autoPay>false</autoPay><postalCode>10567</postalCode><location>Cortlandt
361
+ Manor,NY,USA</location><country>US</country><shippingInfo><shippingServiceCost
362
+ currencyId="USD">3.95</shippingServiceCost><shippingType>Flat</shippingType><expeditedShipping>false</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>3</handlingTime><shipToLocations>US</shipToLocations></shippingInfo><sellingStatus><currentPrice
363
+ currencyId="USD">10.0</currentPrice><convertedCurrentPrice currencyId="USD">10.0</convertedCurrentPrice><bidCount>0</bidCount><sellingState>Active</sellingState><timeLeft>P1DT4H47M59S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>true</buyItNowAvailable><buyItNowPrice
364
+ currencyId="USD">15.0</buyItNowPrice><convertedBuyItNowPrice currencyId="USD">15.0</convertedBuyItNowPrice><startTime>2011-07-14T23:14:09.000Z</startTime><endTime>2011-07-24T23:13:08.000Z</endTime><listingType>AuctionWithBIN</listingType><gift>false</gift></listingInfo><returnsAccepted>false</returnsAccepted><condition><conditionId>4000</conditionId><conditionDisplayName>Very
365
+ Good</conditionDisplayName></condition><isMultiVariationListing>false</isMultiVariationListing></item><item><itemId>230648734530</itemId><title>Harry
366
+ Potter and theOrder of the Phoenix J.K.Rowling1st</title><globalId>EBAY-US</globalId><subtitle>FIRST
367
+ EDITION / FIRST PRINT</subtitle><primaryCategory><categoryId>377</categoryId><categoryName>Fiction
368
+ &amp; Literature</categoryName></primaryCategory><galleryURL>http://thumbs3.ebaystatic.com/pict/2306487345304040_3.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/Harry-Potter-and-theOrder-Phoenix-J-K-Rowling1st-/230648734530?pt=US_Fiction_Books</viewItemURL><productId
369
+ type="ReferenceID">2327833</productId><paymentMethod>PayPal</paymentMethod><autoPay>false</autoPay><postalCode>21078</postalCode><location>Havre
370
+ de Grace,MD,USA</location><country>US</country><shippingInfo><shippingServiceCost
371
+ currencyId="USD">4.0</shippingServiceCost><shippingType>Flat</shippingType><expeditedShipping>false</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>3</handlingTime><shipToLocations>US</shipToLocations></shippingInfo><sellingStatus><currentPrice
372
+ currencyId="USD">50.0</currentPrice><convertedCurrentPrice currencyId="USD">50.0</convertedCurrentPrice><bidCount>0</bidCount><sellingState>Active</sellingState><timeLeft>P1DT5H14M59S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-07-17T23:41:09.000Z</startTime><endTime>2011-07-24T23:40:08.000Z</endTime><listingType>Auction</listingType><gift>false</gift></listingInfo><returnsAccepted>true</returnsAccepted><galleryPlusPictureURL>http://galleryplus.ebayimg.com/ws/web/230648734530_1_1_1.jpg</galleryPlusPictureURL><condition><conditionId>2750</conditionId><conditionDisplayName>Like
373
+ New</conditionDisplayName></condition><isMultiVariationListing>false</isMultiVariationListing></item><item><itemId>230650442565</itemId><title>Harry
374
+ Potter and the Order of the Phoenix (Blu-ray D...</title><globalId>EBAY-US</globalId><primaryCategory><categoryId>617</categoryId><categoryName>DVD,
375
+ HD DVD &amp; Blu-ray</categoryName></primaryCategory><galleryURL>http://thumbs2.ebaystatic.com/pict/2306504425654040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/Harry-Potter-and-Order-Phoenix-Blu-ray-D-/230650442565?pt=US_DVD_HD_DVD_Blu_ray</viewItemURL><productId
376
+ type="ReferenceID">62961737</productId><paymentMethod>PayPal</paymentMethod><autoPay>false</autoPay><postalCode>23503</postalCode><location>Norfolk,VA,USA</location><country>US</country><shippingInfo><shippingServiceCost
377
+ currencyId="USD">3.0</shippingServiceCost><shippingType>Flat</shippingType><expeditedShipping>false</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>2</handlingTime><shipToLocations>US</shipToLocations></shippingInfo><sellingStatus><currentPrice
378
+ currencyId="USD">2.0</currentPrice><convertedCurrentPrice currencyId="USD">2.0</convertedCurrentPrice><bidCount>0</bidCount><sellingState>Active</sellingState><timeLeft>P1DT6H4M16S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-07-22T00:29:25.000Z</startTime><endTime>2011-07-25T00:29:25.000Z</endTime><listingType>Auction</listingType><gift>false</gift></listingInfo><returnsAccepted>true</returnsAccepted><condition><conditionId>2750</conditionId><conditionDisplayName>Like
379
+ New</conditionDisplayName></condition><isMultiVariationListing>false</isMultiVariationListing></item><item><itemId>200633130809</itemId><title>Harry
380
+ Potter and the Order of the Phoenix (Blu-ray D...</title><globalId>EBAY-US</globalId><primaryCategory><categoryId>617</categoryId><categoryName>DVD,
381
+ HD DVD &amp; Blu-ray</categoryName></primaryCategory><galleryURL>http://thumbs2.ebaystatic.com/pict/2006331308094040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/Harry-Potter-and-Order-Phoenix-Blu-ray-D-/200633130809?pt=US_DVD_HD_DVD_Blu_ray</viewItemURL><productId
382
+ type="ReferenceID">62961737</productId><paymentMethod>PayPal</paymentMethod><paymentMethod>VisaMC</paymentMethod><autoPay>false</autoPay><postalCode>84663</postalCode><location>Springville,UT,USA</location><country>US</country><shippingInfo><shippingServiceCost
383
+ currencyId="USD">1.99</shippingServiceCost><shippingType>Flat</shippingType><expeditedShipping>false</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>3</handlingTime><shipToLocations>US</shipToLocations></shippingInfo><sellingStatus><currentPrice
384
+ currencyId="USD">5.99</currentPrice><convertedCurrentPrice currencyId="USD">5.99</convertedCurrentPrice><bidCount>0</bidCount><sellingState>Active</sellingState><timeLeft>P1DT6H15M2S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-07-22T00:40:11.000Z</startTime><endTime>2011-07-25T00:40:11.000Z</endTime><listingType>Auction</listingType><gift>false</gift></listingInfo><returnsAccepted>true</returnsAccepted><condition><conditionId>4000</conditionId><conditionDisplayName>Very
385
+ Good</conditionDisplayName></condition><isMultiVariationListing>false</isMultiVariationListing></item><item><itemId>290589899983</itemId><title>Harry
386
+ Potter and the Order of the Phoenix (Book 5), J. </title><globalId>EBAY-US</globalId><primaryCategory><categoryId>279</categoryId><categoryName>Children
387
+ &amp; Young Adults</categoryName></primaryCategory><galleryURL>http://thumbs4.ebaystatic.com/pict/2905898999834040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/Harry-Potter-and-Order-Phoenix-Book-5-J-/290589899983?pt=US_Childrens_Books</viewItemURL><charityId>42456</charityId><productId
388
+ type="ReferenceID">2327833</productId><paymentMethod>PayPal</paymentMethod><autoPay>false</autoPay><postalCode>49418</postalCode><location>Grandville,MI,USA</location><country>US</country><shippingInfo><shippingServiceCost
389
+ currencyId="USD">0.0</shippingServiceCost><shippingType>Free</shippingType><expeditedShipping>false</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>2</handlingTime><shipToLocations>US</shipToLocations></shippingInfo><sellingStatus><currentPrice
390
+ currencyId="USD">5.49</currentPrice><convertedCurrentPrice currencyId="USD">5.49</convertedCurrentPrice><sellingState>Active</sellingState><timeLeft>P28DT1H53M57S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-07-21T20:19:06.000Z</startTime><endTime>2011-08-20T20:19:06.000Z</endTime><listingType>FixedPrice</listingType><gift>false</gift></listingInfo><returnsAccepted>true</returnsAccepted><condition><conditionId>5000</conditionId><conditionDisplayName>Good</conditionDisplayName></condition><isMultiVariationListing>false</isMultiVariationListing></item><item><itemId>290588599379</itemId><title>Harry
391
+ Potter and the Order of the Phoenix by J. K. R...</title><globalId>EBAY-US</globalId><primaryCategory><categoryId>279</categoryId><categoryName>Children
392
+ &amp; Young Adults</categoryName></primaryCategory><galleryURL>http://thumbs4.ebaystatic.com/pict/2905885993794040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/Harry-Potter-and-Order-Phoenix-J-K-R-/290588599379?pt=US_Childrens_Books</viewItemURL><productId
393
+ type="ReferenceID">84447171</productId><paymentMethod>PayPal</paymentMethod><autoPay>false</autoPay><postalCode>89115</postalCode><location>Las
394
+ Vegas,NV,USA</location><country>US</country><shippingInfo><shippingServiceCost
395
+ currencyId="USD">4.0</shippingServiceCost><shippingType>Flat</shippingType><expeditedShipping>false</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>5</handlingTime><shipToLocations>US</shipToLocations></shippingInfo><sellingStatus><currentPrice
396
+ currencyId="USD">0.99</currentPrice><convertedCurrentPrice currencyId="USD">0.99</convertedCurrentPrice><bidCount>0</bidCount><sellingState>Active</sellingState><timeLeft>P1DT6H18M20S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>true</buyItNowAvailable><buyItNowPrice
397
+ currencyId="USD">9.99</buyItNowPrice><convertedBuyItNowPrice currencyId="USD">9.99</convertedBuyItNowPrice><startTime>2011-07-18T00:44:30.000Z</startTime><endTime>2011-07-25T00:43:29.000Z</endTime><listingType>AuctionWithBIN</listingType><gift>false</gift></listingInfo><returnsAccepted>false</returnsAccepted><condition><conditionId>4000</conditionId><conditionDisplayName>Very
398
+ Good</conditionDisplayName></condition><isMultiVariationListing>false</isMultiVariationListing></item><item><itemId>200633133155</itemId><title>Harry
399
+ Potter &amp; the Order of Phoenix (Blu-ray)Free ship</title><globalId>EBAY-ENCA</globalId><subtitle>Lots
400
+ more titles to choose from. Free Shipping!</subtitle><primaryCategory><categoryId>617</categoryId><categoryName>DVD,
401
+ HD DVD &amp; Blu-ray</categoryName></primaryCategory><galleryURL>http://thumbs4.ebaystatic.com/pict/2006331331554040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/Harry-Potter-Order-Phoenix-Blu-ray-Free-ship-/200633133155?pt=US_DVD_HD_DVD_Blu_ray</viewItemURL><productId
402
+ type="ReferenceID">97494175</productId><paymentMethod>PayPal</paymentMethod><autoPay>false</autoPay><postalCode>L0H1G0</postalCode><location>Canada</location><country>CA</country><shippingInfo><shippingServiceCost
403
+ currencyId="USD">0.0</shippingServiceCost><shippingType>Free</shippingType><expeditedShipping>false</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>3</handlingTime><shipToLocations>US</shipToLocations><shipToLocations>CA</shipToLocations></shippingInfo><sellingStatus><currentPrice
404
+ currencyId="USD">6.99</currentPrice><convertedCurrentPrice currencyId="USD">6.99</convertedCurrentPrice><bidCount>0</bidCount><sellingState>Active</sellingState><timeLeft>P1DT6H26M52S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-07-22T00:52:01.000Z</startTime><endTime>2011-07-25T00:52:01.000Z</endTime><listingType>Auction</listingType><gift>false</gift></listingInfo><returnsAccepted>true</returnsAccepted><galleryPlusPictureURL>http://galleryplus.ebayimg.com/ws/web/200633133155_1_501_1.jpg</galleryPlusPictureURL><condition><conditionId>2750</conditionId><conditionDisplayName>Like
405
+ New</conditionDisplayName></condition><isMultiVariationListing>false</isMultiVariationListing></item><item><itemId>140579338191</itemId><title>Harry
406
+ Potter and the Order of the Phoenix by J. K. R...</title><globalId>EBAY-US</globalId><subtitle>~
407
+ check out my other book listings!!! ~</subtitle><primaryCategory><categoryId>279</categoryId><categoryName>Children
408
+ &amp; Young Adults</categoryName></primaryCategory><galleryURL>http://thumbs4.ebaystatic.com/pict/1405793381914040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/Harry-Potter-and-Order-Phoenix-J-K-R-/140579338191?pt=US_Childrens_Books</viewItemURL><productId
409
+ type="ReferenceID">2327833</productId><paymentMethod>PayPal</paymentMethod><autoPay>false</autoPay><postalCode>17948</postalCode><location>Mahanoy
410
+ City,PA,USA</location><country>US</country><shippingInfo><shippingType>Calculated</shippingType><expeditedShipping>true</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>3</handlingTime><shipToLocations>US</shipToLocations></shippingInfo><sellingStatus><currentPrice
411
+ currencyId="USD">0.99</currentPrice><convertedCurrentPrice currencyId="USD">0.99</convertedCurrentPrice><bidCount>0</bidCount><sellingState>Active</sellingState><timeLeft>P1DT6H48M28S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-07-18T01:13:37.000Z</startTime><endTime>2011-07-25T01:13:37.000Z</endTime><listingType>Auction</listingType><gift>false</gift></listingInfo><returnsAccepted>true</returnsAccepted><condition><conditionId>4000</conditionId><conditionDisplayName>Very
412
+ Good</conditionDisplayName></condition><isMultiVariationListing>false</isMultiVariationListing></item><item><itemId>250859651976</itemId><title>Harry
413
+ Potter and the Order of the Phoenix (DVD, 2007...</title><globalId>EBAY-US</globalId><primaryCategory><categoryId>617</categoryId><categoryName>DVD,
414
+ HD DVD &amp; Blu-ray</categoryName></primaryCategory><galleryURL>http://thumbs1.ebaystatic.com/pict/2508596519764040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/Harry-Potter-and-Order-Phoenix-DVD-2007-/250859651976?pt=US_DVD_HD_DVD_Blu_ray</viewItemURL><productId
415
+ type="ReferenceID">62940250</productId><paymentMethod>PayPal</paymentMethod><autoPay>false</autoPay><postalCode>33870</postalCode><location>Sebring,FL,USA</location><country>US</country><shippingInfo><shippingServiceCost
416
+ currencyId="USD">2.01</shippingServiceCost><shippingType>Flat</shippingType><expeditedShipping>false</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>3</handlingTime><shipToLocations>US</shipToLocations></shippingInfo><sellingStatus><currentPrice
417
+ currencyId="USD">2.03</currentPrice><convertedCurrentPrice currencyId="USD">2.03</convertedCurrentPrice><bidCount>4</bidCount><sellingState>Active</sellingState><timeLeft>P1DT6H57M57S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-07-22T01:23:06.000Z</startTime><endTime>2011-07-25T01:23:06.000Z</endTime><listingType>Auction</listingType><gift>false</gift></listingInfo><returnsAccepted>false</returnsAccepted><condition><conditionId>4000</conditionId><conditionDisplayName>Very
418
+ Good</conditionDisplayName></condition><isMultiVariationListing>false</isMultiVariationListing></item><item><itemId>200625081717</itemId><title>HARRY
419
+ POTTER And the Order of the Phoenix - First Ed</title><globalId>EBAY-US</globalId><primaryCategory><categoryId>279</categoryId><categoryName>Children
420
+ &amp; Young Adults</categoryName></primaryCategory><galleryURL>http://thumbs2.ebaystatic.com/pict/2006250817174040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/HARRY-POTTER-And-Order-Phoenix-First-Ed-/200625081717?pt=US_Childrens_Books</viewItemURL><paymentMethod>PayPal</paymentMethod><autoPay>false</autoPay><location>USA</location><country>US</country><shippingInfo><shippingServiceCost
421
+ currencyId="USD">3.34</shippingServiceCost><shippingType>Flat</shippingType><expeditedShipping>false</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>2</handlingTime><shipToLocations>US</shipToLocations></shippingInfo><sellingStatus><currentPrice
422
+ currencyId="USD">6.68</currentPrice><convertedCurrentPrice currencyId="USD">6.68</convertedCurrentPrice><sellingState>Active</sellingState><timeLeft>P5DT10H28M28S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>true</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-06-29T04:48:37.000Z</startTime><endTime>2011-07-29T04:53:37.000Z</endTime><listingType>StoreInventory</listingType><gift>false</gift></listingInfo><returnsAccepted>false</returnsAccepted><condition><conditionId>4000</conditionId><conditionDisplayName>Very
423
+ Good</conditionDisplayName></condition><isMultiVariationListing>false</isMultiVariationListing></item><item><itemId>160622240296</itemId><title>Harry
424
+ Potter Half Blood Prince Phoenix 3 Lot 1st Am Ed</title><globalId>EBAY-US</globalId><subtitle>Goblet
425
+ of Fire Teacher All First Printing</subtitle><primaryCategory><categoryId>279</categoryId><categoryName>Children
426
+ &amp; Young Adults</categoryName></primaryCategory><galleryURL>http://thumbs1.ebaystatic.com/pict/1606222402964040_2.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/Harry-Potter-Half-Blood-Prince-Phoenix-3-Lot-1st-Am-Ed-/160622240296?pt=US_Childrens_Books</viewItemURL><charityId>50328</charityId><productId
427
+ type="ReferenceID">44462740</productId><paymentMethod>PayPal</paymentMethod><autoPay>false</autoPay><postalCode>02748</postalCode><location>South
428
+ Dartmouth,MA,USA</location><country>US</country><shippingInfo><shippingType>Calculated</shippingType><expeditedShipping>false</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>1</handlingTime><shipToLocations>Worldwide</shipToLocations></shippingInfo><sellingStatus><currentPrice
429
+ currencyId="USD">9.99</currentPrice><convertedCurrentPrice currencyId="USD">9.99</convertedCurrentPrice><bidCount>0</bidCount><sellingState>Active</sellingState><timeLeft>P1DT7H19M36S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-07-18T01:44:45.000Z</startTime><endTime>2011-07-25T01:44:45.000Z</endTime><listingType>Auction</listingType><gift>false</gift></listingInfo><returnsAccepted>true</returnsAccepted><condition><conditionId>5000</conditionId><conditionDisplayName>Good</conditionDisplayName></condition><isMultiVariationListing>false</isMultiVariationListing></item><item><itemId>200630466590</itemId><title>Harry
430
+ Potter and the Order of the Phoenix by J. K. R...</title><globalId>EBAY-US</globalId><subtitle>LIMITED
431
+ EDITION BOX AND ARTWORK</subtitle><primaryCategory><categoryId>279</categoryId><categoryName>Children
432
+ &amp; Young Adults</categoryName></primaryCategory><galleryURL>http://thumbs3.ebaystatic.com/pict/2006304665904040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/Harry-Potter-and-Order-Phoenix-J-K-R-/200630466590?pt=US_Childrens_Books</viewItemURL><productId
433
+ type="ReferenceID">2327833</productId><paymentMethod>PayPal</paymentMethod><autoPay>false</autoPay><postalCode>32738</postalCode><location>Deltona,FL,USA</location><country>US</country><shippingInfo><shippingType>Calculated</shippingType><expeditedShipping>true</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>2</handlingTime><shipToLocations>US</shipToLocations><shipToLocations>CA</shipToLocations></shippingInfo><sellingStatus><currentPrice
434
+ currencyId="USD">14.99</currentPrice><convertedCurrentPrice currencyId="USD">14.99</convertedCurrentPrice><bidCount>0</bidCount><sellingState>Active</sellingState><timeLeft>P1DT7H35M6S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-07-18T02:00:15.000Z</startTime><endTime>2011-07-25T02:00:15.000Z</endTime><listingType>Auction</listingType><gift>false</gift></listingInfo><returnsAccepted>true</returnsAccepted><condition><conditionId>1000</conditionId><conditionDisplayName>Brand
435
+ New</conditionDisplayName></condition><isMultiVariationListing>false</isMultiVariationListing></item><item><itemId>160624321156</itemId><title>Harry
436
+ Potter and the Order of the Phoenix 2-Disc Set</title><globalId>EBAY-US</globalId><subtitle>Lots
437
+ and Lots of movies - combined shipping available!</subtitle><primaryCategory><categoryId>617</categoryId><categoryName>DVD,
438
+ HD DVD &amp; Blu-ray</categoryName></primaryCategory><galleryURL>http://thumbs1.ebaystatic.com/pict/1606243211564040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/Harry-Potter-and-Order-Phoenix-2-Disc-Set-/160624321156?pt=US_DVD_HD_DVD_Blu_ray</viewItemURL><productId
439
+ type="ReferenceID">62940250</productId><paymentMethod>PayPal</paymentMethod><autoPay>false</autoPay><postalCode>72675</postalCode><location>Saint
440
+ Joe,AR,USA</location><country>US</country><shippingInfo><shippingType>Calculated</shippingType><expeditedShipping>true</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>1</handlingTime><shipToLocations>Worldwide</shipToLocations></shippingInfo><sellingStatus><currentPrice
441
+ currencyId="USD">1.85</currentPrice><convertedCurrentPrice currencyId="USD">1.85</convertedCurrentPrice><bidCount>3</bidCount><sellingState>Active</sellingState><timeLeft>P1DT7H44M45S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-07-22T02:09:54.000Z</startTime><endTime>2011-07-25T02:09:54.000Z</endTime><listingType>Auction</listingType><gift>false</gift></listingInfo><returnsAccepted>false</returnsAccepted><condition><conditionId>2750</conditionId><conditionDisplayName>Like
442
+ New</conditionDisplayName></condition><isMultiVariationListing>false</isMultiVariationListing></item><item><itemId>200583143680</itemId><title>Harry
443
+ Potter and the Order of the Phoenix #5 *NEW* DVD</title><globalId>EBAY-US</globalId><subtitle>Fast,
444
+ Free Shipping on Top-rated, Family-Friendly DVDs</subtitle><primaryCategory><categoryId>617</categoryId><categoryName>DVD,
445
+ HD DVD &amp; Blu-ray</categoryName></primaryCategory><galleryURL>http://thumbs1.ebaystatic.com/pict/2005831436804040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/Harry-Potter-and-Order-Phoenix-5-NEW-DVD-/200583143680?pt=US_DVD_HD_DVD_Blu_ray</viewItemURL><productId
446
+ type="ReferenceID">62923188</productId><paymentMethod>PayPal</paymentMethod><autoPay>false</autoPay><postalCode>84097</postalCode><location>Orem,UT,USA</location><country>US</country><shippingInfo><shippingServiceCost
447
+ currencyId="USD">0.0</shippingServiceCost><shippingType>Free</shippingType><expeditedShipping>true</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>1</handlingTime><shipToLocations>Worldwide</shipToLocations></shippingInfo><sellingStatus><currentPrice
448
+ currencyId="USD">11.91</currentPrice><convertedCurrentPrice currencyId="USD">11.91</convertedCurrentPrice><sellingState>Active</sellingState><timeLeft>P9DT3H21M17S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-03-04T21:41:26.000Z</startTime><endTime>2011-08-01T21:46:26.000Z</endTime><listingType>StoreInventory</listingType><gift>false</gift></listingInfo><returnsAccepted>true</returnsAccepted><condition><conditionId>1000</conditionId><conditionDisplayName>Brand
449
+ New</conditionDisplayName></condition><isMultiVariationListing>false</isMultiVariationListing></item><item><itemId>280712265997</itemId><title>Harry
450
+ Potter and the Order of the Phoenix (Blu-ray+Dig)</title><globalId>EBAY-US</globalId><subtitle>Brand
451
+ New! Blu-Ray + Digital Copy! Fast Shipping!</subtitle><primaryCategory><categoryId>617</categoryId><categoryName>DVD,
452
+ HD DVD &amp; Blu-ray</categoryName></primaryCategory><galleryURL>http://thumbs2.ebaystatic.com/pict/2807122659974040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/Harry-Potter-and-Order-Phoenix-Blu-ray-Dig-/280712265997?pt=US_DVD_HD_DVD_Blu_ray</viewItemURL><productId
453
+ type="ReferenceID">62961737</productId><paymentMethod>PayPal</paymentMethod><autoPay>false</autoPay><location>USA</location><country>US</country><shippingInfo><shippingServiceCost
454
+ currencyId="USD">2.09</shippingServiceCost><shippingType>Flat</shippingType><expeditedShipping>true</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>2</handlingTime><shipToLocations>US</shipToLocations></shippingInfo><sellingStatus><currentPrice
455
+ currencyId="USD">2.04</currentPrice><convertedCurrentPrice currencyId="USD">2.04</convertedCurrentPrice><bidCount>3</bidCount><sellingState>Active</sellingState><timeLeft>P1DT7H59M2S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-07-20T02:24:11.000Z</startTime><endTime>2011-07-25T02:24:11.000Z</endTime><listingType>Auction</listingType><gift>false</gift></listingInfo><returnsAccepted>false</returnsAccepted><condition><conditionId>1000</conditionId><conditionDisplayName>Brand
456
+ New</conditionDisplayName></condition><isMultiVariationListing>false</isMultiVariationListing></item><item><itemId>250857425324</itemId><title>Harry
457
+ Potter and the Order of the Phoenix Exclusive*NEW</title><globalId>EBAY-US</globalId><primaryCategory><categoryId>279</categoryId><categoryName>Children
458
+ &amp; Young Adults</categoryName></primaryCategory><galleryURL>http://thumbs1.ebaystatic.com/pict/2508574253244040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/Harry-Potter-and-Order-Phoenix-Exclusive-NEW-/250857425324?pt=US_Childrens_Books</viewItemURL><productId
459
+ type="ReferenceID">2473005</productId><paymentMethod>CashOnPickup</paymentMethod><paymentMethod>PayPal</paymentMethod><autoPay>false</autoPay><postalCode>92064</postalCode><location>Poway,CA,USA</location><country>US</country><shippingInfo><shippingType>Calculated</shippingType><expeditedShipping>false</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>1</handlingTime><shipToLocations>Worldwide</shipToLocations></shippingInfo><sellingStatus><currentPrice
460
+ currencyId="USD">9.99</currentPrice><convertedCurrentPrice currencyId="USD">9.99</convertedCurrentPrice><bidCount>0</bidCount><sellingState>Active</sellingState><timeLeft>P1DT8H16M3S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-07-18T02:41:12.000Z</startTime><endTime>2011-07-25T02:41:12.000Z</endTime><listingType>Auction</listingType><gift>false</gift></listingInfo><returnsAccepted>false</returnsAccepted><condition><conditionId>1000</conditionId><conditionDisplayName>Brand
461
+ New</conditionDisplayName></condition><isMultiVariationListing>false</isMultiVariationListing></item><item><itemId>110718639150</itemId><title>Harry
462
+ Potter and the Order of the Phoenix by J. K. R...</title><globalId>EBAY-US</globalId><primaryCategory><categoryId>279</categoryId><categoryName>Children
463
+ &amp; Young Adults</categoryName></primaryCategory><galleryURL>http://thumbs3.ebaystatic.com/pict/1107186391504040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/Harry-Potter-and-Order-Phoenix-J-K-R-/110718639150?pt=US_Childrens_Books</viewItemURL><productId
464
+ type="ReferenceID">2327833</productId><paymentMethod>PayPal</paymentMethod><autoPay>false</autoPay><postalCode>13126</postalCode><location>Oswego,NY,USA</location><country>US</country><shippingInfo><shippingType>Calculated</shippingType><expeditedShipping>false</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>1</handlingTime><shipToLocations>US</shipToLocations></shippingInfo><sellingStatus><currentPrice
465
+ currencyId="USD">0.99</currentPrice><convertedCurrentPrice currencyId="USD">0.99</convertedCurrentPrice><bidCount>0</bidCount><sellingState>Active</sellingState><timeLeft>P1DT8H20M25S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-07-22T02:45:34.000Z</startTime><endTime>2011-07-25T02:45:34.000Z</endTime><listingType>Auction</listingType><gift>false</gift></listingInfo><returnsAccepted>true</returnsAccepted><condition><conditionId>4000</conditionId><conditionDisplayName>Very
466
+ Good</conditionDisplayName></condition><isMultiVariationListing>false</isMultiVariationListing></item><item><itemId>160623271829</itemId><title>Harry
467
+ Potter and the Order of the Phoenix DVD FAMILY</title><globalId>EBAY-US</globalId><primaryCategory><categoryId>617</categoryId><categoryName>DVD,
468
+ HD DVD &amp; Blu-ray</categoryName></primaryCategory><galleryURL>http://thumbs2.ebaystatic.com/pict/1606232718294040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/Harry-Potter-and-Order-Phoenix-DVD-FAMILY-/160623271829?pt=US_DVD_HD_DVD_Blu_ray</viewItemURL><productId
469
+ type="ReferenceID">62940319</productId><paymentMethod>PayPal</paymentMethod><autoPay>false</autoPay><postalCode>37862</postalCode><location>Sevierville,TN,USA</location><country>US</country><shippingInfo><shippingServiceCost
470
+ currencyId="USD">3.0</shippingServiceCost><shippingType>Flat</shippingType><expeditedShipping>false</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>2</handlingTime><shipToLocations>US</shipToLocations></shippingInfo><sellingStatus><currentPrice
471
+ currencyId="USD">1.99</currentPrice><convertedCurrentPrice currencyId="USD">1.99</convertedCurrentPrice><bidCount>0</bidCount><sellingState>Active</sellingState><timeLeft>P1DT8H28M58S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-07-20T08:54:08.000Z</startTime><endTime>2011-07-25T02:54:07.000Z</endTime><listingType>Auction</listingType><gift>false</gift></listingInfo><returnsAccepted>true</returnsAccepted><condition><conditionId>4000</conditionId><conditionDisplayName>Very
472
+ Good</conditionDisplayName></condition><isMultiVariationListing>false</isMultiVariationListing></item><item><itemId>130551305953</itemId><title>Harry
473
+ Potter and the Order of the Phoenix (Book 5), J. </title><globalId>EBAY-US</globalId><primaryCategory><categoryId>279</categoryId><categoryName>Children
474
+ &amp; Young Adults</categoryName></primaryCategory><galleryURL>http://thumbs2.ebaystatic.com/pict/1305513059534040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/Harry-Potter-and-Order-Phoenix-Book-5-J-/130551305953?pt=US_Childrens_Books</viewItemURL><charityId>5668</charityId><productId
475
+ type="ReferenceID">2327833</productId><paymentMethod>PayPal</paymentMethod><autoPay>true</autoPay><postalCode>04101</postalCode><location>Portland,ME,USA</location><country>US</country><shippingInfo><shippingServiceCost
476
+ currencyId="USD">3.99</shippingServiceCost><shippingType>Flat</shippingType><expeditedShipping>false</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>2</handlingTime><shipToLocations>US</shipToLocations></shippingInfo><sellingStatus><currentPrice
477
+ currencyId="USD">1.0</currentPrice><convertedCurrentPrice currencyId="USD">1.0</convertedCurrentPrice><sellingState>Active</sellingState><timeLeft>P29DT7H55M10S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-07-23T02:20:19.000Z</startTime><endTime>2011-08-22T02:20:19.000Z</endTime><listingType>FixedPrice</listingType><gift>false</gift></listingInfo><returnsAccepted>true</returnsAccepted><condition><conditionId>5000</conditionId><conditionDisplayName>Good</conditionDisplayName></condition><isMultiVariationListing>false</isMultiVariationListing></item><item><itemId>350477806199</itemId><title>HARRY
478
+ POTTER # 5 The Order of the Phoenix (Adult Ed)</title><globalId>EBAY-AU</globalId><primaryCategory><categoryId>279</categoryId><categoryName>Children''s
479
+ Books</categoryName></primaryCategory><galleryURL>http://thumbs4.ebaystatic.com/pict/3504778061994040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/HARRY-POTTER-5-Order-Phoenix-Adult-Ed-/350477806199?pt=AU_Books_Childrens_New</viewItemURL><paymentMethod>CIPInCheckoutEnabled</paymentMethod><paymentMethod>PayPal</paymentMethod><paymentMethod>COD</paymentMethod><paymentMethod>MoneyXferAccepted</paymentMethod><autoPay>false</autoPay><postalCode>4561</postalCode><location>Australia</location><country>AU</country><shippingInfo><shippingType>NotSpecified</shippingType><expeditedShipping>false</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>2</handlingTime><shipToLocations>US</shipToLocations><shipToLocations>CA</shipToLocations><shipToLocations>GB</shipToLocations><shipToLocations>AU</shipToLocations><shipToLocations>NZ</shipToLocations></shippingInfo><sellingStatus><currentPrice
480
+ currencyId="AUD">7.99</currentPrice><convertedCurrentPrice currencyId="USD">8.67</convertedCurrentPrice><bidCount>0</bidCount><sellingState>Active</sellingState><timeLeft>P1DT15H7M22S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-07-15T09:32:31.000Z</startTime><endTime>2011-07-25T09:32:31.000Z</endTime><listingType>Auction</listingType><gift>false</gift></listingInfo><returnsAccepted>false</returnsAccepted><condition><conditionId>1000</conditionId><conditionDisplayName>Brand
481
+ New</conditionDisplayName></condition><isMultiVariationListing>false</isMultiVariationListing></item><item><itemId>320730148789</itemId><title>
482
+ / Harry Potter and the order of the phoenix </title><globalId>EBAY-US</globalId><primaryCategory><categoryId>377</categoryId><categoryName>Fiction
483
+ &amp; Literature</categoryName></primaryCategory><galleryURL>http://thumbs2.ebaystatic.com/pict/3207301487894040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/Harry-Potter-and-order-phoenix-/320730148789?pt=US_Fiction_Books</viewItemURL><productId
484
+ type="ReferenceID">30470132</productId><paymentMethod>PayPal</paymentMethod><autoPay>false</autoPay><postalCode>17102</postalCode><location>Harrisburg,PA,USA</location><country>US</country><shippingInfo><shippingServiceCost
485
+ currencyId="USD">4.0</shippingServiceCost><shippingType>Flat</shippingType><expeditedShipping>true</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>5</handlingTime><shipToLocations>US</shipToLocations></shippingInfo><sellingStatus><currentPrice
486
+ currencyId="USD">50.0</currentPrice><convertedCurrentPrice currencyId="USD">50.0</convertedCurrentPrice><bidCount>0</bidCount><sellingState>Active</sellingState><timeLeft>P1DT19H28M59S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>true</buyItNowAvailable><buyItNowPrice
487
+ currencyId="USD">115.0</buyItNowPrice><convertedBuyItNowPrice currencyId="USD">115.0</convertedBuyItNowPrice><startTime>2011-07-18T13:54:08.000Z</startTime><endTime>2011-07-25T13:54:08.000Z</endTime><listingType>AuctionWithBIN</listingType><gift>false</gift></listingInfo><returnsAccepted>true</returnsAccepted><condition><conditionId>2750</conditionId><conditionDisplayName>Like
488
+ New</conditionDisplayName></condition><isMultiVariationListing>false</isMultiVariationListing></item><item><itemId>170669968112</itemId><title>Harry
489
+ Potter Hardback Order of the Phoenix NEW</title><globalId>EBAY-US</globalId><primaryCategory><categoryId>377</categoryId><categoryName>Fiction
490
+ &amp; Literature</categoryName></primaryCategory><galleryURL>http://thumbs1.ebaystatic.com/pict/1706699681124040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/Harry-Potter-Hardback-Order-Phoenix-NEW-/170669968112?pt=US_Fiction_Books</viewItemURL><productId
491
+ type="ReferenceID">2327833</productId><paymentMethod>PayPal</paymentMethod><autoPay>false</autoPay><postalCode>61822</postalCode><location>Champaign,IL,USA</location><country>US</country><shippingInfo><shippingServiceCost
492
+ currencyId="USD">3.95</shippingServiceCost><shippingType>Flat</shippingType><expeditedShipping>true</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>3</handlingTime><shipToLocations>US</shipToLocations></shippingInfo><sellingStatus><currentPrice
493
+ currencyId="USD">12.0</currentPrice><convertedCurrentPrice currencyId="USD">12.0</convertedCurrentPrice><bidCount>0</bidCount><sellingState>Active</sellingState><timeLeft>P1DT23H5M50S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-07-18T17:32:00.000Z</startTime><endTime>2011-07-25T17:30:59.000Z</endTime><listingType>Auction</listingType><gift>false</gift></listingInfo><returnsAccepted>true</returnsAccepted><condition><conditionId>1000</conditionId><conditionDisplayName>Brand
494
+ New</conditionDisplayName></condition><isMultiVariationListing>false</isMultiVariationListing></item><item><itemId>130549373028</itemId><title>Harry
495
+ Potter Order of the Phoenix Price Reduced</title><globalId>EBAY-US</globalId><primaryCategory><categoryId>377</categoryId><categoryName>Fiction
496
+ &amp; Literature</categoryName></primaryCategory><galleryURL>http://thumbs1.ebaystatic.com/pict/1305493730284040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/Harry-Potter-Order-Phoenix-Price-Reduced-/130549373028?pt=US_Fiction_Books</viewItemURL><productId
497
+ type="ReferenceID">2327833</productId><paymentMethod>PayPal</paymentMethod><autoPay>false</autoPay><postalCode>46614</postalCode><location>South
498
+ Bend,IN,USA</location><country>US</country><shippingInfo><shippingServiceCost
499
+ currencyId="USD">3.95</shippingServiceCost><shippingType>Flat</shippingType><expeditedShipping>false</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>3</handlingTime><shipToLocations>Worldwide</shipToLocations></shippingInfo><sellingStatus><currentPrice
500
+ currencyId="USD">5.95</currentPrice><convertedCurrentPrice currencyId="USD">5.95</convertedCurrentPrice><bidCount>0</bidCount><sellingState>Active</sellingState><timeLeft>P1DT23H27M42S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>true</buyItNowAvailable><buyItNowPrice
501
+ currencyId="USD">8.95</buyItNowPrice><convertedBuyItNowPrice currencyId="USD">8.95</convertedBuyItNowPrice><startTime>2011-07-18T17:52:51.000Z</startTime><endTime>2011-07-25T17:52:51.000Z</endTime><listingType>AuctionWithBIN</listingType><gift>false</gift></listingInfo><returnsAccepted>true</returnsAccepted><condition><conditionId>4000</conditionId><conditionDisplayName>Very
502
+ Good</conditionDisplayName></condition><isMultiVariationListing>false</isMultiVariationListing></item><item><itemId>120746110933</itemId><title>HARRY
503
+ POTTER AND THE ORDER OF THE PHOENIX Deluxe Ed. </title><globalId>EBAY-US</globalId><primaryCategory><categoryId>279</categoryId><categoryName>Children
504
+ &amp; Young Adults</categoryName></primaryCategory><galleryURL>http://thumbs2.ebaystatic.com/pict/1207461109334040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/HARRY-POTTER-AND-ORDER-PHOENIX-Deluxe-Ed-/120746110933?pt=US_Childrens_Books</viewItemURL><paymentMethod>PayPal</paymentMethod><autoPay>false</autoPay><postalCode>10025</postalCode><location>New
505
+ York,NY,USA</location><country>US</country><shippingInfo><shippingType>Calculated</shippingType><expeditedShipping>true</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>1</handlingTime><shipToLocations>US</shipToLocations></shippingInfo><sellingStatus><currentPrice
506
+ currencyId="USD">24.99</currentPrice><convertedCurrentPrice currencyId="USD">24.99</convertedCurrentPrice><sellingState>Active</sellingState><timeLeft>P12DT8H54M14S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-07-06T03:14:23.000Z</startTime><endTime>2011-08-05T03:19:23.000Z</endTime><listingType>StoreInventory</listingType><gift>false</gift></listingInfo><returnsAccepted>true</returnsAccepted><condition><conditionId>4000</conditionId><conditionDisplayName>Very
507
+ Good</conditionDisplayName></condition><isMultiVariationListing>false</isMultiVariationListing></item><item><itemId>190556696337</itemId><title>Harry
508
+ Potter and the Order of the Phoenix PAPERBACK</title><globalId>EBAY-US</globalId><primaryCategory><categoryId>279</categoryId><categoryName>Children
509
+ &amp; Young Adults</categoryName></primaryCategory><galleryURL>http://thumbs2.ebaystatic.com/pict/1905566963374040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/Harry-Potter-and-Order-Phoenix-PAPERBACK-/190556696337?pt=US_Childrens_Books</viewItemURL><paymentMethod>PayPal</paymentMethod><autoPay>false</autoPay><postalCode>28216</postalCode><location>Charlotte,NC,USA</location><country>US</country><shippingInfo><shippingServiceCost
510
+ currencyId="USD">3.99</shippingServiceCost><shippingType>Flat</shippingType><expeditedShipping>false</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>5</handlingTime><shipToLocations>US</shipToLocations></shippingInfo><sellingStatus><currentPrice
511
+ currencyId="USD">1.99</currentPrice><convertedCurrentPrice currencyId="USD">1.99</convertedCurrentPrice><bidCount>1</bidCount><sellingState>Active</sellingState><timeLeft>P2DT1H16M48S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-07-18T19:41:57.000Z</startTime><endTime>2011-07-25T19:41:57.000Z</endTime><listingType>Auction</listingType><gift>false</gift></listingInfo><returnsAccepted>false</returnsAccepted><condition><conditionId>5000</conditionId><conditionDisplayName>Good</conditionDisplayName></condition><isMultiVariationListing>false</isMultiVariationListing></item><item><itemId>120751638943</itemId><title>Harry
512
+ Potter and the Order of the Phoenix by J. K. Rowl</title><globalId>EBAY-US</globalId><primaryCategory><categoryId>279</categoryId><categoryName>Children
513
+ &amp; Young Adults</categoryName></primaryCategory><galleryURL>http://thumbs4.ebaystatic.com/pict/1207516389434040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/Harry-Potter-and-Order-Phoenix-J-K-Rowl-/120751638943?pt=US_Childrens_Books</viewItemURL><productId
514
+ type="ReferenceID">2327833</productId><paymentMethod>PayPal</paymentMethod><autoPay>false</autoPay><postalCode>05601</postalCode><location>Montpelier,VT,USA</location><country>US</country><shippingInfo><shippingServiceCost
515
+ currencyId="USD">3.5</shippingServiceCost><shippingType>Flat</shippingType><expeditedShipping>false</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>3</handlingTime><shipToLocations>US</shipToLocations></shippingInfo><sellingStatus><currentPrice
516
+ currencyId="USD">0.99</currentPrice><convertedCurrentPrice currencyId="USD">0.99</convertedCurrentPrice><bidCount>0</bidCount><sellingState>Active</sellingState><timeLeft>P2DT2H14M58S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-07-18T20:40:07.000Z</startTime><endTime>2011-07-25T20:40:07.000Z</endTime><listingType>Auction</listingType><gift>false</gift></listingInfo><returnsAccepted>false</returnsAccepted><condition><conditionId>4000</conditionId><conditionDisplayName>Very
517
+ Good</conditionDisplayName></condition><isMultiVariationListing>false</isMultiVariationListing></item><item><itemId>220817122929</itemId><title>Harry
518
+ Potter and the Order of the Phoenix by J. K. R...</title><globalId>EBAY-US</globalId><primaryCategory><categoryId>377</categoryId><categoryName>Fiction
519
+ &amp; Literature</categoryName></primaryCategory><galleryURL>http://thumbs2.ebaystatic.com/pict/2208171229294040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/Harry-Potter-and-Order-Phoenix-J-K-R-/220817122929?pt=US_Fiction_Books</viewItemURL><productId
520
+ type="ReferenceID">2327833</productId><paymentMethod>PayPal</paymentMethod><autoPay>false</autoPay><postalCode>81240</postalCode><location>Penrose,CO,USA</location><country>US</country><shippingInfo><shippingServiceCost
521
+ currencyId="USD">4.0</shippingServiceCost><shippingType>Flat</shippingType><expeditedShipping>false</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>1</handlingTime><shipToLocations>US</shipToLocations></shippingInfo><sellingStatus><currentPrice
522
+ currencyId="USD">2.99</currentPrice><convertedCurrentPrice currencyId="USD">2.99</convertedCurrentPrice><bidCount>0</bidCount><sellingState>Active</sellingState><timeLeft>P2DT2H38M6S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-07-20T21:03:15.000Z</startTime><endTime>2011-07-25T21:03:15.000Z</endTime><listingType>Auction</listingType><gift>false</gift></listingInfo><returnsAccepted>false</returnsAccepted><condition><conditionId>5000</conditionId><conditionDisplayName>Good</conditionDisplayName></condition><isMultiVariationListing>false</isMultiVariationListing></item><item><itemId>130551227600</itemId><title>Harry
523
+ Potter and the Order of the Phoenix (DVD, 2007, F</title><globalId>EBAY-US</globalId><primaryCategory><categoryId>617</categoryId><categoryName>DVD,
524
+ HD DVD &amp; Blu-ray</categoryName></primaryCategory><galleryURL>http://thumbs1.ebaystatic.com/pict/1305512276004040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/Harry-Potter-and-Order-Phoenix-DVD-2007-F-/130551227600?pt=US_DVD_HD_DVD_Blu_ray</viewItemURL><productId
525
+ type="ReferenceID">62940319</productId><paymentMethod>PayPal</paymentMethod><autoPay>false</autoPay><location>USA</location><country>US</country><shippingInfo><shippingServiceCost
526
+ currencyId="USD">3.0</shippingServiceCost><shippingType>Flat</shippingType><expeditedShipping>true</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>4</handlingTime><shipToLocations>US</shipToLocations></shippingInfo><sellingStatus><currentPrice
527
+ currencyId="USD">2.0</currentPrice><convertedCurrentPrice currencyId="USD">2.0</convertedCurrentPrice><bidCount>0</bidCount><sellingState>Active</sellingState><timeLeft>P2DT3H20M29S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-07-22T21:46:39.000Z</startTime><endTime>2011-07-25T21:45:38.000Z</endTime><listingType>Auction</listingType><gift>false</gift></listingInfo><returnsAccepted>false</returnsAccepted><condition><conditionId>2750</conditionId><conditionDisplayName>Like
528
+ New</conditionDisplayName></condition><isMultiVariationListing>false</isMultiVariationListing></item><item><itemId>220729076930</itemId><title>"Harry
529
+ Potter and the Order of the Phoenix", Rowling</title><globalId>EBAY-AU</globalId><primaryCategory><categoryId>279</categoryId><categoryName>Children''s
530
+ Books</categoryName></primaryCategory><galleryURL>http://thumbs3.ebaystatic.com/pict/2207290769304040_7.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/Harry-Potter-and-Order-Phoenix-Rowling-/220729076930?pt=AU_Books_Childrens_New</viewItemURL><productId
531
+ type="ReferenceID">94515939</productId><paymentMethod>PayPal</paymentMethod><autoPay>false</autoPay><postalCode>HP11NE</postalCode><location>United
532
+ Kingdom</location><country>GB</country><shippingInfo><shippingServiceCost currencyId="USD">0.0</shippingServiceCost><shippingType>Free</shippingType><expeditedShipping>false</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>2</handlingTime><shipToLocations>Worldwide</shipToLocations></shippingInfo><sellingStatus><currentPrice
533
+ currencyId="AUD">17.26</currentPrice><convertedCurrentPrice currencyId="USD">18.74</convertedCurrentPrice><sellingState>Active</sellingState><timeLeft>P29DT1H49M49S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-01-23T20:09:58.000Z</startTime><endTime>2011-08-21T20:14:58.000Z</endTime><listingType>StoreInventory</listingType><gift>false</gift></listingInfo><returnsAccepted>false</returnsAccepted><condition><conditionId>1000</conditionId><conditionDisplayName>Brand
534
+ New</conditionDisplayName></condition><isMultiVariationListing>false</isMultiVariationListing></item><item><itemId>220816212220</itemId><title>Harry
535
+ Potter Order of the Phoenix printed in Australia</title><globalId>EBAY-US</globalId><primaryCategory><categoryId>279</categoryId><categoryName>Children
536
+ &amp; Young Adults</categoryName></primaryCategory><galleryURL>http://thumbs1.ebaystatic.com/pict/2208162122204040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/Harry-Potter-Order-Phoenix-printed-Australia-/220816212220?pt=US_Childrens_Books</viewItemURL><paymentMethod>PayPal</paymentMethod><autoPay>false</autoPay><postalCode>85050</postalCode><location>Phoenix,AZ,USA</location><country>US</country><shippingInfo><shippingServiceCost
537
+ currencyId="USD">3.0</shippingServiceCost><shippingType>Flat</shippingType><expeditedShipping>false</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>5</handlingTime><shipToLocations>US</shipToLocations></shippingInfo><sellingStatus><currentPrice
538
+ currencyId="USD">23.99</currentPrice><convertedCurrentPrice currencyId="USD">23.99</convertedCurrentPrice><bidCount>0</bidCount><sellingState>Active</sellingState><timeLeft>P2DT3H47M31S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-07-18T22:12:40.000Z</startTime><endTime>2011-07-25T22:12:40.000Z</endTime><listingType>Auction</listingType><gift>false</gift></listingInfo><returnsAccepted>true</returnsAccepted><condition><conditionId>4000</conditionId><conditionDisplayName>Very
539
+ Good</conditionDisplayName></condition><isMultiVariationListing>false</isMultiVariationListing></item><item><itemId>320732341057</itemId><title>Harry
540
+ Potter and the Order of the Phoenix (DVD, 2007...</title><globalId>EBAY-US</globalId><primaryCategory><categoryId>617</categoryId><categoryName>DVD,
541
+ HD DVD &amp; Blu-ray</categoryName></primaryCategory><galleryURL>http://thumbs2.ebaystatic.com/pict/3207323410574040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/Harry-Potter-and-Order-Phoenix-DVD-2007-/320732341057?pt=US_DVD_HD_DVD_Blu_ray</viewItemURL><productId
542
+ type="ReferenceID">62923188</productId><paymentMethod>PayPal</paymentMethod><autoPay>false</autoPay><postalCode>29805</postalCode><location>Aiken,SC,USA</location><country>US</country><shippingInfo><shippingServiceCost
543
+ currencyId="USD">2.0</shippingServiceCost><shippingType>Flat</shippingType><expeditedShipping>false</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>5</handlingTime><shipToLocations>US</shipToLocations></shippingInfo><sellingStatus><currentPrice
544
+ currencyId="USD">8.99</currentPrice><convertedCurrentPrice currencyId="USD">8.99</convertedCurrentPrice><bidCount>0</bidCount><sellingState>Active</sellingState><timeLeft>P2DT5H4M49S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>true</buyItNowAvailable><buyItNowPrice
545
+ currencyId="USD">10.0</buyItNowPrice><convertedBuyItNowPrice currencyId="USD">10.0</convertedBuyItNowPrice><startTime>2011-07-22T23:29:58.000Z</startTime><endTime>2011-07-25T23:29:58.000Z</endTime><listingType>AuctionWithBIN</listingType><gift>false</gift></listingInfo><returnsAccepted>false</returnsAccepted><condition><conditionId>1000</conditionId><conditionDisplayName>Brand
546
+ New</conditionDisplayName></condition><isMultiVariationListing>false</isMultiVariationListing></item><item><itemId>170670092409</itemId><title>Harry
547
+ Potter and the Order of the Phoenix by J. K. R...</title><globalId>EBAY-US</globalId><primaryCategory><categoryId>279</categoryId><categoryName>Children
548
+ &amp; Young Adults</categoryName></primaryCategory><galleryURL>http://thumbs2.ebaystatic.com/pict/1706700924094040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/Harry-Potter-and-Order-Phoenix-J-K-R-/170670092409?pt=US_Childrens_Books</viewItemURL><productId
549
+ type="ReferenceID">2327833</productId><paymentMethod>PayPal</paymentMethod><autoPay>false</autoPay><postalCode>60177</postalCode><location>South
550
+ Elgin,IL,USA</location><country>US</country><shippingInfo><shippingServiceCost
551
+ currencyId="USD">4.0</shippingServiceCost><shippingType>Flat</shippingType><expeditedShipping>false</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>1</handlingTime><shipToLocations>US</shipToLocations></shippingInfo><sellingStatus><currentPrice
552
+ currencyId="USD">10.0</currentPrice><convertedCurrentPrice currencyId="USD">10.0</convertedCurrentPrice><bidCount>0</bidCount><sellingState>Active</sellingState><timeLeft>P2DT5H45M51S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-07-19T00:11:00.000Z</startTime><endTime>2011-07-26T00:11:00.000Z</endTime><listingType>Auction</listingType><gift>false</gift></listingInfo><returnsAccepted>false</returnsAccepted><condition><conditionId>4000</conditionId><conditionDisplayName>Very
553
+ Good</conditionDisplayName></condition><isMultiVariationListing>false</isMultiVariationListing></item><item><itemId>190553280577</itemId><title>HARRY
554
+ POTTER ORDER PHOENIX HARDCOVER BOOK J K Rowling 5</title><globalId>EBAY-US</globalId><subtitle>FREE
555
+ PRIORITY SHIP! NY TIMES #1 Best Selling Series #5</subtitle><primaryCategory><categoryId>279</categoryId><categoryName>Children
556
+ &amp; Young Adults</categoryName></primaryCategory><galleryURL>http://thumbs2.ebaystatic.com/pict/1905532805774040_2.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/HARRY-POTTER-ORDER-PHOENIX-HARDCOVER-BOOK-J-K-Rowling-5-/190553280577?pt=US_Childrens_Books</viewItemURL><productId
557
+ type="ReferenceID">2473005</productId><paymentMethod>PayPal</paymentMethod><autoPay>false</autoPay><postalCode>94558</postalCode><location>Napa,CA,USA</location><country>US</country><shippingInfo><shippingServiceCost
558
+ currencyId="USD">0.0</shippingServiceCost><shippingType>FlatDomesticCalculatedInternational</shippingType><expeditedShipping>true</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>1</handlingTime><shipToLocations>Worldwide</shipToLocations></shippingInfo><sellingStatus><currentPrice
559
+ currencyId="USD">15.95</currentPrice><convertedCurrentPrice currencyId="USD">15.95</convertedCurrentPrice><sellingState>Active</sellingState><timeLeft>P15DT5H59M33S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-07-09T00:24:42.000Z</startTime><endTime>2011-08-08T00:24:42.000Z</endTime><listingType>FixedPrice</listingType><gift>false</gift></listingInfo><returnsAccepted>true</returnsAccepted><condition><conditionId>4000</conditionId><conditionDisplayName>Very
560
+ Good</conditionDisplayName></condition><isMultiVariationListing>false</isMultiVariationListing></item><item><itemId>310332948823</itemId><title>Harry
561
+ Potter &amp; the Order of the Phoenix 2003 JK Rowling</title><globalId>EBAY-US</globalId><primaryCategory><categoryId>279</categoryId><categoryName>Children
562
+ &amp; Young Adults</categoryName></primaryCategory><galleryURL>http://thumbs4.ebaystatic.com/pict/3103329488234040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/Harry-Potter-Order-Phoenix-2003-JK-Rowling-/310332948823?pt=US_Childrens_Books</viewItemURL><productId
563
+ type="ReferenceID">2327833</productId><paymentMethod>PayPal</paymentMethod><autoPay>false</autoPay><postalCode>01880</postalCode><location>Wakefield,MA,USA</location><country>US</country><shippingInfo><shippingServiceCost
564
+ currencyId="USD">0.0</shippingServiceCost><shippingType>Free</shippingType><expeditedShipping>false</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>2</handlingTime><shipToLocations>US</shipToLocations></shippingInfo><sellingStatus><currentPrice
565
+ currencyId="USD">15.0</currentPrice><convertedCurrentPrice currencyId="USD">15.0</convertedCurrentPrice><bidCount>0</bidCount><sellingState>Active</sellingState><timeLeft>P2DT5H48M46S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-07-19T00:13:55.000Z</startTime><endTime>2011-07-26T00:13:55.000Z</endTime><listingType>Auction</listingType><gift>false</gift></listingInfo><returnsAccepted>true</returnsAccepted><condition><conditionId>2750</conditionId><conditionDisplayName>Like
566
+ New</conditionDisplayName></condition><isMultiVariationListing>false</isMultiVariationListing></item><item><itemId>250857956687</itemId><title>Harry
567
+ Potter &amp; the Order of the Phoenix Ultimate Ed NEW</title><globalId>EBAY-US</globalId><subtitle>2011
568
+ 3-Disc Set, WS; Ultimate Edition; Includes Digital</subtitle><primaryCategory><categoryId>617</categoryId><categoryName>DVD,
569
+ HD DVD &amp; Blu-ray</categoryName></primaryCategory><galleryURL>http://thumbs4.ebaystatic.com/pict/2508579566874040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/Harry-Potter-Order-Phoenix-Ultimate-Ed-NEW-/250857956687?pt=US_DVD_HD_DVD_Blu_ray</viewItemURL><productId
570
+ type="ReferenceID">100032382</productId><paymentMethod>PayPal</paymentMethod><autoPay>false</autoPay><postalCode>07751</postalCode><location>Morganville,NJ,USA</location><country>US</country><shippingInfo><shippingType>Calculated</shippingType><expeditedShipping>false</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>1</handlingTime><shipToLocations>US</shipToLocations></shippingInfo><sellingStatus><currentPrice
571
+ currencyId="USD">23.17</currentPrice><convertedCurrentPrice currencyId="USD">23.17</convertedCurrentPrice><bidCount>3</bidCount><sellingState>Active</sellingState><timeLeft>P2DT5H51M6S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-07-19T00:16:15.000Z</startTime><endTime>2011-07-26T00:16:15.000Z</endTime><listingType>Auction</listingType><gift>false</gift></listingInfo><returnsAccepted>true</returnsAccepted><condition><conditionId>1000</conditionId><conditionDisplayName>Brand
572
+ New</conditionDisplayName></condition><isMultiVariationListing>false</isMultiVariationListing></item><item><itemId>260820579173</itemId><title>Harry
573
+ Potter and the Order of the Phoenix by J. K. R...</title><globalId>EBAY-US</globalId><subtitle>1st
574
+ Edition Hardcover</subtitle><primaryCategory><categoryId>279</categoryId><categoryName>Children
575
+ &amp; Young Adults</categoryName></primaryCategory><galleryURL>http://thumbs2.ebaystatic.com/pict/2608205791734040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/Harry-Potter-and-Order-Phoenix-J-K-R-/260820579173?pt=US_Childrens_Books</viewItemURL><productId
576
+ type="ReferenceID">2327833</productId><paymentMethod>PayPal</paymentMethod><autoPay>true</autoPay><postalCode>44221</postalCode><location>Cuyahoga
577
+ Falls,OH,USA</location><country>US</country><shippingInfo><shippingServiceCost
578
+ currencyId="USD">4.0</shippingServiceCost><shippingType>FlatDomesticCalculatedInternational</shippingType><expeditedShipping>false</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>3</handlingTime><shipToLocations>Worldwide</shipToLocations></shippingInfo><sellingStatus><currentPrice
579
+ currencyId="USD">5.0</currentPrice><convertedCurrentPrice currencyId="USD">5.0</convertedCurrentPrice><bidCount>0</bidCount><sellingState>Active</sellingState><timeLeft>P2DT6H13M27S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>true</buyItNowAvailable><buyItNowPrice
580
+ currencyId="USD">9.99</buyItNowPrice><convertedBuyItNowPrice currencyId="USD">9.99</convertedBuyItNowPrice><startTime>2011-07-19T00:39:37.000Z</startTime><endTime>2011-07-26T00:38:36.000Z</endTime><listingType>AuctionWithBIN</listingType><gift>false</gift></listingInfo><returnsAccepted>false</returnsAccepted><condition><conditionId>2750</conditionId><conditionDisplayName>Like
581
+ New</conditionDisplayName></condition><isMultiVariationListing>false</isMultiVariationListing></item><item><itemId>110717287855</itemId><title>HARRY
582
+ POTTER -"ORDER OF THE PHOENIX" &amp; "GOBLET OF FIRE"</title><globalId>EBAY-US</globalId><primaryCategory><categoryId>279</categoryId><categoryName>Children
583
+ &amp; Young Adults</categoryName></primaryCategory><galleryURL>http://thumbs4.ebaystatic.com/pict/1107172878554040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/HARRY-POTTER-ORDER-PHOENIX-GOBLET-FIRE-/110717287855?pt=US_Childrens_Books</viewItemURL><paymentMethod>PayPal</paymentMethod><autoPay>false</autoPay><postalCode>73034</postalCode><location>Edmond,OK,USA</location><country>US</country><shippingInfo><shippingType>Calculated</shippingType><expeditedShipping>false</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>2</handlingTime><shipToLocations>Worldwide</shipToLocations></shippingInfo><sellingStatus><currentPrice
584
+ currencyId="USD">7.0</currentPrice><convertedCurrentPrice currencyId="USD">7.0</convertedCurrentPrice><bidCount>0</bidCount><sellingState>Active</sellingState><timeLeft>P2DT6H34M46S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-07-19T00:59:55.000Z</startTime><endTime>2011-07-26T00:59:55.000Z</endTime><listingType>Auction</listingType><gift>false</gift></listingInfo><returnsAccepted>false</returnsAccepted><condition><conditionId>5000</conditionId><conditionDisplayName>Good</conditionDisplayName></condition><isMultiVariationListing>false</isMultiVariationListing></item><item><itemId>280618217205</itemId><title>NEW
585
+ - Harry Potter and the Order of the Phoenix</title><globalId>EBAY-US</globalId><primaryCategory><categoryId>617</categoryId><categoryName>DVD,
586
+ HD DVD &amp; Blu-ray</categoryName></primaryCategory><galleryURL>http://thumbs2.ebaystatic.com/pict/2806182172054040_2.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/NEW-Harry-Potter-and-Order-Phoenix-/280618217205?pt=US_DVD_HD_DVD_Blu_ray</viewItemURL><productId
587
+ type="ReferenceID">62923188</productId><paymentMethod>PayPal</paymentMethod><autoPay>false</autoPay><location>USA</location><country>US</country><shippingInfo><shippingServiceCost
588
+ currencyId="USD">2.99</shippingServiceCost><shippingType>Flat</shippingType><expeditedShipping>true</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>5</handlingTime><shipToLocations>Worldwide</shipToLocations></shippingInfo><sellingStatus><currentPrice
589
+ currencyId="USD">6.52</currentPrice><convertedCurrentPrice currencyId="USD">6.52</convertedCurrentPrice><sellingState>Active</sellingState><timeLeft>P24DT4H48M33S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-01-18T23:08:42.000Z</startTime><endTime>2011-08-16T23:13:42.000Z</endTime><listingType>FixedPrice</listingType><gift>false</gift></listingInfo><returnsAccepted>true</returnsAccepted><condition><conditionId>1000</conditionId><conditionDisplayName>Brand
590
+ New</conditionDisplayName></condition><isMultiVariationListing>false</isMultiVariationListing></item><item><itemId>140579843032</itemId><title>Harry
591
+ Potter and the Order of the Phoenix ****NEW****</title><globalId>EBAY-US</globalId><subtitle>Boxed
592
+ Deluxe Edition</subtitle><primaryCategory><categoryId>279</categoryId><categoryName>Children
593
+ &amp; Young Adults</categoryName></primaryCategory><galleryURL>http://thumbs1.ebaystatic.com/pict/1405798430324040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/Harry-Potter-and-Order-Phoenix-NEW-/140579843032?pt=US_Childrens_Books</viewItemURL><productId
594
+ type="ReferenceID">2473005</productId><paymentMethod>PayPal</paymentMethod><autoPay>false</autoPay><postalCode>56377</postalCode><location>Sartell,MN,USA</location><country>US</country><shippingInfo><shippingServiceCost
595
+ currencyId="USD">4.0</shippingServiceCost><shippingType>Flat</shippingType><expeditedShipping>false</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>3</handlingTime><shipToLocations>US</shipToLocations></shippingInfo><sellingStatus><currentPrice
596
+ currencyId="USD">0.99</currentPrice><convertedCurrentPrice currencyId="USD">0.99</convertedCurrentPrice><bidCount>1</bidCount><sellingState>Active</sellingState><timeLeft>P2DT7H25M35S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-07-19T01:50:44.000Z</startTime><endTime>2011-07-26T01:50:44.000Z</endTime><listingType>Auction</listingType><gift>false</gift></listingInfo><returnsAccepted>true</returnsAccepted><condition><conditionId>1000</conditionId><conditionDisplayName>Brand
597
+ New</conditionDisplayName></condition><isMultiVariationListing>false</isMultiVariationListing></item><item><itemId>260822797476</itemId><title>Harry
598
+ Potter Order Phoenix Rowling Summer Read Good </title><globalId>EBAY-US</globalId><subtitle>Speedy
599
+ Ship Good Condition </subtitle><primaryCategory><categoryId>279</categoryId><categoryName>Children
600
+ &amp; Young Adults</categoryName></primaryCategory><galleryURL>http://thumbs1.ebaystatic.com/pict/2608227974764040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/Harry-Potter-Order-Phoenix-Rowling-Summer-Read-Good-/260822797476?pt=US_Childrens_Books</viewItemURL><productId
601
+ type="ReferenceID">30259808</productId><paymentMethod>PayPal</paymentMethod><autoPay>false</autoPay><postalCode>32812</postalCode><location>Orlando,FL,USA</location><country>US</country><shippingInfo><shippingType>Calculated</shippingType><expeditedShipping>false</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>1</handlingTime><shipToLocations>US</shipToLocations></shippingInfo><sellingStatus><currentPrice
602
+ currencyId="USD">4.99</currentPrice><convertedCurrentPrice currencyId="USD">4.99</convertedCurrentPrice><bidCount>0</bidCount><sellingState>Active</sellingState><timeLeft>P2DT7H36M47S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-07-23T02:01:56.000Z</startTime><endTime>2011-07-26T02:01:56.000Z</endTime><listingType>Auction</listingType><gift>false</gift></listingInfo><returnsAccepted>false</returnsAccepted><condition><conditionId>5000</conditionId><conditionDisplayName>Good</conditionDisplayName></condition><isMultiVariationListing>false</isMultiVariationListing></item><item><itemId>110718166963</itemId><title>Harry
603
+ Potter and the Order of the Phoenix</title><globalId>EBAY-US</globalId><subtitle>HD-DVD</subtitle><primaryCategory><categoryId>617</categoryId><categoryName>DVD,
604
+ HD DVD &amp; Blu-ray</categoryName></primaryCategory><galleryURL>http://thumbs4.ebaystatic.com/pict/1107181669634040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/Harry-Potter-and-Order-Phoenix-/110718166963?pt=US_DVD_HD_DVD_Blu_ray</viewItemURL><productId
605
+ type="ReferenceID">62929195</productId><paymentMethod>PayPal</paymentMethod><autoPay>false</autoPay><postalCode>55038</postalCode><location>Hugo,MN,USA</location><country>US</country><shippingInfo><shippingType>Calculated</shippingType><expeditedShipping>true</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>2</handlingTime><shipToLocations>US</shipToLocations><shipToLocations>CA</shipToLocations></shippingInfo><sellingStatus><currentPrice
606
+ currencyId="USD">5.0</currentPrice><convertedCurrentPrice currencyId="USD">5.0</convertedCurrentPrice><bidCount>0</bidCount><sellingState>Active</sellingState><timeLeft>P2DT7H47M59S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-07-21T02:13:08.000Z</startTime><endTime>2011-07-26T02:13:08.000Z</endTime><listingType>Auction</listingType><gift>false</gift></listingInfo><returnsAccepted>true</returnsAccepted><condition><conditionId>2750</conditionId><conditionDisplayName>Like
607
+ New</conditionDisplayName></condition><isMultiVariationListing>false</isMultiVariationListing></item><item><itemId>110717310042</itemId><title>Harry
608
+ Potter and the Order of the Phoenix First edition</title><globalId>EBAY-US</globalId><primaryCategory><categoryId>279</categoryId><categoryName>Children
609
+ &amp; Young Adults</categoryName></primaryCategory><galleryURL>http://thumbs3.ebaystatic.com/pict/1107173100424040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/Harry-Potter-and-Order-Phoenix-First-edition-/110717310042?pt=US_Childrens_Books</viewItemURL><productId
610
+ type="ReferenceID">2327833</productId><paymentMethod>PayPal</paymentMethod><autoPay>false</autoPay><postalCode>85901</postalCode><location>Show
611
+ Low,AZ,USA</location><country>US</country><shippingInfo><shippingType>Calculated</shippingType><expeditedShipping>true</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>3</handlingTime><shipToLocations>US</shipToLocations></shippingInfo><sellingStatus><currentPrice
612
+ currencyId="USD">9.99</currentPrice><convertedCurrentPrice currencyId="USD">9.99</convertedCurrentPrice><bidCount>0</bidCount><sellingState>Active</sellingState><timeLeft>P2DT7H53M45S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-07-19T02:18:54.000Z</startTime><endTime>2011-07-26T02:18:54.000Z</endTime><listingType>Auction</listingType><gift>false</gift></listingInfo><returnsAccepted>false</returnsAccepted><condition><conditionId>1000</conditionId><conditionDisplayName>Brand
613
+ New</conditionDisplayName></condition><isMultiVariationListing>false</isMultiVariationListing></item><item><itemId>390326694158</itemId><title>Harry
614
+ Potter and the Order of the Phoenix 1st Ed HC/DJ</title><globalId>EBAY-ENCA</globalId><primaryCategory><categoryId>279</categoryId><categoryName>Children
615
+ &amp; Young Adults</categoryName></primaryCategory><galleryURL>http://thumbs3.ebaystatic.com/pict/3903266941584040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/Harry-Potter-and-Order-Phoenix-1st-Ed-HC-DJ-/390326694158?pt=US_Childrens_Books</viewItemURL><paymentMethod>PayPal</paymentMethod><autoPay>false</autoPay><postalCode>V9L6M5</postalCode><location>Canada</location><country>CA</country><shippingInfo><shippingType>Calculated</shippingType><expeditedShipping>false</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>2</handlingTime><shipToLocations>Worldwide</shipToLocations></shippingInfo><sellingStatus><currentPrice
616
+ currencyId="USD">14.99</currentPrice><convertedCurrentPrice currencyId="USD">14.99</convertedCurrentPrice><sellingState>Active</sellingState><timeLeft>P4DT6H24M33S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-06-28T00:44:42.000Z</startTime><endTime>2011-07-28T00:49:42.000Z</endTime><listingType>StoreInventory</listingType><gift>false</gift></listingInfo><returnsAccepted>true</returnsAccepted><condition><conditionId>4000</conditionId><conditionDisplayName>Very
617
+ Good</conditionDisplayName></condition><isMultiVariationListing>false</isMultiVariationListing></item><item><itemId>110719043375</itemId><title>Harry
618
+ Potter and the Order of the Phoenix (DVD, 2011)</title><globalId>EBAY-US</globalId><subtitle>Brand
619
+ New! Factory Sealed!</subtitle><primaryCategory><categoryId>617</categoryId><categoryName>DVD,
620
+ HD DVD &amp; Blu-ray</categoryName></primaryCategory><galleryURL>http://thumbs4.ebaystatic.com/pict/1107190433754040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/Harry-Potter-and-Order-Phoenix-DVD-2011-/110719043375?pt=US_DVD_HD_DVD_Blu_ray</viewItemURL><productId
621
+ type="ReferenceID">99993854</productId><paymentMethod>PayPal</paymentMethod><autoPay>false</autoPay><postalCode>66049</postalCode><location>Lawrence,KS,USA</location><country>US</country><shippingInfo><shippingServiceCost
622
+ currencyId="USD">3.0</shippingServiceCost><shippingType>Flat</shippingType><expeditedShipping>true</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>2</handlingTime><shipToLocations>US</shipToLocations></shippingInfo><sellingStatus><currentPrice
623
+ currencyId="USD">0.99</currentPrice><convertedCurrentPrice currencyId="USD">0.99</convertedCurrentPrice><bidCount>0</bidCount><sellingState>Active</sellingState><timeLeft>P2DT8H40M34S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-07-23T03:05:43.000Z</startTime><endTime>2011-07-26T03:05:43.000Z</endTime><listingType>Auction</listingType><gift>false</gift></listingInfo><returnsAccepted>true</returnsAccepted><condition><conditionId>1000</conditionId><conditionDisplayName>Brand
624
+ New</conditionDisplayName></condition><isMultiVariationListing>false</isMultiVariationListing></item><item><itemId>150634346275</itemId><title>Harry
625
+ Potter the Order of the Phoenix J. K. Rowling </title><globalId>EBAY-US</globalId><subtitle>Book
626
+ 5 Hard Cover with Dust Jacket very good condition</subtitle><primaryCategory><categoryId>279</categoryId><categoryName>Children
627
+ &amp; Young Adults</categoryName></primaryCategory><galleryURL>http://thumbs4.ebaystatic.com/pict/1506343462754040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/Harry-Potter-Order-Phoenix-J-K-Rowling-/150634346275?pt=US_Childrens_Books</viewItemURL><productId
628
+ type="ReferenceID">2327833</productId><paymentMethod>PayPal</paymentMethod><autoPay>false</autoPay><postalCode>56520</postalCode><location>Breckenridge,MN,USA</location><country>US</country><shippingInfo><shippingServiceCost
629
+ currencyId="USD">4.0</shippingServiceCost><shippingType>Flat</shippingType><expeditedShipping>false</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>2</handlingTime><shipToLocations>US</shipToLocations></shippingInfo><sellingStatus><currentPrice
630
+ currencyId="USD">5.99</currentPrice><convertedCurrentPrice currencyId="USD">5.99</convertedCurrentPrice><bidCount>0</bidCount><sellingState>Active</sellingState><timeLeft>P2DT10H31M46S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>true</buyItNowAvailable><buyItNowPrice
631
+ currencyId="USD">12.0</buyItNowPrice><convertedBuyItNowPrice currencyId="USD">12.0</convertedBuyItNowPrice><startTime>2011-07-19T04:56:55.000Z</startTime><endTime>2011-07-26T04:56:55.000Z</endTime><listingType>AuctionWithBIN</listingType><gift>false</gift></listingInfo><returnsAccepted>true</returnsAccepted><condition><conditionId>4000</conditionId><conditionDisplayName>Very
632
+ Good</conditionDisplayName></condition><isMultiVariationListing>false</isMultiVariationListing></item><item><itemId>180698068495</itemId><title>Harry
633
+ Potter and the Order of the Phoenix by J. K. R...</title><globalId>EBAY-US</globalId><primaryCategory><categoryId>279</categoryId><categoryName>Children
634
+ &amp; Young Adults</categoryName></primaryCategory><galleryURL>http://thumbs4.ebaystatic.com/pict/1806980684954040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/Harry-Potter-and-Order-Phoenix-J-K-R-/180698068495?pt=US_Childrens_Books</viewItemURL><productId
635
+ type="ReferenceID">2327833</productId><paymentMethod>PayPal</paymentMethod><autoPay>false</autoPay><postalCode>65360</postalCode><location>Windsor,MO,USA</location><country>US</country><shippingInfo><shippingServiceCost
636
+ currencyId="USD">4.0</shippingServiceCost><shippingType>Flat</shippingType><expeditedShipping>false</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>3</handlingTime><shipToLocations>US</shipToLocations></shippingInfo><sellingStatus><currentPrice
637
+ currencyId="USD">6.0</currentPrice><convertedCurrentPrice currencyId="USD">6.0</convertedCurrentPrice><bidCount>0</bidCount><sellingState>Active</sellingState><timeLeft>P2DT10H41M34S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-07-19T05:07:43.000Z</startTime><endTime>2011-07-26T05:06:43.000Z</endTime><listingType>Auction</listingType><gift>false</gift></listingInfo><returnsAccepted>true</returnsAccepted><condition><conditionId>2750</conditionId><conditionDisplayName>Like
638
+ New</conditionDisplayName></condition><isMultiVariationListing>false</isMultiVariationListing></item><item><itemId>200630876442</itemId><title>Harry
639
+ Potter And The Order Of The Phoenix Gift Set</title><globalId>EBAY-US</globalId><primaryCategory><categoryId>617</categoryId><categoryName>DVD,
640
+ HD DVD &amp; Blu-ray</categoryName></primaryCategory><galleryURL>http://thumbs3.ebaystatic.com/pict/2006308764424040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/Harry-Potter-And-Order-Phoenix-Gift-Set-/200630876442?pt=US_DVD_HD_DVD_Blu_ray</viewItemURL><paymentMethod>PayPal</paymentMethod><autoPay>false</autoPay><postalCode>14626</postalCode><location>Rochester,NY,USA</location><country>US</country><shippingInfo><shippingServiceCost
641
+ currencyId="USD">3.0</shippingServiceCost><shippingType>Flat</shippingType><expeditedShipping>false</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>3</handlingTime><shipToLocations>US</shipToLocations></shippingInfo><sellingStatus><currentPrice
642
+ currencyId="USD">14.0</currentPrice><convertedCurrentPrice currencyId="USD">14.0</convertedCurrentPrice><bidCount>0</bidCount><sellingState>Active</sellingState><timeLeft>P2DT12H12M21S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>true</buyItNowAvailable><buyItNowPrice
643
+ currencyId="USD">20.0</buyItNowPrice><convertedBuyItNowPrice currencyId="USD">20.0</convertedBuyItNowPrice><startTime>2011-07-16T06:38:31.000Z</startTime><endTime>2011-07-26T06:37:30.000Z</endTime><listingType>AuctionWithBIN</listingType><gift>false</gift></listingInfo><returnsAccepted>false</returnsAccepted><condition><conditionId>1000</conditionId><conditionDisplayName>Brand
644
+ New</conditionDisplayName></condition><isMultiVariationListing>false</isMultiVariationListing></item><item><itemId>400195470293</itemId><title>Harry
645
+ Potter and the Order of the Phoenix Adult UK 1st</title><globalId>EBAY-US</globalId><subtitle>first
646
+ UK hardcover printing "First Edition"</subtitle><primaryCategory><categoryId>279</categoryId><categoryName>Children
647
+ &amp; Young Adults</categoryName></primaryCategory><galleryURL>http://thumbs2.ebaystatic.com/pict/4001954702934040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/Harry-Potter-and-Order-Phoenix-Adult-UK-1st-/400195470293?pt=US_Childrens_Books</viewItemURL><paymentMethod>PayPal</paymentMethod><autoPay>true</autoPay><postalCode>94619</postalCode><location>Oakland,CA,USA</location><country>US</country><shippingInfo><shippingType>CalculatedDomesticFlatInternational</shippingType><expeditedShipping>false</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>4</handlingTime><shipToLocations>AU</shipToLocations><shipToLocations>JP</shipToLocations><shipToLocations>Americas</shipToLocations><shipToLocations>Europe</shipToLocations></shippingInfo><sellingStatus><currentPrice
648
+ currencyId="USD">31.5</currentPrice><convertedCurrentPrice currencyId="USD">31.5</convertedCurrentPrice><sellingState>Active</sellingState><timeLeft>P21DT5H49M8S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-02-15T00:09:17.000Z</startTime><endTime>2011-08-14T00:14:17.000Z</endTime><listingType>StoreInventory</listingType><gift>false</gift></listingInfo><returnsAccepted>true</returnsAccepted><condition><conditionId>1000</conditionId><conditionDisplayName>Brand
649
+ New</conditionDisplayName></condition><isMultiVariationListing>false</isMultiVariationListing></item><item><itemId>290589055383</itemId><title>Harry
650
+ Potter and the Order of the Phoenix DVD, 2007 NEW</title><globalId>EBAY-US</globalId><subtitle>Two-Disc
651
+ Special Edition with Digital Version Included</subtitle><primaryCategory><categoryId>617</categoryId><categoryName>DVD,
652
+ HD DVD &amp; Blu-ray</categoryName></primaryCategory><galleryURL>http://thumbs4.ebaystatic.com/pict/2905890553834040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/Harry-Potter-and-Order-Phoenix-DVD-2007-NEW-/290589055383?pt=US_DVD_HD_DVD_Blu_ray</viewItemURL><productId
653
+ type="ReferenceID">62940250</productId><paymentMethod>PayPal</paymentMethod><autoPay>false</autoPay><postalCode>37909</postalCode><location>Knoxville,TN,USA</location><country>US</country><shippingInfo><shippingServiceCost
654
+ currencyId="USD">0.99</shippingServiceCost><shippingType>Flat</shippingType><expeditedShipping>true</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>1</handlingTime><shipToLocations>US</shipToLocations></shippingInfo><sellingStatus><currentPrice
655
+ currencyId="USD">3.25</currentPrice><convertedCurrentPrice currencyId="USD">3.25</convertedCurrentPrice><bidCount>2</bidCount><sellingState>Active</sellingState><timeLeft>P2DT17H5M56S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-07-19T11:32:05.000Z</startTime><endTime>2011-07-26T11:31:05.000Z</endTime><listingType>Auction</listingType><gift>false</gift></listingInfo><returnsAccepted>true</returnsAccepted><condition><conditionId>1000</conditionId><conditionDisplayName>Brand
656
+ New</conditionDisplayName></condition><isMultiVariationListing>false</isMultiVariationListing></item><item><itemId>330590680699</itemId><title>Harry
657
+ Potter and the Order of the Phoenix by J. K. R...</title><globalId>EBAY-US</globalId><primaryCategory><categoryId>279</categoryId><categoryName>Children
658
+ &amp; Young Adults</categoryName></primaryCategory><galleryURL>http://thumbs4.ebaystatic.com/pict/3305906806994040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/Harry-Potter-and-Order-Phoenix-J-K-R-/330590680699?pt=US_Childrens_Books</viewItemURL><productId
659
+ type="ReferenceID">2327833</productId><paymentMethod>PayPal</paymentMethod><autoPay>false</autoPay><postalCode>30677</postalCode><location>Watkinsville,GA,USA</location><country>US</country><shippingInfo><shippingServiceCost
660
+ currencyId="USD">2.99</shippingServiceCost><shippingType>Flat</shippingType><expeditedShipping>false</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>1</handlingTime><shipToLocations>US</shipToLocations></shippingInfo><sellingStatus><currentPrice
661
+ currencyId="USD">3.0</currentPrice><convertedCurrentPrice currencyId="USD">3.0</convertedCurrentPrice><bidCount>3</bidCount><sellingState>Active</sellingState><timeLeft>P2DT19H10M14S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>false</buyItNowAvailable><startTime>2011-07-19T13:35:23.000Z</startTime><endTime>2011-07-26T13:35:23.000Z</endTime><listingType>Auction</listingType><gift>false</gift></listingInfo><returnsAccepted>false</returnsAccepted><condition><conditionId>1000</conditionId><conditionDisplayName>Brand
662
+ New</conditionDisplayName></condition><isMultiVariationListing>false</isMultiVariationListing></item><item><itemId>160622989639</itemId><title>BRITISH
663
+ ED. Harry Potter Order of the Phoenix Paperback</title><globalId>EBAY-US</globalId><primaryCategory><categoryId>279</categoryId><categoryName>Children
664
+ &amp; Young Adults</categoryName></primaryCategory><galleryURL>http://thumbs4.ebaystatic.com/pict/1606229896394040_1.jpg</galleryURL><viewItemURL>http://cgi.ebay.com/BRITISH-ED-Harry-Potter-Order-Phoenix-Paperback-/160622989639?pt=US_Childrens_Books</viewItemURL><paymentMethod>PayPal</paymentMethod><autoPay>false</autoPay><postalCode>37363</postalCode><location>Ooltewah,TN,USA</location><country>US</country><shippingInfo><shippingServiceCost
665
+ currencyId="USD">2.99</shippingServiceCost><shippingType>Flat</shippingType><expeditedShipping>true</expeditedShipping><oneDayShippingAvailable>false</oneDayShippingAvailable><handlingTime>2</handlingTime><shipToLocations>US</shipToLocations></shippingInfo><sellingStatus><currentPrice
666
+ currencyId="USD">5.99</currentPrice><convertedCurrentPrice currencyId="USD">5.99</convertedCurrentPrice><bidCount>0</bidCount><sellingState>Active</sellingState><timeLeft>P2DT20H6M37S</timeLeft></sellingStatus><listingInfo><bestOfferEnabled>false</bestOfferEnabled><buyItNowAvailable>true</buyItNowAvailable><buyItNowPrice
667
+ currencyId="USD">9.99</buyItNowPrice><convertedBuyItNowPrice currencyId="USD">9.99</convertedBuyItNowPrice><startTime>2011-07-19T14:31:46.000Z</startTime><endTime>2011-07-26T14:31:46.000Z</endTime><listingType>AuctionWithBIN</listingType><gift>false</gift></listingInfo><returnsAccepted>false</returnsAccepted><condition><conditionId>5000</conditionId><conditionDisplayName>Good</conditionDisplayName></condition><isMultiVariationListing>false</isMultiVariationListing></item></searchResult><paginationOutput><pageNumber>1</pageNumber><entriesPerPage>100</entriesPerPage><totalPages>21</totalPages><totalEntries>2076</totalEntries></paginationOutput><itemSearchURL>http://shop.ebay.com/i.html?_nkw=harry+potter+phoenix&amp;_ddo=1&amp;_ipg=100&amp;_pgn=1</itemSearchURL></findItemsByKeywordsResponse>'
668
+ http_version: '1.1'