Advertisement
pvaaux

Ravenclaw Common Room 4/8

Apr 8th, 2019
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 67.40 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/XyPdcNH/Slugg-Club-RCR-BG.jpg") top center fixed no-repeat;
  20. background-color: #1a2038;
  21. }
  22. .members {
  23. bottom: 0px;
  24. left: 0px;
  25. height: 60px;
  26. width: 100%;
  27. background: #273982;
  28. z-index: 110;
  29. }
  30. b, a {
  31. color: #0c2eb8;
  32. }
  33. .hilight {
  34. color: #0c2eb8 !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: #273982;
  157. width: 120px;
  158. color: #937128 !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: #937128;
  203. display: inline-block;
  204. text-align: center;
  205. }
  206. .membernav a:hover {
  207. background: #5063b4;
  208. }
  209. #trunk7 b, #nav7 a, #trunk7 .openlink:hover {
  210. color: #035e35;
  211. }
  212. #trunk31 b, #nav31 a, #trunk31 .openlink:hover {
  213. color: #6700b2;
  214. }
  215. #trunk44 b, #nav44 a, #trunk44 .openlink:hover {
  216. color: #FF96CB;
  217. }
  218. #trunk4 b, #nav4 a, #trunk4 .openlink:hover {
  219. color: #6700b2;
  220. }
  221. #trunk22 b, #nav22 a, #trunk22 .openlink:hover {
  222. color: #000000;
  223. }
  224. #trunk23 b, #nav23 a, #trunk23 .openlink:hover {
  225. color: #1436BE;
  226. }
  227. #trunk84 b, #nav84 a, #trunk84 .openlink:hover {
  228. color: #f18100;
  229. }
  230. </style><div class="dormnav" style="position: fixed;">
  231. <img src="http://i.ibb.co/h948hQk/ravenclaw-navi.png" usemap="#image-map"><map name="image-map"><area alt="Gryffindor Common Room" title="Gryffindor Common Room" href="/~thefatlady_" coords="0,9,10,1,42,3,49,9,48,39,42,47,9,50,1,39" shape="poly"><area alt="Hufflepuff Common Room" title="Hufflepuff Common Room" href="/~nearthekitchens" coords="9,50,41,50,48,61,49,87,48,99,7,98,0,89,0,59" shape="poly"><area alt="Slytherin Common Room" title="Slytherin Common Room" href="/~inthedungeons" coords="0,111,7,103,40,103,48,114,48,141,39,149,8,148,2,138" shape="poly"></map></div>
  232.  
  233.  
  234.  
  235. <div class="members" style="position: fixed;">
  236. <center>
  237. <table class="membernav"><tr><td id="nav7"><a href="#trunk7">Katy</a></td>
  238. <td id="nav31"><a href="#trunk31">Caroline</a></td>
  239. <td id="nav4"><a href="#trunk4">Miche</a></td>
  240. <td id="nav22"><a href="#trunk22">Vana</a></td>
  241. <td id="nav23"><a href="#trunk23">Susan</a></td>
  242. <td id="nav44"><a href="#trunk44">Claire</a></td>
  243. <td id="nav84"><a href="#trunk84">Emily</a></td>
  244. </tr></table></center></div>
  245.  
  246.  
  247.  
  248. <center><div style="margin-top: 70px;">
  249. <img src="http://i.ibb.co/BwG684P/ravenclawdormitory.png"><br><table><tr><td><a href="/guilds/guild.phtml?id=4180479" class="linkies">guild home</a></td>
  250. <td><a href="/slugclubshops" class="linkies">diagon alley</a></td>
  251. <td><a href="/~slugclubministry" class="linkies">the ministry</a></td>
  252. <td><a href="/~thefloonetwork" class="linkies">TFN</a></td>
  253.  
  254.  
  255. </tr></table><div id="header" style="position: absolute;"> <center>
  256.  
  257.  
  258.  
  259.  
  260.  
  261.  
  262.  
  263.  
  264.  
  265.  
  266.  
  267.  
  268.  
  269.  
  270.  
  271.  
  272.  
  273. <div id="trunk7" class="mtrunk" style="border-radius: 20px;">
  274. <div class="profile">
  275. <a id="close7" href="#open7" class="blank" title="click to view Katy's items"> </a>
  276. <div class="open">
  277.  
  278. <h2>celeste_esther
  279. <a href="/neomessages.phtml?type=send&recipient=celeste_esther">
  280. <img src="http://i.imgur.com/LAdjHLJ.png" border="0"></a></h2>
  281. <img src="http://imgur.com/v54DJTo.png" style="float: left;"><table class="stats"><tr><th>
  282. <b>Name:</b> <a href="/userlookup.phtml?user=celeste_esther">Katy</a></th>
  283. <th><b>Gender:</b> Witch</th>
  284. <th><b>Birthday:</b> June 4th </th>
  285. </tr><tr><th><b>Time Zone:</b> NST+ 3</th>
  286. <th colspan="2"><b>Position:</b> <b class="hilight">Founder, Second Year, Head of House, Potions Master</b></th>
  287. </tr><tr><th><b>Animagus form:</b> None</th>
  288. <th><b>Boggart:</b> None</th>
  289. <th><b>Patronus:</b> None</th>
  290. </tr><tr><th><b>Artifact owned:</b>
  291. <b class="hilight">None</b></th>
  292. <th><b>Blood Purity:</b>Half-Blood</th>
  293. </tr><tr><th><b>Avatars:</b> 19</th>
  294. <th><b>Superlative:</b> None</th>
  295. <th><b>Galleons:</b> 214</th>
  296. </tr></table></div>
  297. <a id="open7" href="#close7" class="blank" title="click to view Katy's info"> </a>
  298. <div class="open">
  299. <div class="close">
  300.  
  301. <h1>avatars</h1>
  302. <table style="font: 7.5pt arial;"><tr><td><img src="http://imgur.com/QTJyX5N.png" class="av"></td>
  303. <td><img src="http://imgur.com/8CTObSU.gif" class="av"></td>
  304. <td><img src="http://imgur.com/QTIwXek.gif" class="av"></td>
  305. <td><img src="http://imgur.com/ZqLX6b5.gif" class="av"></td>
  306. <td><img src="http://imgur.com/3WGcX6J.gif" class="av"></td>
  307. <td><img src="http://i.imgur.com/wkomtd8.gif" class="av"></td>
  308. <td><img src="http://i.imgur.com/TMBP54R.gif" class="av"></td>
  309. <td><img src="http://imgur.com/7hRKiZM.gif" class="av"></td>
  310. <td><img src="http://imgur.com/qsW9dqO.gif" class="av"></td>
  311. <td><img src="http://imgur.com/48Q85ml.gif" class="av"></td>
  312. </tr><tr><td><img src="http://i.imgur.com/oxo8Whi.gif" class="av"></td>
  313. <td><img src="http://i.imgur.com/hmiG4lU.gif" class="av"></td>
  314. <td><img src="http://i.imgur.com/bFRYv9C.png" class="av"></td>
  315. <td><img src="http://i.imgur.com/Vkddf6l.gif" class="av"></td>
  316. <td><img src="http://i.imgur.com/ZY0721H.gif" class="av"></td>
  317. <td><img src="http://i.imgur.com/Awvlv23.png" class="av"></td>
  318. <td><img src="http://i.imgur.com/W9dRoPr.gif" class="av"></td>
  319. <td><img src="http://imgur.com/Ol5kkWB.gif" class="av"></td>
  320. <td><img src="http://imgur.com/mYdTUqm.gif" class="av"></td>
  321. <td><img src="http://i.imgur.com/pdmCzl2.png" class="av"></td>
  322. </tr></table><h1>trophies</h1><center>
  323. <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>
  324. <td><img src="http://i.imgur.com/g1NBkkw.png" class="item"><br><b>Auctions</b></td>
  325. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  326. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  327. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  328. </tr></table></center><br><br><h1>personal items</h1>
  329. <center>
  330. <table style="font: 7.5pt arial; text-align: center;"><tr><td><img src="http://i.imgur.com/hpJCOsk.png" class="item" title="Holly Wand with Veela Hair Core"><br><b>Holly Wand</b></td>
  331. <td><img src="http://i.imgur.com/uuj5TAc.png" class="item" title="Holland Lop Transforming Rabbit"><br><b>Nacho</b></td>
  332. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  333. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  334. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  335. </tr></table></center><br><br><h1>school supplies and books</h1><center>
  336. <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>
  337. <td><img src="http://i.imgur.com/2ABdh93.png" class="item"><br><b>Uniform</b></td>
  338. <td><img src="http://i.imgur.com/byX5WG5.png" class="item"><br><b>Name Tags</b></td>
  339. <td><img src="http://i.imgur.com/I0k6OcV.png" class="item" title="Dragon Hide Gloves"><br><b>Gloves</b></td>
  340. <td><img src="http://i.imgur.com/BrS6oVz.png" class="item" title="Black Quill"><br><b>Quill</b></td>
  341. </tr><tr><td><img src="http://i.imgur.com/DL4pDFE.png" class="item"><br><b>Parchment</b></td>
  342. <td><img src="http://i.imgur.com/vvZQW7D.png" class="item" title="Crystal Phials"><br><b>Phials</b></td>
  343. <td><img src="http://i.imgur.com/rR56fLi.png" class="item" title="Black Ink"><br><b>Ink</b></td>
  344. <td><img src="http://i.imgur.com/IHHtiGW.png" class="item"><br><b>Brass Scales</b></td>
  345. <td><img src="http://i.imgur.com/9ZhgzXQ.png" class="item"><br><b>Inkwell</b></td>
  346. </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>
  347. <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>
  348. <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>
  349. <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>
  350. <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>
  351. </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>
  352. <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>
  353. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</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.  
  357.  
  358. </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>
  359. <td><img src="http://i.imgur.com/Xy0mQWG.png" class="item" title="Copper Cauldron"><br><b>Cauldron</b></td>
  360. <td><img src="http://i.imgur.com/30atvKz.png" class="item" title="Pewter Cauldron"><br><b>Cauldron</b></td>
  361. <td><img src="http://i.imgur.com/JwYX6lm.png" class="item" title="Self-Stirring Cauldron"><br><b>Cauldron</b></td>
  362. <td><img src="http://i.imgur.com/Cc2bk4V.png" class="item" title="Silver Cauldron"><br><b>Cauldron</b></td>
  363. </tr><tr><td><img src="http://i.imgur.com/rr7qpx1.png" class="item" title="Pewter Skull Cauldron"><br><b>Cauldron</b></td>
  364. <td><img src="http://imgur.com/LdFDixW.png" class="item" title="Etched Cauldron"><br><b>Cauldron</b></td>
  365. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  366. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  367. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  368.  
  369. </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>
  370. <td><img src="http://imgur.com/Tc5adQL.png" class="item" title="Party favor from Joslin's Birthday 2019"><br><b>Blue Wig</b></td>
  371. <td><img src="http://imgur.com/oFADC3L.png" class="item" title="Party favor from Joslin's Birthday 2019"><br><b>Balloons</b></td>
  372. <td><img src="http://imgur.com/QWHuwrq.png" class="item" title="Party favor from Joslin's Birthday 2019"><br><b>Birthday Hat</b></td>
  373. <td><img src="http://imgur.com/HBax2id.png" class="item" title="Hogwart Express Train Toy - Grand Opening Prize Shop"><br><b>Toy</b></td>
  374. </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>
  375. <td><img src="http://imgur.com/WrrSKLi.png" class="item" title="Niffler Toy - Grand Opening Prize Shop"><br><b>Toy</b></td>
  376. <td><img src="http://imgur.com/NtDQ6d4.png" class="item" title="Book Safe - Grand Opening Prize Shop"><br><b>Safe</b></td>
  377. <td><img src="http://imgur.com/RStv4Tu.png" class="item" title="Sticker Set - Grand Opening Prize Shop"><br><b>Stickers</b></td>
  378. <td><img src="http://imgur.com/SrbNB4l.png" class="item" title="Sticker Set - Grand Opening Prize Shop"><br><b>Stickers</b></td>
  379. </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>
  380. <td><img src="http://imgur.com/kompSZ6.png" class="item" title="Water Bottle - Grand Opening Prize Shop"><br><b>Water Bottle</b></td>
  381. <td><img src="http://imgur.com/1wEQVpc.png" class="item" title="Golden Snitch Game - Grand Opening Prize Shop"><br><b>Game</b></td>
  382. <td><img src="http://imgur.com/HYrFs1r.png" class="item" title="Exploding Bonbons - Grand Opening Prize Shop"><br><b>WWW Item</b></td>
  383. <td><img src="http://imgur.com/xZkD7cK.png" class="item" title="Socks - Grand Opening Prize Shop"><br><b>Socks</b></td>
  384. </tr><tr><td><img src="http://imgur.com/oTqCYDw.png" class="item" title="Quote Journal - Grand Opening Prize Shop"><br><b>Journal</b></td>
  385. <td><img src="http://i.imgur.com/vWlMeon.png" class="item" title="Banana Split"><br><b>Ice Cream</b></td>
  386. <td><img src="http://i.imgur.com/K2pAMGK.png" class="item" title="Chocolate & Cookie Dough Cone"><br><b>Ice Cream</b></td>
  387. <td><img src="http://i.imgur.com/r45FWUi.png" class="item" title="Chocolate Milkshake"><br><b>Milkshake</b></td>
  388. <td><img src="http://i.imgur.com/10wHgZf.png" class="item" title="Cookies& Cream Milkshake"><br><b>Milkshake</b></td>
  389. </tr><tr><td><img src="http://i.imgur.com/JelrL92.png" class="item" title="Deluxe Ice Cream Sundae"><br><b>Ice Cream</b></td>
  390. <td><img src="http://i.imgur.com/ThY85wL.png" class="item" title="Hot Fudge Sundae"><br><b>Ice Cream</b></td>
  391. <td><img src="http://i.imgur.com/cVN2nqJ.png" class="item" title="Ice Cream Cookie Sandwich"><br><b>Ice Cream</b></td>
  392. <td><img src="http://i.imgur.com/Kvq66ZG.png" class="item" title="Mint Chocolate Chip Cone"><br><b>Ice Cream</b></td>
  393. <td><img src="http://i.imgur.com/gTEkaiU.png" class="item" title="Rainbow Cone"><br><b>Ice Cream</b></td>
  394. </tr><tr><td><img src="http://i.imgur.com/oPmqJEw.png" class="item" title="Root Beer Float"><br><b>Ice Cream</b></td>
  395. <td><img src="http://i.imgur.com/NjNjyNA.png" class="item" title="Single Chocolate Scoop"><br><b>Ice Cream</b></td>
  396. <td><img src="http://i.imgur.com/lUCjxQW.png" class="item" title="Single Strawberry Scoop"><br><b>Ice Cream</b></td>
  397. <td><img src="http://i.imgur.com/GFGgMIh.png" class="item" title="Single Vanilla Scoop"><br><b>Ice Cream</b></td>
  398. <td><img src="http://i.imgur.com/X3ZHVm2.png" class="item" title="Strawberry Milkshake"><br><b>Milkshake</b></td>
  399. </tr><tr><td><img src="http://i.imgur.com/k6862bj.png" class="item" title="Triple Sherbet Sundae"><br><b>Frozen Treat</b></td>
  400. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  401. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  402. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  403. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  404.  
  405.  
  406.  
  407. </tr></table></center>
  408. </div>
  409. </div>
  410. </div></div>
  411.  
  412.  
  413.  
  414.  
  415.  
  416.  
  417.  
  418.  
  419.  
  420.  
  421.  
  422.  
  423.  
  424.  
  425.  
  426.  
  427.  
  428.  
  429.  
  430. <div id="trunk31" class="mtrunk" style="border-radius: 20px;">
  431. <div class="profile">
  432. <a id="close31" href="#open31" class="blank" title="click to view Caroline's items"> </a>
  433. <div class="open">
  434.  
  435. <h2>cedric_is_cute111
  436. <a href="/neomessages.phtml?type=send&recipient=cedric_is_cute111">
  437. <img src="http://i.imgur.com/LAdjHLJ.png" border="0"></a></h2>
  438. <img src="http://imgur.com/BBxStFf.png" style="float: left;"><table class="stats"><tr><th>
  439. <b>Name:</b> <a href="/userlookup.phtml?user=cedric_is_cute111">Caroline</a></th>
  440. <th><b>Gender:</b> Witch </th>
  441. <th><b>Birthday:</b> January 11th </th>
  442. </tr><tr><th><b>Time Zone:</b> NST </th>
  443. <th colspan="2"><b>Position:</b> <b class="hilight">Second Year, Professor</b></th>
  444. </tr><tr><th><b>Animagus form:</b> None</th>
  445. <th><b>Boggart:</b> None</th>
  446. <th><b>Patronus:</b> None</th>
  447. </tr><tr><th><b>Artifact owned:</b>
  448. <b class="hilight">None</b></th>
  449. <th><b>Blood Purity:</b> Pureblood </th>
  450. </tr><tr><th><b>Avatars:</b> 13</th>
  451. <th><b>Superlative:</b> None</th>
  452. <th><b>Galleons:</b> 291</th>
  453. </tr></table></div>
  454. <a id="open31" href="#close31" class="blank" title="click to view Caroline's info"> </a>
  455. <div class="open">
  456. <div class="close">
  457.  
  458. <h1>avatars</h1>
  459. <table style="font: 7.5pt arial;"><tr><td><img src="http://imgur.com/QTJyX5N.png" class="av"></td>
  460. <td><img src="http://imgur.com/8CTObSU.gif" class="av"></td>
  461. <td><img src="http://imgur.com/QTIwXek.gif" class="av"></td>
  462. <td><img src="http://imgur.com/3WGcX6J.gif" class="av"></td>
  463. <td><img src="http://i.imgur.com/qlaenUD.gif" class="av"></td>
  464. <td><img src="http://imgur.com/7hRKiZM.gif" class="av"></td>
  465. <td><img src="http://i.imgur.com/hmiG4lU.gif" class="av"></td>
  466. <td><img src="http://i.imgur.com/bFRYv9C.png" class="av"></td>
  467. <td><img src="http://i.imgur.com/Vkddf6l.gif" class="av"></td>
  468. <td><img src="http://i.imgur.com/ZY0721H.gif" class="av"></td>
  469. </tr><tr><td><img src="http://i.imgur.com/Awvlv23.png" class="av"></td>
  470. <td><img src="http://imgur.com/Ol5kkWB.gif" class="av"></td>
  471. <td><img src="http://i.imgur.com/bn9o1Id.gif" class="av"></td>
  472. <td><img src="http://i.imgur.com/pdmCzl2.png" class="av"></td>
  473. <td><img src="http://i.imgur.com/pdmCzl2.png" class="av"></td>
  474. <td><img src="http://i.imgur.com/pdmCzl2.png" class="av"></td>
  475. <td><img src="http://i.imgur.com/pdmCzl2.png" class="av"></td>
  476. <td><img src="http://i.imgur.com/pdmCzl2.png" class="av"></td>
  477. <td><img src="http://i.imgur.com/pdmCzl2.png" class="av"></td>
  478. <td><img src="http://i.imgur.com/pdmCzl2.png" class="av"></td>
  479. </tr></table><h1>trophies</h1><center>
  480. <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>
  481. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  482. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  483. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  484. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  485. </tr></table></center><br><br><h1>personal items</h1>
  486. <center>
  487. <table style="font: 7.5pt arial; text-align: center;"><tr><td><img src="http://i.imgur.com/8o6mZgv.png" class="item" title="Cedar Wand with Phoenix Tail Feather Core"><br><b>Cedar Wand</b></td>
  488. <td><img src="http://i.imgur.com/EENr5Ap.png" class="item" title="Black Cat"><br><b>Jinx</b></td>
  489. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  490. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  491. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  492. </tr></table></center><br><br><h1>school supplies and books</h1><center>
  493. <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>
  494. <td><img src="http://i.imgur.com/2ABdh93.png" class="item"><br><b>Uniform</b></td>
  495. <td><img src="http://i.imgur.com/byX5WG5.png" class="item"><br><b>Name Tags</b></td>
  496. <td><img src="http://i.imgur.com/IaYjmzr.png" class="item" title="Chameleon Skin Gloves"><br><b>Gloves</b></td>
  497. <td><img src="http://i.imgur.com/2zz96zv.png" class="item" title="Anti-Cheating Quill"><br><b>Quill</b></td>
  498. </tr><tr><td><img src="http://i.imgur.com/Udf06zd.png" class="item"><br><b>Parchment</b></td>
  499. <td><img src="http://i.imgur.com/m7eWSYb.png" class="item" title="Glass Phials"><br><b>Phials</b></td>
  500. <td><img src="http://i.imgur.com/rR56fLi.png" class="item" title="Black Ink"><br><b>Ink</b></td>
  501. <td><img src="http://i.imgur.com/IHHtiGW.png" class="item"><br><b>Brass Scales</b></td>
  502. <td><img src="http://i.imgur.com/9ZhgzXQ.png" class="item"><br><b>Inkwell</b></td>
  503. </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>
  504. <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>
  505. <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>
  506. <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>
  507. <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>
  508. </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>
  509. <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>
  510. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</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. </tr></table></center><br><br><h1>
  514.  
  515. potion supplies
  516. </h1><center><table style="font: 7.5pt arial; text-align: center;"><tr><td><img src="http://i.imgur.com/30atvKz.png" class="item" title="Pewter Cauldron"><br><b>Cauldron</b></td>
  517. <td><img src="http://imgur.com/VWr6uM1.png" class="item" title="A huge Ostrich Egg"><br><b>Egg</b></td>
  518. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  519. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  520. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  521. </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>
  522. <td><img src="http://imgur.com/Tc5adQL.png" class="item" title="Party favor from Joslin's Birthday 2019"><br><b>Blue Wig</b></td>
  523. <td><img src="http://imgur.com/oFADC3L.png" class="item" title="Party favor from Joslin's Birthday 2019"><br><b>Balloons</b></td>
  524. <td><img src="http://imgur.com/QWHuwrq.png" class="item" title="Party favor from Joslin's Birthday 2019"><br><b>Birthday Hat</b></td>
  525. <td><img src="http://imgur.com/HBax2id.png" class="item" title="Hogwart Express Train Toy - Grand Opening Prize Shop"><br><b>Toy</b></td>
  526. </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>
  527. <td><img src="http://imgur.com/WrrSKLi.png" class="item" title="Niffler Toy - Grand Opening Prize Shop"><br><b>Toy</b></td>
  528. <td><img src="http://imgur.com/NtDQ6d4.png" class="item" title="Book Safe - Grand Opening Prize Shop"><br><b>Safe</b></td>
  529. <td><img src="http://imgur.com/RStv4Tu.png" class="item" title="Sticker Set - Grand Opening Prize Shop"><br><b>Stickers</b></td>
  530. <td><img src="http://imgur.com/SrbNB4l.png" class="item" title="Sticker Set - Grand Opening Prize Shop"><br><b>Stickers</b></td>
  531. </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>
  532. <td><img src="http://imgur.com/kompSZ6.png" class="item" title="Water Bottle - Grand Opening Prize Shop"><br><b>Water Bottle</b></td>
  533. <td><img src="http://imgur.com/1wEQVpc.png" class="item" title="Golden Snitch Game - Grand Opening Prize Shop"><br><b>Game</b></td>
  534. <td><img src="http://imgur.com/HYrFs1r.png" class="item" title="Exploding Bonbons - Grand Opening Prize Shop"><br><b>WWW Item</b></td>
  535. <td><img src="http://imgur.com/xZkD7cK.png" class="item" title="Socks - Grand Opening Prize Shop"><br><b>Socks</b></td>
  536. </tr><tr><td><img src="http://imgur.com/oTqCYDw.png" class="item" title="Quote Journal - Grand Opening Prize Shop"><br><b>Journal</b></td>
  537. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  538. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  539. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  540. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  541. </tr></table></center>
  542. </div>
  543. </div>
  544. </div></div>
  545.  
  546.  
  547.  
  548.  
  549.  
  550.  
  551.  
  552.  
  553.  
  554.  
  555.  
  556.  
  557.  
  558.  
  559.  
  560.  
  561.  
  562.  
  563.  
  564.  
  565.  
  566.  
  567. <div id="trunk4" class="mtrunk" style="border-radius: 20px;">
  568. <div class="profile">
  569. <a id="close4" href="#open4" class="blank" title="click to view Miche's items"> </a>
  570. <div class="open">
  571.  
  572. <h2>michelineee
  573. <a href="/neomessages.phtml?type=send&recipient=michelineee">
  574. <img src="http://i.imgur.com/LAdjHLJ.png" border="0"></a></h2>
  575. <img src="http://imgur.com/y7WkIeT.png" style="float: left;"><table class="stats"><tr><th>
  576. <b>Name:</b> <a href="/userlookup.phtml?user=michelineee">Miche</a></th>
  577. <th><b>Gender:</b> Witch</th>
  578. <th><b>Birthday:</b> January 7th</th>
  579. </tr><tr><th><b>Time Zone:</b> NST+ 1</th>
  580. <th colspan="2"><b>Position:</b> <b class="hilight">Second Year, Caretaker, Prefect</b></th>
  581. </tr><tr><th><b>Animagus form:</b> None</th>
  582. <th><b>Boggart:</b> None</th>
  583. <th><b>Patronus:</b> None</th>
  584. </tr><tr><th><b>Artifact owned:</b>
  585. <b class="hilight">None</b></th>
  586. <th><b>Blood Purity:</b> Half-Blood</th>
  587. </tr><tr><th><b>Avatars:</b> 22</th>
  588. <th><b>Superlative:</b> None</th>
  589. <th><b>Galleons:</b> 515</th>
  590. </tr></table></div>
  591. <a id="open4" href="#close4" class="blank" title="click to view Miche's info"> </a>
  592. <div class="open">
  593. <div class="close">
  594.  
  595. <h1>avatars</h1>
  596. <table style="font: 7.5pt arial;"><tr><td><img src="http://imgur.com/QTJyX5N.png" class="av"></td>
  597. <td><img src="http://imgur.com/8CTObSU.gif" class="av"></td>
  598. <td><img src="http://imgur.com/QTIwXek.gif" class="av"></td>
  599. <td><img src="http://imgur.com/HdFlRMg.gif" class="av"></td>
  600. <td><img src="http://imgur.com/3WGcX6J.gif" class="av"></td>
  601. <td><img src="http://imgur.com/9YOtscD.gif" class="av"></td>
  602. <td><img src="http://imgur.com/7hRKiZM.gif" class="av"></td>
  603. <td><img src="http://i.imgur.com/qAKBtfW.gif" class="av"></td>
  604. <td><img src="http://i.imgur.com/bFRYv9C.png" class="av"></td>
  605. <td><img src="http://i.imgur.com/Vkddf6l.gif" class="av"></td>
  606. </tr><tr><td><img src="http://imgur.com/X08xECg.gif" class="av"></td>
  607. <td><img src="http://imgur.com/lDZQnCH.gif" class="av"></td>
  608. <td><img src="http://imgur.com/GMjYf1Q.gif" class="av"></td>
  609. <td><img src="http://imgur.com/gtl1BXr.gif" class="av"></td>
  610. <td><img src="http://imgur.com/CkGz3PK.gif" class="av"></td>
  611. <td><img src="http://imgur.com/JL1c21Q.gif" class="av"></td>
  612. <td><img src="http://i.imgur.com/Awvlv23.png" class="av"></td>
  613. <td><img src="http://i.imgur.com/W9dRoPr.gif" class="av"></td>
  614. <td><img src="http://imgur.com/Ol5kkWB.gif" class="av"></td>
  615. <td><img src="http://imgur.com/PEi4YCA.gif" class="av"></td></tr><tr><td><img src="http://i.imgur.com/S4NaKbZ.gif" class="av"></td>
  616. <td><img src="http://i.imgur.com/6woLnaM.gif" class="av"></td>
  617. <td><img src="http://i.imgur.com/pdmCzl2.png" class="av"></td>
  618. <td><img src="http://i.imgur.com/pdmCzl2.png" class="av"></td>
  619. <td><img src="http://i.imgur.com/pdmCzl2.png" class="av"></td>
  620. <td><img src="http://i.imgur.com/pdmCzl2.png" class="av"></td>
  621. <td><img src="http://i.imgur.com/pdmCzl2.png" class="av"></td>
  622. <td><img src="http://i.imgur.com/pdmCzl2.png" class="av"></td>
  623. <td><img src="http://i.imgur.com/pdmCzl2.png" class="av"></td>
  624. <td><img src="http://i.imgur.com/pdmCzl2.png" class="av"></td>
  625. </tr></table><h1>trophies</h1><center>
  626. <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>
  627. <td><img src="http://imgur.com/L5inMCk.png" class="item"><br><b>Top Student</b></td>
  628. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  629. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  630. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  631. </tr></table></center><br><br><h1>personal items</h1>
  632. <center>
  633. <table style="font: 7.5pt arial; text-align: center;"><tr><td><img src="http://i.imgur.com/5gJkYrO.png" class="item" title="Blackthorn Wood Wand with Veela Hair Core"><br><b>Blackthorn Wand</b></td>
  634. <td><img src="http://i.imgur.com/AaRCf7b.png" class="item" title="Ginger Cat"><br><b>Hobbes</b></td>
  635. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  636. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  637. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  638. </tr></table></center><br><br><h1>school supplies and books</h1><center>
  639. <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>
  640. <td><img src="http://i.imgur.com/2ABdh93.png" class="item"><br><b>Uniform</b></td>
  641. <td><img src="http://i.imgur.com/byX5WG5.png" class="item"><br><b>Name Tags</b></td>
  642. <td><img src="http://i.imgur.com/4gW3krQ.png" class="item" title="Charmed Leather Gloves"><br><b>Gloves</b></td>
  643. <td><img src="http://i.imgur.com/BLZDN07.png" class="item" title="Self-Spelling Quill"><br><b>Quill</b></td>
  644. </tr><tr><td><img src="http://i.imgur.com/L5EJfHW.png" class="item"><br><b>Parchment</b></td>
  645. <td><img src="http://i.imgur.com/vvZQW7D.png" class="item" title="Crystal Phials"><br><b>Phials</b></td>
  646. <td><img src="http://i.imgur.com/rR56fLi.png" class="item" title="Black Ink"><br><b>Ink</b></td>
  647. <td><img src="http://i.imgur.com/IHHtiGW.png" class="item"><br><b>Brass Scales</b></td>
  648. <td><img src="http://i.imgur.com/9ZhgzXQ.png" class="item"><br><b>Inkwell</b></td>
  649. </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>
  650. <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>
  651. <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>
  652. <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>
  653. <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>
  654. </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>
  655. <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>
  656. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  657. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  658. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  659. </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>
  660. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  661. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  662. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  663. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  664. </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>
  665. <td><img src="http://imgur.com/Tc5adQL.png" class="item" title="Party favor from Joslin's Birthday 2019"><br><b>Blue Wig</b></td>
  666. <td><img src="http://imgur.com/oFADC3L.png" class="item" title="Party favor from Joslin's Birthday 2019"><br><b>Balloons</b></td>
  667. <td><img src="http://imgur.com/QWHuwrq.png" class="item" title="Party favor from Joslin's Birthday 2019"><br><b>Birthday Hat</b></td>
  668. <td><img src="http://imgur.com/HBax2id.png" class="item" title="Hogwart Express Train Toy - Grand Opening Prize Shop"><br><b>Toy</b></td>
  669. </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>
  670. <td><img src="http://imgur.com/WrrSKLi.png" class="item" title="Niffler Toy - Grand Opening Prize Shop"><br><b>Toy</b></td>
  671. <td><img src="http://imgur.com/NtDQ6d4.png" class="item" title="Book Safe - Grand Opening Prize Shop"><br><b>Safe</b></td>
  672. <td><img src="http://imgur.com/RStv4Tu.png" class="item" title="Sticker Set - Grand Opening Prize Shop"><br><b>Stickers</b></td>
  673. <td><img src="http://imgur.com/SrbNB4l.png" class="item" title="Sticker Set - Grand Opening Prize Shop"><br><b>Stickers</b></td>
  674. </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>
  675. <td><img src="http://imgur.com/kompSZ6.png" class="item" title="Water Bottle - Grand Opening Prize Shop"><br><b>Water Bottle</b></td>
  676. <td><img src="http://imgur.com/1wEQVpc.png" class="item" title="Golden Snitch Game - Grand Opening Prize Shop"><br><b>Game</b></td>
  677. <td><img src="http://imgur.com/HYrFs1r.png" class="item" title="Exploding Bonbons - Grand Opening Prize Shop"><br><b>WWW Item</b></td>
  678. <td><img src="http://imgur.com/xZkD7cK.png" class="item" title="Socks - Grand Opening Prize Shop"><br><b>Socks</b></td>
  679. </tr><tr><td><img src="http://imgur.com/oTqCYDw.png" class="item" title="Quote Journal - Grand Opening Prize Shop"><br><b>Journal</b></td>
  680. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  681. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  682. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  683. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  684. </tr></table></center>
  685. </div>
  686. </div>
  687. </div></div>
  688.  
  689.  
  690.  
  691.  
  692.  
  693.  
  694. <div id="trunk22" class="mtrunk" style="border-radius: 20px;">
  695. <div class="profile">
  696. <a id="close22" href="#open22" class="blank" title="click to view Vana's items"> </a>
  697. <div class="open">
  698.  
  699. <h2>quaivoltaire
  700. <a href="/neomessages.phtml?type=send&recipient=quaivoltaire">
  701. <img src="http://i.imgur.com/LAdjHLJ.png" border="0"></a></h2>
  702. <img src="http://i.imgur.com/GFNw5IU.png" style="float: left;"><table class="stats"><tr><th>
  703. <b>Name:</b> <a href="/userlookup.phtml?user=quaivoltaire">Vana</a></th>
  704. <th><b>Gender:</b> Witch</th>
  705. <th><b>Birthday:</b> September 8th </th>
  706. </tr><tr><th><b>Time Zone:</b> NST+ 0</th>
  707. <th colspan="2"><b>Position:</b> <b class="hilight">Second Year</b></th>
  708. </tr><tr><th><b>Animagus form:</b> None</th>
  709. <th><b>Boggart:</b> None</th>
  710. <th><b>Patronus:</b> None</th>
  711. </tr><tr><th><b>Artifact owned:</b>
  712. <b class="hilight">None</b></th>
  713. <th><b>Blood Purity:</b> Pureblood</th>
  714. </tr><tr><th><b>Avatars:</b> 9</th>
  715. <th><b>Superlative:</b> None</th>
  716. <th><b>Galleons:</b> 287</th>
  717. </tr></table></div>
  718. <a id="open22" href="#close22" class="blank" title="click to view Vana's info"> </a>
  719. <div class="open">
  720. <div class="close">
  721.  
  722. <h1>avatars</h1>
  723. <table style="font: 7.5pt arial;"><tr><td><img src="http://imgur.com/QTJyX5N.png" class="av"></td>
  724. <td><img src="http://imgur.com/8CTObSU.gif" class="av"></td>
  725. <td><img src="http://imgur.com/QTIwXek.gif" class="av"></td>
  726. <td><img src="http://imgur.com/PEi4YCA.gif" class="av"></td>
  727. <td><img src="http://i.imgur.com/qlaenUD.gif" class="av"></td>
  728. <td><img src="http://imgur.com/qsW9dqO.gif" class="av"></td>
  729. <td><img src="http://i.imgur.com/Vkddf6l.gif" class="av"></td>
  730. <td><img src="http://imgur.com/p6eAGMa.gif" class="av"></td>
  731. <td><img src="http://imgur.com/Ol5kkWB.gif" class="av"></td>
  732. <td><img src="http://i.imgur.com/pdmCzl2.png" class="av"></td>
  733. </tr></table><h1>trophies</h1><center>
  734. <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>
  735. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  736. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  737. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  738. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  739. </tr></table></center><br><br><h1>personal items</h1>
  740. <center>
  741. <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>
  742. <td><img src="http://i.imgur.com/ehXyxAf.png" class="item" title="Palm Rat"><br><b>Gumdrop</b></td>
  743. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  744. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  745. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  746. </tr></table></center><br><br><h1>school supplies and books</h1><center>
  747. <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>
  748. <td><img src="http://i.imgur.com/2ABdh93.png" class="item"><br><b>Uniform</b></td>
  749. <td><img src="http://i.imgur.com/byX5WG5.png" class="item"><br><b>Name Tags</b></td>
  750. <td><img src="http://i.imgur.com/4gW3krQ.png" class="item" title="Charmed Leather Gloves"><br><b>Gloves</b></td>
  751. <td><img src="http://i.imgur.com/ii3vuWu.png" class="item" title="Pink Quill"><br><b>Quill</b></td>
  752. </tr><tr><td><img src="http://i.imgur.com/Udf06zd.png" class="item"><br><b>Parchment</b></td>
  753. <td><img src="http://i.imgur.com/vvZQW7D.png" class="item" title="Crystal Phials"><br><b>Phials</b></td>
  754. <td><img src="http://i.imgur.com/Y2Yxz4g.png" class="item" title="Blue Ink"><br><b>Ink</b></td>
  755. <td><img src="http://i.imgur.com/IHHtiGW.png" class="item"><br><b>Brass Scales</b></td>
  756. <td><img src="http://i.imgur.com/9ZhgzXQ.png" class="item"><br><b>Inkwell</b></td>
  757. </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>
  758. <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>
  759. <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>
  760. <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>
  761. <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>
  762. </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>
  763. <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>
  764. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  765. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  766. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  767. </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>
  768. <td><img src="http://i.imgur.com/LdFDixW.png" class="item" title="Etched Cauldron"><br><b>Cauldron</b></td>
  769. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  770. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  771. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  772. </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>
  773. <td><img src="http://imgur.com/Tc5adQL.png" class="item" title="Party favor from Joslin's Birthday 2019"><br><b>Blue Wig</b></td>
  774. <td><img src="http://imgur.com/oFADC3L.png" class="item" title="Party favor from Joslin's Birthday 2019"><br><b>Balloons</b></td>
  775. <td><img src="http://imgur.com/QWHuwrq.png" class="item" title="Party favor from Joslin's Birthday 2019"><br><b>Birthday Hat</b></td>
  776. <td><img src="http://imgur.com/HBax2id.png" class="item" title="Hogwart Express Train Toy - Grand Opening Prize Shop"><br><b>Toy</b></td>
  777. </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>
  778. <td><img src="http://imgur.com/WrrSKLi.png" class="item" title="Niffler Toy - Grand Opening Prize Shop"><br><b>Toy</b></td>
  779. <td><img src="http://imgur.com/NtDQ6d4.png" class="item" title="Book Safe - Grand Opening Prize Shop"><br><b>Safe</b></td>
  780. <td><img src="http://imgur.com/RStv4Tu.png" class="item" title="Sticker Set - Grand Opening Prize Shop"><br><b>Stickers</b></td>
  781. <td><img src="http://imgur.com/SrbNB4l.png" class="item" title="Sticker Set - Grand Opening Prize Shop"><br><b>Stickers</b></td>
  782. </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>
  783. <td><img src="http://imgur.com/kompSZ6.png" class="item" title="Water Bottle - Grand Opening Prize Shop"><br><b>Water Bottle</b></td>
  784. <td><img src="http://i.imgur.com/gTEkaiU.png" class="item" title="Rainbow Cone"><br><b>Ice Cream</b></td>
  785. <td><img src="http://i.imgur.com/IxzsKdD.png" class="item" title="Rolled Cookie Ice Cream"><br><b>Ice Cream</b></td>
  786. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  787. </tr></table></center>
  788. </div>
  789. </div>
  790. </div></div>
  791.  
  792.  
  793.  
  794.  
  795.  
  796.  
  797.  
  798.  
  799.  
  800.  
  801.  
  802.  
  803.  
  804.  
  805. <div id="trunk23" class="mtrunk" style="border-radius: 20px;">
  806. <div class="profile">
  807. <a id="close23" href="#open23" class="blank" title="click to view Susan's items"> </a>
  808. <div class="open">
  809.  
  810.  
  811. <h2>sanera998536
  812. <a href="/neomessages.phtml?type=send&recipient=sanera998536">
  813. <img src="http://i.imgur.com/LAdjHLJ.png" border="0"></a></h2>
  814. <img src="http://imgur.com/lFloPVj.png" style="float: left;"><table class="stats"><tr><th>
  815. <b>Name:</b> <a href="/userlookup.phtml?user=sanera998536">Susan</a></th>
  816. <th><b>Gender:</b> Witch</th>
  817. <th><b>Birthday:</b> May 23rd </th>
  818. </tr><tr><th><b>Time Zone:</b> NST+ 1</th>
  819. <th colspan="2"><b>Position:</b> <b class="hilight">Second Year, Professor</b></th>
  820. </tr><tr><th><b>Animagus form:</b> None</th>
  821. <th><b>Boggart:</b> None</th>
  822. <th><b>Patronus:</b> None</th>
  823. </tr><tr><th><b>Artifact owned:</b>
  824. <b class="hilight">None</b></th>
  825. <th><b>Blood Purity:</b> Half-Blood</th>
  826. </tr><tr><th><b>Avatars:</b> 15</th>
  827. <th><b>Superlative:</b> None</th>
  828. <th><b>Galleons:</b> 404</th>
  829. </tr></table></div>
  830. <a id="open23" href="#close23" class="blank" title="click to view Susan's info"> </a>
  831. <div class="open">
  832. <div class="close">
  833.  
  834. <h1>avatars</h1>
  835. <table style="font: 7.5pt arial;"><tr><td><img src="http://imgur.com/QTJyX5N.png" class="av"></td>
  836. <td><img src="http://imgur.com/8CTObSU.gif" class="av"></td>
  837. <td><img src="http://i.imgur.com/QTIwXek.gif" class="av"></td>
  838. <td><img src="http://imgur.com/7hRKiZM.gif" class="av"></td>
  839. <td><img src="http://i.imgur.com/bFRYv9C.png" class="av"></td>
  840. <td><img src="http://i.imgur.com/Vkddf6l.gif" class="av"></td>
  841. <td><img src="http://imgur.com/48Q85ml.gif" class="av"></td>
  842. <td><img src="http://i.imgur.com/Awvlv23.png" class="av"></td>
  843. <td><img src="http://i.imgur.com/W9dRoPr.gif" class="av"></td>
  844. <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>
  845. <td><img src="http://imgur.com/mYdTUqm.gif" class="av"></td>
  846. <td><img src="http://imgur.com/XKmvv1a.gif" class="av"></td>
  847. <td><img src="http://i.imgur.com/bn9o1Id.gif" class="av"></td>
  848. <td><img src="http://imgur.com/CkGz3PK.gif" class="av"></td>
  849. <td><img src="http://i.imgur.com/pdmCzl2.png" class="av"></td>
  850. <td><img src="http://i.imgur.com/pdmCzl2.png" class="av"></td>
  851. <td><img src="http://i.imgur.com/pdmCzl2.png" class="av"></td>
  852. <td><img src="http://i.imgur.com/pdmCzl2.png" class="av"></td>
  853. <td><img src="http://i.imgur.com/pdmCzl2.png" class="av"></td>
  854. </tr></table><h1>trophies</h1><center>
  855. <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>
  856. <td><img src="http://imgur.com/UMvYcPB.png" class="item"><br><b>Professor/Host</b></td>
  857. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  858. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  859. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  860. </tr></table></center><br><br><h1>personal items</h1>
  861. <center>
  862. <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>
  863. <td><img src="http://i.imgur.com/AaRCf7b.png" class="item" title="Ginger Cat"><br><b>Shirley</b></td>
  864. <td><img src="http://i.imgur.com/2Fy2WcN.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>school supplies and books</h1><center>
  868. <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>
  869. <td><img src="http://i.imgur.com/2ABdh93.png" class="item"><br><b>Uniform</b></td>
  870. <td><img src="http://i.imgur.com/byX5WG5.png" class="item"><br><b>Name Tags</b></td>
  871. <td><img src="http://i.imgur.com/4gW3krQ.png" class="item" title="Charmed Leather Gloves"><br><b>Gloves</b></td>
  872. <td><img src="http://i.imgur.com/stkJUVV.png" class="item" title="Blue Quill"><br><b>Quill</b></td>
  873. </tr><tr><td><img src="http://i.imgur.com/L5EJfHW.png" class="item"><br><b>Parchment</b></td>
  874. <td><img src="http://i.imgur.com/m7eWSYb.png" class="item" title="Glass Phials"><br><b>Phials</b></td>
  875. <td><img src="http://i.imgur.com/Y2Yxz4g.png" class="item" title="Blue Ink"><br><b>Ink</b></td>
  876. <td><img src="http://i.imgur.com/IHHtiGW.png" class="item"><br><b>Brass Scales</b></td>
  877. <td><img src="http://i.imgur.com/9ZhgzXQ.png" class="item"><br><b>Inkwell</b></td>
  878. </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>
  879. <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>
  880. <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>
  881. <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>
  882. <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>
  883. </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>
  884. <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>
  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>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>
  889. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  890. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  891. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  892. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  893. </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>
  894. <td><img src="http://imgur.com/Tc5adQL.png" class="item" title="Party favor from Joslin's Birthday 2019"><br><b>Blue Wig</b></td>
  895. <td><img src="http://imgur.com/oFADC3L.png" class="item" title="Party favor from Joslin's Birthday 2019"><br><b>Balloons</b></td>
  896. <td><img src="http://imgur.com/QWHuwrq.png" class="item" title="Party favor from Joslin's Birthday 2019"><br><b>Birthday Hat</b></td>
  897. <td><img src="http://imgur.com/HBax2id.png" class="item" title="Hogwart Express Train Toy - Grand Opening Prize Shop"><br><b>Toy</b></td>
  898. </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>
  899. <td><img src="http://imgur.com/WrrSKLi.png" class="item" title="Niffler Toy - Grand Opening Prize Shop"><br><b>Toy</b></td>
  900. <td><img src="http://imgur.com/NtDQ6d4.png" class="item" title="Book Safe - Grand Opening Prize Shop"><br><b>Safe</b></td>
  901. <td><img src="http://imgur.com/RStv4Tu.png" class="item" title="Sticker Set - Grand Opening Prize Shop"><br><b>Stickers</b></td>
  902. <td><img src="http://imgur.com/SrbNB4l.png" class="item" title="Sticker Set - Grand Opening Prize Shop"><br><b>Stickers</b></td>
  903. </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>
  904. <td><img src="http://imgur.com/kompSZ6.png" class="item" title="Water Bottle - Grand Opening Prize Shop"><br><b>Water Bottle</b></td>
  905. <td><img src="http://imgur.com/1wEQVpc.png" class="item" title="Golden Snitch Game - Grand Opening Prize Shop"><br><b>Game</b></td>
  906. <td><img src="http://imgur.com/HYrFs1r.png" class="item" title="Exploding Bonbons - Grand Opening Prize Shop"><br><b>WWW Item</b></td>
  907. <td><img src="http://imgur.com/xZkD7cK.png" class="item" title="Socks - Grand Opening Prize Shop"><br><b>Socks</b></td>
  908. </tr><tr><td><img src="http://imgur.com/oTqCYDw.png" class="item" title="Quote Journal - Grand Opening Prize Shop"><br><b>Journal</b></td>
  909. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  910. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  911. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  912. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  913. </tr></table></center>
  914. </div>
  915. </div>
  916. </div></div>
  917.  
  918.  
  919.  
  920.  
  921.  
  922.  
  923.  
  924.  
  925.  
  926.  
  927.  
  928.  
  929.  
  930.  
  931.  
  932.  
  933.  
  934.  
  935.  
  936.  
  937.  
  938. <div id="trunk44" class="mtrunk" style="border-radius: 20px;">
  939. <div class="profile">
  940. <a id="close44" href="#open44" class="blank" title="click to view Claire's items"> </a>
  941. <div class="open">
  942.  
  943. <h2>accidentalgenius
  944. <a href="/neomessages.phtml?type=send&recipient=accidentalgenius">
  945. <img src="http://i.imgur.com/LAdjHLJ.png" border="0"></a></h2>
  946. <img src="http://imgur.com/8IhMdDm.png" style="float: left;"><table class="stats"><tr><th>
  947. <b>Name:</b> <a href="/userlookup.phtml?user=accidentalgenius">Claire</a></th>
  948. <th><b>Gender:</b> Witch</th>
  949. <th><b>Birthday:</b> April 4th </th>
  950. </tr><tr><th><b>Time Zone:</b> NST+ 15</th>
  951. <th colspan="2"><b>Position:</b> <b class="hilight">First Year</b></th>
  952. </tr><tr><th><b>Animagus form:</b> None</th>
  953. <th><b>Boggart:</b> None</th>
  954. <th><b>Patronus:</b> None</th>
  955. </tr><tr><th><b>Artifact owned:</b>
  956. <b class="hilight">None</b></th>
  957. <th><b>Blood Purity:</b> Pureblood</th>
  958. </tr><tr><th><b>Avatars:</b> 6</th>
  959. <th><b>Superlative:</b> None</th>
  960. <th><b>Galleons:</b> 61</th>
  961. </tr></table></div>
  962. <a id="open44" href="#close44" class="blank" title="click to view Claire's info"> </a>
  963. <div class="open">
  964. <div class="close">
  965.  
  966. <h1>avatars</h1>
  967. <table style="font: 7.5pt arial;"><tr><td><img src="http://imgur.com/QTJyX5N.png" class="av"></td>
  968. <td><img src="http://imgur.com/8CTObSU.gif" class="av"></td>
  969. <td><img src="http://imgur.com/QTIwXek.gif" class="av"></td>
  970. <td><img src="http://imgur.com/3WGcX6J.gif" class="av"></td>
  971. <td><img src="http://imgur.com/qsW9dqO.gif" class="av"></td>
  972. <td><img src="http://i.imgur.com/Vkddf6l.gif" class="av"></td>
  973. <td><img src="http://i.imgur.com/pdmCzl2.png" class="av"></td>
  974. <td><img src="http://i.imgur.com/pdmCzl2.png" class="av"></td>
  975. <td><img src="http://i.imgur.com/pdmCzl2.png" class="av"></td>
  976. <td><img src="http://i.imgur.com/pdmCzl2.png" class="av"></td>
  977. </tr></table><h1>trophies</h1><center>
  978. <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>
  979. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  980. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  981. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  982. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  983. </tr></table></center><br><br><h1>personal items</h1>
  984. <center>
  985. <table style="font: 7.5pt arial; text-align: center;"><tr><td><img src="http://i.imgur.com/lkVYsm9.png" class="item" title="Apple Wand with Dragon Heart-String Core"><br><b>Apple Wand</b></td>
  986. <td><img src="http://i.imgur.com/hYXGfYx.png" class="item" title="Scottish Fold"><br><b>Morgana</b></td>
  987. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  988. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  989. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  990. </tr></table></center><br><br><h1>school supplies and books</h1><center>
  991. <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>
  992. <td><img src="http://i.imgur.com/2ABdh93.png" class="item"><br><b>Uniform</b></td>
  993. <td><img src="http://i.imgur.com/byX5WG5.png" class="item"><br><b>Name Tags</b></td>
  994. <td><img src="http://i.imgur.com/4gW3krQ.png" class="item" title="Charmed Leather Gloves"><br><b>Gloves</b></td>
  995. <td><img src="http://i.imgur.com/ii3vuWu.png" class="item" title="Pink Quill"><br><b>Quill</b></td>
  996. </tr><tr><td><img src="http://i.imgur.com/DL4pDFE.png" class="item"><br><b>Parchment</b></td>
  997. <td><img src="http://i.imgur.com/vvZQW7D.png" class="item" title="Crystal Phials"><br><b>Phials</b></td>
  998. <td><img src="http://i.imgur.com/rR56fLi.png" class="item" title="Black Ink"><br><b>Ink</b></td>
  999. <td><img src="http://i.imgur.com/IHHtiGW.png" class="item"><br><b>Brass Scales</b></td>
  1000. <td><img src="http://i.imgur.com/9ZhgzXQ.png" class="item"><br><b>Inkwell</b></td>
  1001. </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>
  1002. <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>
  1003. <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>
  1004. <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>
  1005. <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>
  1006. </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>
  1007. <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>
  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. </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>
  1012. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  1013. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  1014. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  1015. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  1016. </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>
  1017. <td><img src="http://imgur.com/Tc5adQL.png" class="item" title="Party favor from Joslin's Birthday 2019"><br><b>Blue Wig</b></td>
  1018. <td><img src="http://imgur.com/oFADC3L.png" class="item" title="Party favor from Joslin's Birthday 2019"><br><b>Balloons</b></td>
  1019. <td><img src="http://imgur.com/QWHuwrq.png" class="item" title="Party favor from Joslin's Birthday 2019"><br><b>Birthday Hat</b></td>
  1020. <td><img src="http://imgur.com/HBax2id.png" class="item" title="Hogwart Express Train Toy - Grand Opening Prize Shop"><br><b>Toy</b></td>
  1021. </tr><tr><td><img src="http://imgur.com/WrrSKLi.png" class="item" title="Niffler Toy - Grand Opening Prize Shop"><br><b>Toy</b></td>
  1022. <td><img src="http://imgur.com/NtDQ6d4.png" class="item" title="Book Safe - Grand Opening Prize Shop"><br><b>Safe</b></td>
  1023. <td><img src="http://imgur.com/RStv4Tu.png" class="item" title="Sticker Set - Grand Opening Prize Shop"><br><b>Stickers</b></td>
  1024. <td><img src="http://imgur.com/SrbNB4l.png" class="item" title="Sticker Set - Grand Opening Prize Shop"><br><b>Stickers</b></td>
  1025. <td><img src="http://imgur.com/r6eDOpp.png" class="item" title="Harry Potter Plush - Grand Opening Prize Shop"><br><b>Plush</b></td>
  1026. </tr><tr><td><img src="http://imgur.com/kompSZ6.png" class="item" title="Water Bottle - Grand Opening Prize Shop"><br><b>Water Bottle</b></td>
  1027. <td><img src="http://imgur.com/1wEQVpc.png" class="item" title="Golden Snitch Game - Grand Opening Prize Shop"><br><b>Game</b></td>
  1028. <td><img src="http://imgur.com/HYrFs1r.png" class="item" title="Exploding Bonbons - Grand Opening Prize Shop"><br><b>WWW Item</b></td>
  1029. <td><img src="http://imgur.com/xZkD7cK.png" class="item" title="Socks - Grand Opening Prize Shop"><br><b>Socks</b></td>
  1030. <td><img src="http://imgur.com/oTqCYDw.png" class="item" title="Quote Journal - Grand Opening Prize Shop"><br><b>Journal</b></td>
  1031. </tr><tr><td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  1032. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  1033. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  1034. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  1035. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  1036. </tr></table></center>
  1037. </div>
  1038. </div>
  1039. </div></div>
  1040.  
  1041.  
  1042.  
  1043.  
  1044.  
  1045.  
  1046.  
  1047.  
  1048.  
  1049.  
  1050. <div id="trunk84" class="mtrunk" style="border-radius: 20px;">
  1051. <div class="profile">
  1052. <a id="close84" href="#open84" class="blank" title="click to view Emily's items"> </a>
  1053. <div class="open">
  1054.  
  1055. <h2>fiveafterseven
  1056. <a href="/neomessages.phtml?type=send&recipient=fiveafterseven">
  1057. <img src="http://i.imgur.com/LAdjHLJ.png" border="0"></a></h2>
  1058. <img src="http://i.imgur.com/G6217xU.png" style="float: left;"><table class="stats"><tr><th>
  1059. <b>Name:</b> <a href="/userlookup.phtml?user=fiveafterseven">Emily</a></th>
  1060. <th><b>Gender:</b> Witch</th>
  1061. <th><b>Birthday:</b> October 31st </th>
  1062. </tr><tr><th><b>Time Zone:</b> NST+ 3</th>
  1063. <th colspan="2"><b>Position:</b> <b class="hilight">First Year</b></th>
  1064. </tr><tr><th><b>Animagus form:</b> None</th>
  1065. <th><b>Boggart:</b> None</th>
  1066. <th><b>Patronus:</b> None</th>
  1067. </tr><tr><th><b>Artifact owned:</b>
  1068. <b class="hilight">None</b></th>
  1069. <th><b>Blood Purity:</b> Half-Blood</th>
  1070. </tr><tr><th><b>Avatars:</b> 6</th>
  1071. <th><b>Superlative:</b> None</th>
  1072. <th><b>Galleons:</b> 131</th>
  1073. </tr></table></div>
  1074. <a id="open84" href="#close84" class="blank" title="click to view Emily's info"> </a>
  1075. <div class="open">
  1076. <div class="close">
  1077.  
  1078. <h1>avatars</h1>
  1079. <table style="font: 7.5pt arial;"><tr><td><img src="http://imgur.com/QTJyX5N.png" class="av"></td>
  1080. <td><img src="http://imgur.com/8CTObSU.gif" class="av"></td>
  1081. <td><img src="http://i.imgur.com/QTIwXek.gif" class="av"></td>
  1082. <td><img src="http://imgur.com/7hRKiZM.gif" class="av"></td>
  1083. <td><img src="http://imgur.com/mYdTUqm.gif" class="av"></td>
  1084. <td><img src="http://i.imgur.com/bn9o1Id.gif" class="av"></td>
  1085. <td><img src="http://i.imgur.com/pdmCzl2.png" class="av"></td>
  1086. <td><img src="http://i.imgur.com/pdmCzl2.png" class="av"></td>
  1087. <td><img src="http://i.imgur.com/pdmCzl2.png" class="av"></td>
  1088. <td><img src="http://i.imgur.com/pdmCzl2.png" class="av"></td>
  1089. </tr></table><h1>trophies</h1><center>
  1090. <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>
  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>personal items</h1>
  1096. <center>
  1097. <table style="font: 7.5pt arial; text-align: center;"><tr><td><img src="http://i.imgur.com/0Oi2wyk.png" class="item" title="Sycamore Wand with Phoenix Tail Feather Core "><br><b>Sycamore Wand</b></td>
  1098. <td><img src="http://i.imgur.com/X32Zlgq.png" class="item" title="Black Banded Owl"><br><b>Bennington</b></td>
  1099. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  1100. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  1101. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  1102. </tr></table></center><br><br><h1>school supplies and books</h1><center>
  1103. <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>
  1104. <td><img src="http://i.imgur.com/2ABdh93.png" class="item"><br><b>Uniform</b></td>
  1105. <td><img src="http://i.imgur.com/byX5WG5.png" class="item"><br><b>Name Tags</b></td>
  1106. <td><img src="http://i.imgur.com/IaYjmzr.png" class="item" title="Chameleon Skin Gloves"><br><b>Gloves</b></td>
  1107. <td><img src="http://i.imgur.com/stkJUVV.png" class="item" title="Blue Quill"><br><b>Quill</b></td>
  1108. </tr><tr><td><img src="http://i.imgur.com/L5EJfHW.png" class="item"><br><b>Parchment</b></td>
  1109. <td><img src="http://i.imgur.com/vvZQW7D.png" class="item" title="Crystal Phials"><br><b>Phials</b></td>
  1110. <td><img src="http://i.imgur.com/rR56fLi.png" class="item" title="Black Ink"><br><b>Ink</b></td>
  1111. <td><img src="http://i.imgur.com/IHHtiGW.png" class="item"><br><b>Brass Scales</b></td>
  1112. <td><img src="http://i.imgur.com/9ZhgzXQ.png" class="item"><br><b>Inkwell</b></td>
  1113. </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>
  1114. <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>
  1115. <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>
  1116. <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>
  1117. <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>
  1118. </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>
  1119. <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>
  1120. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  1121. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  1122. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  1123. </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>
  1124. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  1125. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  1126. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  1127. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  1128. </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>
  1129. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  1130. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  1131. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  1132. <td><img src="http://i.imgur.com/pdmCzl2.png" class="item"><br><b>Empty</b></td>
  1133. </tr></table></center>
  1134. </div>
  1135. </div>
  1136. </div></div>
  1137.  
  1138.  
  1139.  
  1140.  
  1141.  
  1142.  
  1143.  
  1144.  
  1145.  
  1146.  
  1147.  
  1148.  
  1149.  
  1150.  
  1151.  
  1152.  
  1153. <br><br><br><br><br><br><br><br></center></div></div></center>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement