Advertisement
pvaaux

Gryffindor Common Room 6/16

Jun 16th, 2019
217
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 66.18 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. #trunk23 b, #nav23 a, #trunk23 .openlink:hover {
  225. color: #7E008F;
  226. }
  227. #trunk17 b, #nav17 a, #trunk17 .openlink:hover {
  228. color: #00FFFF;
  229. }
  230. #trunk54 b, #nav54 a, #trunk54 .openlink:hover {
  231. color: #970303;
  232. }
  233. #trunk24 b, #nav24 a, #trunk24 .openlink:hover {
  234. color: #1436BE;
  235. }
  236. #trunk76 b, #nav76 a, #trunk76 .openlink:hover {
  237. color: #6700b2;
  238. }
  239. </style><div class="dormnav" style="position: fixed;">
  240. <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>
  241.  
  242.  
  243.  
  244.  
  245. <div class="members" style="position: fixed;">
  246. <center>
  247. <table class="membernav"><td id="nav23"><a href="#trunk24">Susan</a></td>
  248. <td id="nav12"><a href="#trunk12">Alex</a></td>
  249. <td id="nav18"><a href="#trunk18">Turner</a></td>
  250. <td id="nav23"><a href="#trunk23">Jennifer</a></td>
  251. <td id="nav17"><a href="#trunk17">Aiyana</a>
  252. </td><td id="nav54"><a href="#trunk54">Sophie</a></td>
  253. <td id="nav76"><a href="#trunk76">Sadie</a></td>
  254.  
  255. </table></center></div>
  256.  
  257.  
  258.  
  259. <center><div style="margin-top: 70px;">
  260. <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>
  261. <td><a href="/~slugclubshops" class="linkies">diagon alley</a></td>
  262. <td><a href="/~slugclubministry" class="linkies">the ministry</a></td>
  263. <td><a href="/~thefloonetwork" class="linkies">TFN</a></td>
  264.  
  265.  
  266. </tr></table><div id="header" style="position: absolute;"> <center>
  267.  
  268.  
  269.  
  270.  
  271.  
  272.  
  273.  
  274.  
  275.  
  276.  
  277.  
  278.  
  279.  
  280.  
  281.  
  282.  
  283. <div id="trunk24" class="mtrunk" style="border-radius: 20px;">
  284. <div class="profile">
  285. <a id="close23" href="#open23" class="blank" title="click to view Susan's items"> </a>
  286. <div class="open">
  287.  
  288.  
  289. <h2>sanera998536
  290. <a href="/neomessages.phtml?type=send&recipient=sanera998536">
  291. <img src="http://i.imgur.com/LAdjHLJ.png" border="0"></a></h2>
  292. <img src="http://imgur.com/lFloPVj.png" style="float: left;"><table class="stats"><tr><th>
  293. <b>Name:</b> <a href="/userlookup.phtml?user=sanera998536">Susan</a></th>
  294. <th><b>Gender:</b> Witch</th>
  295. <th><b>Birthday:</b> May 23rd </th>
  296. </tr><tr><th><b>Time Zone:</b> NST+ 1</th>
  297. <th colspan="2"><b>Position:</b> <b class="hilight">Fourth Year, Head of House, Professor</b></th>
  298. </tr><tr><th><b>Animagus form:</b> None</th>
  299. <th><b>Boggart:</b> None</th>
  300. <th><b>Patronus:</b> Brown Bear</th>
  301. </tr><tr><th><b>Artifact owned:</b>
  302. <b class="hilight">None</b></th>
  303. <th><b>Blood Purity:</b> Half-Blood</th>
  304. </tr><tr><th><b>Avatars:</b> 28</th>
  305. <th><b>Superlative:</b> None</th>
  306. <th><b>Galleons:</b> 1366</th>
  307. </tr></table></div>
  308. <a id="open23" href="#close23" class="blank" title="click to view Susan's info"> </a>
  309. <div class="open">
  310. <div class="close"><h1>
  311.  
  312.  
  313. avatars
  314.  
  315. </h1>
  316. <table style="font: 7.5pt arial;"><tr><td><img src="http://imgur.com/QTJyX5N.png" class="av"></td>
  317. <td><img src="http://imgur.com/8CTObSU.gif" class="av"></td>
  318. <td><img src="http://i.imgur.com/QTIwXek.gif" class="av"></td>
  319. <td><img src="http://imgur.com/7hRKiZM.gif" class="av"></td>
  320. <td><img src="http://i.imgur.com/bFRYv9C.png" class="av"></td>
  321. <td><img src="http://i.imgur.com/Vkddf6l.gif" class="av"></td>
  322. <td><img src="http://imgur.com/48Q85ml.gif" class="av"></td>
  323. <td><img src="http://i.imgur.com/Awvlv23.png" class="av"></td>
  324. <td><img src="http://i.imgur.com/W9dRoPr.gif" class="av"></td>
  325. <td><img src="http://imgur.com/Ol5kkWB.gif" class="av"></td></tr><tr><td><img src="http://i.imgur.com/qlaenUD.gif" class="av"></td>
  326. <td><img src="http://imgur.com/mYdTUqm.gif" class="av"></td>
  327. <td><img src="http://imgur.com/XKmvv1a.gif" class="av"></td>
  328. <td><img src="http://i.imgur.com/bn9o1Id.gif" class="av"></td>
  329. <td><img src="http://imgur.com/CkGz3PK.gif" class="av"></td>
  330. <td><img src="http://imgur.com/3WGcX6J.gif" class="av"></td>
  331. <td><img src="http://imgur.com/nap0O2Y.gif" class="av"></td>
  332. <td><img src="http://i.imgur.com/6woLnaM.gif" class="av"></td>
  333. <td><img src="http://imgur.com/aAEnifk.gif" class="av"></td>
  334. <td><img src="http://imgur.com/8LV3bw0.gif" class="av"></td>
  335. </tr><tr><td><img src="http://imgur.com/PEi4YCA.gif" class="av"></td>
  336. <td><img src="http://i.imgur.com/qAKBtfW.gif" class="av"></td>
  337. <td><img src="http://i.imgur.com/T5IWMqb.gif" class="av"></td>
  338. <td><img src="http://i.imgur.com/SUQNEUq.gif" class="av"></td>
  339. <td><img src="http://i.imgur.com/QRCvPjh.gif" class="av"></td>
  340. <td><img src="http://imgur.com/xFsXb9P.gif" class="av"></td>
  341. <td><img src="http://imgur.com/LGFdemR.gif" class="av"></td>
  342. <td><img src="http://i.imgur.com/adtRNVd.png" class="av"></td>
  343. <td><img src="http://i.imgur.com/pdmCzl2.png" class="av"></td>
  344. <td><img src="http://i.imgur.com/pdmCzl2.png" class="av"></td>
  345. </tr></table><h1>
  346.  
  347.  
  348. trophies
  349.  
  350. </h1><center>
  351. <table style="font: 7.5pt arial; text-align: center;"><tr><td><img src="http://imgur.com/R2xb8TV.png" class="item" title="Brown Bear"><br><b>Patronus</b></td>
  352. <td><img src="http://i.imgur.com/g1NBkkw.png" class="item"><br><b>Auctions</b></td>
  353. <td><img src="http://imgur.com/UMvYcPB.png" class="item"><br><b>Professor/Host</b></td>
  354. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  355. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  356. </tr></table></center><br><br><h1>personal items</h1>
  357. <center>
  358. <table style="font: 7.5pt arial; text-align: center;"><tr><td><img src="http://i.imgur.com/v7gjbSk.png" class="item" title="Poplar Wand with Dragon Heart-String Core"><br><b>Poplar Wand</b></td>
  359. <td><img src="http://i.imgur.com/AaRCf7b.png" class="item" title="Ginger Cat"><br><b>Shirley</b></td>
  360. <td><img src="http://i.imgur.com/2Fy2WcN.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. </tr></table></center><br><br><h1>
  364.  
  365.  
  366. school supplies and books
  367.  
  368. </h1><center>
  369. <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>
  370. <td><img src="http://i.imgur.com/2ABdh93.png" class="item"><br><b>Uniform</b></td>
  371. <td><img src="http://i.imgur.com/byX5WG5.png" class="item"><br><b>Name Tags</b></td>
  372. <td><img src="http://i.imgur.com/4gW3krQ.png" class="item" title="Charmed Leather Gloves"><br><b>Gloves</b></td>
  373. <td><img src="http://i.imgur.com/stkJUVV.png" class="item" title="Blue Quill"><br><b>Quill</b></td>
  374. </tr><tr><td><img src="http://i.imgur.com/L5EJfHW.png" class="item"><br><b>Parchment</b></td>
  375. <td><img src="http://i.imgur.com/m7eWSYb.png" class="item" title="Glass Phials"><br><b>Phials</b></td>
  376. <td><img src="http://i.imgur.com/Y2Yxz4g.png" class="item" title="Blue Ink"><br><b>Ink</b></td>
  377. <td><img src="http://i.imgur.com/IHHtiGW.png" class="item"><br><b>Brass Scales</b></td>
  378. <td><img src="http://i.imgur.com/9ZhgzXQ.png" class="item"><br><b>Inkwell</b></td>
  379. </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>
  380. <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>
  381. <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>
  382. <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>
  383. <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>
  384. </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>
  385. <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>
  386. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  387. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  388. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  389. </tr></table></center><br><br><h1>
  390.  
  391.  
  392. potion supplies
  393.  
  394. </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>
  395. <td><img src="http://i.imgur.com/EB8ePPn.png" class="item" title="Unicorn Hair"><br><b>Ingredient</b></td>
  396. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  397. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  398. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  399. </tr></table></center><br><br><h1>
  400.  
  401.  
  402. collectibles
  403.  
  404. </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>
  405. <td><img src="http://imgur.com/Tc5adQL.png" class="item" title="Party favor from Joslin's Birthday 2019"><br><b>Blue Wig</b></td>
  406. <td><img src="http://imgur.com/oFADC3L.png" class="item" title="Party favor from Joslin's Birthday 2019"><br><b>Balloons</b></td>
  407. <td><img src="http://imgur.com/QWHuwrq.png" class="item" title="Party favor from Joslin's Birthday 2019"><br><b>Birthday Hat</b></td>
  408. <td><img src="http://imgur.com/HBax2id.png" class="item" title="Hogwart Express Train Toy - Grand Opening Prize Shop"><br><b>Toy</b></td>
  409. </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>
  410. <td><img src="http://imgur.com/WrrSKLi.png" class="item" title="Niffler Toy - Grand Opening Prize Shop"><br><b>Toy</b></td>
  411. <td><img src="http://imgur.com/NtDQ6d4.png" class="item" title="Book Safe - Grand Opening Prize Shop"><br><b>Safe</b></td>
  412. <td><img src="http://imgur.com/RStv4Tu.png" class="item" title="Sticker Set - Grand Opening Prize Shop"><br><b>Stickers</b></td>
  413. <td><img src="http://imgur.com/SrbNB4l.png" class="item" title="Sticker Set - Grand Opening Prize Shop"><br><b>Stickers</b></td>
  414. </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>
  415. <td><img src="http://imgur.com/kompSZ6.png" class="item" title="Water Bottle - Grand Opening Prize Shop"><br><b>Water Bottle</b></td>
  416. <td><img src="http://imgur.com/1wEQVpc.png" class="item" title="Golden Snitch Game - Grand Opening Prize Shop"><br><b>Game</b></td>
  417. <td><img src="http://imgur.com/HYrFs1r.png" class="item" title="Exploding Bonbons - Grand Opening Prize Shop"><br><b>WWW Item</b></td>
  418. <td><img src="http://imgur.com/xZkD7cK.png" class="item" title="Socks - Grand Opening Prize Shop"><br><b>Socks</b></td>
  419. </tr><tr><td><img src="http://imgur.com/oTqCYDw.png" class="item" title="Quote Journal - Grand Opening Prize Shop"><br><b>Journal</b></td>
  420. <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>
  421. <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>
  422. <td><img src="http://i.imgur.com/nB0gpa4.png" class="item" title="Black Tea Cup"><br><b>Tea Cup</b></td>
  423. <td><img src="http://i.imgur.com/vVBOLdi.png" class="item" title="Movie Night Set - Triathlon Prize Shop"><br><b>Gift Set</b></td></tr><tr><td><img src="http://i.imgur.com/cfgVovG.png" class="item" title="Friends Collectible Figurine - Triathlon Prize Shop"><br><b>Figurine</b></td>
  424. <td><img src="http://i.imgur.com/U83GkSj.png" class="item" title="Harry Potter Chocolate Frog Card - Triathlon Prize Shop"><br><b>Frog Card</b></td>
  425. <td><img src="http://i.imgur.com/Blt9reH.png" class="item" title="Limited Edition Book Collection - Triathlon Prize Shop"><br><b>Collection</b></td>
  426. <td><img src="http://i.imgur.com/2wots2Y.png" class="item" title="Replica Hogwarts Trunk - Triathlon Prize Shop"><br><b>Replica</b></td>
  427. <td><img src="http://i.imgur.com/nlhT4Vw.png" class="item" title="Spectrespecs - Triathlon Prize Shop"><br><b>Spectrespecs</b></td></tr><tr><td><img src="http://i.imgur.com/JSxczU3.png" class="item" title="Newt Gift Set - Triathlon Prize Shop"><br><b>Gift Set</b></td>
  428. <td><img src="http://i.imgur.com/OUYn6ZW.png" class="item" title="Bertie Bott's Every Flavoured Beans"><br><b>Sweet</b></td>
  429. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  430. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  431. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  432. </tr></table></center>
  433. </div>
  434. </div>
  435. </div></div>
  436.  
  437.  
  438.  
  439.  
  440.  
  441.  
  442.  
  443.  
  444.  
  445.  
  446.  
  447.  
  448.  
  449.  
  450.  
  451.  
  452. <div id="trunk12" class="mtrunk" style="border-radius: 20px;">
  453. <div class="profile">
  454. <a id="close12" href="#open12" class="blank" title="click to view Alex's items"> </a>
  455. <div class="open">
  456.  
  457. <h2>ifiranthezo0
  458. <a href="/neomessages.phtml?type=send&recipient=ifiranthezo0">
  459. <img src="http://i.imgur.com/LAdjHLJ.png" border="0"></a></h2>
  460. <img src="http://imgur.com/4FpPWQP.png" style="float: left;"><table class="stats"><tr><th>
  461. <b>Name:</b> <a href="/userlookup.phtml?user=ifiranthezo0">Alex</a></th>
  462. <th><b>Gender:</b> Witch</th>
  463. <th><b>Birthday:</b> December 9th </th>
  464. </tr><tr><th><b>Time Zone:</b> NST </th>
  465. <th colspan="2"><b>Position:</b> <b class="hilight">Fourth Year, Prefect, Yearbook Editor</b></th>
  466. </tr><tr><th><b>Animagus form:</b> None</th>
  467. <th><b>Boggart:</b> None</th>
  468. <th><b>Patronus:</b> Hummingbird</th>
  469. </tr><tr><th><b>Artifact owned:</b>
  470. <b class="hilight">None</b></th>
  471. <th><b>Blood Purity:</b> Half-Blood </th>
  472. </tr><tr><th><b>Avatars:</b> 31</th>
  473. <th><b>Superlative:</b> None</th>
  474. <th><b>Galleons:</b> 524</th>
  475. </tr></table></div>
  476. <a id="open12" href="#close12" class="blank" title="click to view Alex's info"> </a>
  477. <div class="open">
  478. <div class="close"><h1>
  479.  
  480.  
  481. avatars
  482.  
  483. </h1>
  484. <table style="font: 7.5pt arial;"><tr><td><img src="http://imgur.com/adtRNVd.png" class="av"></td>
  485. <td><img src="http://imgur.com/8CTObSU.gif" class="av"></td>
  486. <td><img src="http://i.imgur.com/QTIwXek.gif" class="av"></td>
  487. <td><img src="http://imgur.com/9bnIUCk.gif" class="av"></td>
  488. <td><img src="http://imgur.com/laBNxuK.gif" class="av"></td>
  489. <td><img src="http://i.imgur.com/qlaenUD.gif" class="av"></td>
  490. <td><img src="http://i.imgur.com/hmiG4lU.gif" class="av"></td>
  491. <td><img src="http://i.imgur.com/bFRYv9C.png" class="av"></td>
  492. <td><img src="http://i.imgur.com/Vkddf6l.gif" class="av"></td>
  493. <td><img src="http://i.imgur.com/qAKBtfW.gif" class="av"></td>
  494. </tr><tr><td><img src="http://i.imgur.com/ybVZKXD.gif" class="av"></td>
  495. <td><img src="http://imgur.com/KW7MeVD.gif" class="av"></td>
  496. <td><img src="http://i.imgur.com/fpdEdW9.gif" class="av"></td>
  497. <td><img src="http://i.imgur.com/Awvlv23.png" class="av"></td>
  498. <td><img src="http://i.imgur.com/W9dRoPr.gif" class="av"></td>
  499. <td><img src="http://imgur.com/PEi4YCA.gif" class="av"></td>
  500. <td><img src="http://imgur.com/Ol5kkWB.gif" class="av"></td>
  501. <td><img src="http://i.imgur.com/oxo8Whi.gif" class="av"></td>
  502. <td><img src="http://imgur.com/HW0CiLs.gif" class="av"></td>
  503. <td><img src="http://imgur.com/aAEnifk.gif" class="av"></td></tr><tr><td><img src="http://imgur.com/mYdTUqm.png" class="av"></td>
  504. <td><img src="http://imgur.com/nap0O2Y.gif" class="av"></td>
  505. <td><img src="http://imgur.com/7hRKiZM.gif" class="av"></td>
  506. <td><img src="http://imgur.com/8LV3bw0.gif" class="av"></td>
  507. <td><img src="http://i.imgur.com/T5IWMqb.gif" class="av"></td>
  508. <td><img src="http://imgur.com/MnYMmQg.gif" class="av"></td>
  509. <td><img src="http://imgur.com/fcmtyMl.gif" class="av"></td>
  510. <td><img src="http://imgur.com/tkGd7g3.gif" class="av"></td>
  511. <td><img src="http://imgur.com/9YOtscD.gif" class="av"></td>
  512. <td><img src="http://imgur.com/p6eAGMa.gif" class="av"></td> </tr><tr><td><img src="http://i.imgur.com/TMBP54R.gif" class="av"></td>
  513. <td><img src="http://i.imgur.com/pdmCzl2.png" class="av"></td>
  514. <td><img src="http://i.imgur.com/pdmCzl2.png" class="av"></td>
  515. <td><img src="http://i.imgur.com/pdmCzl2.png" class="av"></td>
  516. <td><img src="http://i.imgur.com/pdmCzl2.png" class="av"></td>
  517. <td><img src="http://i.imgur.com/pdmCzl2.png" class="av"></td>
  518. <td><img src="http://i.imgur.com/pdmCzl2.png" class="av"></td>
  519. <td><img src="http://i.imgur.com/pdmCzl2.png" class="av"></td>
  520. <td><img src="http://i.imgur.com/pdmCzl2.png" class="av"></td>
  521. <td><img src="http://i.imgur.com/pdmCzl2.png" class="av"></td>
  522.  
  523.  
  524. </tr></table><h1>
  525.  
  526.  
  527.  
  528. trophies
  529.  
  530. </h1><center><table style="font: 7.5pt arial; text-align: center;"><tr><td><img src="http://imgur.com/Q3mN6qn.png" class="item" title="Hummingbird"><br><b>Patronus</b></td>
  531. <td><img src="http://i.imgur.com/g1NBkkw.png" class="item"><br><b>Auctions</b></td>
  532. <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>
  533. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  534. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  535. </tr></table></center><br><br><h1>
  536.  
  537. personal items
  538.  
  539. </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>
  540. <td><img src="http://i.imgur.com/myuooFI.png" class="item" title="Elf Owl"><br><b>Winnie</b></td>
  541. <td><img src="http://i.imgur.com/kyWE11p.png" class="item"><br><b>Tinderblast</b></td>
  542. <td><img src="http://i.imgur.com/st46gXE.png" class="item"><br><b>Fancy Dress Robes</b></td>
  543. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  544. </tr></table></center><br><br><h1>
  545.  
  546.  
  547. school supplies and books
  548.  
  549. </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>
  550. <td><img src="http://i.imgur.com/krDyp2a.png" class="item"><br><b>Uniform</b></td>
  551. <td><img src="http://i.imgur.com/byX5WG5.png" class="item"><br><b>Name Tags</b></td>
  552. <td><img src="http://i.imgur.com/I0k6OcV.png" class="item" title="Dragon Hide Gloves"><br><b>Gloves</b></td>
  553. <td><img src="http://i.imgur.com/stkJUVV.png" class="item" title="Blue Quill"><br><b>Quill</b></td>
  554. </tr><tr><td><img src="http://i.imgur.com/Udf06zd.png" class="item"><br><b>Parchment</b></td>
  555. <td><img src="http://i.imgur.com/m7eWSYb.png" class="item" title="Glass Phials"><br><b>Phials</b></td>
  556. <td><img src="http://i.imgur.com/Y2Yxz4g.png" class="item" title="Blue Ink"><br><b>Ink</b></td>
  557. <td><img src="http://i.imgur.com/IHHtiGW.png" class="item"><br><b>Brass Scales</b></td>
  558. <td><img src="http://i.imgur.com/9ZhgzXQ.png" class="item"><br><b>Inkwell</b></td>
  559. </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>
  560. <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>
  561. <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>
  562. <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>
  563. <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>
  564. </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>
  565. <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>
  566. <td><img src="http://i.imgur.com/jBpxn5o.png" class="item" title="Magical Me"><br><b>M.M.</b></td>
  567. <td><img src="http://i.imgur.com/U7VKXzx.png" class="item" title="Charm Your Own Cheese"><br><b>C.Y.O.C.</b></td>
  568. <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>
  569. <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>
  570. <td><img src="http://i.imgur.com/Twh0zdh.png" class="item" title="Magical Theory by Adalbert Waffling"><br><b>M.T.</b></td>
  571. <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>
  572. <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>
  573. </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>
  574. <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>
  575. <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>
  576. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  577. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td></tr></table></center>
  578. <br><br><h1>
  579.  
  580.  
  581. potion supplies
  582.  
  583. </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>
  584. <td><img src="http://i.imgur.com/txs61XH.png" class="item" title="Acromantula Venom"><br><b>Ingredient</b></td>
  585. <td><img src="http://i.imgur.com/p2NVwMe.png" class="item" title="Rose Oil"><br><b>Ingredient</b></td>
  586. <td><img src="http://i.imgur.com/T2V9wMW.png" class="item" title="Lethe River Water"><br><b>Ingredient</b></td>
  587. <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>
  588. <td><img src="http://i.imgur.com/3O1JVuz.png" class="item" title="Dried Billywig Stings"><br><b>Ingredient</b></td>
  589. <td><img src="http://i.imgur.com/IT1NEFu.png" class="item" title="Eel's Eyes"><br><b>Ingredient</b></td>
  590. <td><img src="http://i.imgur.com/f4LfSIe.png" class="item" title="Flobberworm Mucus"><br><b>Ingredient</b></td>
  591. <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>
  592. <td><img src="http://i.imgur.com/wMd4kxi.png" class="item" title="Powdered Dragon Horn"><br><b>Ingredient</b></td>
  593. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  594. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  595. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  596. </tr></table></center><br><br><h1>
  597.  
  598. collectibles
  599.  
  600. </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>
  601. <td><img src="http://imgur.com/Tc5adQL.png" class="item" title="Party favor from Joslin's Birthday 2019"><br><b>Blue Wig</b></td>
  602. <td><img src="http://imgur.com/oFADC3L.png" class="item" title="Party favor from Joslin's Birthday 2019"><br><b>Balloons</b></td>
  603. <td><img src="http://imgur.com/QWHuwrq.png" class="item" title="Party favor from Joslin's Birthday 2019"><br><b>Birthday Hat</b></td>
  604. <td><img src="http://imgur.com/HBax2id.png" class="item" title="Hogwart Express Train Toy - Grand Opening Prize Shop"><br><b>Toy</b></td>
  605. </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>
  606. <td><img src="http://imgur.com/WrrSKLi.png" class="item" title="Niffler Toy - Grand Opening Prize Shop"><br><b>Toy</b></td>
  607. <td><img src="http://imgur.com/NtDQ6d4.png" class="item" title="Book Safe - Grand Opening Prize Shop"><br><b>Safe</b></td>
  608. <td><img src="http://imgur.com/RStv4Tu.png" class="item" title="Sticker Set - Grand Opening Prize Shop"><br><b>Stickers</b></td>
  609. <td><img src="http://imgur.com/SrbNB4l.png" class="item" title="Sticker Set - Grand Opening Prize Shop"><br><b>Stickers</b></td>
  610. </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>
  611. <td><img src="http://imgur.com/kompSZ6.png" class="item" title="Water Bottle - Grand Opening Prize Shop"><br><b>Water Bottle</b></td>
  612. <td><img src="http://imgur.com/1wEQVpc.png" class="item" title="Golden Snitch Game - Grand Opening Prize Shop"><br><b>Game</b></td>
  613. <td><img src="http://imgur.com/HYrFs1r.png" class="item" title="Exploding Bonbons - Grand Opening Prize Shop"><br><b>WWW Item</b></td>
  614. <td><img src="http://imgur.com/xZkD7cK.png" class="item" title="Socks - Grand Opening Prize Shop"><br><b>Socks</b></td>
  615. </tr><tr><td><img src="http://imgur.com/oTqCYDw.png" class="item" title="Quote Journal - Grand Opening Prize Shop"><br><b>Journal</b></td>
  616. <td><img src="http://i.imgur.com/gTEkaiU.png" class="item" title="Rainbow Cone"><br><b>Ice Cream</b></td>
  617. <td><img src="http://i.imgur.com/k6862bj.png" class="item" title="Triple Sherbet Sundae"><br><b>Ice Cream</b></td>
  618. <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>
  619. <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>
  620. </tr><tr><td><img src="http://i.imgur.com/nB0gpa4.png" class="item"><br><b>Tea Cup</b></td>
  621. <td><img src="http://i.imgur.com/YYzg8GG.png" class="item" title="Herbology Poster - Triathlon Prize Shop"><br><b>Poster</b></td>
  622. <td><img src="http://i.imgur.com/nlhT4Vw.png" class="item" title="Spectrespecs - Triathlon Prize Shop"><br><b>Spectrespecs</b></td>
  623. <td><img src="http://i.imgur.com/cfgVovG.png" class="item" title="Friends Collectible Figurine - Triathlon Prize Shop"><br><b>Figurine</b></td>
  624. <td><img src="http://i.imgur.com/U83GkSj.png" class="item" title="Harry Potter Chocolate Frog Card - Triathlon Prize Shop"><br><b>Frog Card</b></td></tr><tr><td><img src="http://imgur.com/N15akcX.png" class="item" title="Horace Slughorn's Hourglass - Triathlon Prize Shop"><br><b>Hourglass</b></td>
  625. <td><img src="http://i.imgur.com/Blt9reH.png" class="item" title="Limited Edition Book Collection - Triathlon Prize Shop"><br><b>Collection</b></td>
  626. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  627. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  628. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  629. </tr></table></center>
  630. </div>
  631. </div>
  632. </div></div>
  633.  
  634.  
  635.  
  636.  
  637.  
  638.  
  639.  
  640.  
  641.  
  642.  
  643.  
  644.  
  645.  
  646.  
  647.  
  648.  
  649.  
  650.  
  651. <div id="trunk18" class="mtrunk" style="border-radius: 20px;">
  652. <div class="profile">
  653. <a id="close18" href="#open18" class="blank" title="click to view Turner's items"> </a>
  654. <div class="open">
  655.  
  656. <h2>pirateluffy437
  657. <a href="/neomessages.phtml?type=send&recipient=pirateluffy437">
  658. <img src="http://i.imgur.com/LAdjHLJ.png" border="0"></a></h2>
  659. <img src="http://i.imgur.com/kujmYmv.png.png" style="float: left;"><table class="stats"><tr><th>
  660. <b>Name:</b> <a href="/userlookup.phtml?user=pirateluffy437">Turner</a></th>
  661. <th><b>Gender:</b> Wizard </th>
  662. <th><b>Birthday:</b> June 29th </th>
  663. </tr><tr><th><b>Time Zone:</b> NST+ 9</th>
  664. <th colspan="2"><b>Position:</b> <b class="hilight">Fourth Year, Armourer, Host</b></th>
  665. </tr><tr><th><b>Animagus form:</b> None</th>
  666. <th><b>Boggart:</b> None</th>
  667. <th><b>Patronus:</b> Liger</th>
  668. </tr><tr><th><b>Artifact owned:</b>
  669. <b class="hilight">None</b></th>
  670. <th><b>Blood Purity:</b> Half-Blood</th>
  671. </tr><tr><th><b>Avatars:</b> 18</th>
  672. <th><b>Superlative:</b> None</th>
  673. <th><b>Galleons:</b> 340 </th>
  674. </tr></table></div>
  675. <a id="open18" href="#close18" class="blank" title="click to view Turner's info"> </a>
  676. <div class="open">
  677. <div class="close">
  678.  
  679.  
  680. <h1>avatars</h1>
  681.  
  682. <table style="font: 7.5pt arial;"><tr><td><img src="http://imgur.com/adtRNVd.png" class="av"></td>
  683. <td><img src="http://imgur.com/8CTObSU.gif" class="av"></td>
  684. <td><img src="http://imgur.com/e6WpIry.gif" class="av"></td>
  685. <td><img src="http://i.imgur.com/wkomtd8.gif" class="av"></td>
  686. <td><img src="http://i.imgur.com/QTIwXek.gif" class="av"></td>
  687. <td><img src="http://i.imgur.com/qlaenUD.gif" class="av"></td>
  688. <td><img src="http://i.imgur.com/Vkddf6l.gif" class="av"></td>
  689. <td><img src="http://i.imgur.com/qAKBtfW.gif" class="av"></td>
  690. <td><img src="http://i.imgur.com/ZY0721H.gif" class="av"></td>
  691. <td><img src="http://i.imgur.com/W9dRoPr.gif" class="av"></td>
  692. </tr><tr><td><img src="http://imgur.com/Ol5kkWB.gif" class="av"></td>
  693. <td><img src="http://imgur.com/mYdTUqm.gif" class="av"></td>
  694. <td><img src="http://imgur.com/63BZmaD.gif" class="av"></td>
  695. <td><img src="http://imgur.com/nap0O2Y.gif" class="av"></td>
  696. <td><img src="http://imgur.com/8LV3bw0.gif" class="av"></td>
  697. <td><img src="http://imgur.com/9YOtscD.gif" class="av"></td>
  698. <td><img src="http://imgur.com/eWtEqcm.gif" class="av"></td>
  699. <td><img src="http://i.imgur.com/T5IWMqb.gif" class="av"></td>
  700. <td><img src="http://imgur.com/xFsXb9P.gif" class="av"></td>
  701. <td><img src="http://i.imgur.com/pdmCzl2.png" class="av"></td>
  702. </tr></table><h1>
  703.  
  704.  
  705. trophies
  706.  
  707. </h1><center>
  708. <table style="font: 7.5pt arial; text-align: center;"><tr><td><img src="http://imgur.com/6kDXuEX.png" class="item" title="Liger"><br><b>Patronus</b></td>
  709. <td><img src="http://i.imgur.com/g1NBkkw.png" class="item"><br><b>Auctions</b></td>
  710. <td><img src="http://i.imgur.com/UMvYcPB.png" class="item"><br><b>Professor/Host</b></td>
  711. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  712. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  713. </tr></table></center><br><br><h1>
  714.  
  715.  
  716. personal items
  717.  
  718. </h1>
  719. <center>
  720. <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>
  721. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  722. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</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. </tr></table></center><br><br><h1>
  726.  
  727.  
  728. school supplies and books
  729.  
  730. </h1><center>
  731. <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>
  732. <td><img src="http://i.imgur.com/8ctVMFS.png" class="item"><br><b>Uniform</b></td>
  733. <td><img src="http://i.imgur.com/byX5WG5.png" class="item"><br><b>Name Tags</b></td>
  734. <td><img src="http://i.imgur.com/IaYjmzr.png" class="item" title="Chameleon Skin Gloves"><br><b>Gloves</b></td>
  735. <td><img src="http://i.imgur.com/eL2odPk.png" class="item" title="Auto-Answer Quill"><br><b>Quill</b></td>
  736. </tr><tr><td><img src="http://i.imgur.com/DL4pDFE.png" class="item"><br><b>Parchment</b></td>
  737. <td><img src="http://i.imgur.com/vvZQW7D.png" class="item" title="Crystal Phials"><br><b>Phials</b></td>
  738. <td><img src="http://i.imgur.com/rR56fLi.png" class="item" title="Black Ink"><br><b>Ink</b></td>
  739. <td><img src="http://i.imgur.com/IHHtiGW.png" class="item"><br><b>Brass Scales</b></td>
  740. <td><img src="http://i.imgur.com/9ZhgzXQ.png" class="item"><br><b>Inkwell</b></td>
  741. </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>
  742. <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>
  743. <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>
  744. <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>
  745. <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>
  746. </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>
  747. <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>
  748. <td><img src="http://i.imgur.com/qXWt0el.png" class="item"><br><b>Remembrall</b></td>
  749. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  750. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  751. </tr></table></center><br><br><h1>
  752.  
  753.  
  754. potion supplies
  755.  
  756. </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>
  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><br><br><h1>
  762.  
  763.  
  764. collectibles
  765.  
  766. </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>
  767. <td><img src="http://imgur.com/Tc5adQL.png" class="item" title="Party favor from Joslin's Birthday 2019"><br><b>Blue Wig</b></td>
  768. <td><img src="http://imgur.com/oFADC3L.png" class="item" title="Party favor from Joslin's Birthday 2019"><br><b>Balloons</b></td>
  769. <td><img src="http://imgur.com/QWHuwrq.png" class="item" title="Party favor from Joslin's Birthday 2019"><br><b>Birthday Hat</b></td>
  770. <td><img src="http://imgur.com/HBax2id.png" class="item" title="Hogwart Express Train Toy - Grand Opening Prize Shop"><br><b>Toy</b></td>
  771. </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>
  772. <td><img src="http://imgur.com/WrrSKLi.png" class="item" title="Niffler Toy - Grand Opening Prize Shop"><br><b>Toy</b></td>
  773. <td><img src="http://imgur.com/NtDQ6d4.png" class="item" title="Book Safe - Grand Opening Prize Shop"><br><b>Safe</b></td>
  774. <td><img src="http://imgur.com/RStv4Tu.png" class="item" title="Sticker Set - Grand Opening Prize Shop"><br><b>Stickers</b></td>
  775. <td><img src="http://imgur.com/SrbNB4l.png" class="item" title="Sticker Set - Grand Opening Prize Shop"><br><b>Stickers</b></td>
  776. </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>
  777. <td><img src="http://imgur.com/kompSZ6.png" class="item" title="Water Bottle - Grand Opening Prize Shop"><br><b>Water Bottle</b></td>
  778. <td><img src="http://imgur.com/1wEQVpc.png" class="item" title="Golden Snitch Game - Grand Opening Prize Shop"><br><b>Game</b></td>
  779. <td><img src="http://imgur.com/HYrFs1r.png" class="item" title="Exploding Bonbons - Grand Opening Prize Shop"><br><b>WWW Item</b></td>
  780. <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>
  781. </tr><tr><td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  782. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  783. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  784. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  785. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  786. </tr></table></center>
  787. </div>
  788. </div>
  789. </div></div>
  790.  
  791.  
  792.  
  793.  
  794.  
  795.  
  796.  
  797.  
  798.  
  799.  
  800.  
  801.  
  802.  
  803.  
  804.  
  805.  
  806.  
  807.  
  808.  
  809.  
  810.  
  811.  
  812.  
  813.  
  814.  
  815.  
  816.  
  817.  
  818.  
  819.  
  820.  
  821.  
  822.  
  823.  
  824. <div id="trunk23" class="mtrunk" style="border-radius: 20px;">
  825. <div class="profile">
  826. <a id="close23" href="#open23" class="blank" title="click to view Jen's items"> </a>
  827. <div class="open">
  828. <h2>jennifer_oneill
  829. <a href="/neomessages.phtml?type=send&recipient=jennifer_oneill">
  830. <img src="http://i.imgur.com/LAdjHLJ.png" border="0"></a></h2>
  831. <img src="http://imgur.com/7IyLYVD.png" style="float: left;"><table class="stats"><tr><th>
  832. <b>Name:</b> <a href="/userlookup.phtml?user=jennifer_oneill">Jen</a></th>
  833. <th><b>Gender:</b> Witch</th>
  834. <th><b>Birthday:</b> Feb 23rd </th>
  835. </tr><tr><th><b>Time Zone:</b> NST+ #</th>
  836. <th colspan="2"><b>Position:</b> <b class="hilight">Founder, Second Year</b></th>
  837. </tr><tr><th><b>Animagus form:</b> None</th>
  838. <th><b>Boggart:</b> None</th>
  839. <th><b>Patronus:</b> None</th>
  840. </tr><tr><th><b>Artifact owned:</b>
  841. <b class="hilight">None</b></th>
  842. <th><b>Blood Purity:</b> Muggleborn</th>
  843. </tr><tr><th><b>Avatars:</b> 6</th>
  844. <th><b>Superlative:</b> None</th>
  845. <th><b>Galleons:</b> 198</th>
  846. </tr></table></div>
  847. <a id="open23" href="#close23" class="blank" title="click to view Jen's info"> </a>
  848. <div class="open">
  849. <div class="close"><h1>
  850.  
  851.  
  852. avatars
  853.  
  854. </h1>
  855. <table style="font: 7.5pt arial;"><tr><td><img src="http://imgur.com/adtRNVd.png" class="av"></td>
  856. <td><img src="http://imgur.com/8CTObSU.gif" class="av"></td>
  857. <td><img src="http://i.imgur.com/QTIwXek.gif" class="av"></td>
  858. <td><img src="http://i.imgur.com/Vkddf6l.gif" class="av"></td>
  859. <td><img src="http://imgur.com/Ol5kkWB.gif" class="av"></td>
  860. <td><img src="http://i.imgur.com/oxo8Whi.gif" class="av"></td>
  861. <td><img src="http://i.imgur.com/pdmCzl2.png" class="av"></td>
  862. <td><img src="http://i.imgur.com/pdmCzl2.png" class="av"></td>
  863. <td><img src="http://i.imgur.com/pdmCzl2.png" class="av"></td>
  864. <td><img src="http://i.imgur.com/pdmCzl2.png" class="av"></td>
  865. </tr></table><h1>
  866.  
  867.  
  868. trophies
  869.  
  870. </h1><center>
  871. <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>
  872. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</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. </tr></table></center><br><br><h1>
  877.  
  878.  
  879. personal items
  880.  
  881. </h1>
  882. <center>
  883. <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>
  884. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  885. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  886. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  887. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  888. </tr></table></center><br><br><h1>
  889.  
  890.  
  891. school supplies and books
  892.  
  893. </h1><center>
  894. <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>
  895. <td><img src="http://i.imgur.com/krDyp2a.png" class="item"><br><b>Uniform</b></td>
  896. <td><img src="http://i.imgur.com/byX5WG5.png" class="item"><br><b>Name Tags</b></td>
  897. <td><img src="http://i.imgur.com/4gW3krQ.png" class="item" title="Charmed Leather Gloves"><br><b>Gloves</b></td>
  898. <td><img src="http://i.imgur.com/eL2odPk.png" class="item" title="Auto-Answer Quill"><br><b>Quill</b></td>
  899. </tr><tr><td><img src="http://i.imgur.com/Udf06zd.png" class="item"><br><b>Parchment</b></td>
  900. <td><img src="http://i.imgur.com/m7eWSYb.png" class="item" title="Glass Phials"><br><b>Phials</b></td>
  901. <td><img src="http://i.imgur.com/rR56fLi.png" class="item" title="Black Ink"><br><b>Ink</b></td>
  902. <td><img src="http://i.imgur.com/IHHtiGW.png" class="item"><br><b>Brass Scales</b></td>
  903. <td><img src="http://i.imgur.com/9ZhgzXQ.png" class="item"><br><b>Inkwell</b></td>
  904. </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>
  905. <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>
  906. <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>
  907. <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>
  908. <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>
  909. </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>
  910. <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>
  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. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  914. </tr></table></center><br><br><h1>
  915.  
  916.  
  917. potion supplies
  918.  
  919. </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>
  920. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  921. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  922. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  923. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  924. </tr></table></center><br><br><h1>
  925.  
  926.  
  927. collectibles
  928.  
  929. </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>
  930. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  931. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  932. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  933. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  934. </tr></table></center>
  935. </div>
  936. </div>
  937. </div></div>
  938.  
  939.  
  940.  
  941.  
  942.  
  943.  
  944.  
  945.  
  946.  
  947.  
  948.  
  949.  
  950.  
  951.  
  952.  
  953.  
  954.  
  955.  
  956.  
  957.  
  958.  
  959.  
  960.  
  961.  
  962.  
  963.  
  964.  
  965. <div id="trunk17" class="mtrunk" style="border-radius: 20px;">
  966. <div class="profile">
  967. <a id="close17" href="#open17" class="blank" title="click to view Aiyana's items"> </a>
  968. <div class="open">
  969.  
  970. <h2>rynne
  971. <a href="/neomessages.phtml?type=send&recipient=rynne">
  972. <img src="http://i.imgur.com/LAdjHLJ.png" border="0"></a></h2>
  973. <img src="http://i.imgur.com/hKrfFUW.png" style="float: left;"><table class="stats"><tr><th>
  974. <b>Name:</b> <a href="/userlookup.phtml?user=rynne">Aiyana</a></th>
  975. <th><b>Gender:</b> Witch</th>
  976. <th><b>Birthday:</b> June 17th </th>
  977. </tr><tr><th><b>Time Zone:</b> NST- 3</th>
  978. <th colspan="2"><b>Position:</b> <b class="hilight">First Year</b></th>
  979. </tr><tr><th><b>Animagus form:</b> None</th>
  980. <th><b>Boggart:</b> None</th>
  981. <th><b>Patronus:</b> None</th>
  982. </tr><tr><th><b>Artifact owned:</b>
  983. <b class="hilight">None</b></th>
  984. <th><b>Blood Purity:</b> Half-Blood</th>
  985. </tr><tr><th><b>Avatars:</b> 6</th>
  986. <th><b>Superlative:</b> None</th>
  987. <th><b>Galleons:</b> 187</th>
  988. </tr></table></div>
  989. <a id="open17" href="#close17" class="blank" title="click to view Aiyana's info"> </a>
  990. <div class="open">
  991. <div class="close"><h1>
  992.  
  993.  
  994. avatars
  995.  
  996. </h1><table style="font: 7.5pt arial;"><tr><td><img src="http://imgur.com/adtRNVd.png" class="av"></td>
  997. <td><img src="http://imgur.com/8CTObSU.gif" class="av"></td>
  998. <td><img src="http://imgur.com/7hRKiZM.gif" class="av"></td>
  999. <td><img src="http://i.imgur.com/V1vJkt7.gif" class="av"></td>
  1000. <td><img src="http://i.imgur.com/TMBP54R.gif" class="av"></td>
  1001. <td><img src="http://imgur.com/MShX2bf.gif" class="av"></td>
  1002. <td><img src="http://i.imgur.com/pdmCzl2.png" class="av"></td>
  1003. <td><img src="http://i.imgur.com/pdmCzl2.png" class="av"></td>
  1004. <td><img src="http://i.imgur.com/pdmCzl2.png" class="av"></td>
  1005. <td><img src="http://i.imgur.com/pdmCzl2.png" class="av"></td>
  1006. </tr></table><h1>trophies</h1><center>
  1007. <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>
  1008. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  1009. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  1010. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  1011. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  1012. </tr></table></center><br><br><h1>personal items</h1>
  1013. <center>
  1014. <table style="font: 7.5pt arial; text-align: center;"><tr><td><img src="http://i.imgur.com/TqeLpcI.png" class="item" title="Hawthorn Wand with Unicorn Tail Hair Core"><br><b>Hawthorn Wand</b></td>
  1015. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  1016. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  1017. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  1018. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  1019. </tr></table></center><br><br><h1>school supplies and books</h1><center>
  1020. <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>
  1021. <td><img src="http://i.imgur.com/krDyp2a.png" class="item"><br><b>Uniform</b></td>
  1022. <td><img src="http://i.imgur.com/byX5WG5.png" class="item"><br><b>Name Tags</b></td>
  1023. <td><img src="http://i.imgur.com/4gW3krQ.png" class="item" title="Charmed Leather Gloves"><br><b>Gloves</b></td>
  1024. <td><img src="http://i.imgur.com/2zz96zv.png" class="item" title="Anti-Cheating Quill"><br><b>Quill</b></td>
  1025. </tr><tr><td><img src="http://i.imgur.com/DL4pDFE.png" class="item"><br><b>Parchment</b></td>
  1026. <td><img src="http://i.imgur.com/m7eWSYb.png" class="item" title="Glass Phials"><br><b>Phials</b></td>
  1027. <td><img src="http://i.imgur.com/rR56fLi.png" class="item" title="Black Ink"><br><b>Ink</b></td>
  1028. <td><img src="http://i.imgur.com/IHHtiGW.png" class="item"><br><b>Brass Scales</b></td>
  1029. <td><img src="http://i.imgur.com/9ZhgzXQ.png" class="item"><br><b>Inkwell</b></td>
  1030. </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>
  1031. <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>
  1032. <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>
  1033. <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>
  1034. <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>
  1035. </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>
  1036. <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>
  1037. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  1038. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  1039. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  1040. </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>
  1041. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  1042. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</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. </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>
  1046. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  1047. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  1048. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  1049. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  1050. </tr></table></center>
  1051. </div>
  1052. </div>
  1053. </div></div>
  1054.  
  1055.  
  1056.  
  1057.  
  1058.  
  1059. <div id="trunk54" class="mtrunk" style="border-radius: 20px;">
  1060. <div class="profile">
  1061. <a id="close54" href="#open54" class="blank" title="click to view Sophie's items"> </a>
  1062. <div class="open">
  1063.  
  1064. <h2>wolvesrul23
  1065. <a href="/neomessages.phtml?type=send&recipient=wolvesrul23">
  1066. <img src="http://i.imgur.com/LAdjHLJ.png" border="0"></a></h2>
  1067. <img src="http://imgur.com/lvzLqEK.png" style="float: left;"><table class="stats"><tr><th>
  1068. <b>Name:</b> <a href="/userlookup.phtml?user=wolvesrul23">Sophie</a></th>
  1069. <th><b>Gender:</b> Wix</th>
  1070. <th><b>Birthday:</b> March 31st </th>
  1071. </tr><tr><th><b>Time Zone:</b> NST+ 2</th>
  1072. <th colspan="2"><b>Position:</b> <b class="hilight">First Year</b></th>
  1073. </tr><tr><th><b>Animagus form:</b> None</th>
  1074. <th><b>Boggart:</b> None</th>
  1075. <th><b>Patronus:</b> None</th>
  1076. </tr><tr><th><b>Artifact owned:</b>
  1077. <b class="hilight">None</b></th>
  1078. <th><b>Blood Purity:</b> Muggleborn</th>
  1079. </tr><tr><th><b>Avatars:</b> 2</th>
  1080. <th><b>Superlative:</b> None</th>
  1081. <th><b>Galleons:</b> 15</th>
  1082. </tr></table></div>
  1083. <a id="open54" href="#close54" class="blank" title="click to view Sophie's info"> </a>
  1084. <div class="open">
  1085. <div class="close"><h1>
  1086.  
  1087.  
  1088. avatars
  1089.  
  1090. </h1><table style="font: 7.5pt arial;"><tr><td><img src="http://imgur.com/adtRNVd.png" class="av"></td>
  1091. <td><img src="http://imgur.com/8CTObSU.gif" class="av"></td>
  1092. <td><img src="http://i.imgur.com/pdmCzl2.png" class="av"></td>
  1093. <td><img src="http://i.imgur.com/pdmCzl2.png" class="av"></td>
  1094. <td><img src="http://i.imgur.com/pdmCzl2.png" class="av"></td>
  1095. <td><img src="http://i.imgur.com/pdmCzl2.png" class="av"></td>
  1096. <td><img src="http://i.imgur.com/pdmCzl2.png" class="av"></td>
  1097. <td><img src="http://i.imgur.com/pdmCzl2.png" class="av"></td>
  1098. <td><img src="http://i.imgur.com/pdmCzl2.png" class="av"></td>
  1099. <td><img src="http://i.imgur.com/pdmCzl2.png" class="av"></td>
  1100. </tr></table><h1>trophies</h1><center>
  1101. <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>
  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. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  1106. </tr></table></center><br><br><h1>personal items</h1>
  1107. <center>
  1108. <table style="font: 7.5pt arial; text-align: center;"><tr><td><img src="http://i.imgur.com/lWbnrIq.png" class="item" title="Fir Wand with Dragon Heart-String Core"><br><b>Fir Wand</b></td>
  1109. <td><img src="http://i.imgur.com/iRHa1Ar.png" class="item" title="Common Barn Owl"><br><b>Fyra</b></td>
  1110. <td><img src="http://i.imgur.com/przGGGY.png" class="item"><br><b>Cleansweep One</b></td>
  1111. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  1112. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  1113.  
  1114. </tr></table></center><br><br><h1>school supplies and books</h1><center>
  1115. <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>
  1116. <td><img src="http://i.imgur.com/krDyp2a.png" class="item"><br><b>Uniform</b></td>
  1117. <td><img src="http://i.imgur.com/8ctVMFS.png" class="item"><br><b>Uniform</b></td>
  1118. <td><img src="http://i.imgur.com/byX5WG5.png" class="item"><br><b>Name Tags</b></td>
  1119. <td><img src="http://i.imgur.com/I0k6OcV.png" class="item" title="Dragon Hide Gloves"><br><b>Gloves</b></td>
  1120. </tr><tr><td><img src="http://i.imgur.com/BrS6oVz.png" class="item" title="Black Quill"><br><b>Quill</b></td>
  1121. <td><img src="http://i.imgur.com/Udf06zd.png" class="item"><br><b>Parchment</b></td>
  1122. <td><img src="http://i.imgur.com/vvZQW7D.png" class="item" title="Crystal Phials"><br><b>Phials</b></td>
  1123. <td><img src="http://i.imgur.com/rR56fLi.png" class="item" title="Black Ink"><br><b>Ink</b></td>
  1124. <td><img src="http://i.imgur.com/IHHtiGW.png" class="item"><br><b>Brass Scales</b></td>
  1125. </tr><tr><td><img src="http://i.imgur.com/9ZhgzXQ.png" class="item"><br><b>Inkwell</b></td>
  1126. <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>
  1127. <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>
  1128. <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>
  1129. <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>
  1130. </tr><tr><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>
  1131. <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>
  1132. <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>
  1133. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  1134. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  1135. </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>
  1136. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  1137. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  1138. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  1139. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  1140. </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>
  1141. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  1142. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  1143. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  1144. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  1145. </tr></table></center>
  1146. </div>
  1147. </div>
  1148. </div></div>
  1149.  
  1150.  
  1151.  
  1152.  
  1153.  
  1154.  
  1155.  
  1156.  
  1157.  
  1158.  
  1159.  
  1160.  
  1161.  
  1162.  
  1163.  
  1164.  
  1165.  
  1166.  
  1167.  
  1168.  
  1169.  
  1170.  
  1171. <div id="trunk76" class="mtrunk" style="border-radius: 20px;">
  1172. <div class="profile">
  1173. <a id="close76" href="#open76" class="blank" title="click to view Sadie's items"> </a>
  1174. <div class="open">
  1175.  
  1176. <h2>sem1548
  1177. <a href="/neomessages.phtml?type=send&recipient=sem1548">
  1178. <img src="http://i.imgur.com/LAdjHLJ.png" border="0"></a></h2>
  1179. <img src="http://imgur.com/iZvWVv2.png" style="float: left;"><table class="stats"><tr><th>
  1180. <b>Name:</b> <a href="/userlookup.phtml?user=sem1548">Sadie</a></th>
  1181. <th><b>Gender:</b> Witch</th>
  1182. <th><b>Birthday:</b> December 9th </th>
  1183. </tr><tr><th><b>Time Zone:</b> NST+ 3 </th>
  1184. <th colspan="2"><b>Position:</b> <b class="hilight">First Year</b></th>
  1185. </tr><tr><th><b>Animagus form:</b> None</th>
  1186. <th><b>Boggart:</b> None</th>
  1187. <th><b>Patronus:</b> None</th>
  1188. </tr><tr><th><b>Artifact owned:</b>
  1189. <b class="hilight">None</b></th>
  1190. <th><b>Blood Purity:</b>Pureblood</th>
  1191. </tr><tr><th><b>Avatars:</b> 3</th>
  1192. <th><b>Superlative:</b> None</th>
  1193. <th><b>Galleons:</b> 144</th>
  1194. </tr></table></div>
  1195. <a id="open76" href="#close76" class="blank" title="click to view Sadie's info"> </a>
  1196. <div class="open">
  1197. <div class="close"><h1>
  1198.  
  1199.  
  1200. avatars
  1201.  
  1202. </h1><table style="font: 7.5pt arial;"><tr><td>
  1203. <img src="http://imgur.com/adtRNVd.png" class="av"></td>
  1204. <td><img src="http://imgur.com/8CTObSU.gif" class="av"></td>
  1205. <td><img src="http://imgur.com/7hRKiZM.gif" class="av"></td>
  1206. <td><img src="http://i.imgur.com/pdmCzl2.png" class="av"></td>
  1207. <td><img src="http://i.imgur.com/pdmCzl2.png" class="av"></td>
  1208. <td><img src="http://i.imgur.com/pdmCzl2.png" class="av"></td>
  1209. <td><img src="http://i.imgur.com/pdmCzl2.png" class="av"></td>
  1210. <td><img src="http://i.imgur.com/pdmCzl2.png" class="av"></td>
  1211. <td><img src="http://i.imgur.com/pdmCzl2.png" class="av"></td>
  1212. <td><img src="http://i.imgur.com/pdmCzl2.png" class="av"></td>
  1213. </tr></table><h1>trophies</h1><center>
  1214. <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>
  1215. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  1216. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  1217. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  1218. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  1219. </tr></table></center><br><br><h1>personal items</h1>
  1220. <center>
  1221. <table style="font: 7.5pt arial; text-align: center;"><tr><td><img src="http://i.imgur.com/GoOuCpK.png" class="item" title="Elm Wand with Unicorn Tail Hair core"><br><b>Elm Wand</b></td>
  1222. <td><img src="http://i.imgur.com/mMWdJv2.png" class="item" title="Great Horned Owl"><br><b>Theodore</b></td>
  1223. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  1224. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  1225. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  1226. </tr></table></center><br><br><h1>school supplies and books</h1><center>
  1227. <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>
  1228. <td><img src="http://i.imgur.com/krDyp2a.png" class="item"><br><b>Uniform</b></td>
  1229. <td><img src="http://i.imgur.com/byX5WG5.png" class="item"><br><b>Name Tags</b></td>
  1230. <td><img src="http://i.imgur.com/IaYjmzr.png" class="item" title="Chameleon Skin Gloves"><br><b>Gloves</b></td>
  1231. <td><img src="http://i.imgur.com/stkJUVV.png" class="item" title="Blue Quill"><br><b>Quill</b></td>
  1232. </tr><tr><td><img src="http://i.imgur.com/DL4pDFE.png" class="item"><br><b>Parchment</b></td>
  1233. <td><img src="http://i.imgur.com/m7eWSYb.png" class="item" title="Glass Phials"><br><b>Phials</b></td>
  1234.  
  1235. <td><img src="http://i.imgur.com/Y2Yxz4g.png" class="item" title="Blue Ink"><br><b>Ink</b></td>
  1236. <td><img src="http://i.imgur.com/IHHtiGW.png" class="item"><br><b>Brass Scales</b></td>
  1237. <td><img src="http://i.imgur.com/9ZhgzXQ.png" class="item"><br><b>Inkwell</b></td>
  1238. </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>
  1239. <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>
  1240. <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>
  1241. <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>
  1242. <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>
  1243. </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>
  1244. <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>
  1245. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  1246. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  1247. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  1248. </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>
  1249. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  1250. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  1251. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  1252. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  1253. </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>
  1254. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  1255. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  1256. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  1257. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  1258. </tr></table></center>
  1259. </div>
  1260. </div>
  1261. </div></div>
  1262.  
  1263.  
  1264.  
  1265.  
  1266.  
  1267.  
  1268. </center></div>
  1269. </div></center>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement