Advertisement
pvaaux

Gryffindor Common Room 3/17

Mar 17th, 2019
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 56.68 KB | None | 0 0
  1. <style>
  2. table {
  3. background: none;
  4. font: 7pt arial;
  5. text-align: center;
  6. }
  7. td a img, .sf {
  8. display: none;
  9. }
  10. .mtrunk {
  11. background: url("http://i.ibb.co/sP5K4Jw/Base-Trunk.png");
  12. padding: 0px;
  13. height: 380px;
  14. overflow: hidden;
  15. width: 940px;
  16. margin-bottom: 40px;
  17. }
  18. body {
  19. background: url("http://i.ibb.co/pdxN9Cf/Slugg-Club-GCR-BG.png") top center fixed no-repeat;
  20. background-color: #3d140f;
  21. }
  22. .members {
  23. bottom: 0px;
  24. left: 0px;
  25. height: 60px;
  26. width: 100%;
  27. background: #844242;
  28. z-index: 110;
  29. }
  30. b, a {
  31. color: #690f0f;
  32. }
  33. .hilight {
  34. color: #690f0f !important;
  35. }
  36. td {
  37. width: 80px;
  38. }
  39. th {
  40. text-align: justify;
  41. }
  42. body, font, td, th, p, .medText {
  43. color: #e1d5c1;
  44. cursor: default;
  45. font: 8pt arial;
  46. }
  47. h1 {
  48. color: #ffffff;
  49. font: 10pt georgia;
  50. text-transform: lowercase;
  51. font-style: italic;
  52. margin-bottom: 5px;
  53. margin-top: -2px;
  54. text-align: center;
  55. letter-spacing: 2px;
  56. }
  57. h2 {
  58. color: #ffffff;
  59. font: 17pt georgia;
  60. text-transform: lowercase;
  61. margin-bottom: 0px;
  62. margin-top: -2px;
  63. font-style: italic;
  64. margin-left: 50px;
  65. }
  66. a.blank {
  67. width: 840px;
  68. height: 175px;
  69. display: block;
  70. background: url("http://image.ibb.co/eWjFbV/blank.png");
  71. }
  72. .profile {
  73. height: 350px;
  74. width: 700px;
  75. overflow: hidden !important;
  76. text-align: justify;
  77. padding-right: 10px;
  78. }
  79. .open {
  80. height: 175px;
  81. width: 700px;
  82. overflow: auto !important;
  83. }
  84. .close {
  85. height: 155px;
  86. width: 700px;
  87. overflow: auto !important;
  88. }
  89. .c {
  90. height: 175px;
  91. width: 700px;
  92. overflow: auto !important;
  93. }
  94. a.r {
  95. color: #ffffff;
  96. font: 10pt georgia;
  97. font-style: italic;
  98. text-align: left;
  99. display: block;
  100. height: 20px;
  101. }
  102. .stats {
  103. width: 555px;
  104. }
  105. .stats tr {
  106. height: 20px;
  107. }
  108. b {
  109. font-weight: bold;
  110. }
  111. td b {
  112. text-transform: uppercase;
  113. font: 7pt arial;
  114. font-weight: bold;
  115. }
  116. i {
  117. color: #fff;
  118. font: 8pt georgia;
  119. font-style: italic;
  120. text-transform: lowercase;
  121. }
  122. .hilight {
  123. text-transform: none;
  124. font-weight: normal;
  125. }
  126. a {
  127. text-decoration: none;
  128. }
  129. a:hover {
  130. color: #ffffff;
  131. text-decoration: none;
  132. }
  133. img {
  134. margin: 3px;
  135. background: transparent;
  136. padding: 2px;
  137. border: 1px transparent solid;
  138. }
  139. #header {
  140. width: 100%;
  141. height: auto;
  142. top: 310px;
  143. text-align: justify;
  144. left: 0px;
  145. }
  146. #main {
  147. width: 882px;
  148. height: 410px;
  149. margin-left: 0px;
  150. margin-top: -30px;
  151. text-align: left;
  152. color: #e0e0e0;
  153. }
  154. .linkies {
  155. display: inline-block;
  156. background: #710c00;
  157. width: 120px;
  158. color: #c7b41f !important;
  159. font: 6pt verdana;
  160. text-transform: uppercase;
  161. font-weight: bold;
  162. letter-spacing: 3px;
  163. height: 22px;
  164. text-align: center;
  165. line-height: 22px;
  166. margin-bottom: 4px;
  167. }
  168. .linkies:hover {
  169. font-weight: bold;
  170. color: #ffffff;
  171. font: 9pt times;
  172. letter-spacing: 2px;
  173. text-transform: lowercase;
  174. font-style: italic;
  175. line-height: 22px;
  176. }
  177. .body {
  178. padding: 20px;
  179. height: auto;
  180. overflow: hidden;
  181. background-color: transparent;
  182. }
  183. .av {
  184. width: 50px;
  185. height: 50px;
  186. background-image: url("http://i.imgur.com/pdmCzl2.png");
  187. }
  188. .item {
  189. background-image: url("http://i.imgur.com/pdmCzl2.png");
  190. }
  191. .dormnav {
  192. top: 5px;
  193. left: 5px;
  194. z-index: 109;
  195. }
  196. .membernav {
  197. height: 60px;
  198. }
  199. .membernav a {
  200. width: 50px;
  201. padding: 10px;
  202. background: #793333;
  203. display: inline-block;
  204. text-align: center;
  205. }
  206. .membernav a:hover {
  207. background: #a7a21d;
  208. }
  209. #trunk19 b, #nav19 a, #trunk19 .openlink:hover {
  210. color: #4ea8c5;
  211. }
  212. #trunk12 b, #nav12 a, #trunk12 .openlink:hover {
  213. color: #1eb337;
  214. }
  215. #trunk21 b, #nav21 a, #trunk21 .openlink:hover {
  216. color: #000000;
  217. }
  218. #trunk23 b, #nav23 a, #trunk23 .openlink:hover {
  219. color: #970303;
  220. }
  221. #trunk16 b, #nav16 a, #trunk16 .openlink:hover {
  222. color: #18cede;
  223. }
  224. #trunk18 b, #nav18 a, #trunk18 .openlink:hover {
  225. color: #970303;
  226. }
  227. #trunk14 b, #nav14 a, #trunk14 .openlink:hover {
  228. color: #DCBFDA;
  229. }
  230. </style><div class="dormnav" style="position: fixed;">
  231. <img src="http://i.ibb.co/c66R9vP/gryffindor-navi.png" usemap="#image-map"><map name="image-map"><area alt="Hufflepuff Common Room" title="Hufflepuff Common Room" href="/~nearthekitchens" coords="1,9,11,1,42,2,49,11,49,41,41,49,9,49,1,40,0,32,0,18" shape="poly"><area alt="Ravenclaw Common Room" title="Ravenclaw Common Room" href="/~ravenclawtower" coords="1,59,9,52,39,51,49,59,48,89,40,99,8,100,1,90" shape="poly"><area alt="Slytherin Common Room" title="Slytherin Common Room" href="/~inthedungeons" coords="0,110,9,102,40,102,48,112,47,141,41,149,7,148,0,140" shape="poly"></map></div>
  232.  
  233.  
  234.  
  235.  
  236. <div class="members" style="position: fixed;">
  237. <center>
  238. <table class="membernav"><tr><td id="nav19"><a href="#trunk19">Pemily</a></td>
  239. <td id="nav12"><a href="#trunk12">Alex</a></td>
  240. <td id="nav21"><a href="#trunk21">Dani</a></td>
  241. <td id="nav23"><a href="#trunk23">Jen</a></td>
  242. <td id="nav16"><a href="#trunk16">Bells</a></td>
  243. <td id="nav18"><a href="#trunk18">Turner</a></td>
  244. <td id="nav14"><a href="#trunk14">Sarah</a></td>
  245.  
  246. </tr></table></center></div>
  247.  
  248.  
  249.  
  250. <center><div style="margin-top: 70px;">
  251. <img src="http://i.ibb.co/njjrr38/gryffindordormitory.png"><br><table><tr><td><a href="/guilds/guild.phtml?id=4180479" class="linkies">guild home</a></td>
  252. <td><a href="/~slugclubshops" class="linkies">diagon alley</a></td>
  253. <td><a href="/~slugclubministry" class="linkies">the ministry</a></td>
  254. <td><a href="/~thefloonetwork" class="linkies">TFN</a></td>
  255.  
  256.  
  257. </tr></table><div id="header" style="position: absolute;"> <center>
  258.  
  259.  
  260.  
  261.  
  262.  
  263.  
  264.  
  265.  
  266.  
  267.  
  268.  
  269.  
  270.  
  271.  
  272.  
  273.  
  274.  
  275. <div id="trunk19" class="mtrunk" style="border-radius: 20px;">
  276. <div class="profile">
  277. <a id="close19" href="#open19" class="blank" title="click to view Pemily's items"> </a>
  278. <div class="open">
  279.  
  280. <h2>horses_rock_1963 <a href="/neomessages.phtml?type=send&recipient=horses_rock_1963">
  281. <img src="http://i.imgur.com/LAdjHLJ.png" border="0"></a></h2>
  282. <img src="http://imgur.com/nFs02ld.png" style="float: left;"><table class="stats"><tr><th>
  283. <b>Name:</b> <a href="/userlookup.phtml?user=horses_rock_1963">Pemily</a></th>
  284. <th><b>Gender:</b> Witch </th>
  285. <th><b>Birthday:</b> April 20th</th>
  286. </tr><tr><th><b>Time Zone:</b> NST+ 2</th>
  287. <th colspan="2"><b>Position:</b> <b class="hilight">Founder, Head of House, Professor</b></th>
  288. </tr><tr><th><b>Animagus form:</b> None</th>
  289. <th><b>Boggart:</b> None</th>
  290. <th><b>Patronus:</b> None</th>
  291. </tr><tr><th><b>Artifact owned:</b>
  292. <b class="hilight">None</b></th>
  293. <th><b>Blood Purity:</b> Half-Blood </th>
  294. </tr><tr><th><b>Avatars:</b> 11</th>
  295. <th><b>Superlative:</b> None</th>
  296. <th><b>Galleons:</b> 98</th>
  297. </tr></table></div>
  298. <a id="open19" href="#close19" class="blank" title="click to view Pemily's info"> </a>
  299. <div class="open">
  300. <div class="close">
  301.  
  302. <h1>avatars</h1>
  303. <table style="font: 7.5pt arial;"><tr><td><img src="http://imgur.com/adtRNVd.gif" class="av"></td>
  304. <td><img src="http://imgur.com/8CTObSU.gif" class="av"></td>
  305. <td><img src="http://i.imgur.com/QTIwXek.gif" class="av"></td>
  306. <td><img src="http://imgur.com/LGFdemR.gif" class="av"></td>
  307. <td><img src="http://imgur.com/3WGcX6J.gif" class="av"></td>
  308. <td><img src="http://i.imgur.com/thRp3xN.gif" class="av"></td>
  309. <td><img src="http://imgur.com/7hRKiZM.gif" class="av"></td>
  310. <td><img src="http://imgur.com/qsW9dqO.gif" class="av"></td>
  311. <td><img src="http://i.imgur.com/Vkddf6l.gif" class="av"></td>
  312. <td><img src="http://i.imgur.com/qlaenUD.gif" class="av"></td>
  313. </tr><tr><td><img src="http://i.imgur.com/wkomtd8.gif" class="av"></td>
  314. <td><img src="http://i.imgur.com/pdmCzl2.png" class="av"></td>
  315. <td><img src="http://i.imgur.com/pdmCzl2.png" class="av"></td>
  316. <td><img src="http://i.imgur.com/pdmCzl2.png" class="av"></td>
  317. <td><img src="http://i.imgur.com/pdmCzl2.png" class="av"></td>
  318. <td><img src="http://i.imgur.com/pdmCzl2.png" class="av"></td>
  319. <td><img src="http://i.imgur.com/pdmCzl2.png" class="av"></td>
  320. <td><img src="http://i.imgur.com/pdmCzl2.png" class="av"></td>
  321. <td><img src="http://i.imgur.com/pdmCzl2.png" class="av"></td>
  322. <td><img src="http://i.imgur.com/pdmCzl2.png" class="av"></td>
  323. </tr></table><h1>trophies</h1><center>
  324. <table style="font: 7.5pt arial; text-align: center;"><tr><td><img src="http://i.imgur.com/UMvYcPB.png" class="item"><br><b>Professor/Host</b></td>
  325. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  326. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  327. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  328. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  329. </tr></table></center>
  330.  
  331. <br><br><h1>personal items</h1>
  332. <center>
  333. <table style="font: 7.5pt arial; text-align: center;"><tr><td><img src="http://i.imgur.com/lkVYsm9.png" class="item" title="Apple Wood Wand with Thestral Hair Core"><br><b>Apple Wand</b></td>
  334. <td><img src="http://i.imgur.com/uuj5TAc.png" class="item" title="Holland Lop"><br><b>Nugget</b></td>
  335. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  336. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  337. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  338. </tr></table></center>
  339. <br><br><h1>school supplies and books</h1><center>
  340. <table style="font: 7.5pt arial; text-align: center;"><tr><td><img src="http://i.imgur.com/Tjaz0P3.png" class="item"><br><b>Cloak</b></td>
  341. <td><img src="http://i.imgur.com/krDyp2a.png" class="item"><br><b>Uniform</b></td>
  342. <td><img src="http://i.imgur.com/byX5WG5.png" class="item"><br><b>Name Tags</b></td>
  343. <td><img src="http://i.imgur.com/4gW3krQ.png" class="item" title="Charmed Leather Gloves"><br><b>Gloves</b></td>
  344. <td><img src="http://i.imgur.com/BrS6oVz.png" class="item" title="Black Quill"><br><b>Quill</b></td>
  345. </tr><tr><td><img src="http://i.imgur.com/Udf06zd.png" class="item"><br><b>Parchment</b></td>
  346. <td><img src="http://i.imgur.com/m7eWSYb.png" class="item" title="Glass Phials"><br><b>Phials</b></td>
  347. <td><img src="http://i.imgur.com/rR56fLi.png" class="item" title="Black Ink"><br><b>Ink</b></td>
  348. <td><img src="http://i.imgur.com/IHHtiGW.png" class="item"><br><b>Brass Scales</b></td>
  349. <td><img src="http://i.imgur.com/9ZhgzXQ.png" class="item"><br><b>Inkwell</b></td>
  350. </tr><tr><td><img src="http://i.imgur.com/RgHQiQP.png" class="item" title="The Dark Forces: a Guide to Self Protection by Quentin Trimble"><br><b>T.D.F:A.G.T.S.P.</b></td>
  351. <td><img src="http://i.imgur.com/i2iNncK.png" class="item" title="The Standard Book of Spells: Grade 1 by Miranda Goshawk"><br><b>S.B.O.S. 1</b></td>
  352. <td><img src="http://i.imgur.com/IPHqcjv.png" class="item" title="The Book of Charms and Spells by Graham King"><br><b>T.B.O.C.A.S.</b></td>
  353. <td><img src="http://i.imgur.com/dEiAF6K.png" class="item" title="A Beginners Guide to Transfiguration by Emeric Switch"><br><b>A.B.G.T.T.</b></td>
  354. <td><img src="http://i.imgur.com/5QJTeXD.png" class="item" title="Magical Drafts and Potions by Arsenius Jigger"><br><b>M.D.A.P.</b></td>
  355. </tr><tr><td><img src="http://i.imgur.com/xpvRRz0.png" class="item" title="A History of Magic by Bathilda Bagshot"><br><b>H.O.M.</b></td>
  356. <td><img src="http://i.imgur.com/RpgkLEe.png" class="item" title="One Thousand Magical Herbs and Fungi by Phyllida Spore"><br><b>O.T.M.H.A.F.</b></td>
  357. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  358. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  359. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td></tr><tr><td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  360. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  361. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  362. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  363. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  364. </tr></table></center>
  365. <br><br><h1>potion supplies</h1><center><table style="font: 7.5pt arial; text-align: center;"><tr><td><img src="http://i.imgur.com/Xy0mQWG.png" class="item" title="'Copper"><br><b>Cauldron</b></td>
  366. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  367. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  368. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  369. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  370. </tr></table></center>
  371.  
  372. <br><br><h1>collectibles</h1><center><table style="font: 7.5pt arial; text-align: center;"><tr><td><img src="http://imgur.com/uPA11Yr.png" class="item" title="A Godric Gryffindor Chocolate Frog Card - Awarded for being sorted into Gryfindor"><br><b>Founder Card</b></td>
  373. <td><img src="http://imgur.com/Tc5adQL.png" class="item" title="Party favor from Joslin's Birthday 2019"><br><b>Blue Wig</b></td>
  374. <td><img src="http://imgur.com/oFADC3L.png" class="item" title="Party favor from Joslin's Birthday 2019"><br><b>Balloons</b></td>
  375. <td><img src="http://imgur.com/QWHuwrq.png" class="item" title="Party favor from Joslin's Birthday 2019"><br><b>Birthday Hat</b></td>
  376. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  377. </tr></table></center>
  378. </div>
  379. </div>
  380. </div></div>
  381.  
  382.  
  383.  
  384.  
  385.  
  386.  
  387.  
  388.  
  389.  
  390.  
  391.  
  392.  
  393.  
  394.  
  395.  
  396.  
  397. <div id="trunk12" class="mtrunk" style="border-radius: 20px;">
  398. <div class="profile">
  399. <a id="close12" href="#open12" class="blank" title="click to view Alex's items"> </a>
  400. <div class="open">
  401.  
  402. <h2>ifiranthezo0
  403. <a href="/neomessages.phtml?type=send&recipient=ifiranthezo0">
  404. <img src="http://i.imgur.com/LAdjHLJ.png" border="0"></a></h2>
  405. <img src="http://imgur.com/4FpPWQP.png" style="float: left;"><table class="stats"><tr><th>
  406. <b>Name:</b> <a href="/userlookup.phtml?user=ifiranthezo0">Alex</a></th>
  407. <th><b>Gender:</b> Witch</th>
  408. <th><b>Birthday:</b> December 9th </th>
  409. </tr><tr><th><b>Time Zone:</b> NST </th>
  410. <th colspan="2"><b>Position:</b> <b class="hilight">First Year</b></th>
  411. </tr><tr><th><b>Animagus form:</b> None</th>
  412. <th><b>Boggart:</b> None</th>
  413. <th><b>Patronus:</b> None</th>
  414. </tr><tr><th><b>Artifact owned:</b>
  415. <b class="hilight">None</b></th>
  416. <th><b>Blood Purity:</b> Half-Blood </th>
  417. </tr><tr><th><b>Avatars:</b> 11</th>
  418. <th><b>Superlative:</b> None</th>
  419. <th><b>Galleons:</b> 120</th>
  420. </tr></table></div>
  421. <a id="open12" href="#close12" class="blank" title="click to view Alex's info"> </a>
  422. <div class="open">
  423. <div class="close">
  424.  
  425. <h1>avatars</h1>
  426. <table style="font: 7.5pt arial;"><tr><td><img src="http://imgur.com/adtRNVd.png" class="av"></td>
  427. <td><img src="http://imgur.com/8CTObSU.gif" class="av"></td>
  428. <td><img src="http://i.imgur.com/QTIwXek.gif" class="av"></td>
  429. <td><img src="http://imgur.com/9bnIUCk.gif" class="av"></td>
  430. <td><img src="http://imgur.com/laBNxuK.gif" class="av"></td>
  431. <td><img src="http://i.imgur.com/qlaenUD.gif" class="av"></td>
  432. <td><img src="http://i.imgur.com/hmiG4lU.gif" class="av"></td>
  433. <td><img src="http://i.imgur.com/bFRYv9C.png" class="av"></td>
  434. <td><img src="http://i.imgur.com/Vkddf6l.gif" class="av"></td>
  435. <td><img src="http://i.imgur.com/qAKBtfW.gif" class="av"></td>
  436. </tr><tr><td><img src="http://i.imgur.com/ybVZKXD.gif" class="av"></td>
  437. <td><img src="http://i.imgur.com/pdmCzl2.png" class="av"></td>
  438. <td><img src="http://i.imgur.com/pdmCzl2.png" class="av"></td>
  439. <td><img src="http://i.imgur.com/pdmCzl2.png" class="av"></td>
  440. <td><img src="http://i.imgur.com/pdmCzl2.png" class="av"></td>
  441. <td><img src="http://i.imgur.com/pdmCzl2.png" class="av"></td>
  442. <td><img src="http://i.imgur.com/pdmCzl2.png" class="av"></td>
  443. <td><img src="http://i.imgur.com/pdmCzl2.png" class="av"></td>
  444. <td><img src="http://i.imgur.com/pdmCzl2.png" class="av"></td>
  445. <td><img src="http://i.imgur.com/pdmCzl2.png" class="av"></td>
  446. </tr></table><h1>trophies</h1><center>
  447. <table style="font: 7.5pt arial; text-align: center;"><tr><td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  448. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  449. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  450. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  451. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  452. </tr></table></center>
  453.  
  454. <br><br><h1>personal items</h1>
  455. <center>
  456. <table style="font: 7.5pt arial; text-align: center;"><tr><td><img src="http://i.imgur.com/3IHXWxC.png" class="item" title="Elder Wand with Unicorn Tail Hair Core"><br><b>Elder Wand</b></td>
  457. <td><img src="http://i.imgur.com/myuooFI.png" class="item" title="Elf Owl"><br><b>Winnie</b></td>
  458. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  459. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  460. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  461. </tr></table></center>
  462. <br><br><h1>school supplies and books</h1><center>
  463. <table style="font: 7.5pt arial; text-align: center;"><tr><td><img src="http://i.imgur.com/Tjaz0P3.png" class="item"><br><b>Cloak</b></td>
  464. <td><img src="http://i.imgur.com/krDyp2a.png" class="item"><br><b>Uniform</b></td>
  465. <td><img src="http://i.imgur.com/byX5WG5.png" class="item"><br><b>Name Tags</b></td>
  466. <td><img src="http://i.imgur.com/I0k6OcV.png" class="item" title="Dragon Hide Gloves"><br><b>Gloves</b></td>
  467. <td><img src="http://i.imgur.com/stkJUVV.png" class="item" title="Blue Quill"><br><b>Quill</b></td>
  468. </tr><tr><td><img src="http://i.imgur.com/Udf06zd.png" class="item"><br><b>Parchment</b></td>
  469. <td><img src="http://i.imgur.com/m7eWSYb.png" class="item" title="Glass Phials"><br><b>Phials</b></td>
  470. <td><img src="http://i.imgur.com/Y2Yxz4g.png" class="item" title="Blue Ink"><br><b>Ink</b></td>
  471. <td><img src="http://i.imgur.com/IHHtiGW.png" class="item"><br><b>Brass Scales</b></td>
  472. <td><img src="http://i.imgur.com/9ZhgzXQ.png" class="item"><br><b>Inkwell</b></td>
  473. </tr><tr><td><img src="http://i.imgur.com/RgHQiQP.png" class="item" title="The Dark Forces: a Guide to Self Protection by Quentin Trimble"><br><b>T.D.F:A.G.T.S.P.</b></td>
  474. <td><img src="http://i.imgur.com/i2iNncK.png" class="item" title="The Standard Book of Spells: Grade 1 by Miranda Goshawk"><br><b>S.B.O.S. 1</b></td>
  475. <td><img src="http://i.imgur.com/IPHqcjv.png" class="item" title="The Book of Charms and Spells by Graham King"><br><b>T.B.O.C.A.S.</b></td>
  476. <td><img src="http://i.imgur.com/dEiAF6K.png" class="item" title="A Beginners Guide to Transfiguration by Emeric Switch"><br><b>A.B.G.T.T.</b></td>
  477. <td><img src="http://i.imgur.com/5QJTeXD.png" class="item" title="Magical Drafts and Potions by Arsenius Jigger"><br><b>M.D.A.P.</b></td>
  478. </tr><tr><td><img src="http://i.imgur.com/xpvRRz0.png" class="item" title="A History of Magic by Bathilda Bagshot"><br><b>H.O.M.</b></td>
  479. <td><img src="http://i.imgur.com/RpgkLEe.png" class="item" title="One Thousand Magical Herbs and Fungi by Phyllida Spore"><br><b>O.T.M.H.A.F.</b></td>
  480. <td><img src="http://i.imgur.com/jBpxn5o.png" class="item" title="Magical Me"><br><b>M.M.</b></td>
  481. <td><img src="http://i.imgur.com/U7VKXzx.png" class="item" title="Charm Your Own Cheese"><br><b>C.Y.O.C.</b></td>
  482. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td></tr><tr><td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  483. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  484. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  485. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  486. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td></tr></table></center>
  487. <br><br><h1>potion supplies</h1><center><table style="font: 7.5pt arial; text-align: center;"><tr><td><img src="http://i.imgur.com/Xy0mQWG.png" class="item" title="'Copper"><br><b>Cauldron</b></td>
  488. <td><img src="http://i.imgur.com/txs61XH.png" class="item" title="Acromantula Venom"><br><b>Ingredient</b></td>
  489. <td><img src="http://i.imgur.com/p2NVwMe.png" class="item" title="Rose Oil"><br><b>Ingredient</b></td>
  490. <td><img src="http://i.imgur.com/T2V9wMW.png" class="item" title="Lethe River Water"><br><b>Ingredient</b></td>
  491. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  492. </tr></table></center>
  493.  
  494. <br><br><h1>collectibles</h1><center><table style="font: 7.5pt arial; text-align: center;"><tr><td><img src="http://imgur.com/uPA11Yr.png" class="item" title="A Godric Gryffindor Chocolate Frog Card - Awarded for being sorted into Gryfindor"><br><b>Founder Card</b></td>
  495. <td><img src="http://imgur.com/Tc5adQL.png" class="item" title="Party favor from Joslin's Birthday 2019"><br><b>Blue Wig</b></td>
  496. <td><img src="http://imgur.com/oFADC3L.png" class="item" title="Party favor from Joslin's Birthday 2019"><br><b>Balloons</b></td>
  497. <td><img src="http://imgur.com/QWHuwrq.png" class="item" title="Party favor from Joslin's Birthday 2019"><br><b>Birthday Hat</b></td>
  498. <td><img src="http://imgur.com/HBax2id.png" class="item" title="Hogwart Express Train Toy - Grand Opening Prize Shop"><br><b>Toy</b></td>
  499. </tr><tr><td><img src="http://imgur.com/NEM68Qc.png" class="item" title="Marauder's Map Pillow - Grand Opening Prize Shop"><br><b>Pillow</b></td>
  500. <td><img src="http://imgur.com/WrrSKLi.png" class="item" title="Niffler Toy - Grand Opening Prize Shop"><br><b>Toy</b></td>
  501. <td><img src="http://imgur.com/NtDQ6d4.png" class="item" title="Book Safe - Grand Opening Prize Shop"><br><b>Safe</b></td>
  502. <td><img src="http://imgur.com/RStv4Tu.png" class="item" title="Sticker Set - Grand Opening Prize Shop"><br><b>Stickers</b></td>
  503. <td><img src="http://imgur.com/SrbNB4l.png" class="item" title="Sticker Set - Grand Opening Prize Shop"><br><b>Stickers</b></td>
  504. </tr><tr><td><img src="http://imgur.com/r6eDOpp.png" class="item" title="Harry Potter Plush - Grand Opening Prize Shop"><br><b>Plush</b></td>
  505. <td><img src="http://imgur.com/kompSZ6.png" class="item" title="Water Bottle - Grand Opening Prize Shop"><br><b>Water Bottle</b></td>
  506. <td><img src="http://imgur.com/1wEQVpc.png" class="item" title="Golden Snitch Game - Grand Opening Prize Shop"><br><b>Game</b></td>
  507. <td><img src="http://imgur.com/HYrFs1r.png" class="item" title="Exploding Bonbons - Grand Opening Prize Shop"><br><b>WWW Item</b></td>
  508. <td><img src="http://imgur.com/xZkD7cK.png" class="item" title="Socks - Grand Opening Prize Shop"><br><b>Socks</b></td>
  509. </tr><tr><td><img src="http://imgur.com/oTqCYDw.png" class="item" title="Quote Journal - Grand Opening Prize Shop"><br><b>Journal</b></td>
  510. <td><img src="http://i.imgur.com/gTEkaiU.png" class="item" title="Rainbow Cone"><br><b>Icecream</b></td>
  511. <td><img src="http://i.imgur.com/k6862bj.png" class="item" title="Triple Sherbet Sundae"><br><b>Icecream</b></td>
  512. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  513. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  514. </tr></table></center>
  515. </div>
  516. </div>
  517. </div></div>
  518.  
  519.  
  520.  
  521.  
  522.  
  523.  
  524.  
  525.  
  526.  
  527.  
  528.  
  529.  
  530.  
  531.  
  532. <div id="trunk21" class="mtrunk" style="border-radius: 20px;">
  533. <div class="profile">
  534. <a id="close21" href="#open21" class="blank" title="click to view Dani's items"> </a>
  535. <div class="open">
  536.  
  537. <h2>xlovexdani
  538. <a href="/neomessages.phtml?type=send&recipient=xlovexdani">
  539. <img src="http://i.imgur.com/LAdjHLJ.png" border="0"></a></h2>
  540. <img src="http://i.imgur.com/D8pun63.png" style="float: left;"><table class="stats"><tr><th>
  541. <b>Name:</b> <a href="/userlookup.phtml?user=xlovexdani">Dani</a></th>
  542. <th><b>Gender:</b> Witch</th>
  543. <th><b>Birthday:</b> February 11th </th>
  544. </tr><tr><th><b>Time Zone:</b> NST+ 1</th>
  545. <th colspan="2"><b>Position:</b> <b class="hilight">Prefect, First Year</b></th>
  546. </tr><tr><th><b>Animagus form:</b> None</th>
  547. <th><b>Boggart:</b> None</th>
  548. <th><b>Patronus:</b> None</th>
  549. </tr><tr><th><b>Artifact owned:</b>
  550. <b class="hilight">None</b></th>
  551. <th><b>Blood Purity:</b> Half-Blood</th>
  552. </tr><tr><th><b>Avatars:</b> 8</th>
  553. <th><b>Superlative:</b> None</th>
  554. <th><b>Galleons:</b> 97</th>
  555. </tr></table></div>
  556. <a id="open21" href="#close21" class="blank" title="click to view Dani's info"> </a>
  557. <div class="open">
  558. <div class="close">
  559.  
  560. <h1>avatars</h1>
  561. <table style="font: 7.5pt arial;"><tr><td><img src="http://imgur.com/adtRNVd.png" class="av"></td>
  562. <td><img src="http://imgur.com/8CTObSU.gif" class="av"></td>
  563. <td><img src="http://imgur.com/QTIwXek.gif" class="av"></td>
  564. <td><img src="http://imgur.com/PEi4YCA.gif" class="av"></td>
  565. <td><img src="http://imgur.com/3WGcX6J.gif" class="av"></td>
  566. <td><img src="http://i.imgur.com/wkomtd8.gif" class="av"></td>
  567. <td><img src="http://i.imgur.com/oxo8Whi.gif" class="av"></td>
  568. <td><img src="http://i.imgur.com/Vkddf6l.gif" class="av"></td>
  569. <td><img src="http://i.imgur.com/pdmCzl2.png" class="av"></td>
  570. <td><img src="http://i.imgur.com/pdmCzl2.png" class="av"></td>
  571. </tr></table><h1>trophies</h1><center>
  572. <table style="font: 7.5pt arial; text-align: center;"><tr><td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  573. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  574. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  575. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  576. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  577. </tr></table></center><br><br><h1>personal items</h1>
  578. <center>
  579. <table style="font: 7.5pt arial; text-align: center;"><tr><td><img src="http://i.imgur.com/oVapRem.png" class="item" title="Aspen Wand with Phoenix Tail Feather Core"><br><b>Aspen Wand</b></td>
  580. <td><img src="http://i.imgur.com/AaRCf7b.png" class="item" title="Ginger Cat"><br><b>Sapphire</b></td>
  581. <td><img src="http://i.imgur.com/VckrL8h.png" class="item" title="Cleansweep One"><br><b>Broomstick</b></td>
  582. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  583. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  584. </tr></table></center><br><br><h1>school supplies and books</h1><center>
  585. <table style="font: 7.5pt arial; text-align: center;"><tr><td><img src="http://i.imgur.com/Tjaz0P3.png" class="item"><br><b>Cloak</b></td>
  586. <td><img src="http://i.imgur.com/krDyp2a.png" class="item"><br><b>Uniform</b></td>
  587. <td><img src="http://i.imgur.com/byX5WG5.png" class="item"><br><b>Name Tags</b></td>
  588. <td><img src="http://i.imgur.com/I0k6OcV.png" class="item" title="Dragon Hide Gloves"><br><b>Gloves</b></td>
  589. <td><img src="http://i.imgur.com/2zz96zv.png" class="item" title="Anti-Cheating Quill"><br><b>Quill</b></td>
  590. </tr><tr><td><img src="http://i.imgur.com/DL4pDFE.png" class="item"><br><b>Parchment</b></td>
  591. <td><img src="http://i.imgur.com/vvZQW7D.png" class="item" title="Crystal Phials"><br><b>Phials</b></td>
  592. <td><img src="http://i.imgur.com/rR56fLi.png" class="item" title="Black Ink"><br><b>Ink</b></td>
  593. <td><img src="http://i.imgur.com/IHHtiGW.png" class="item"><br><b>Brass Scales</b></td>
  594. <td><img src="http://i.imgur.com/9ZhgzXQ.png" class="item"><br><b>Inkwell</b></td>
  595. </tr><tr><td><img src="http://i.imgur.com/RgHQiQP.png" class="item" title="The Dark Forces: a Guide to Self Protection by Quentin Trimble"><br><b>T.D.F:A.G.T.S.P.</b></td>
  596. <td><img src="http://i.imgur.com/i2iNncK.png" class="item" title="The Standard Book of Spells: Grade 1 by Miranda Goshawk"><br><b>S.B.O.S. 1</b></td>
  597. <td><img src="http://i.imgur.com/IPHqcjv.png" class="item" title="The Book of Charms and Spells by Graham King"><br><b>T.B.O.C.A.S.</b></td>
  598. <td><img src="http://i.imgur.com/dEiAF6K.png" class="item" title="A Beginners Guide to Transfiguration by Emeric Switch"><br><b>A.B.G.T.T.</b></td>
  599. <td><img src="http://i.imgur.com/5QJTeXD.png" class="item" title="Magical Drafts and Potions by Arsenius Jigger"><br><b>M.D.A.P.</b></td>
  600. </tr><tr><td><img src="http://i.imgur.com/xpvRRz0.png" class="item" title="A History of Magic by Bathilda Bagshot"><br><b>H.O.M.</b></td>
  601. <td><img src="http://i.imgur.com/RpgkLEe.png" class="item" title="One Thousand Magical Herbs and Fungi by Phyllida Spore"><br><b>O.T.M.H.A.F.</b></td>
  602. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  603. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  604. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  605. </tr></table></center><br><br><h1>potion supplies</h1><center><table style="font: 7.5pt arial; text-align: center;"><tr><td><img src="http://i.imgur.com/Zdcszs2.png" class="item" title="Brass Cauldron"><br><b>Cauldron</b></td>
  606. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  607. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  608. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  609. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  610. </tr></table></center><br><br><h1>collectibles</h1><center><table style="font: 7.5pt arial; text-align: center;"><tr><td><img src="http://imgur.com/uPA11Yr.png" class="item" title="A Godric Gryffindor Chocolate Frog Card - Awarded for being sorted into Gryfindor"><br><b>Founder Card</b></td>
  611. <td><img src="http://imgur.com/Tc5adQL.png" class="item" title="Party favor from Joslin's Birthday 2019"><br><b>Blue Wig</b></td>
  612. <td><img src="http://imgur.com/oFADC3L.png" class="item" title="Party favor from Joslin's Birthday 2019"><br><b>Balloons</b></td>
  613. <td><img src="http://imgur.com/QWHuwrq.png" class="item" title="Party favor from Joslin's Birthday 2019"><br><b>Birthday Hat</b></td>
  614. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  615. </tr></table></center>
  616. </div>
  617. </div>
  618. </div></div>
  619.  
  620.  
  621.  
  622.  
  623.  
  624.  
  625.  
  626.  
  627.  
  628.  
  629.  
  630.  
  631.  
  632.  
  633. <div id="trunk23" class="mtrunk" style="border-radius: 20px;">
  634. <div class="profile">
  635. <a id="close23" href="#open23" class="blank" title="click to view Jen's items"> </a>
  636. <div class="open">
  637.  
  638. <h2>jennifer_oneill
  639. <a href="/neomessages.phtml?type=send&recipient=jennifer_oneill">
  640. <img src="http://i.imgur.com/LAdjHLJ.png" border="0"></a></h2>
  641. <img src="http://imgur.com/7IyLYVD.png" style="float: left;"><table class="stats"><tr><th>
  642. <b>Name:</b> <a href="/userlookup.phtml?user=jennifer_oneill">Jen</a></th>
  643. <th><b>Gender:</b> Witch</th>
  644. <th><b>Birthday:</b> Feb 23rd </th>
  645. </tr><tr><th><b>Time Zone:</b> NST+ #</th>
  646. <th colspan="2"><b>Position:</b> <b class="hilight">Founder, First Year</b></th>
  647. </tr><tr><th><b>Animagus form:</b> None</th>
  648. <th><b>Boggart:</b> None</th>
  649. <th><b>Patronus:</b> None</th>
  650. </tr><tr><th><b>Artifact owned:</b>
  651. <b class="hilight">None</b></th>
  652. <th><b>Blood Purity:</b> Muggleborn</th>
  653. </tr><tr><th><b>Avatars:</b> 4</th>
  654. <th><b>Superlative:</b> None</th>
  655. <th><b>Galleons:</b> 55</th>
  656. </tr></table></div>
  657. <a id="open23" href="#close23" class="blank" title="click to view Jen's info"> </a>
  658. <div class="open">
  659. <div class="close">
  660.  
  661. <h1>avatars</h1>
  662. <table style="font: 7.5pt arial;"><tr><td><img src="http://imgur.com/adtRNVd.png" class="av"></td>
  663. <td><img src="http://imgur.com/8CTObSU.gif" class="av"></td>
  664. <td><img src="http://i.imgur.com/QTIwXek.gif" class="av"></td>
  665. <td><img src="http://i.imgur.com/Vkddf6l.gif" class="av"></td>
  666. <td><img src="http://i.imgur.com/pdmCzl2.png" class="av"></td>
  667. <td><img src="http://i.imgur.com/pdmCzl2.png" class="av"></td>
  668. <td><img src="http://i.imgur.com/pdmCzl2.png" class="av"></td>
  669. <td><img src="http://i.imgur.com/pdmCzl2.png" class="av"></td>
  670. <td><img src="http://i.imgur.com/pdmCzl2.png" class="av"></td>
  671. <td><img src="http://i.imgur.com/pdmCzl2.png" class="av"></td>
  672. </tr></table><h1>trophies</h1><center>
  673. <table style="font: 7.5pt arial; text-align: center;"><tr><td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  674. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  675. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  676. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  677. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  678. </tr></table></center><br><br><h1>personal items</h1>
  679. <center>
  680. <table style="font: 7.5pt arial; text-align: center;"><tr><td><img src="http://i.imgur.com/dltZ8w5.png" class="item" title="Black Walnut Wand with Phoenix Tail Feather Core"><br><b>Black Walnut Wand</b></td>
  681. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  682. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  683. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  684. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  685. </tr></table></center><br><br><h1>school supplies and books</h1><center>
  686. <table style="font: 7.5pt arial; text-align: center;"><tr><td><img src="http://i.imgur.com/Tjaz0P3.png" class="item"><br><b>Cloak</b></td>
  687. <td><img src="http://i.imgur.com/krDyp2a.png" class="item"><br><b>Uniform</b></td>
  688. <td><img src="http://i.imgur.com/byX5WG5.png" class="item"><br><b>Name Tags</b></td>
  689. <td><img src="http://i.imgur.com/4gW3krQ.png" class="item" title="Charmed Leather Gloves"><br><b>Gloves</b></td>
  690. <td><img src="http://i.imgur.com/eL2odPk.png" class="item" title="Auto-Answer Quill"><br><b>Quill</b></td>
  691. </tr><tr><td><img src="http://i.imgur.com/Udf06zd.png" class="item"><br><b>Parchment</b></td>
  692. <td><img src="http://i.imgur.com/m7eWSYb.png" class="item" title="Glass Phials"><br><b>Phials</b></td>
  693. <td><img src="http://i.imgur.com/rR56fLi.png" class="item" title="Black Ink"><br><b>Ink</b></td>
  694. <td><img src="http://i.imgur.com/IHHtiGW.png" class="item"><br><b>Brass Scales</b></td>
  695. <td><img src="http://i.imgur.com/9ZhgzXQ.png" class="item"><br><b>Inkwell</b></td>
  696. </tr><tr><td><img src="http://i.imgur.com/RgHQiQP.png" class="item" title="The Dark Forces: a Guide to Self Protection by Quentin Trimble"><br><b>T.D.F:A.G.T.S.P.</b></td>
  697. <td><img src="http://i.imgur.com/i2iNncK.png" class="item" title="The Standard Book of Spells: Grade 1 by Miranda Goshawk"><br><b>S.B.O.S. 1</b></td>
  698. <td><img src="http://i.imgur.com/IPHqcjv.png" class="item" title="The Book of Charms and Spells by Graham King"><br><b>T.B.O.C.A.S.</b></td>
  699. <td><img src="http://i.imgur.com/dEiAF6K.png" class="item" title="A Beginners Guide to Transfiguration by Emeric Switch"><br><b>A.B.G.T.T.</b></td>
  700. <td><img src="http://i.imgur.com/5QJTeXD.png" class="item" title="Magical Drafts and Potions by Arsenius Jigger"><br><b>M.D.A.P.</b></td>
  701. </tr><tr><td><img src="http://i.imgur.com/xpvRRz0.png" class="item" title="A History of Magic by Bathilda Bagshot"><br><b>H.O.M.</b></td>
  702. <td><img src="http://i.imgur.com/RpgkLEe.png" class="item" title="One Thousand Magical Herbs and Fungi by Phyllida Spore"><br><b>O.T.M.H.A.F.</b></td>
  703. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  704. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  705. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  706. </tr></table></center><br><br><h1>potion supplies</h1><center><table style="font: 7.5pt arial; text-align: center;"><tr><td><img src="http://i.imgur.com/Zdcszs2.png" class="item" title="Brass Cauldron"><br><b>Cauldron</b></td>
  707. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  708. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  709. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  710. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  711. </tr></table></center><br><br><h1>collectibles</h1><center><table style="font: 7.5pt arial; text-align: center;"><tr><td><img src="http://imgur.com/uPA11Yr.png" class="item" title="A Godric Gryffindor Chocolate Frog Card - Awarded for being sorted into Gryfindor"><br><b>Founder Card</b></td>
  712. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  713. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  714. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  715. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  716. </tr></table></center>
  717. </div>
  718. </div>
  719. </div></div>
  720.  
  721.  
  722.  
  723.  
  724.  
  725.  
  726.  
  727.  
  728.  
  729.  
  730.  
  731.  
  732.  
  733.  
  734.  
  735.  
  736. <div id="trunk16" class="mtrunk" style="border-radius: 20px;">
  737. <div class="profile">
  738. <a id="close16" href="#open16" class="blank" title="click to view Bells' items"> </a>
  739. <div class="open">
  740.  
  741. <h2>bellamymatt
  742. <a href="/neomessages.phtml?type=send&recipient=USERNAME">
  743. <img src="http://i.imgur.com/LAdjHLJ.png" border="0"></a></h2>
  744. <img src="http://imgur.com/iZvWVv2.png" style="float: left;"><table class="stats"><tr><th>
  745. <b>Name:</b> <a href="/userlookup.phtml?user=bellamymatt">Bells</a></th>
  746. <th><b>Gender:</b> Wix </th>
  747. <th><b>Birthday:</b> June 9th </th>
  748. </tr><tr><th><b>Time Zone:</b> NST+ 3</th>
  749. <th colspan="2"><b>Position:</b> <b class="hilight">First Year</b></th>
  750. </tr><tr><th><b>Animagus form:</b> None</th>
  751. <th><b>Boggart:</b> None</th>
  752. <th><b>Patronus:</b> None</th>
  753. </tr><tr><th><b>Artifact owned:</b>
  754. <b class="hilight">None</b></th>
  755. <th><b>Blood Purity:</b> Half-Blood</th>
  756. </tr><tr><th><b>Avatars:</b> 4</th>
  757. <th><b>Superlative:</b> None</th>
  758. <th><b>Galleons:</b> 34</th>
  759. </tr></table></div>
  760. <a id="open16" href="#close16" class="blank" title="click to view Bells' info"> </a>
  761. <div class="open">
  762. <div class="close">
  763.  
  764. <h1>avatars</h1>
  765. <table style="font: 7.5pt arial;"><tr><td><img src="http://imgur.com/adtRNVd.png" class="av"></td>
  766. <td><img src="http://imgur.com/8CTObSU.gif" class="av"></td>
  767. <td><img src="http://i.imgur.com/qlaenUD.gif" class="av"></td>
  768. <td><img src="http://i.imgur.com/Vkddf6l.gif" class="av"></td>
  769. <td><img src="http://i.imgur.com/pdmCzl2.png" class="av"></td>
  770. <td><img src="http://i.imgur.com/pdmCzl2.png" class="av"></td>
  771. <td><img src="http://i.imgur.com/pdmCzl2.png" class="av"></td>
  772. <td><img src="http://i.imgur.com/pdmCzl2.png" class="av"></td>
  773. <td><img src="http://i.imgur.com/pdmCzl2.png" class="av"></td>
  774. <td><img src="http://i.imgur.com/pdmCzl2.png" class="av"></td>
  775. </tr></table><h1>trophies</h1><center>
  776. <table style="font: 7.5pt arial; text-align: center;"><tr><td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  777. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  778. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  779. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  780. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  781. </tr></table></center><br><br><h1>personal items</h1>
  782. <center>
  783. <table style="font: 7.5pt arial; text-align: center;"><tr><td><img src="http://i.imgur.com/8o6mZgv.png" class="item" title="Cedar Wand with Phoenix Tail Feather core"><br><b>Cedar Wand</b></td>
  784. <td><img src="http://i.imgur.com/X32Zlgq.png" class="item" title="Black Banded Owl"><br><b>Orion</b></td>
  785. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  786. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  787. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  788. </tr></table></center><br><br><h1>school supplies and books</h1><center>
  789. <table style="font: 7.5pt arial; text-align: center;"><tr><td><img src="http://i.imgur.com/Tjaz0P3.png" class="item"><br><b>Cloak</b></td>
  790. <td><img src="http://i.imgur.com/8ctVMFS.png" class="item"><br><b>Uniform</b></td>
  791. <td><img src="http://i.imgur.com/krDyp2a.png" class="item"><br><b>Uniform</b></td>
  792. <td><img src="http://i.imgur.com/byX5WG5.png" class="item"><br><b>Name Tags</b></td>
  793. <td><img src="http://i.imgur.com/BrS6oVz.png" class="item" title="Black Quill"><br><b>Quill</b></td>
  794. </tr><tr><td><img src="http://i.imgur.com/L5EJfHW.png" class="item"><br><b>Parchment</b></td>
  795. <td><img src="http://i.imgur.com/m7eWSYb.png" class="item" title="Glass Phials"><br><b>Phials</b></td>
  796. <td><img src="http://i.imgur.com/rR56fLi.png" class="item" title="Black Ink"><br><b>Ink</b></td>
  797. <td><img src="http://i.imgur.com/IHHtiGW.png" class="item"><br><b>Brass Scales</b></td>
  798. <td><img src="http://i.imgur.com/9ZhgzXQ.png" class="item"><br><b>Inkwell</b></td>
  799. </tr><tr><td><img src="http://i.imgur.com/I0k6OcV.png" class="item" title="Dragon Hide Gloves"><br><b>Gloves</b></td>
  800. <td><img src="http://i.imgur.com/i2iNncK.png" class="item" title="The Standard Book of Spells: Grade 1 by Miranda Goshawk"><br><b>S.B.O.S. 1</b></td>
  801. <td><img src="http://i.imgur.com/IPHqcjv.png" class="item" title="The Book of Charms and Spells by Graham King"><br><b>T.B.O.C.A.S.</b></td>
  802. <td><img src="http://i.imgur.com/dEiAF6K.png" class="item" title="A Beginners Guide to Transfiguration by Emeric Switch"><br><b>A.B.G.T.T.</b></td>
  803. <td><img src="http://i.imgur.com/5QJTeXD.png" class="item" title="Magical Drafts and Potions by Arsenius Jigger"><br><b>M.D.A.P.</b></td>
  804. </tr><tr><td><img src="http://i.imgur.com/xpvRRz0.png" class="item" title="A History of Magic by Bathilda Bagshot"><br><b>H.O.M.</b></td>
  805. <td><img src="http://i.imgur.com/RpgkLEe.png" class="item" title="One Thousand Magical Herbs and Fungi by Phyllida Spore"><br><b>O.T.M.H.A.F.</b></td>
  806. <td><img src="http://i.imgur.com/RgHQiQP.png" class="item" title="The Dark Forces: a Guide to Self Protection by Quentin Trimble"><br><b>T.D.F:A.G.T.S.P.</b></td>
  807. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  808. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  809. </tr></table></center><br><br><h1>potion supplies</h1><center><table style="font: 7.5pt arial; text-align: center;"><tr><td><img src="http://i.imgur.com/30atvKz.png" class="item" title="Pewter Cauldron"><br><b>Cauldron</b></td>
  810. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  811. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  812. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  813. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  814. </tr></table></center><br><br><h1>collectibles</h1><center><table style="font: 7.5pt arial; text-align: center;"><tr><td><img src="http://imgur.com/uPA11Yr.png" class="item" title="A Godric Gryffindor Chocolate Frog Card - Awarded for being sorted into Gryfindor"><br><b>Founder Card</b></td>
  815. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  816. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  817. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  818. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  819. </tr></table></center>
  820. </div>
  821. </div>
  822. </div></div>
  823.  
  824.  
  825.  
  826.  
  827.  
  828.  
  829.  
  830.  
  831.  
  832.  
  833.  
  834.  
  835.  
  836.  
  837.  
  838.  
  839.  
  840. <div id="trunk18" class="mtrunk" style="border-radius: 20px;">
  841. <div class="profile">
  842. <a id="close18" href="#open18" class="blank" title="click to view Turner's items"> </a>
  843. <div class="open">
  844.  
  845. <h2>pirateluffy437
  846. <a href="/neomessages.phtml?type=send&recipient=pirateluffy437">
  847. <img src="http://i.imgur.com/LAdjHLJ.png" border="0"></a></h2>
  848. <img src="http://i.imgur.com/kujmYmv.png.png" style="float: left;"><table class="stats"><tr><th>
  849. <b>Name:</b> <a href="/userlookup.phtml?user=pirateluffy437">Turner</a></th>
  850. <th><b>Gender:</b> Wizard </th>
  851. <th><b>Birthday:</b> June 29th </th>
  852. </tr><tr><th><b>Time Zone:</b> NST+ 9</th>
  853. <th colspan="2"><b>Position:</b> <b class="hilight">First Year, Armourer</b></th>
  854. </tr><tr><th><b>Animagus form:</b> None</th>
  855. <th><b>Boggart:</b> None</th>
  856. <th><b>Patronus:</b> None</th>
  857. </tr><tr><th><b>Artifact owned:</b>
  858. <b class="hilight">None</b></th>
  859. <th><b>Blood Purity:</b> Half-Blood</th>
  860. </tr><tr><th><b>Avatars:</b> 9</th>
  861. <th><b>Superlative:</b> None</th>
  862. <th><b>Galleons:</b> 123</th>
  863. </tr></table></div>
  864. <a id="open18" href="#close18" class="blank" title="click to view Turner's info"> </a>
  865. <div class="open">
  866. <div class="close">
  867.  
  868. <h1>avatars</h1>
  869. <table style="font: 7.5pt arial;"><tr><td><img src="http://imgur.com/adtRNVd.png" class="av"></td>
  870. <td><img src="http://imgur.com/8CTObSU.gif" class="av"></td>
  871. <td><img src="http://imgur.com/e6WpIry.gif" class="av"></td>
  872. <td><img src="http://i.imgur.com/wkomtd8.gif" class="av"></td>
  873. <td><img src="http://i.imgur.com/QTIwXek.gif" class="av"></td>
  874. <td><img src="http://i.imgur.com/qlaenUD.gif" class="av"></td>
  875. <td><img src="http://i.imgur.com/Vkddf6l.gif" class="av"></td>
  876. <td><img src="http://i.imgur.com/qAKBtfW.gif" class="av"></td>
  877. <td><img src="http://i.imgur.com/ZY0721H.gif" class="av"></td>
  878. <td><img src="http://i.imgur.com/pdmCzl2.png" class="av"></td>
  879. </tr></table><h1>trophies</h1><center>
  880. <table style="font: 7.5pt arial; text-align: center;"><tr><td><img src="http://i.imgur.com/g1NBkkw.png" class="item"><br><b>Auctions</b></td>
  881. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  882. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  883. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  884. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  885. </tr></table></center><br><br><h1>personal items</h1>
  886. <center>
  887. <table style="font: 7.5pt arial; text-align: center;"><tr><td><img src="http://i.imgur.com/rJ2H9M4.png" class="item" title="Yew Wand with Veela Hair Core"><br><b>Yew Wand</b></td>
  888. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  889. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  890. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  891. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  892. </tr></table></center><br><br><h1>school supplies and books</h1><center>
  893. <table style="font: 7.5pt arial; text-align: center;"><tr><td><img src="http://i.imgur.com/Tjaz0P3.png" class="item"><br><b>Cloak</b></td>
  894. <td><img src="http://i.imgur.com/8ctVMFS.png" class="item"><br><b>Uniform</b></td>
  895. <td><img src="http://i.imgur.com/byX5WG5.png" class="item"><br><b>Name Tags</b></td>
  896. <td><img src="http://i.imgur.com/IaYjmzr.png" class="item" title="Chameleon Skin Gloves"><br><b>Gloves</b></td>
  897. <td><img src="http://i.imgur.com/eL2odPk.png" class="item" title="Auto-Answer Quill"><br><b>Quill</b></td>
  898. </tr><tr><td><img src="http://i.imgur.com/DL4pDFE.png" class="item"><br><b>Parchment</b></td>
  899. <td><img src="http://i.imgur.com/vvZQW7D.png" class="item" title="Crystal Phials"><br><b>Phials</b></td>
  900. <td><img src="http://i.imgur.com/rR56fLi.png" class="item" title="Black Ink"><br><b>Ink</b></td>
  901. <td><img src="http://i.imgur.com/IHHtiGW.png" class="item"><br><b>Brass Scales</b></td>
  902. <td><img src="http://i.imgur.com/9ZhgzXQ.png" class="item"><br><b>Inkwell</b></td>
  903. </tr><tr><td><img src="http://i.imgur.com/RgHQiQP.png" class="item" title="The Dark Forces: a Guide to Self Protection by Quentin Trimble"><br><b>T.D.F:A.G.T.S.P.</b></td>
  904. <td><img src="http://i.imgur.com/i2iNncK.png" class="item" title="The Standard Book of Spells: Grade 1 by Miranda Goshawk"><br><b>S.B.O.S. 1</b></td>
  905. <td><img src="http://i.imgur.com/IPHqcjv.png" class="item" title="The Book of Charms and Spells by Graham King"><br><b>T.B.O.C.A.S.</b></td>
  906. <td><img src="http://i.imgur.com/dEiAF6K.png" class="item" title="A Beginners Guide to Transfiguration by Emeric Switch"><br><b>A.B.G.T.T.</b></td>
  907. <td><img src="http://i.imgur.com/5QJTeXD.png" class="item" title="Magical Drafts and Potions by Arsenius Jigger"><br><b>M.D.A.P.</b></td>
  908. </tr><tr><td><img src="http://i.imgur.com/xpvRRz0.png" class="item" title="A History of Magic by Bathilda Bagshot"><br><b>H.O.M.</b></td>
  909. <td><img src="http://i.imgur.com/RpgkLEe.png" class="item" title="One Thousand Magical Herbs and Fungi by Phyllida Spore"><br><b>O.T.M.H.A.F.</b></td>
  910. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  911. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  912. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  913. </tr></table></center><br><br><h1>potion supplies</h1><center><table style="font: 7.5pt arial; text-align: center;"><tr><td><img src="http://i.imgur.com/Zdcszs2.png" class="item" title="Brass Cauldron"><br><b>Cauldron</b></td>
  914. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  915. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  916. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  917. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  918. </tr></table></center><br><br><h1>collectibles</h1><center><table style="font: 7.5pt arial; text-align: center;"><tr><td><img src="http://imgur.com/uPA11Yr.png" class="item" title="A Godric Gryffindor Chocolate Frog Card - Awarded for being sorted into Gryfindor"><br><b>Founder Card</b></td>
  919. <td><img src="http://imgur.com/Tc5adQL.png" class="item" title="Party favor from Joslin's Birthday 2019"><br><b>Blue Wig</b></td>
  920. <td><img src="http://imgur.com/oFADC3L.png" class="item" title="Party favor from Joslin's Birthday 2019"><br><b>Balloons</b></td>
  921. <td><img src="http://imgur.com/QWHuwrq.png" class="item" title="Party favor from Joslin's Birthday 2019"><br><b>Birthday Hat</b></td>
  922. <td><img src="http://imgur.com/HBax2id.png" class="item" title="Hogwart Express Train Toy - Grand Opening Prize Shop"><br><b>Toy</b></td>
  923. </tr><tr><td><img src="http://imgur.com/NEM68Qc.png" class="item" title="Marauder's Map Pillow - Grand Opening Prize Shop"><br><b>Pillow</b></td>
  924. <td><img src="http://imgur.com/WrrSKLi.png" class="item" title="Niffler Toy - Grand Opening Prize Shop"><br><b>Toy</b></td>
  925. <td><img src="http://imgur.com/NtDQ6d4.png" class="item" title="Book Safe - Grand Opening Prize Shop"><br><b>Safe</b></td>
  926. <td><img src="http://imgur.com/RStv4Tu.png" class="item" title="Sticker Set - Grand Opening Prize Shop"><br><b>Stickers</b></td>
  927. <td><img src="http://imgur.com/SrbNB4l.png" class="item" title="Sticker Set - Grand Opening Prize Shop"><br><b>Stickers</b></td>
  928. </tr><tr><td><img src="http://imgur.com/r6eDOpp.png" class="item" title="Harry Potter Plush - Grand Opening Prize Shop"><br><b>Plush</b></td>
  929. <td><img src="http://imgur.com/kompSZ6.png" class="item" title="Water Bottle - Grand Opening Prize Shop"><br><b>Water Bottle</b></td>
  930. <td><img src="http://imgur.com/1wEQVpc.png" class="item" title="Golden Snitch Game - Grand Opening Prize Shop"><br><b>Game</b></td>
  931. <td><img src="http://imgur.com/HYrFs1r.png" class="item" title="Exploding Bonbons - Grand Opening Prize Shop"><br><b>WWW Item</b></td>
  932. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  933. </tr></table></center>
  934. </div>
  935. </div>
  936. </div></div>
  937.  
  938.  
  939.  
  940.  
  941.  
  942.  
  943.  
  944.  
  945.  
  946.  
  947.  
  948.  
  949.  
  950.  
  951. <div id="trunk14" class="mtrunk" style="border-radius: 20px;">
  952. <div class="profile">
  953. <a id="close14" href="#open14" class="blank" title="click to view Sarah's items"> </a>
  954. <div class="open">
  955.  
  956. <h2>spooky_sarah
  957. <a href="/neomessages.phtml?type=send&recipient=spooky_sarah">
  958. <img src="http://i.imgur.com/LAdjHLJ.png" border="0"></a></h2>
  959. <img src="http://imgur.com/iZvWVv2.png" style="float: left;"><table class="stats"><tr><th>
  960. <b>Name:</b> <a href="/userlookup.phtml?user=spooky_sarah">Sarah</a></th>
  961. <th><b>Gender:</b> Witch</th>
  962. <th><b>Birthday:</b> - </th>
  963. </tr><tr><th><b>Time Zone:</b> NST+ -</th>
  964. <th colspan="2"><b>Position:</b> <b class="hilight">First Year</b></th>
  965. </tr><tr><th><b>Animagus form:</b> None</th>
  966. <th><b>Boggart:</b> None</th>
  967. <th><b>Patronus:</b> None</th>
  968. </tr><tr><th><b>Artifact owned:</b>
  969. <b class="hilight">None</b></th>
  970. <th><b>Blood Purity:</b> Half-Blood</th>
  971. </tr><tr><th><b>Avatars:</b> 4</th>
  972. <th><b>Superlative:</b> None</th>
  973. <th><b>Galleons:</b> 50</th>
  974. </tr></table></div>
  975. <a id="open14" href="#close14" class="blank" title="click to view Sarah's info"> </a>
  976. <div class="open">
  977. <div class="close">
  978.  
  979. <h1>avatars</h1>
  980. <table style="font: 7.5pt arial;"><tr><td><img src="http://imgur.com/adtRNVd.png" class="av"></td>
  981. <td><img src="http://imgur.com/8CTObSU.gif" class="av"></td>
  982. <td><img src="http://i.imgur.com/QTIwXek.gif" class="av"></td>
  983. <td><img src="http://i.imgur.com/Vkddf6l.gif" class="av"></td>
  984. <td><img src="http://i.imgur.com/pdmCzl2.png" class="av"></td>
  985. <td><img src="http://i.imgur.com/pdmCzl2.png" class="av"></td>
  986. <td><img src="http://i.imgur.com/pdmCzl2.png" class="av"></td>
  987. <td><img src="http://i.imgur.com/pdmCzl2.png" class="av"></td>
  988. <td><img src="http://i.imgur.com/pdmCzl2.png" class="av"></td>
  989. <td><img src="http://i.imgur.com/pdmCzl2.png" class="av"></td>
  990. </tr></table><h1>trophies</h1><center>
  991. <table style="font: 7.5pt arial; text-align: center;"><tr><td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  992. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  993. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  994. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  995. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  996. </tr></table></center><br><br><h1>personal items</h1>
  997. <center>
  998. <table style="font: 7.5pt arial; text-align: center;"><tr><td><img src="http://i.imgur.com/PJ3kH5R.png" class="item" title="Rowan Wand with Thestral Hair Core"><br><b>Rowan Wand</b></td>
  999. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  1000. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  1001. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  1002. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  1003. </tr></table></center><br><br><h1>school supplies and books</h1><center>
  1004. <table style="font: 7.5pt arial; text-align: center;"><tr><td><img src="http://i.imgur.com/Tjaz0P3.png" class="item"><br><b>Cloak</b></td>
  1005. <td><img src="http://i.imgur.com/krDyp2a.png" class="item"><br><b>Uniform</b></td>
  1006. <td><img src="http://i.imgur.com/byX5WG5.png" class="item"><br><b>Name Tags</b></td>
  1007. <td><img src="http://i.imgur.com/4gW3krQ.png" class="item" title="Charmed Leather Gloves"><br><b>Gloves</b></td>
  1008. <td><img src="http://i.imgur.com/eL2odPk.png" class="item" title="Auto-Answer Quill"><br><b>Quill</b></td>
  1009. </tr><tr><td><img src="http://i.imgur.com/Udf06zd.png" class="item"><br><b>Parchment</b></td>
  1010. <td><img src="http://i.imgur.com/m7eWSYb.png" class="item" title="Glass Phials"><br><b>Phials</b></td>
  1011. <td><img src="http://i.imgur.com/rR56fLi.png" class="item" title="Black Ink"><br><b>Ink</b></td>
  1012. <td><img src="http://i.imgur.com/IHHtiGW.png" class="item"><br><b>Brass Scales</b></td>
  1013. <td><img src="http://i.imgur.com/9ZhgzXQ.png" class="item"><br><b>Inkwell</b></td>
  1014. </tr><tr><td><img src="http://i.imgur.com/RgHQiQP.png" class="item" title="The Dark Forces: a Guide to Self Protection by Quentin Trimble"><br><b>T.D.F:A.G.T.S.P.</b></td>
  1015. <td><img src="http://i.imgur.com/i2iNncK.png" class="item" title="The Standard Book of Spells: Grade 1 by Miranda Goshawk"><br><b>S.B.O.S. 1</b></td>
  1016. <td><img src="http://i.imgur.com/IPHqcjv.png" class="item" title="The Book of Charms and Spells by Graham King"><br><b>T.B.O.C.A.S.</b></td>
  1017. <td><img src="http://i.imgur.com/dEiAF6K.png" class="item" title="A Beginners Guide to Transfiguration by Emeric Switch"><br><b>A.B.G.T.T.</b></td>
  1018. <td><img src="http://i.imgur.com/5QJTeXD.png" class="item" title="Magical Drafts and Potions by Arsenius Jigger"><br><b>M.D.A.P.</b></td>
  1019. </tr><tr><td><img src="http://i.imgur.com/xpvRRz0.png" class="item" title="A History of Magic by Bathilda Bagshot"><br><b>H.O.M.</b></td>
  1020. <td><img src="http://i.imgur.com/RpgkLEe.png" class="item" title="One Thousand Magical Herbs and Fungi by Phyllida Spore"><br><b>O.T.M.H.A.F.</b></td>
  1021. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  1022. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  1023. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  1024. </tr></table></center><br><br><h1>potion supplies</h1><center><table style="font: 7.5pt arial; text-align: center;"><tr><td><img src="http://i.imgur.com/Zdcszs2.png" class="item" title="Brass Cauldron"><br><b>Cauldron</b></td>
  1025. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  1026. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  1027. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  1028. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  1029. </tr></table></center><br><br><h1>collectibles</h1><center><table style="font: 7.5pt arial; text-align: center;"><tr><td><img src="http://imgur.com/uPA11Yr.png" class="item" title="A Godric Gryffindor Chocolate Frog Card - Awarded for being sorted into Gryfindor"><br><b>Founder Card</b></td>
  1030. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  1031. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  1032. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  1033. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  1034. </tr></table></center>
  1035. </div>
  1036. </div>
  1037. </div></div>
  1038.  
  1039.  
  1040.  
  1041.  
  1042.  
  1043.  
  1044.  
  1045.  
  1046.  
  1047.  
  1048.  
  1049.  
  1050.  
  1051.  
  1052.  
  1053.  
  1054.  
  1055.  
  1056.  
  1057.  
  1058.  
  1059.  
  1060.  
  1061.  
  1062.  
  1063.  
  1064.  
  1065.  
  1066.  
  1067.  
  1068.  
  1069. <br><br><br><br><br><br><br><br></center></div></div></center>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement