Advertisement
pvaaux

Gryffindor Common Room 5/10

May 10th, 2019
209
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 64.84 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. #trunk16 b, #nav16 a, #trunk16 .openlink:hover {
  216. color: #18cede;
  217. }
  218. #trunk18 b, #nav18 a, #trunk18 .openlink:hover {
  219. color: #970303;
  220. }
  221. #trunk14 b, #nav14 a, #trunk14 .openlink:hover {
  222. color: #DCBFDA;
  223. }
  224. #trunk94 b, #nav94 a, #trunk94 .openlink:hover {
  225. color: #1eb337;
  226. }
  227. #trunk5 b, #nav5 a, #trunk5 .openlink:hover {
  228. color: #85FFFF;
  229. }
  230. #trunk23 b, #nav23 a, #trunk23 .openlink:hover {
  231. color: #7E008F;
  232. }
  233. #trunk22 b, #nav22 a, #trunk22 .openlink:hover {
  234. color: #000000;
  235. }
  236. </style><div class="dormnav" style="position: fixed;">
  237. <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>
  238.  
  239.  
  240.  
  241.  
  242. <div class="members" style="position: fixed;">
  243. <center>
  244. <table class="membernav"><tr><td id="nav19"><a href="#trunk19">Pemily</a></td>
  245. <td id="nav12"><a href="#trunk12">Alex</a></td>
  246. <td id="nav18"><a href="#trunk18">Turner</a></td>
  247. <td id="nav94"><a href="#trunk94">Anna</a></td>
  248. <td id="nav5"><a href="#trunk5">Lea</a></td>
  249. <td id="nav23"><a href="#trunk23">Jennifer</a></td>
  250. <td id="nav22"><a href="#trunk22">Vana</a></td>
  251. </tr></table></center></div>
  252.  
  253.  
  254.  
  255. <center><div style="margin-top: 70px;">
  256. <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>
  257. <td><a href="/~slugclubshops" class="linkies">diagon alley</a></td>
  258. <td><a href="/~slugclubministry" class="linkies">the ministry</a></td>
  259. <td><a href="/~thefloonetwork" class="linkies">TFN</a></td>
  260.  
  261.  
  262. </tr></table><div id="header" style="position: absolute;"> <center>
  263.  
  264.  
  265.  
  266.  
  267.  
  268.  
  269.  
  270.  
  271.  
  272.  
  273.  
  274.  
  275.  
  276.  
  277.  
  278.  
  279.  
  280. <div id="trunk19" class="mtrunk" style="border-radius: 20px;">
  281. <div class="profile">
  282. <a id="close19" href="#open19" class="blank" title="click to view Pemily's items"> </a>
  283. <div class="open">
  284.  
  285. <h2>horses_rock_1963 <a href="/neomessages.phtml?type=send&recipient=horses_rock_1963">
  286. <img src="http://i.imgur.com/LAdjHLJ.png" border="0"></a></h2>
  287. <img src="http://imgur.com/nFs02ld.png" style="float: left;"><table class="stats"><tr><th>
  288. <b>Name:</b> <a href="/userlookup.phtml?user=horses_rock_1963">Pemily</a></th>
  289. <th><b>Gender:</b> Witch </th>
  290. <th><b>Birthday:</b> April 20th</th>
  291. </tr><tr><th><b>Time Zone:</b> NST+ 2</th>
  292. <th colspan="2"><b>Position:</b> <b class="hilight">Founder, Third Year, Head of House, Professor</b></th>
  293. </tr><tr><th><b>Animagus form:</b> None</th>
  294. <th><b>Boggart:</b> None</th>
  295. <th><b>Patronus:</b> None</th>
  296. </tr><tr><th><b>Artifact owned:</b>
  297. <b class="hilight">None</b></th>
  298. <th><b>Blood Purity:</b> Half-Blood </th>
  299. </tr><tr><th><b>Avatars:</b> 24</th>
  300. <th><b>Superlative:</b> None</th>
  301. <th><b>Galleons:</b> 715</th>
  302. </tr></table></div>
  303. <a id="open19" href="#close19" class="blank" title="click to view Pemily's info"> </a>
  304. <div class="open">
  305. <div class="close"><h1>
  306.  
  307.  
  308. avatars
  309.  
  310. </h1>
  311. <table style="font: 7.5pt arial;"><tr><td><img src="http://imgur.com/adtRNVd.gif" class="av"></td>
  312. <td><img src="http://imgur.com/8CTObSU.gif" class="av"></td>
  313. <td><img src="http://i.imgur.com/QTIwXek.gif" class="av"></td>
  314. <td><img src="http://imgur.com/LGFdemR.gif" class="av"></td>
  315. <td><img src="http://imgur.com/3WGcX6J.gif" class="av"></td>
  316. <td><img src="http://i.imgur.com/thRp3xN.gif" class="av"></td>
  317. <td><img src="http://imgur.com/7hRKiZM.gif" class="av"></td>
  318. <td><img src="http://imgur.com/qsW9dqO.gif" class="av"></td>
  319. <td><img src="http://i.imgur.com/Vkddf6l.gif" class="av"></td>
  320. <td><img src="http://i.imgur.com/qlaenUD.gif" class="av"></td>
  321. </tr><tr><td><img src="http://i.imgur.com/wkomtd8.gif" class="av"></td>
  322. <td><img src="http://i.imgur.com/Awvlv23.png" class="av"></td>
  323. <td><img src="http://imgur.com/Ol5kkWB.gif" class="av"></td>
  324. <td><img src="http://imgur.com/mYdTUqm.gif" class="av"></td>
  325. <td><img src="http://imgur.com/9YOtscD.gif" class="av"></td>
  326. <td><img src="http://i.imgur.com/TMBP54R.gif" class="av"></td>
  327. <td><img src="http://i.imgur.com/ZY0721H.gif" class="av"></td>
  328. <td><img src="http://imgur.com/nap0O2Y.gif" class="av"></td>
  329. <td><img src="http://imgur.com/MJewfXe.gif" class="av"></td>
  330. <td><img src="http://imgur.com/2m86qs2.gif" class="av"></td>
  331. </tr><tr><td><img src="http://imgur.com/8LV3bw0.gif" class="av"></td>
  332. <td><img src="http://imgur.com/p6eAGMa.gif" class="av"></td>
  333. <td><img src="http://imgur.com/aAEnifk.gif" class="av"></td>
  334. <td><img src="http://i.imgur.com/W9dRoPr.gif" class="av"></td>
  335. <td><img src="http://i.imgur.com/pdmCzl2.png" class="av"></td>
  336. <td><img src="http://i.imgur.com/pdmCzl2.png" class="av"></td>
  337. <td><img src="http://i.imgur.com/pdmCzl2.png" class="av"></td>
  338. <td><img src="http://i.imgur.com/pdmCzl2.png" class="av"></td>
  339. <td><img src="http://i.imgur.com/pdmCzl2.png" class="av"></td>
  340. <td><img src="http://i.imgur.com/pdmCzl2.png" class="av"></td>
  341. </tr></table><h1>
  342.  
  343.  
  344. trophies
  345.  
  346. </h1><center>
  347. <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>
  348. <td><img src="http://i.imgur.com/g1NBkkw.png" class="item"><br><b>Auctions</b></td>
  349. <td><img src="http://imgur.com/RpQ1hC7.png" class="item" title="Gryffindor House Champion - Dueling Tournament - Term 2"><br><b>Bouquet</b></td>
  350. <td><img src="http://imgur.com/R8Bafts.png" class="item" title="1st Place - Dueling Tournament - Term 2"><br><b>Trophy</b></td>
  351. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  352. </tr></table></center>
  353. <br><br><h1>
  354.  
  355.  
  356. personal items
  357.  
  358. </h1>
  359. <center>
  360. <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>
  361. <td><img src="http://i.imgur.com/uuj5TAc.png" class="item" title="Holland Lop"><br><b>Nugget</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. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  365. </tr></table></center>
  366. <br><br><h1>
  367.  
  368.  
  369. school supplies and books
  370.  
  371. </h1><center>
  372. <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>
  373. <td><img src="http://i.imgur.com/krDyp2a.png" class="item"><br><b>Uniform</b></td>
  374. <td><img src="http://i.imgur.com/byX5WG5.png" class="item"><br><b>Name Tags</b></td>
  375. <td><img src="http://i.imgur.com/4gW3krQ.png" class="item" title="Charmed Leather Gloves"><br><b>Gloves</b></td>
  376. <td><img src="http://i.imgur.com/BrS6oVz.png" class="item" title="Black Quill"><br><b>Quill</b></td>
  377. </tr><tr><td><img src="http://i.imgur.com/Udf06zd.png" class="item"><br><b>Parchment</b></td>
  378. <td><img src="http://i.imgur.com/m7eWSYb.png" class="item" title="Glass Phials"><br><b>Phials</b></td>
  379. <td><img src="http://i.imgur.com/rR56fLi.png" class="item" title="Black Ink"><br><b>Ink</b></td>
  380. <td><img src="http://i.imgur.com/IHHtiGW.png" class="item"><br><b>Brass Scales</b></td>
  381. <td><img src="http://i.imgur.com/9ZhgzXQ.png" class="item"><br><b>Inkwell</b></td>
  382. </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>
  383. <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>
  384. <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>
  385. <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>
  386. <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>
  387. </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>
  388. <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>
  389. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  390. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  391. <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>
  392. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  393. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  394. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  395. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  396. </tr></table></center>
  397. <br><br><h1>
  398.  
  399.  
  400. potion supplies
  401.  
  402. </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>
  403. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  404. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  405. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  406. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  407. </tr></table></center><br><br><h1>
  408.  
  409.  
  410. collectibles
  411.  
  412. </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>
  413. <td><img src="http://imgur.com/Tc5adQL.png" class="item" title="Party favor from Joslin's Birthday 2019"><br><b>Blue Wig</b></td>
  414. <td><img src="http://imgur.com/oFADC3L.png" class="item" title="Party favor from Joslin's Birthday 2019"><br><b>Balloons</b></td>
  415. <td><img src="http://imgur.com/QWHuwrq.png" class="item" title="Party favor from Joslin's Birthday 2019"><br><b>Birthday Hat</b></td>
  416. <td><img src="http://imgur.com/NtDQ6d4.png" class="item" title="Book Safe - Grand Opening Prize Shop"><br><b>Safe</b></td>
  417. </tr><tr><td><img src="http://imgur.com/F8jXjhq.png" class="item" title="Hagrids gift for the Castle Egg Hunt - April 2019"><br><b>Dragon Egg Shells</b></td>
  418. <td><img src="http://imgur.com/0UUfvZw.png" class="item" title="Prize for finding the Golden Egg during the Castle Egg Hunt - April 2019"><br><b>Golden Dragon Egg</b></td>
  419. <td><img src="http://imgur.com/K5XSW0G.png" class="item" title="A precious Pit Bull Terrier Plushie with a birthday hat - Gifted for Pemily's Birthday 2019"><br><b>Burr Plushie</b></td>
  420. <td><img src="http://imgur.com/bFia8l4.png" class="item" title="Pemily's Birthday Cake - Gifted for Pemily's Birthday 2019"><br><b>Birthday Cake</b></td>
  421. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  422. </tr></table></center>
  423. </div>
  424. </div>
  425. </div></div>
  426.  
  427.  
  428.  
  429.  
  430.  
  431.  
  432.  
  433.  
  434.  
  435.  
  436.  
  437.  
  438.  
  439.  
  440.  
  441.  
  442. <div id="trunk12" class="mtrunk" style="border-radius: 20px;">
  443. <div class="profile">
  444. <a id="close12" href="#open12" class="blank" title="click to view Alex's items"> </a>
  445. <div class="open">
  446.  
  447. <h2>ifiranthezo0
  448. <a href="/neomessages.phtml?type=send&recipient=ifiranthezo0">
  449. <img src="http://i.imgur.com/LAdjHLJ.png" border="0"></a></h2>
  450. <img src="http://imgur.com/4FpPWQP.png" style="float: left;"><table class="stats"><tr><th>
  451. <b>Name:</b> <a href="/userlookup.phtml?user=ifiranthezo0">Alex</a></th>
  452. <th><b>Gender:</b> Witch</th>
  453. <th><b>Birthday:</b> December 9th </th>
  454. </tr><tr><th><b>Time Zone:</b> NST </th>
  455. <th colspan="2"><b>Position:</b> <b class="hilight">Third Year, Prefect, Yearbook Editor</b></th>
  456. </tr><tr><th><b>Animagus form:</b> None</th>
  457. <th><b>Boggart:</b> None</th>
  458. <th><b>Patronus:</b> None</th>
  459. </tr><tr><th><b>Artifact owned:</b>
  460. <b class="hilight">None</b></th>
  461. <th><b>Blood Purity:</b> Half-Blood </th>
  462. </tr><tr><th><b>Avatars:</b> 24</th>
  463. <th><b>Superlative:</b> None</th>
  464. <th><b>Galleons:</b> 438</th>
  465. </tr></table></div>
  466. <a id="open12" href="#close12" class="blank" title="click to view Alex's info"> </a>
  467. <div class="open">
  468. <div class="close"><h1>
  469.  
  470.  
  471. avatars
  472.  
  473. </h1>
  474. <table style="font: 7.5pt arial;"><tr><td><img src="http://imgur.com/adtRNVd.png" class="av"></td>
  475. <td><img src="http://imgur.com/8CTObSU.gif" class="av"></td>
  476. <td><img src="http://i.imgur.com/QTIwXek.gif" class="av"></td>
  477. <td><img src="http://imgur.com/9bnIUCk.gif" class="av"></td>
  478. <td><img src="http://imgur.com/laBNxuK.gif" class="av"></td>
  479. <td><img src="http://i.imgur.com/qlaenUD.gif" class="av"></td>
  480. <td><img src="http://i.imgur.com/hmiG4lU.gif" class="av"></td>
  481. <td><img src="http://i.imgur.com/bFRYv9C.png" class="av"></td>
  482. <td><img src="http://i.imgur.com/Vkddf6l.gif" class="av"></td>
  483. <td><img src="http://i.imgur.com/qAKBtfW.gif" class="av"></td>
  484. </tr><tr><td><img src="http://i.imgur.com/ybVZKXD.gif" class="av"></td>
  485. <td><img src="http://imgur.com/KW7MeVD.gif" class="av"></td>
  486. <td><img src="http://i.imgur.com/fpdEdW9.gif" class="av"></td>
  487. <td><img src="http://i.imgur.com/Awvlv23.png" class="av"></td>
  488. <td><img src="http://i.imgur.com/W9dRoPr.gif" class="av"></td>
  489. <td><img src="http://imgur.com/PEi4YCA.gif" class="av"></td>
  490. <td><img src="http://imgur.com/Ol5kkWB.gif" class="av"></td>
  491. <td><img src="http://i.imgur.com/oxo8Whi.gif" class="av"></td>
  492. <td><img src="http://imgur.com/HW0CiLs.gif" class="av"></td>
  493. <td><img src="http://imgur.com/aAEnifk.gif" class="av"></td></tr><tr><td><img src="http://imgur.com/mYdTUqm.png" class="av"></td>
  494. <td><img src="http://imgur.com/nap0O2Y.gif" class="av"></td>
  495. <td><img src="http://imgur.com/7hRKiZM.gif" class="av"></td>
  496. <td><img src="http://imgur.com/8LV3bw0.gif" class="av"></td>
  497. <td><img src="http://i.imgur.com/pdmCzl2.png" class="av"></td>
  498. <td><img src="http://i.imgur.com/pdmCzl2.png" class="av"></td>
  499. <td><img src="http://i.imgur.com/pdmCzl2.png" class="av"></td>
  500. <td><img src="http://i.imgur.com/pdmCzl2.png" class="av"></td>
  501. <td><img src="http://i.imgur.com/pdmCzl2.png" class="av"></td>
  502. <td><img src="http://i.imgur.com/pdmCzl2.png" class="av"></td>
  503. </tr></table><h1>
  504.  
  505.  
  506.  
  507. trophies
  508.  
  509. </h1><center><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>
  510. <td><img src="http://imgur.com/t6mscmr.png" class="item" title="Awarded Most Likely To Make Pem Hungry For Their Birthday Card To Pemily 2019"><br><b>Ribbon Award</b></td>
  511. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</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><br><br><h1>
  515.  
  516. personal items
  517.  
  518. </h1><center> <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>
  519. <td><img src="http://i.imgur.com/myuooFI.png" class="item" title="Elf Owl"><br><b>Winnie</b></td>
  520. <td><img src="http://i.imgur.com/kyWE11p.png" class="item"><br><b>Tinderblast</b></td>
  521. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  522. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  523. </tr></table></center><br><br><h1>
  524.  
  525.  
  526. school supplies and books
  527.  
  528. </h1><center> <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>
  529. <td><img src="http://i.imgur.com/krDyp2a.png" class="item"><br><b>Uniform</b></td>
  530. <td><img src="http://i.imgur.com/byX5WG5.png" class="item"><br><b>Name Tags</b></td>
  531. <td><img src="http://i.imgur.com/I0k6OcV.png" class="item" title="Dragon Hide Gloves"><br><b>Gloves</b></td>
  532. <td><img src="http://i.imgur.com/stkJUVV.png" class="item" title="Blue Quill"><br><b>Quill</b></td>
  533. </tr><tr><td><img src="http://i.imgur.com/Udf06zd.png" class="item"><br><b>Parchment</b></td>
  534. <td><img src="http://i.imgur.com/m7eWSYb.png" class="item" title="Glass Phials"><br><b>Phials</b></td>
  535. <td><img src="http://i.imgur.com/Y2Yxz4g.png" class="item" title="Blue Ink"><br><b>Ink</b></td>
  536. <td><img src="http://i.imgur.com/IHHtiGW.png" class="item"><br><b>Brass Scales</b></td>
  537. <td><img src="http://i.imgur.com/9ZhgzXQ.png" class="item"><br><b>Inkwell</b></td>
  538. </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>
  539. <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>
  540. <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>
  541. <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>
  542. <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>
  543. </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>
  544. <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>
  545. <td><img src="http://i.imgur.com/jBpxn5o.png" class="item" title="Magical Me"><br><b>M.M.</b></td>
  546. <td><img src="http://i.imgur.com/U7VKXzx.png" class="item" title="Charm Your Own Cheese"><br><b>C.Y.O.C.</b></td>
  547. <td><img src="http://i.imgur.com/vxVTXis.png" class="item" title="Year with the Yeti by Gilderoy Lockhart"><br><b>Y.W.T.Y.</b></td></tr><tr><td><img src="http://i.imgur.com/jMR3STF.png" class="item" title="The Standard Book of Spells Grade 2 by Miranda Goshawk"><br><b>T.S.B.O.S. 2</b></td>
  548. <td><img src="http://i.imgur.com/kdUFz3W.png" class="item" title="Fantastic Beasts and Where to Find Them by Newt Scamander"><br><b>F.B.A.W.T.F.T.</b></td>
  549. <td><img src="http://i.imgur.com/Twh0zdh.png" class="item" title="Magical Theory by Adalbert Waffling"><br><b>M.T.</b></td>
  550. <td><img src="http://i.imgur.com/ssc3fga.png" class="item" title="Break with a Banshee by Gilderoy Lockhart"><br><b>B.W.A.B.</b></td>
  551. <td><img src="http://i.imgur.com/2oEdpIo.png" class="item" title="Gadding with Ghouls by Gilderoy Lockhart"><br><b>G.W.G.</b></td>
  552. </tr><tr><td><img src="http://i.imgur.com/5cJ4Fjj.png" class="item" title="Travels with Trolls by Gilderoy Lockhart"><br><b>T.W.T.</b></td>
  553. <td><img src="http://i.imgur.com/GkUwhBZ.png" class="item" title="Voyages with Vampire by Gilderoy Lockhart"><br><b>V.W.V.</b></td>
  554. <td><img src="http://i.imgur.com/q0M59Dr.png" class="item" title="Wanderings with Werewolves by Gilderoy Lockhart"><br><b>W.W.W.</b></td>
  555. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  556. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td></tr></table></center>
  557. <br><br><h1>
  558.  
  559.  
  560. potion supplies
  561.  
  562. </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>
  563. <td><img src="http://i.imgur.com/txs61XH.png" class="item" title="Acromantula Venom"><br><b>Ingredient</b></td>
  564. <td><img src="http://i.imgur.com/p2NVwMe.png" class="item" title="Rose Oil"><br><b>Ingredient</b></td>
  565. <td><img src="http://i.imgur.com/T2V9wMW.png" class="item" title="Lethe River Water"><br><b>Ingredient</b></td>
  566. <td><img src="http://i.imgur.com/yHOSxwL.png" class="item" title="Dragon Blood"><br><b>Ingredient</b></td></tr><tr><td><img src="http://i.imgur.com/NXENZto.png" title="Black Beetle Eyes" class="item"><br><b>Ingredient</b></td>
  567. <td><img src="http://i.imgur.com/3O1JVuz.png" class="item" title="Dried Billywig Stings"><br><b>Ingredient</b></td>
  568. <td><img src="http://i.imgur.com/IT1NEFu.png" class="item" title="Eel's Eyes"><br><b>Ingredient</b></td>
  569. <td><img src="http://i.imgur.com/f4LfSIe.png" class="item" title="Flobberworm Mucus"><br><b>Ingredient</b></td>
  570. <td><img src="http://i.imgur.com/zpODd2K.png" class="item"><br><b>Ingredient</b></td></tr><tr><td><img src="http://i.imgur.com/wAFkSYo.png" class="item" title="Leaping Toadstools"><br><b>Ingredient</b></td>
  571. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  572. <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. </tr></table></center><br><br><h1>
  576.  
  577. collectibles
  578.  
  579. </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>
  580. <td><img src="http://imgur.com/Tc5adQL.png" class="item" title="Party favor from Joslin's Birthday 2019"><br><b>Blue Wig</b></td>
  581. <td><img src="http://imgur.com/oFADC3L.png" class="item" title="Party favor from Joslin's Birthday 2019"><br><b>Balloons</b></td>
  582. <td><img src="http://imgur.com/QWHuwrq.png" class="item" title="Party favor from Joslin's Birthday 2019"><br><b>Birthday Hat</b></td>
  583. <td><img src="http://imgur.com/HBax2id.png" class="item" title="Hogwart Express Train Toy - Grand Opening Prize Shop"><br><b>Toy</b></td>
  584. </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>
  585. <td><img src="http://imgur.com/WrrSKLi.png" class="item" title="Niffler Toy - Grand Opening Prize Shop"><br><b>Toy</b></td>
  586. <td><img src="http://imgur.com/NtDQ6d4.png" class="item" title="Book Safe - Grand Opening Prize Shop"><br><b>Safe</b></td>
  587. <td><img src="http://imgur.com/RStv4Tu.png" class="item" title="Sticker Set - Grand Opening Prize Shop"><br><b>Stickers</b></td>
  588. <td><img src="http://imgur.com/SrbNB4l.png" class="item" title="Sticker Set - Grand Opening Prize Shop"><br><b>Stickers</b></td>
  589. </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>
  590. <td><img src="http://imgur.com/kompSZ6.png" class="item" title="Water Bottle - Grand Opening Prize Shop"><br><b>Water Bottle</b></td>
  591. <td><img src="http://imgur.com/1wEQVpc.png" class="item" title="Golden Snitch Game - Grand Opening Prize Shop"><br><b>Game</b></td>
  592. <td><img src="http://imgur.com/HYrFs1r.png" class="item" title="Exploding Bonbons - Grand Opening Prize Shop"><br><b>WWW Item</b></td>
  593. <td><img src="http://imgur.com/xZkD7cK.png" class="item" title="Socks - Grand Opening Prize Shop"><br><b>Socks</b></td>
  594. </tr><tr><td><img src="http://imgur.com/oTqCYDw.png" class="item" title="Quote Journal - Grand Opening Prize Shop"><br><b>Journal</b></td>
  595. <td><img src="http://i.imgur.com/gTEkaiU.png" class="item" title="Rainbow Cone"><br><b>Ice Cream</b></td>
  596. <td><img src="http://i.imgur.com/k6862bj.png" class="item" title="Triple Sherbet Sundae"><br><b>Ice Cream</b></td>
  597. <td><img src="http://imgur.com/b9WI43r.png" class="item" title="A bouquet of succulents and mushrooms gifted by the Staff in Y1T1"><br><b>Bouquet</b></td>
  598. <td><img src="http://imgur.com/F8jXjhq.png" class="item" title="Hagrid's gift for the Castle Egg Hunt - April 2019"><br><b>Dragon Egg Shells</b></td>
  599. </tr><tr><td><img src="http://i.imgur.com/nB0gpa4.png" class="item"><br><b>Tea Cup</b></td>
  600. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  601. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</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. </tr></table></center>
  605. </div>
  606. </div>
  607. </div></div>
  608.  
  609.  
  610.  
  611.  
  612.  
  613.  
  614.  
  615.  
  616.  
  617.  
  618.  
  619.  
  620.  
  621.  
  622.  
  623.  
  624.  
  625.  
  626. <div id="trunk18" class="mtrunk" style="border-radius: 20px;">
  627. <div class="profile">
  628. <a id="close18" href="#open18" class="blank" title="click to view Turner's items"> </a>
  629. <div class="open">
  630.  
  631. <h2>pirateluffy437
  632. <a href="/neomessages.phtml?type=send&recipient=pirateluffy437">
  633. <img src="http://i.imgur.com/LAdjHLJ.png" border="0"></a></h2>
  634. <img src="http://i.imgur.com/kujmYmv.png.png" style="float: left;"><table class="stats"><tr><th>
  635. <b>Name:</b> <a href="/userlookup.phtml?user=pirateluffy437">Turner</a></th>
  636. <th><b>Gender:</b> Wizard </th>
  637. <th><b>Birthday:</b> June 29th </th>
  638. </tr><tr><th><b>Time Zone:</b> NST+ 9</th>
  639. <th colspan="2"><b>Position:</b> <b class="hilight">Third Year, Armourer, Host</b></th>
  640. </tr><tr><th><b>Animagus form:</b> None</th>
  641. <th><b>Boggart:</b> None</th>
  642. <th><b>Patronus:</b> None</th>
  643. </tr><tr><th><b>Artifact owned:</b>
  644. <b class="hilight">None</b></th>
  645. <th><b>Blood Purity:</b> Half-Blood</th>
  646. </tr><tr><th><b>Avatars:</b> 16</th>
  647. <th><b>Superlative:</b> None</th>
  648. <th><b>Galleons:</b> 335</th>
  649. </tr></table></div>
  650. <a id="open18" href="#close18" class="blank" title="click to view Turner's info"> </a>
  651. <div class="open">
  652. <div class="close">
  653.  
  654.  
  655. <h1>avatars</h1>
  656.  
  657. <table style="font: 7.5pt arial;"><tr><td><img src="http://imgur.com/adtRNVd.png" class="av"></td>
  658. <td><img src="http://imgur.com/8CTObSU.gif" class="av"></td>
  659. <td><img src="http://imgur.com/e6WpIry.gif" class="av"></td>
  660. <td><img src="http://i.imgur.com/wkomtd8.gif" class="av"></td>
  661. <td><img src="http://i.imgur.com/QTIwXek.gif" class="av"></td>
  662. <td><img src="http://i.imgur.com/qlaenUD.gif" class="av"></td>
  663. <td><img src="http://i.imgur.com/Vkddf6l.gif" class="av"></td>
  664. <td><img src="http://i.imgur.com/qAKBtfW.gif" class="av"></td>
  665. <td><img src="http://i.imgur.com/ZY0721H.gif" class="av"></td>
  666. <td><img src="http://i.imgur.com/W9dRoPr.gif" class="av"></td>
  667. </tr><tr><td><img src="http://imgur.com/Ol5kkWB.gif" class="av"></td>
  668. <td><img src="http://imgur.com/mYdTUqm.gif" class="av"></td>
  669. <td><img src="http://imgur.com/63BZmaD.gif" class="av"></td>
  670. <td><img src="http://imgur.com/nap0O2Y.gif" class="av"></td>
  671. <td><img src="http://imgur.com/8LV3bw0.gif" class="av"></td>
  672. <td><img src="http://imgur.com/9YOtscD.gif" class="av"></td>
  673. <td><img src="http://i.imgur.com/pdmCzl2.png" class="av"></td>
  674. <td><img src="http://i.imgur.com/pdmCzl2.png" class="av"></td>
  675. <td><img src="http://i.imgur.com/pdmCzl2.png" class="av"></td>
  676. <td><img src="http://i.imgur.com/pdmCzl2.png" class="av"></td>
  677. </tr></table><h1>
  678.  
  679.  
  680. trophies
  681.  
  682. </h1><center>
  683. <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>
  684. <td><img src="http://i.imgur.com/UMvYcPB.png" class="item"><br><b>Professor/Host</b></td>
  685. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  686. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  687. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  688. </tr></table></center><br><br><h1>
  689.  
  690.  
  691. personal items
  692.  
  693. </h1>
  694. <center>
  695. <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>
  696. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  697. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  698. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  699. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  700. </tr></table></center><br><br><h1>
  701.  
  702.  
  703. school supplies and books
  704.  
  705. </h1><center>
  706. <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>
  707. <td><img src="http://i.imgur.com/8ctVMFS.png" class="item"><br><b>Uniform</b></td>
  708. <td><img src="http://i.imgur.com/byX5WG5.png" class="item"><br><b>Name Tags</b></td>
  709. <td><img src="http://i.imgur.com/IaYjmzr.png" class="item" title="Chameleon Skin Gloves"><br><b>Gloves</b></td>
  710. <td><img src="http://i.imgur.com/eL2odPk.png" class="item" title="Auto-Answer Quill"><br><b>Quill</b></td>
  711. </tr><tr><td><img src="http://i.imgur.com/DL4pDFE.png" class="item"><br><b>Parchment</b></td>
  712. <td><img src="http://i.imgur.com/vvZQW7D.png" class="item" title="Crystal Phials"><br><b>Phials</b></td>
  713. <td><img src="http://i.imgur.com/rR56fLi.png" class="item" title="Black Ink"><br><b>Ink</b></td>
  714. <td><img src="http://i.imgur.com/IHHtiGW.png" class="item"><br><b>Brass Scales</b></td>
  715. <td><img src="http://i.imgur.com/9ZhgzXQ.png" class="item"><br><b>Inkwell</b></td>
  716. </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>
  717. <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>
  718. <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>
  719. <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>
  720. <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>
  721. </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>
  722. <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>
  723. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  724. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  725. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  726. </tr></table></center><br><br><h1>
  727.  
  728.  
  729. potion supplies
  730.  
  731. </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>
  732. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  733. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  734. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  735. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  736. </tr></table></center><br><br><h1>
  737.  
  738.  
  739. collectibles
  740.  
  741. </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>
  742. <td><img src="http://imgur.com/Tc5adQL.png" class="item" title="Party favor from Joslin's Birthday 2019"><br><b>Blue Wig</b></td>
  743. <td><img src="http://imgur.com/oFADC3L.png" class="item" title="Party favor from Joslin's Birthday 2019"><br><b>Balloons</b></td>
  744. <td><img src="http://imgur.com/QWHuwrq.png" class="item" title="Party favor from Joslin's Birthday 2019"><br><b>Birthday Hat</b></td>
  745. <td><img src="http://imgur.com/HBax2id.png" class="item" title="Hogwart Express Train Toy - Grand Opening Prize Shop"><br><b>Toy</b></td>
  746. </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>
  747. <td><img src="http://imgur.com/WrrSKLi.png" class="item" title="Niffler Toy - Grand Opening Prize Shop"><br><b>Toy</b></td>
  748. <td><img src="http://imgur.com/NtDQ6d4.png" class="item" title="Book Safe - Grand Opening Prize Shop"><br><b>Safe</b></td>
  749. <td><img src="http://imgur.com/RStv4Tu.png" class="item" title="Sticker Set - Grand Opening Prize Shop"><br><b>Stickers</b></td>
  750. <td><img src="http://imgur.com/SrbNB4l.png" class="item" title="Sticker Set - Grand Opening Prize Shop"><br><b>Stickers</b></td>
  751. </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>
  752. <td><img src="http://imgur.com/kompSZ6.png" class="item" title="Water Bottle - Grand Opening Prize Shop"><br><b>Water Bottle</b></td>
  753. <td><img src="http://imgur.com/1wEQVpc.png" class="item" title="Golden Snitch Game - Grand Opening Prize Shop"><br><b>Game</b></td>
  754. <td><img src="http://imgur.com/HYrFs1r.png" class="item" title="Exploding Bonbons - Grand Opening Prize Shop"><br><b>WWW Item</b></td>
  755. <td><img src="http://imgur.com/F8jXjhq.png" class="item" title="Hagrid's gift for the Castle Egg Hunt - April 2019"><br><b>Dragon Egg Shells</b></td>
  756. </tr><tr><td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  757. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  758. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  759. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  760. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  761. </tr></table></center>
  762. </div>
  763. </div>
  764. </div></div>
  765.  
  766.  
  767.  
  768.  
  769.  
  770.  
  771.  
  772.  
  773.  
  774.  
  775.  
  776.  
  777.  
  778.  
  779.  
  780.  
  781.  
  782.  
  783.  
  784.  
  785.  
  786.  
  787.  
  788.  
  789.  
  790.  
  791.  
  792.  
  793. <div id="trunk94" class="mtrunk" style="border-radius: 20px;">
  794. <div class="profile">
  795. <a id="close94" href="#open94" class="blank" title="click to view Anna's items"> </a>
  796. <div class="open">
  797.  
  798. <h2>mellow_meow
  799. <a href="/neomessages.phtml?type=send&recipient=mellow_meow">
  800. <img src="http://i.imgur.com/LAdjHLJ.png" border="0"></a></h2>
  801. <img src="http://imgur.com/iZvWVv2.png" style="float: left;"><table class="stats"><tr><th>
  802. <b>Name:</b> <a href="/userlookup.phtml?user=mellow_meow">Anna</a></th>
  803. <th><b>Gender:</b> Witch</th>
  804. <th><b>Birthday:</b> February 17</th>
  805. </tr><tr><th><b> Time Zone:</b> NST</th>
  806. <th colspan="2"><b>Position:</b> <b class="hilight">First Year</b></th>
  807. </tr><tr><th><b>Animagus form:</b> None</th>
  808. <th><b>Boggart:</b> None</th>
  809. <th><b>Patronus:</b> None</th>
  810. </tr><tr><th><b>Artifact owned:</b>
  811. <b class="hilight">None</b></th>
  812. <th><b>Blood Purity:</b> Pureblood</th>
  813. </tr><tr><th><b>Avatars:</b> 2</th>
  814. <th><b>Superlative:</b> None</th>
  815. <th><b>Galleons:</b> 22</th>
  816. </tr></table></div>
  817. <a id="open94" href="#close94" class="blank" title="click to view Anna's info"> </a>
  818. <div class="open">
  819. <div class="close">
  820.  
  821. <h1>avatars</h1>
  822. <table style="font: 7.5pt arial;"><tr><td><img src="http://imgur.com/adtRNVd.png" class="av"></td>
  823. <td><img src="http://imgur.com/8CTObSU.gif" class="av"></td>
  824. <td><img src="http://i.imgur.com/pdmCzl2.png" class="av"></td>
  825. <td><img src="http://i.imgur.com/pdmCzl2.png" class="av"></td>
  826. <td><img src="http://i.imgur.com/pdmCzl2.png" class="av"></td>
  827. <td><img src="http://i.imgur.com/pdmCzl2.png" class="av"></td>
  828. <td><img src="http://i.imgur.com/pdmCzl2.png" class="av"></td>
  829. <td><img src="http://i.imgur.com/pdmCzl2.png" class="av"></td>
  830. <td><img src="http://i.imgur.com/pdmCzl2.png" class="av"></td>
  831. <td><img src="http://i.imgur.com/pdmCzl2.png" class="av"></td>
  832. </tr></table><h1>trophies</h1><center>
  833. <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>
  834. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  835. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  836. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  837. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  838. </tr></table></center><br><br><h1>personal items</h1>
  839. <center>
  840. <table style="font: 7.5pt arial; text-align: center;"><tr><td><img src="http://i.imgur.com/tcbenJs.png" class="item" title="Spruce Wand with Dragon Heart String Core"><br><b>Spruce Wand</b></td>
  841. <td><img src="http://i.imgur.com/iRHa1Ar.png" class="item" title="Common Barn Owl"><br><b>Henry</b></td>
  842. <td><img src="http://i.imgur.com/VckrL8h.png" class="item"><br><b>Cleansweep One</b></td>
  843. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  844. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  845.  
  846. </tr></table></center><br><br><h1>school supplies and books</h1><center>
  847. <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>
  848. <td><img src="http://i.imgur.com/krDyp2a.png" class="item"><br><b>Uniform</b></td>
  849. <td><img src="http://i.imgur.com/byX5WG5.png" class="item"><br><b>Name Tags</b></td>
  850. <td><img src="http://i.imgur.com/4gW3krQ.png" class="item" title="Charmed Leather Gloves"><br><b>Gloves</b></td>
  851. <td><img src="http://i.imgur.com/BrS6oVz.png" class="item" title="Black Quill"><br><b>Quill</b></td>
  852. </tr><tr><td><img src="http://i.imgur.com/DL4pDFE.png" class="item"><br><b>Parchment</b></td>
  853. <td><img src="http://i.imgur.com/m7eWSYb.png" class="item" title="Glass Phials"><br><b>Phials</b></td>
  854. <td><img src="http://i.imgur.com/rR56fLi.png" class="item" title="Black Ink"><br><b>Ink</b></td>
  855. <td><img src="http://i.imgur.com/IHHtiGW.png" class="item"><br><b>Brass Scales</b></td>
  856. <td><img src="http://i.imgur.com/9ZhgzXQ.png" class="item"><br><b>Inkwell</b></td>
  857. </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>
  858. <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>
  859. <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>
  860. <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>
  861. <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>
  862. </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>
  863. <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>
  864. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  865. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  866. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  867. </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>
  868. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  869. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  870. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  871. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  872. </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>
  873. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  874. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  875. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  876. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  877. </tr></table></center>
  878. </div>
  879. </div>
  880. </div></div>
  881.  
  882.  
  883.  
  884.  
  885.  
  886.  
  887.  
  888.  
  889.  
  890.  
  891.  
  892.  
  893.  
  894.  
  895. <div id="trunk5" class="mtrunk" style="border-radius: 20px;">
  896. <div class="profile">
  897. <a id="close5" href="#open5" class="blank" title="click to view Lea's items"> </a>
  898. <div class="open">
  899.  
  900. <h2>bobbycash23
  901. <a href="/neomessages.phtml?type=send&recipient=bobbycash23">
  902. <img src="http://i.imgur.com/LAdjHLJ.png" border="0"></a></h2>
  903. <img src="http://i.imgur.com/iZvWVv2.png" style="float: left;"><table class="stats"><tr><th>
  904. <b>Name:</b> <a href="/userlookup.phtml?user=bobbycash23">Lea</a></th>
  905. <th><b>Gender:</b> Witch</th>
  906. <th><b>Birthday:</b> August 9th </th>
  907. </tr><tr><th><b>Time Zone:</b> NST- 2.5</th>
  908. <th colspan="2"><b>Position:</b> <b class="hilight">First Year</b></th>
  909. </tr><tr><th><b>Animagus form:</b> None</th>
  910. <th><b>Boggart:</b> None</th>
  911. <th><b>Patronus:</b> None</th>
  912. </tr><tr><th><b>Artifact owned:</b>
  913. <b class="hilight">None</b></th>
  914. <th><b>Blood Purity:</b> Half-Blood</th>
  915. </tr><tr><th><b>Avatars:</b> 2</th>
  916. <th><b>Superlative:</b> None</th>
  917. <th><b>Galleons:</b> 2</th>
  918. </tr></table></div>
  919. <a id="open5" href="#close5" class="blank" title="click to view Lea's info"> </a>
  920. <div class="open">
  921. <div class="close">
  922.  
  923. <h1>avatars</h1>
  924. <table style="font: 7.5pt arial;"><tr><td><img src="http://imgur.com/adtRNVd.png" class="av"></td>
  925. <td><img src="http://imgur.com/8CTObSU.gif" class="av"></td>
  926. <td><img src="http://i.imgur.com/pdmCzl2.png" class="av"></td>
  927. <td><img src="http://i.imgur.com/pdmCzl2.png" class="av"></td>
  928. <td><img src="http://i.imgur.com/pdmCzl2.png" class="av"></td>
  929. <td><img src="http://i.imgur.com/pdmCzl2.png" class="av"></td>
  930. <td><img src="http://i.imgur.com/pdmCzl2.png" class="av"></td>
  931. <td><img src="http://i.imgur.com/pdmCzl2.png" class="av"></td>
  932. <td><img src="http://i.imgur.com/pdmCzl2.png" class="av"></td>
  933. <td><img src="http://i.imgur.com/pdmCzl2.png" class="av"></td>
  934. </tr></table><h1>trophies</h1><center>
  935. <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>
  936. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  937. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  938. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  939. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  940. </tr></table></center><br><br><h1>personal items</h1>
  941. <center>
  942. <table style="font: 7.5pt arial; text-align: center;"><tr><td><img src="http://i.imgur.com/6ppyFWz.png" class="item" title="Vine Wand with Unicorn Tail Hair Core"><br><b>Vine Wand</b></td>
  943. <td><img src="http://i.imgur.com/iRHa1Ar.png" class="item" title="Common Barn Owl"><br><b>Aerglo</b></td>
  944. <td><img src="http://i.imgur.com/VckrL8h.png" class="item" title="Cleansweep One"><br><b>Broomstick</b></td>
  945. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  946. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  947. </tr></table></center><br><br><h1>school supplies and books</h1><center>
  948. <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>
  949. <td><img src="http://i.imgur.com/krDyp2a.png" class="item"><br><b>Uniform</b></td>
  950. <td><img src="http://i.imgur.com/byX5WG5.png" class="item"><br><b>Name Tags</b></td>
  951. <td><img src="http://i.imgur.com/4gW3krQ.png" class="item" title="Charmed Leather Gloves"><br><b>Gloves</b></td>
  952. <td><img src="http://i.imgur.com/stkJUVV.png" class="item" title="Blue Quill"><br><b>Quill</b></td>
  953. </tr><tr><td><img src="http://i.imgur.com/Udf06zd.png" class="item"><br><b>Parchment</b></td>
  954. <td><img src="http://i.imgur.com/m7eWSYb.png" class="item" title="Glass Phials"><br><b>Phials</b></td>
  955. <td><img src="http://i.imgur.com/Y2Yxz4g.png" class="item" title="Blue Ink"><br><b>Ink</b></td>
  956. <td><img src="http://i.imgur.com/IHHtiGW.png" class="item"><br><b>Brass Scales</b></td>
  957. <td><img src="http://i.imgur.com/9ZhgzXQ.png" class="item"><br><b>Inkwell</b></td>
  958. </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>
  959. <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>
  960. <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>
  961. <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>
  962. <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>
  963. </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>
  964. <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>
  965. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  966. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  967. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  968. </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/Xy0mQWG.png" class="item" title="Copper Cauldron"><br><b>Cauldron</b></td>
  969. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  970. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  971. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  972. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  973. </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>
  974. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  975. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  976. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  977. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  978. </tr></table></center>
  979. </div>
  980. </div>
  981. </div></div>
  982.  
  983.  
  984.  
  985.  
  986.  
  987.  
  988.  
  989.  
  990.  
  991.  
  992.  
  993.  
  994.  
  995. <div id="trunk23" class="mtrunk" style="border-radius: 20px;">
  996. <div class="profile">
  997. <a id="close23" href="#open23" class="blank" title="click to view Jen's items"> </a>
  998. <div class="open">
  999. <h2>jennifer_oneill
  1000. <a href="/neomessages.phtml?type=send&recipient=jennifer_oneill">
  1001. <img src="http://i.imgur.com/LAdjHLJ.png" border="0"></a></h2>
  1002. <img src="http://imgur.com/7IyLYVD.png" style="float: left;"><table class="stats"><tr><th>
  1003. <b>Name:</b> <a href="/userlookup.phtml?user=jennifer_oneill">Jen</a></th>
  1004. <th><b>Gender:</b> Witch</th>
  1005. <th><b>Birthday:</b> Feb 23rd </th>
  1006. </tr><tr><th><b>Time Zone:</b> NST+ #</th>
  1007. <th colspan="2"><b>Position:</b> <b class="hilight">Founder, Second Year</b></th>
  1008. </tr><tr><th><b>Animagus form:</b> None</th>
  1009. <th><b>Boggart:</b> None</th>
  1010. <th><b>Patronus:</b> None</th>
  1011. </tr><tr><th><b>Artifact owned:</b>
  1012. <b class="hilight">None</b></th>
  1013. <th><b>Blood Purity:</b> Muggleborn</th>
  1014. </tr><tr><th><b>Avatars:</b> 6</th>
  1015. <th><b>Superlative:</b> None</th>
  1016. <th><b>Galleons:</b> 198</th>
  1017. </tr></table></div>
  1018. <a id="open23" href="#close23" class="blank" title="click to view Jen's info"> </a>
  1019. <div class="open">
  1020. <div class="close"><h1>
  1021.  
  1022.  
  1023. avatars
  1024.  
  1025. </h1>
  1026. <table style="font: 7.5pt arial;"><tr><td><img src="http://imgur.com/adtRNVd.png" class="av"></td>
  1027. <td><img src="http://imgur.com/8CTObSU.gif" class="av"></td>
  1028. <td><img src="http://i.imgur.com/QTIwXek.gif" class="av"></td>
  1029. <td><img src="http://i.imgur.com/Vkddf6l.gif" class="av"></td>
  1030. <td><img src="http://imgur.com/Ol5kkWB.gif" class="av"></td>
  1031. <td><img src="http://i.imgur.com/oxo8Whi.gif" class="av"></td>
  1032. <td><img src="http://i.imgur.com/pdmCzl2.png" class="av"></td>
  1033. <td><img src="http://i.imgur.com/pdmCzl2.png" class="av"></td>
  1034. <td><img src="http://i.imgur.com/pdmCzl2.png" class="av"></td>
  1035. <td><img src="http://i.imgur.com/pdmCzl2.png" class="av"></td>
  1036. </tr></table><h1>
  1037.  
  1038.  
  1039. trophies
  1040.  
  1041. </h1><center>
  1042. <table style="font: 7.5pt arial; text-align: center;"><tr><td><img src="http://i.imgur.com/g1NBkkw.png" class="item" title="Auction Betting Badge"><br><b>Badge</b></td>
  1043. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  1044. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  1045. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  1046. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  1047. </tr></table></center><br><br><h1>
  1048.  
  1049.  
  1050. personal items
  1051.  
  1052. </h1>
  1053. <center>
  1054. <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>
  1055. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  1056. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  1057. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  1058. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  1059. </tr></table></center><br><br><h1>
  1060.  
  1061.  
  1062. school supplies and books
  1063.  
  1064. </h1><center>
  1065. <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>
  1066. <td><img src="http://i.imgur.com/krDyp2a.png" class="item"><br><b>Uniform</b></td>
  1067. <td><img src="http://i.imgur.com/byX5WG5.png" class="item"><br><b>Name Tags</b></td>
  1068. <td><img src="http://i.imgur.com/4gW3krQ.png" class="item" title="Charmed Leather Gloves"><br><b>Gloves</b></td>
  1069. <td><img src="http://i.imgur.com/eL2odPk.png" class="item" title="Auto-Answer Quill"><br><b>Quill</b></td>
  1070. </tr><tr><td><img src="http://i.imgur.com/Udf06zd.png" class="item"><br><b>Parchment</b></td>
  1071. <td><img src="http://i.imgur.com/m7eWSYb.png" class="item" title="Glass Phials"><br><b>Phials</b></td>
  1072. <td><img src="http://i.imgur.com/rR56fLi.png" class="item" title="Black Ink"><br><b>Ink</b></td>
  1073. <td><img src="http://i.imgur.com/IHHtiGW.png" class="item"><br><b>Brass Scales</b></td>
  1074. <td><img src="http://i.imgur.com/9ZhgzXQ.png" class="item"><br><b>Inkwell</b></td>
  1075. </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>
  1076. <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>
  1077. <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>
  1078. <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>
  1079. <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>
  1080. </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>
  1081. <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>
  1082. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  1083. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  1084. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  1085. </tr></table></center><br><br><h1>
  1086.  
  1087.  
  1088. potion supplies
  1089.  
  1090. </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>
  1091. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  1092. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  1093. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  1094. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  1095. </tr></table></center><br><br><h1>
  1096.  
  1097.  
  1098. collectibles
  1099.  
  1100. </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>
  1101. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  1102. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  1103. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  1104. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  1105. </tr></table></center>
  1106. </div>
  1107. </div>
  1108. </div></div>
  1109.  
  1110.  
  1111.  
  1112.  
  1113.  
  1114.  
  1115.  
  1116.  
  1117.  
  1118.  
  1119.  
  1120.  
  1121.  
  1122.  
  1123. <div id="trunk22" class="mtrunk" style="border-radius: 20px;">
  1124. <div class="profile">
  1125. <a id="close22" href="#open22" class="blank" title="click to view Vana's items"> </a>
  1126. <div class="open">
  1127.  
  1128. <h2>quaivoltaire
  1129. <a href="/neomessages.phtml?type=send&recipient=quaivoltaire">
  1130. <img src="http://i.imgur.com/LAdjHLJ.png" border="0"></a></h2>
  1131. <img src="http://i.imgur.com/GFNw5IU.png" style="float: left;"><table class="stats"><tr><th>
  1132. <b>Name:</b> <a href="/userlookup.phtml?user=quaivoltaire">Vana</a></th>
  1133. <th><b>Gender:</b> Witch</th>
  1134. <th><b>Birthday:</b> September 8th </th>
  1135. </tr><tr><th><b>Time Zone:</b> NST+ 0</th>
  1136. <th colspan="2"><b>Position:</b> <b class="hilight">Third Year</b></th>
  1137. </tr><tr><th><b>Animagus form:</b> None</th>
  1138. <th><b>Boggart:</b> None</th>
  1139. <th><b>Patronus:</b> None</th>
  1140. </tr><tr><th><b>Artifact owned:</b>
  1141. <b class="hilight">None</b></th>
  1142. <th><b>Blood Purity:</b> Pureblood</th>
  1143. </tr><tr><th><b>Avatars:</b> 12</th>
  1144. <th><b>Superlative:</b> None</th>
  1145. <th><b>Galleons:</b> 614</th>
  1146. </tr></table></div>
  1147. <a id="open22" href="#close22" class="blank" title="click to view Vana's info"> </a>
  1148. <div class="open">
  1149. <div class="close">
  1150.  
  1151. <h1>avatars</h1>
  1152. <table style="font: 7.5pt arial;"><tr><td><img src="http://imgur.com/QTJyX5N.png" class="av"></td>
  1153. <td><img src="http://imgur.com/8CTObSU.gif" class="av"></td>
  1154. <td><img src="http://imgur.com/QTIwXek.gif" class="av"></td>
  1155. <td><img src="http://imgur.com/PEi4YCA.gif" class="av"></td>
  1156. <td><img src="http://i.imgur.com/qlaenUD.gif" class="av"></td>
  1157. <td><img src="http://imgur.com/qsW9dqO.gif" class="av"></td>
  1158. <td><img src="http://i.imgur.com/Vkddf6l.gif" class="av"></td>
  1159. <td><img src="http://imgur.com/p6eAGMa.gif" class="av"></td>
  1160. <td><img src="http://imgur.com/Ol5kkWB.gif" class="av"></td>
  1161. <td><img src="http://imgur.com/nap0O2Y.gif" class="av"></td>
  1162. </tr><tr><td><img src="http://imgur.com/8LV3bw0.gif" class="av"></td>
  1163. <td><img src="http://i.imgur.com/adtRNVd.png" class="av"></td>
  1164. <td><img src="http://i.imgur.com/pdmCzl2.png" class="av"></td>
  1165. <td><img src="http://i.imgur.com/pdmCzl2.png" class="av"></td>
  1166. <td><img src="http://i.imgur.com/pdmCzl2.png" class="av"></td>
  1167. <td><img src="http://i.imgur.com/pdmCzl2.png" class="av"></td>
  1168. <td><img src="http://i.imgur.com/pdmCzl2.png" class="av"></td>
  1169. <td><img src="http://i.imgur.com/pdmCzl2.png" class="av"></td>
  1170. <td><img src="http://i.imgur.com/pdmCzl2.png" class="av"></td>
  1171. <td><img src="http://i.imgur.com/pdmCzl2.png" class="av"></td>
  1172. </tr></table><h1>trophies</h1><center>
  1173. <table style="font: 7.5pt arial; text-align: center;"><tr><td><img src="http://imgur.com/UMvYcPB.png" class="item"><br><b>Professor/Host</b></td>
  1174. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  1175. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  1176. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  1177. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  1178. </tr></table></center><br><br><h1>personal items</h1>
  1179. <center>
  1180. <table style="font: 7.5pt arial; text-align: center;"><tr><td><img src="http://i.imgur.com/OHzJ76w.png" class="item" title="Redwood Wand with Dragon Heart-String Core"><br><b>Redwood Wand</b></td>
  1181. <td><img src="http://i.imgur.com/ehXyxAf.png" class="item" title="Palm Rat"><br><b>Gumdrop</b></td>
  1182. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  1183. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  1184. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  1185. </tr></table></center><br><br><h1>school supplies and books</h1><center>
  1186. <table style="font: 7.5pt arial; text-align: center;"><tr><td><img src="http://i.imgur.com/XJFA9zD.png" class="item"><br><b>Cloak</b></td>
  1187. <td><img src="http://i.imgur.com/2ABdh93.png" class="item"><br><b>Uniform</b></td>
  1188. <td><img src="http://i.imgur.com/byX5WG5.png" class="item"><br><b>Name Tags</b></td>
  1189. <td><img src="http://i.imgur.com/4gW3krQ.png" class="item" title="Charmed Leather Gloves"><br><b>Gloves</b></td>
  1190. <td><img src="http://i.imgur.com/ii3vuWu.png" class="item" title="Pink Quill"><br><b>Quill</b></td>
  1191. </tr><tr><td><img src="http://i.imgur.com/Udf06zd.png" class="item"><br><b>Parchment</b></td>
  1192. <td><img src="http://i.imgur.com/vvZQW7D.png" class="item" title="Crystal Phials"><br><b>Phials</b></td>
  1193. <td><img src="http://i.imgur.com/Y2Yxz4g.png" class="item" title="Blue Ink"><br><b>Ink</b></td>
  1194. <td><img src="http://i.imgur.com/IHHtiGW.png" class="item"><br><b>Brass Scales</b></td>
  1195. <td><img src="http://i.imgur.com/9ZhgzXQ.png" class="item"><br><b>Inkwell</b></td>
  1196. </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>
  1197. <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>
  1198. <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>
  1199. <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>
  1200. <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>
  1201. </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>
  1202. <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>
  1203. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  1204. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  1205. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  1206. </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/Xy0mQWG.png" class="item" title="Copper Cauldron"><br><b>Cauldron</b></td>
  1207. <td><img src="http://i.imgur.com/LdFDixW.png" class="item" title="Etched Cauldron"><br><b>Cauldron</b></td>
  1208. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  1209. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  1210. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  1211. </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/P9Ovwxl.png" class="item" title="A Rowena Ravenclaw Chocolate Frog Card - Awarded for being sorted into Ravenclaw"><br><b>Founder Card</b></td>
  1212. <td><img src="http://imgur.com/Tc5adQL.png" class="item" title="Party favor from Joslin's Birthday 2019"><br><b>Blue Wig</b></td>
  1213. <td><img src="http://imgur.com/oFADC3L.png" class="item" title="Party favor from Joslin's Birthday 2019"><br><b>Balloons</b></td>
  1214. <td><img src="http://imgur.com/QWHuwrq.png" class="item" title="Party favor from Joslin's Birthday 2019"><br><b>Birthday Hat</b></td>
  1215. <td><img src="http://imgur.com/HBax2id.png" class="item" title="Hogwart Express Train Toy - Grand Opening Prize Shop"><br><b>Toy</b></td>
  1216. </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>
  1217. <td><img src="http://imgur.com/WrrSKLi.png" class="item" title="Niffler Toy - Grand Opening Prize Shop"><br><b>Toy</b></td>
  1218. <td><img src="http://imgur.com/NtDQ6d4.png" class="item" title="Book Safe - Grand Opening Prize Shop"><br><b>Safe</b></td>
  1219. <td><img src="http://imgur.com/RStv4Tu.png" class="item" title="Sticker Set - Grand Opening Prize Shop"><br><b>Stickers</b></td>
  1220. <td><img src="http://imgur.com/SrbNB4l.png" class="item" title="Sticker Set - Grand Opening Prize Shop"><br><b>Stickers</b></td>
  1221. </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>
  1222. <td><img src="http://imgur.com/kompSZ6.png" class="item" title="Water Bottle - Grand Opening Prize Shop"><br><b>Water Bottle</b></td>
  1223. <td><img src="http://i.imgur.com/gTEkaiU.png" class="item" title="Rainbow Cone"><br><b>Ice Cream</b></td>
  1224. <td><img src="http://i.imgur.com/IxzsKdD.png" class="item" title="Rolled Cookie Ice Cream"><br><b>Ice Cream</b></td>
  1225. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  1226. </tr></table></center>
  1227. </div>
  1228. </div>
  1229. </div></div>
  1230.  
  1231.  
  1232.  
  1233.  
  1234.  
  1235.  
  1236.  
  1237.  
  1238.  
  1239.  
  1240.  
  1241.  
  1242.  
  1243.  
  1244.  
  1245.  
  1246.  
  1247.  
  1248.  
  1249.  
  1250.  
  1251.  
  1252.  
  1253.  
  1254.  
  1255.  
  1256.  
  1257.  
  1258.  
  1259. <br><br><br><br><br><br><br><br></center></div></div></center>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement