Golf scorecard as textile table Game of Empathy

105 replies. Last post: 2014-05-18

Reply to this topic Return to forum

Golf scorecard as textile table
  • MarleysGhost at 2012-04-19

    darse was kind enough to send me some Python code that's doing the heavy lifting. I'm using a bash script to reformat its HTML table to a textile table. If there are textile equivalents for bgcolor=, align=, border=, etc., I don't know what they are.

    \|_.Rank\|_.Player Name\|_.Sum\|_.Bk9\|_.1\|_.2\|_.3\|_.4\|_.5\|_.6\|_.7\|_.8\|_.9\|_.10\|_.11\|_.12\|_.13\|_.14\|_.15\|_.16\|_.17\|_.18\|
    \|1\|Elisa Kabiljo\|108\|36\|10\|3\|13\|20\|5\|4\|3\|4\|10\|1\|1\|10\|1\|1\|1\|9\|11\|1\|
    \|2\|wojtex\|114\|41\|9\|4\|8\|5\|5\|23\|9\|1\|9\|3\|1\|1\|1\|1\|7\|5\|21\|1\|
    \|3\|Tom Ace\|116\|67\|7\|1\|3\|7\|1\|9\|10\|6\|5\|7\|4\|4\|14\|3\|5\|5\|5\|20\|
    \|4\|slaapgraag\|120\|38\|13\|10\|19\|7\|12\|7\|11\|2\|1\|1\|1\|3\|4\|7\|2\|2\|15\|3\|
    \|5\|MarleysGhost\|178\|102\|2\|13\|10\|1\|9\|16\|5\|17\|3\|4\|5\|18\|18\|19\|2\|22\|9\|5\|
    \|6\|funtobewith11\|186\|105\|7\|16\|14\|1\|20\|1\|8\|12\|2\|5\|22\|6\|8\|18\|9\|10\|11\|16\|
    \|7\|Bill LeBoeuf\|190\|96\|1\|17\|5\|15\|7\|12\|14\|7\|16\|9\|8\|11\|10\|9\|11\|11\|19\|8\|
    \|8\|Dasher\|217\|122\|5\|4\|16\|12\|4\|18\|16\|10\|10\|13\|18\|12\|13\|11\|16\|20\|9\|10\|
    \|9\|inge_thomsen\|232\|102\|21\|9\|16\|13\|13\|10\|6\|23\|19\|5\|16\|14\|6\|6\|10\|14\|7\|24\|
    \|10\|Yoti\|232\|108\|15\|7\|21\|18\|3\|19\|4\|24\|13\|11\|13\|21\|5\|7\|12\|8\|18\|13\|
    \|11\|Finn Th. Nielsen\|238\|121\|17\|11\|15\|11\|19\|4\|7\|19\|14\|18\|11\|6\|15\|21\|5\|13\|23\|9\|
    \|12\|roxann\|251\|126\|12\|14\|7\|22\|15\|20\|15\|15\|5\|8\|21\|19\|7\|16\|17\|3\|20\|15\|
    \|13\|Dionysos\|259\|126\|19\|11\|19\|1\|16\|12\|19\|18\|18\|12\|18\|8\|11\|17\|13\|16\|3\|28\|
    \|14\|keith630\|260\|166\|10\|6\|4\|17\|14\|6\|1\|14\|22\|18\|25\|21\|18\|21\|19\|22\|11\|11\|
    \|15\|YHW\|275\|121\|14\|20\|23\|24\|23\|20\|18\|5\|7\|18\|15\|1\|12\|12\|14\|1\|25\|23\|
    \|16\|drbot\|275\|199\|4\|2\|1\|6\|2\|14\|22\|3\|22\|18\|25\|21\|18\|21\|19\|22\|25\|30\|
    \|17\|alihv\|288\|199\|6\|8\|9\|7\|11\|1\|11\|21\|15\|18\|25\|21\|18\|21\|19\|22\|25\|30\|
    \|18\|daedalus02\|313\|183\|22\|20\|23\|1\|9\|23\|16\|13\|3\|16\|12\|21\|18\|21\|19\|22\|24\|30\|
    \|19\|maraca\|314\|108\|22\|20\|23\|27\|23\|23\|22\|24\|22\|18\|25\|21\|18\|4\|2\|12\|4\|4\|
    \|20\|Kingprawn\|325\|195\|22\|20\|6\|14\|18\|23\|11\|8\|8\|14\|25\|21\|18\|21\|19\|22\|25\|30\|
    \|21\|ypercube\|337\|156\|20\|19\|22\|21\|21\|17\|20\|22\|19\|17\|7\|20\|17\|13\|18\|21\|25\|18\|
    \|60\|maximum rank\|405\|199\|22\|20\|23\|27\|23\|23\|22\|24\|22\|18\|25\|21\|18\|21\|19\|22\|25\|30\|

  • maraca at 2012-04-19

    %{background-color:red}red background%

    _percent_{background-color:red}red background _percent_

  • maraca at 2012-04-19

    _percent_{text-align:center}centered text _percent_

  • maraca at 2012-04-19

    %{text-align:center}centered test%

  • maraca at 2012-04-19

    centering doesn't seem to work

  • maraca at 2012-04-19

    Looks like it's only possible to use styles in spans, not that useful.

  • maraca at 2012-04-19

    “http://www.textism.com/tools/textile/index.php”:http://www.textism.com/tools/textile/index.php here you can make some experiments, centering is also possible.

    p=. centered text

  • darse at 2012-04-19

    Thanks for taking this on. I've just started a new job, and have zero free time.

    Maybe you can send me an example of the textile code once it's refined. (BTW, FatPhil is doing something similar for RoRoRo the Bot's tournament predictions). Once things settle down for me, it shouldn't be very hard to rewrite the Python script to generate the textile code directly (if that would be helpful).

  • slaapgraag at 2012-04-20

    darse, thx for all the work and bringing the stats back to life!

  • slaapgraag at 2012-04-26

    Marleys, great stats! ;-)

  • darse at 2012-05-02

    I'm thinking of the legendary “Babe Ruth calls his shot”.

    He said he was gonna do it, and then he did it.

    Now get that 97 down to a 45, slaapgraag. ;-)

  • slaapgraag at 2012-05-02

    May I pass for that challange? :-P I'm already satisfied when I can keep Elisa and wojtex behind me! But one step at a time, I might aim for <90!

  • darse at 2012-05-06

    Nice, slaap. A top 3 will get you under 80, and you have a shot at 70 over the next two. Go for it!

  • slaapgraag at 2012-05-06

    The pressure! The pressure!

  • slaapgraag at 2012-05-11

    well, 72 ain't bad. I guess it will only get worse from here…

  • slaapgraag at 2012-05-16

    it's a nice fight for numbers 1,2 and 3. Close, closer…

  • Elisa Kabiljo at 2012-06-28

    Where are the tables between 2012-05-20 and 2012-06-22? I'm pretty sure they were published, but now they are missing.

  • MarleysGhost at 2012-06-28

    Yes, I've been deleting them. Mixing the current results, which is what most people want to see, with an archive that takes a long time to download, goes against my sense of efficiency.

  • slaapgraag at 2012-07-13

    nice, 2 points difference between #1 and #3…

  • MarleysGhost at 2012-08-04

    August 3, 2012 Expression: Python

    \|_.Rank\|_.Player Name\|_.Sum\|_.Bk9\|_.1\|_.2\|_.3\|_.4\|_.5\|_.6\|_.7\|_.8\|_.9\|_.10\|_.11\|_.12\|_.13\|_.14\|_.15\|_.16\|_.17\|_.18\|
    \|1\|wojtex\|115\|55\|9\|3\|3\|21\|4\|1\|9\|6\|4\|10\|7\|1\|3\|7\|9\|12\|2\|4\|
    \|2\|MarleysGhost\|141\|68\|5\|2\|7\|2\|9\|4\|21\|9\|14\|16\|4\|8\|1\|2\|7\|17\|9\|4\|
    \|3\|Elisa Kabiljo\|148\|80\|6\|13\|4\|9\|15\|1\|17\|2\|1\|6\|14\|3\|10\|15\|4\|14\|1\|13\|
    \|4\|stay\|164\|58\|15\|11\|17\|3\|2\|16\|12\|12\|18\|2\|5\|7\|2\|16\|5\|16\|3\|2\|
    \|5\|Bill LeBoeuf\|190\|100\|17\|7\|6\|4\|3\|9\|23\|17\|4\|20\|1\|20\|17\|7\|2\|7\|13\|13\|
    \|6\|kfiecio\|203\|76\|13\|14\|23\|23\|20\|21\|1\|1\|11\|2\|3\|8\|7\|13\|14\|4\|19\|6\|
    \|7\|slaapgraag\|243\|147\|9\|14\|8\|8\|19\|3\|15\|10\|10\|1\|7\|1\|9\|3\|36\|30\|33\|27\|
    \|8\|keith630\|256\|158\|12\|1\|12\|7\|18\|17\|4\|18\|9\|17\|9\|21\|12\|19\|21\|12\|24\|23\|
    \|9\|Xenophon\|270\|144\|9\|7\|24\|11\|10\|24\|16\|12\|13\|28\|18\|8\|24\|9\|11\|20\|11\|15\|
    \|10\|klaashaas\|275\|123\|25\|21\|2\|18\|21\|11\|2\|25\|27\|8\|16\|5\|8\|10\|15\|30\|15\|16\|
    \|11\|Iluvatar\|287\|142\|7\|27\|27\|19\|7\|28\|10\|12\|8\|9\|20\|15\|3\|18\|22\|22\|25\|8\|
    \|12\|Dasher\|292\|152\|14\|18\|13\|16\|6\|11\|19\|26\|17\|21\|24\|12\|11\|11\|32\|11\|21\|9\|
    \|13\|Goldilocks\|297\|143\|3\|17\|16\|20\|22\|15\|17\|28\|16\|12\|12\|25\|22\|23\|10\|15\|12\|12\|
    \|14\|saimon\|299\|116\|28\|27\|27\|29\|27\|10\|10\|18\|7\|18\|27\|5\|18\|1\|33\|5\|6\|3\|
    \|15\|Pinobambu\|315\|248\|1\|12\|1\|27\|1\|6\|6\|10\|3\|7\|21\|28\|26\|29\|47\|30\|33\|27\|
    \|16\|Paul Gautherot\|329\|131\|28\|19\|27\|15\|27\|31\|29\|16\|6\|14\|27\|28\|13\|4\|11\|1\|6\|27\|
    \|17\|Tom Ace\|333\|87\|28\|27\|20\|29\|27\|31\|29\|28\|27\|31\|2\|4\|6\|6\|3\|3\|26\|6\|
    \|18\|Yoti\|339\|200\|20\|22\|13\|21\|7\|22\|3\|12\|19\|11\|27\|24\|16\|20\|31\|26\|27\|18\|
    \|58\|maximum rank\|531\|278\|28\|27\|27\|29\|27\|31\|29\|28\|27\|31\|27\|28\|26\|29\|47\|30\|33\|27\|

  • MarleysGhost at 2012-09-03

    September 2, 2012 Expression: public transportation

    \|_.Rank\|_.Player Name\|_.Sum\|_.Bk9\|_.1\|_.2\|_.3\|_.4\|_.5\|_.6\|_.7\|_.8\|_.9\|_.10\|_.11\|_.12\|_.13\|_.14\|_.15\|_.16\|_.17\|_.18\|
    \|1\|wojtex\|97\|51\|7\|1\|3\|7\|9\|12\|2\|4\|1\|3\|2\|4\|1\|3\|1\|5\|17\|15\|
    \|2\|Elisa Kabiljo\|116\|35\|14\|3\|10\|15\|4\|14\|1\|13\|7\|2\|5\|2\|9\|1\|3\|1\|1\|11\|
    \|3\|stay\|138\|73\|5\|7\|2\|16\|5\|16\|3\|2\|9\|6\|15\|12\|17\|8\|7\|2\|4\|2\|
    \|4\|MarleysGhost\|144\|80\|4\|8\|1\|2\|7\|17\|9\|4\|12\|16\|11\|7\|11\|2\|10\|8\|9\|6\|
    \|5\|Bill LeBoeuf\|151\|61\|1\|20\|17\|7\|2\|7\|13\|13\|10\|1\|8\|9\|7\|11\|13\|5\|1\|6\|
    \|6\|kfiecio\|188\|112\|3\|8\|7\|13\|14\|4\|19\|6\|2\|9\|5\|5\|3\|10\|20\|24\|21\|15\|
    \|7\|Xenophon\|200\|69\|18\|8\|24\|9\|11\|20\|11\|15\|15\|12\|4\|8\|4\|3\|12\|10\|6\|10\|
    \|8\|saimon\|224\|123\|27\|5\|18\|1\|33\|5\|6\|3\|3\|4\|16\|16\|2\|5\|20\|24\|21\|15\|
    \|9\|Goldilocks\|253\|104\|12\|25\|22\|23\|10\|15\|12\|12\|18\|26\|1\|20\|21\|12\|1\|3\|18\|2\|
    \|10\|isienka\|265\|126\|27\|28\|26\|29\|6\|2\|16\|1\|4\|9\|5\|1\|19\|24\|8\|24\|21\|15\|
    \|11\|Tom Ace\|267\|207\|2\|4\|6\|6\|3\|3\|26\|6\|4\|14\|26\|31\|28\|28\|20\|24\|21\|15\|
    \|12\|Dasher\|268\|125\|24\|12\|11\|11\|32\|11\|21\|9\|12\|13\|13\|24\|15\|17\|17\|9\|3\|14\|
    \|13\|keith630\|276\|116\|9\|21\|12\|19\|21\|12\|24\|23\|19\|26\|3\|18\|22\|16\|10\|7\|6\|8\|
    \|14\|Wassily Pupkind\|280\|199\|6\|18\|5\|5\|1\|6\|8\|26\|6\|6\|26\|31\|28\|28\|20\|24\|21\|15\|
    \|15\|klaashaas\|282\|143\|16\|5\|8\|10\|15\|30\|15\|16\|24\|26\|9\|14\|10\|20\|4\|24\|21\|15\|
    \|16\|slaapgraag\|288\|114\|7\|1\|9\|3\|36\|30\|33\|27\|28\|30\|9\|14\|12\|6\|4\|11\|13\|15\|
    \|17\|Iluvatar\|300\|144\|20\|15\|3\|18\|22\|22\|25\|8\|23\|21\|26\|3\|25\|17\|18\|18\|8\|8\|
    \|18\|Yoti\|319\|119\|27\|24\|16\|20\|31\|26\|27\|18\|11\|4\|26\|21\|6\|22\|15\|16\|4\|5\|
    \|19\|Dionysos\|319\|124\|12\|16\|19\|14\|29\|29\|29\|25\|22\|20\|12\|13\|14\|21\|6\|4\|19\|15\|
    \|20\|lrreiche\|328\|132\|27\|28\|26\|20\|8\|28\|22\|16\|21\|17\|22\|26\|19\|7\|16\|13\|11\|1\|
    \|21\|CleverHunk\|329\|181\|10\|23\|23\|26\|17\|9\|14\|10\|16\|15\|21\|27\|18\|27\|20\|17\|21\|15\|
    \|22\|inge_thomsen\|337\|130\|16\|12\|21\|24\|44\|23\|31\|22\|14\|19\|17\|16\|13\|14\|8\|24\|15\|4\|
    \|60\|maximum rank\|498\|223\|27\|28\|26\|29\|47\|30\|33\|27\|28\|30\|26\|31\|28\|28\|20\|24\|21\|15\|

  • slaapgraag at 2012-09-15

    still, nice works, marleys! thx for continously updating

  • stay at 2012-09-17

    i too appreciate the effort! thanks MG, for the nice work.

  • MarleysGhost at 2012-10-03

    Date: September 23, 2012 (Ha! More like October 2) Expression: shape

    \|_.Rank\|_.Player Name\|_.Sum\|_.Bk9\|_.1\|_.2\|_.3\|_.4\|_.5\|_.6\|_.7\|_.8\|_.9\|_.10\|_.11\|_.12\|_.13\|_.14\|_.15\|_.16\|_.17\|_.18\|
    \|1\|wojtex\|95\|71\|4\|1\|3\|2\|4\|1\|3\|1\|5\|17\|15\|2\|8\|3\|1\|1\|3\|21\|
    \|2\|Elisa Kabiljo\|103\|60\|13\|7\|2\|5\|2\|9\|1\|3\|1\|1\|11\|1\|3\|1\|1\|16\|6\|20\|
    \|3\|stay\|113\|35\|2\|9\|6\|15\|12\|17\|8\|7\|2\|4\|2\|6\|2\|2\|1\|11\|4\|3\|
    \|4\|Bill LeBoeuf\|152\|75\|13\|10\|1\|8\|9\|7\|11\|13\|5\|1\|6\|11\|1\|8\|12\|2\|2\|32\|
    \|5\|MarleysGhost\|154\|73\|4\|12\|16\|11\|7\|11\|2\|10\|8\|9\|6\|3\|9\|14\|12\|3\|14\|3\|
    \|6\|Xenophon\|171\|88\|15\|15\|12\|4\|8\|4\|3\|12\|10\|6\|10\|25\|11\|9\|7\|6\|1\|13\|
    \|7\|Dasher\|235\|106\|9\|12\|13\|13\|24\|15\|17\|17\|9\|3\|14\|17\|4\|9\|18\|7\|11\|23\|
    \|8\|slaapgraag\|239\|98\|27\|28\|30\|9\|14\|12\|6\|4\|11\|13\|15\|12\|17\|4\|1\|8\|14\|14\|
    \|9\|Yoti\|241\|102\|18\|11\|4\|26\|21\|6\|22\|15\|16\|4\|5\|5\|12\|18\|7\|25\|8\|18\|
    \|10\|Goldilocks\|248\|134\|12\|18\|26\|1\|20\|21\|12\|1\|3\|18\|2\|19\|13\|14\|14\|4\|16\|34\|
    \|11\|Iluvatar\|258\|99\|8\|23\|21\|26\|3\|25\|17\|18\|18\|8\|8\|4\|6\|5\|11\|11\|23\|23\|
    \|12\|lrreiche\|268\|111\|16\|21\|17\|22\|26\|19\|7\|16\|13\|11\|1\|13\|22\|23\|21\|5\|9\|6\|
    \|13\|keith630\|269\|125\|23\|19\|26\|3\|18\|22\|16\|10\|7\|6\|8\|10\|6\|20\|20\|21\|5\|29\|
    \|14\|funtobewith11\|286\|124\|19\|26\|17\|14\|21\|16\|22\|14\|13\|21\|15\|8\|5\|17\|17\|11\|22\|8\|
    \|15\|inge_thomsen\|301\|154\|22\|14\|19\|17\|16\|13\|14\|8\|24\|15\|4\|18\|18\|21\|21\|15\|11\|31\|
    \|16\|kfiecio\|301\|217\|6\|2\|9\|5\|5\|3\|10\|20\|24\|21\|15\|25\|22\|23\|26\|25\|25\|35\|
    \|17\|saimon\|310\|217\|3\|3\|4\|16\|16\|2\|5\|20\|24\|21\|15\|25\|22\|23\|26\|25\|25\|35\|
    \|18\|isienka\|312\|217\|1\|4\|9\|5\|1\|19\|24\|8\|24\|21\|15\|25\|22\|23\|26\|25\|25\|35\|
    \|19\|Dionysos\|325\|188\|25\|22\|20\|12\|13\|14\|21\|6\|4\|19\|15\|22\|15\|7\|25\|25\|25\|35\|
    \|20\|Finn Th. Nielsen\|333\|126\|27\|28\|30\|17\|19\|28\|14\|20\|24\|21\|15\|15\|14\|11\|7\|10\|18\|15\|
    \|62\|maximum rank\|459\|217\|27\|28\|30\|26\|31\|28\|28\|20\|24\|21\|15\|25\|22\|23\|26\|25\|25\|35\|

  • MarleysGhost at 2012-10-08

    October 8, 2012 Expression: father

    \|_.Rank\|_.Player Name\|_.Sum\|_.Bk9\|_.1\|_.2\|_.3\|_.4\|_.5\|_.6\|_.7\|_.8\|_.9\|_.10\|_.11\|_.12\|_.13\|_.14\|_.15\|_.16\|_.17\|_.18\|
    \|1\|Elisa Kabiljo\|89\|54\|2\|5\|2\|9\|1\|3\|1\|1\|11\|1\|3\|1\|1\|16\|6\|20\|5\|1\|
    \|2\|stay\|125\|52\|6\|15\|12\|17\|8\|7\|2\|4\|2\|6\|2\|2\|1\|11\|4\|3\|20\|3\|
    \|3\|wojtex\|131\|80\|3\|2\|4\|1\|3\|1\|5\|17\|15\|2\|8\|3\|1\|1\|3\|21\|22\|19\|
    \|4\|Bill LeBoeuf\|136\|75\|1\|8\|9\|7\|11\|13\|5\|1\|6\|11\|1\|8\|12\|2\|2\|32\|4\|3\|
    \|5\|MarleysGhost\|141\|61\|16\|11\|7\|11\|2\|10\|8\|9\|6\|3\|9\|14\|12\|3\|14\|3\|1\|2\|
    \|6\|Xenophon\|167\|98\|12\|4\|8\|4\|3\|12\|10\|6\|10\|25\|11\|9\|7\|6\|1\|13\|14\|12\|
    \|7\|slaapgraag\|200\|86\|30\|9\|14\|12\|6\|4\|11\|13\|15\|12\|17\|4\|1\|8\|14\|14\|13\|3\|
    \|8\|Dasher\|239\|114\|13\|13\|24\|15\|17\|17\|9\|3\|14\|17\|4\|9\|18\|7\|11\|23\|10\|15\|
    \|9\|Goldilocks\|242\|138\|26\|1\|20\|21\|12\|1\|3\|18\|2\|19\|13\|14\|14\|4\|16\|34\|7\|17\|
    \|10\|Yoti\|246\|127\|4\|26\|21\|6\|22\|15\|16\|4\|5\|5\|12\|18\|7\|25\|8\|18\|24\|10\|
    \|11\|Iluvatar\|253\|109\|21\|26\|3\|25\|17\|18\|18\|8\|8\|4\|6\|5\|11\|11\|23\|23\|17\|9\|
    \|12\|lrreiche\|253\|121\|17\|22\|26\|19\|7\|16\|13\|11\|1\|13\|22\|23\|21\|5\|9\|6\|3\|19\|
    \|13\|keith630\|253\|137\|26\|3\|18\|22\|16\|10\|7\|6\|8\|10\|6\|20\|20\|21\|5\|29\|8\|18\|
    \|14\|funtobewith11\|268\|115\|17\|14\|21\|16\|22\|14\|13\|21\|15\|8\|5\|17\|17\|11\|22\|8\|11\|16\|
    \|15\|inge_thomsen\|297\|167\|19\|17\|16\|13\|14\|8\|24\|15\|4\|18\|18\|21\|21\|15\|11\|31\|19\|13\|
    \|16\|Finn Th. Nielsen\|306\|118\|30\|17\|19\|28\|14\|20\|24\|21\|15\|15\|14\|11\|7\|10\|18\|15\|9\|19\|
    \|17\|Dionysos\|321\|197\|20\|12\|13\|14\|21\|6\|4\|19\|15\|22\|15\|7\|25\|25\|25\|35\|24\|19\|
    \|18\|roxann\|331\|159\|22\|23\|25\|23\|19\|20\|19\|9\|12\|9\|19\|11\|23\|20\|25\|32\|1\|19\|
    \|19\|Valette_Renoux\|334\|111\|30\|26\|31\|28\|28\|20\|24\|21\|15\|25\|22\|6\|10\|8\|16\|1\|17\|6\|
    \|20\|kfiecio\|336\|224\|9\|5\|5\|3\|10\|20\|24\|21\|15\|25\|22\|23\|26\|25\|25\|35\|24\|19\|
    \|62\|maximum rank\|447\|224\|30\|26\|31\|28\|28\|20\|24\|21\|15\|25\|22\|23\|26\|25\|25\|35\|24\|19\|

  • MarleysGhost at 2012-10-11

    See Game of Empathy Statistics for the one and only original GoE golf scorecard from mongoose, to whom we are eternally grateful until he stops updating it again. As I mentioned before, the scripts that made the tables in this thread possible were written by Darse, to whom we can now stop being grateful. :)

  • MarleysGhost at 2013-04-25

    Golf Scorecard stopped updating again, some time ago. Here is the most recent scorecard calculated by Darse's Python script. Also, I fixed the links of the column headings 1…18:

    \|_.Rank\|_.Player Name\|_.Sum\|_.Bk9 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 \|
    \|1\|Elisa Kabiljo\|86\|55\|1\|7\|1\|2\|13\|1\|2\|3\|1\|7\|6\|6\|1\|1\|17\|3\|13\|1\|
    \|2\|wojtex\|108\|72\|1\|4\|1\|10\|12\|4\|2\|1\|1\|2\|6\|21\|2\|1\|27\|2\|9\|2\|
    \|3\|slaapgraag\|122\|79\|1\|11\|1\|1\|9\|1\|2\|4\|13\|3\|13\|16\|9\|7\|6\|1\|19\|5\|
    \|4\|Goldilocks\|146\|86\|6\|5\|6\|12\|26\|1\|1\|2\|1\|18\|2\|18\|8\|20\|2\|6\|3\|9\|
    \|5\|MarleysGhost ★\|157\|82\|11\|8\|16\|9\|4\|5\|17\|4\|1\|7\|3\|9\|10\|11\|3\|5\|11\|23\|
    \|6\|Troldmyr\|210\|103\|14\|16\|16\|4\|2\|10\|25\|6\|14\|6\|1\|4\|14\|13\|19\|11\|18\|17\|
    \|7\|RV3\|215\|100\|20\|2\|21\|6\|19\|14\|9\|8\|16\|1\|9\|4\|16\|23\|1\|17\|21\|8\|
    \|8\|Dasher\|217\|109\|8\|20\|9\|10\|13\|17\|13\|17\|1\|4\|14\|2\|13\|15\|20\|14\|2\|25\|
    \|9\|Finn Th. Nielsen\|224\|122\|10\|23\|13\|5\|11\|7\|10\|22\|1\|15\|4\|1\|11\|9\|20\|15\|23\|24\|
    \|10\|Bill LeBoeuf ★\|228\|97\|9\|15\|26\|15\|15\|8\|15\|16\|12\|15\|17\|13\|4\|6\|11\|3\|11\|17\|
    \|11\|funtobewith11\|230\|98\|17\|18\|14\|12\|16\|23\|16\|15\|1\|4\|18\|20\|7\|15\|10\|13\|6\|5\|
    \|12\|celticjim\|244\|119\|4\|6\|22\|6\|10\|16\|20\|20\|21\|19\|6\|3\|12\|21\|22\|12\|15\|9\|
    \|13\|karlhanf ★\|247\|133\|20\|2\|28\|24\|5\|14\|6\|14\|1\|9\|4\|8\|21\|10\|6\|21\|27\|27\|
    \|14\|keith630 ★\|262\|117\|12\|13\|20\|22\|26\|22\|7\|8\|15\|12\|14\|14\|5\|8\|18\|19\|5\|22\|
    \|15\|Iluvatar\|263\|136\|12\|14\|4\|17\|16\|21\|12\|12\|19\|15\|19\|15\|21\|19\|4\|7\|15\|21\|
    \|16\|ululu\|272\|160\|20\|10\|9\|24\|7\|6\|13\|6\|17\|14\|20\|22\|3\|14\|6\|27\|27\|27\|
    \|17\|ddogg\|306\|165\|20\|12\|8\|19\|6\|12\|26\|18\|20\|26\|23\|24\|6\|17\|13\|22\|20\|14\|
    \|18\|Martyn Hamer ★\|314\|202\|16\|17\|28\|8\|1\|9\|20\|12\|1\|10\|10\|27\|21\|26\|27\|27\|27\|27\|
    \|19\|inge_thomsen\|322\|156\|5\|19\|23\|18\|22\|23\|24\|8\|24\|26\|11\|11\|21\|12\|27\|25\|4\|19\|
    \|20\|Tom Ace ★\|338\|227\|7\|1\|11\|21\|7\|11\|10\|21\|22\|20\|25\|27\|21\|26\|27\|27\|27\|27\|
    \|52\|maximum rank\|467\|233\|20\|23\|28\|24\|26\|27\|29\|29\|28\|26\|25\|27\|21\|26\|27\|27\|27\|27\|

  • Elisa Kabiljo at 2013-04-25

    I am grateful to everyone who has participated in the generation of these statistics: MarleysGhost, Darse and mongoose. And I never stop to be grateful to them, even when they (temporary?) stop to publish them. :)

    It is nice to be at same place as last time with almost same score. :)

  • MarleysGhost at 2013-04-28

    April 27, 2013 Expression: carnivore
    [The previous one was April 24, 2013 Expression: Ball games]

    \|_.Rank\|_.Player Name\|_.Sum\|_.Bk9 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 \|
    \|1\|Elisa Kabiljo\|89\|52\|7\|1\|2\|13\|1\|2\|3\|1\|7\|6\|6\|1\|1\|17\|3\|13\|1\|4\|
    \|2\|wojtex\|112\|75\|4\|1\|10\|12\|4\|2\|1\|1\|2\|6\|21\|2\|1\|27\|2\|9\|2\|5\|
    \|3\|slaapgraag\|132\|87\|11\|1\|1\|9\|1\|2\|4\|13\|3\|13\|16\|9\|7\|6\|1\|19\|5\|11\|
    \|4\|MarleysGhost ★\|149\|78\|8\|16\|9\|4\|5\|17\|4\|1\|7\|3\|9\|10\|11\|3\|5\|11\|23\|3\|
    \|5\|Goldilocks\|157\|85\|5\|6\|12\|26\|1\|1\|2\|1\|18\|2\|18\|8\|20\|2\|6\|3\|9\|17\|
    \|6\|RV3\|204\|108\|2\|21\|6\|19\|14\|9\|8\|16\|1\|9\|4\|16\|23\|1\|17\|21\|8\|9\|
    \|7\|Troldmyr\|210\|111\|16\|16\|4\|2\|10\|25\|6\|14\|6\|1\|4\|14\|13\|19\|11\|18\|17\|14\|
    \|8\|Finn Th. Nielsen\|227\|120\|23\|13\|5\|11\|7\|10\|22\|1\|15\|4\|1\|11\|9\|20\|15\|23\|24\|13\|
    \|9\|Bill LeBoeuf ★\|233\|96\|15\|26\|15\|15\|8\|15\|16\|12\|15\|17\|13\|4\|6\|11\|3\|11\|17\|14\|
    \|10\|funtobewith11\|233\|114\|18\|14\|12\|16\|23\|16\|15\|1\|4\|18\|20\|7\|15\|10\|13\|6\|5\|20\|
    \|11\|Dasher\|237\|133\|20\|9\|10\|13\|17\|13\|17\|1\|4\|14\|2\|13\|15\|20\|14\|2\|25\|28\|
    \|12\|karlhanf ★\|239\|136\|2\|28\|24\|5\|14\|6\|14\|1\|9\|4\|8\|21\|10\|6\|21\|27\|27\|12\|
    \|13\|Iluvatar\|253\|123\|14\|4\|17\|16\|21\|12\|12\|19\|15\|19\|15\|21\|19\|4\|7\|15\|21\|2\|
    \|14\|celticjim\|264\|124\|6\|22\|6\|10\|16\|20\|20\|21\|19\|6\|3\|12\|21\|22\|12\|15\|9\|24\|
    \|15\|keith630 ★\|270\|125\|13\|20\|22\|26\|22\|7\|8\|15\|12\|14\|14\|5\|8\|18\|19\|5\|22\|20\|
    \|16\|ululu\|280\|174\|10\|9\|24\|7\|6\|13\|6\|17\|14\|20\|22\|3\|14\|6\|27\|27\|27\|28\|
    \|17\|ddogg\|314\|167\|12\|8\|19\|6\|12\|26\|18\|20\|26\|23\|24\|6\|17\|13\|22\|20\|14\|28\|
    \|18\|Martyn Hamer ★\|326\|220\|17\|28\|8\|1\|9\|20\|12\|1\|10\|10\|27\|21\|26\|27\|27\|27\|27\|28\|
    \|19\|inge_thomsen\|339\|152\|19\|23\|18\|22\|23\|24\|8\|24\|26\|11\|11\|21\|12\|27\|25\|4\|19\|22\|
    \|54\|maximum rank\|475\|235\|23\|28\|24\|26\|27\|29\|29\|28\|26\|25\|27\|21\|26\|27\|27\|27\|27\|28\|

  • MarleysGhost at 2013-05-04

    Date: May 3, 2013 Expression: knife

    \|_.Rank\|_.Player Name\|_.Sum\|_.Bk9 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 \|
    \|1\|Elisa Kabiljo\|93\|52\|2\|13\|1\|2\|3\|1\|7\|6\|6\|1\|1\|17\|3\|13\|1\|4\|4\|8\|
    \|2\|slaapgraag\|132\|70\|1\|9\|1\|2\|4\|13\|3\|13\|16\|9\|7\|6\|1\|19\|5\|11\|8\|4\|
    \|3\|wojtex\|141\|82\|10\|12\|4\|2\|1\|1\|2\|6\|21\|2\|1\|27\|2\|9\|2\|5\|3\|31\|
    \|4\|MarleysGhost ★\|155\|96\|9\|4\|5\|17\|4\|1\|7\|3\|9\|10\|11\|3\|5\|11\|23\|3\|18\|12\|
    \|5\|Goldilocks\|172\|91\|12\|26\|1\|1\|2\|1\|18\|2\|18\|8\|20\|2\|6\|3\|9\|17\|11\|15\|
    \|6\|RV3\|187\|101\|6\|19\|14\|9\|8\|16\|1\|9\|4\|16\|23\|1\|17\|21\|8\|9\|5\|1\|
    \|7\|Bill LeBoeuf ★\|198\|72\|15\|15\|8\|15\|16\|12\|15\|17\|13\|4\|6\|11\|3\|11\|17\|14\|1\|5\|
    \|8\|Troldmyr\|212\|140\|4\|2\|10\|25\|6\|14\|6\|1\|4\|14\|13\|19\|11\|18\|17\|14\|26\|8\|
    \|9\|karlhanf ★\|220\|135\|24\|5\|14\|6\|14\|1\|9\|4\|8\|21\|10\|6\|21\|27\|27\|12\|9\|2\|
    \|10\|Dasher\|227\|136\|10\|13\|17\|13\|17\|1\|4\|14\|2\|13\|15\|20\|14\|2\|25\|28\|6\|13\|
    \|11\|funtobewith11\|228\|103\|12\|16\|23\|16\|15\|1\|4\|18\|20\|7\|15\|10\|13\|6\|5\|20\|2\|25\|
    \|12\|Finn Th. Nielsen\|228\|152\|5\|11\|7\|10\|22\|1\|15\|4\|1\|11\|9\|20\|15\|23\|24\|13\|23\|14\|
    \|13\|celticjim\|262\|141\|6\|10\|16\|20\|20\|21\|19\|6\|3\|12\|21\|22\|12\|15\|9\|24\|15\|11\|
    \|14\|Iluvatar\|277\|131\|17\|16\|21\|12\|12\|19\|15\|19\|15\|21\|19\|4\|7\|15\|21\|2\|24\|18\|
    \|15\|keith630 ★\|284\|144\|22\|26\|22\|7\|8\|15\|12\|14\|14\|5\|8\|18\|19\|5\|22\|20\|27\|20\|
    \|16\|ululu\|322\|193\|24\|7\|6\|13\|6\|17\|14\|20\|22\|3\|14\|6\|27\|27\|27\|28\|30\|31\|
    \|17\|Momo5\|338\|149\|14\|3\|13\|29\|24\|28\|26\|25\|27\|21\|1\|11\|8\|27\|27\|28\|7\|19\|
    \|55\|maximum rank\|485\|244\|24\|26\|27\|29\|29\|28\|26\|25\|27\|21\|26\|27\|27\|27\|27\|28\|30\|31\|

  • MarleysGhost at 2013-05-28

    Date: May 27, 2013 Expression: soap

    \|_.Rank\|_.Player Name\|_.Sum\|_.Bk9 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 \|
    \|1\|Elisa Kabiljo\|126\|76\|6\|1\|1\|17\|3\|13\|1\|4\|4\|8\|18\|3\|13\|2\|7\|3\|2\|20\|
    \|2\|slaapgraag\|158\|76\|16\|9\|7\|6\|1\|19\|5\|11\|8\|4\|1\|1\|16\|1\|12\|24\|12\|5\|
    \|3\|Bill LeBoeuf ★\|165\|85\|13\|4\|6\|11\|3\|11\|17\|14\|1\|5\|3\|7\|22\|11\|4\|2\|24\|7\|
    \|4\|Goldilocks\|170\|76\|18\|8\|20\|2\|6\|3\|9\|17\|11\|15\|2\|2\|1\|2\|1\|18\|13\|22\|
    \|5\|RV3\|190\|86\|4\|16\|23\|1\|17\|21\|8\|9\|5\|1\|10\|9\|3\|12\|10\|10\|13\|18\|
    \|6\|MarleysGhost ★\|203\|110\|9\|10\|11\|3\|5\|11\|23\|3\|18\|12\|16\|9\|4\|15\|3\|11\|23\|17\|
    \|7\|keith630 ★\|206\|68\|14\|5\|8\|18\|19\|5\|22\|20\|27\|20\|5\|13\|12\|2\|2\|5\|7\|2\|
    \|8\|karlhanf ★\|210\|69\|8\|21\|10\|6\|21\|27\|27\|12\|9\|2\|3\|12\|9\|19\|14\|4\|5\|1\|
    \|9\|Sheila\|219\|80\|27\|21\|18\|6\|9\|14\|15\|14\|15\|6\|8\|11\|11\|6\|4\|8\|17\|9\|
    \|10\|wojtex\|236\|164\|21\|2\|1\|27\|2\|9\|2\|5\|3\|31\|12\|16\|4\|32\|30\|27\|9\|3\|
    \|11\|xopods\|256\|136\|11\|21\|5\|16\|9\|1\|27\|10\|20\|31\|33\|21\|6\|7\|30\|1\|1\|6\|
    \|12\|Troldmyr\|257\|121\|4\|14\|13\|19\|11\|18\|17\|14\|26\|8\|21\|6\|23\|13\|9\|27\|5\|9\|
    \|13\|Dasher\|273\|148\|2\|13\|15\|20\|14\|2\|25\|28\|6\|13\|16\|14\|23\|27\|17\|9\|18\|11\|
    \|14\|Finn Th. Nielsen\|278\|139\|1\|11\|9\|20\|15\|23\|24\|13\|23\|14\|12\|4\|25\|13\|16\|13\|24\|18\|
    \|15\|celticjim\|283\|150\|3\|12\|21\|22\|12\|15\|9\|24\|15\|11\|15\|17\|18\|28\|6\|15\|19\|21\|
    \|16\|Iluvatar\|287\|159\|15\|21\|19\|4\|7\|15\|21\|2\|24\|18\|23\|7\|26\|25\|15\|15\|15\|15\|
    \|17\|docfarm\|297\|125\|27\|21\|26\|14\|24\|21\|7\|7\|25\|21\|6\|20\|6\|18\|25\|17\|4\|8\|
    \|18\|funtobewith11\|309\|211\|20\|7\|15\|10\|13\|6\|5\|20\|2\|25\|22\|28\|30\|10\|23\|19\|30\|24\|
    \|19\|terrance806\|315\|136\|27\|21\|26\|27\|27\|27\|3\|8\|13\|29\|11\|19\|2\|26\|8\|14\|11\|16\|
    \|20\|Christian Nilsson\|333\|174\|25\|21\|26\|22\|17\|10\|13\|6\|19\|16\|12\|22\|10\|29\|20\|23\|15\|27\|
    \|49\|maximum rank\|515\|275\|27\|21\|26\|27\|27\|27\|27\|28\|30\|31\|33\|31\|33\|32\|30\|27\|31\|27\|

  • MarleysGhost at 2013-06-08

    Date: June 8, 2013 Expression: cats

    \|_.Rank\|_.Player Name\|_.Sum\|_.Bk9 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 \|
    \|1\|Elisa Kabiljo\|137\|70\|3\|13\|1\|4\|4\|8\|18\|3\|13\|2\|7\|3\|2\|20\|11\|9\|14\|2\|
    \|2\|Goldilocks\|139\|73\|6\|3\|9\|17\|11\|15\|2\|2\|1\|2\|1\|18\|13\|22\|2\|6\|5\|4\|
    \|3\|slaapgraag\|150\|84\|1\|19\|5\|11\|8\|4\|1\|1\|16\|1\|12\|24\|12\|5\|3\|13\|12\|2\|
    \|4\|Bill LeBoeuf ★\|164\|81\|3\|11\|17\|14\|1\|5\|3\|7\|22\|11\|4\|2\|24\|7\|9\|9\|10\|5\|
    \|5\|RV3\|166\|83\|17\|21\|8\|9\|5\|1\|10\|9\|3\|12\|10\|10\|13\|18\|4\|2\|2\|12\|
    \|6\|Sheila\|172\|69\|9\|14\|15\|14\|15\|6\|8\|11\|11\|6\|4\|8\|17\|9\|6\|8\|2\|9\|
    \|7\|karlhanf ★\|188\|66\|21\|27\|27\|12\|9\|2\|3\|12\|9\|19\|14\|4\|5\|1\|7\|1\|7\|8\|
    \|8\|keith630 ★\|200\|57\|19\|5\|22\|20\|27\|20\|5\|13\|12\|2\|2\|5\|7\|2\|7\|4\|15\|13\|
    \|9\|MarleysGhost ★\|226\|125\|5\|11\|23\|3\|18\|12\|16\|9\|4\|15\|3\|11\|23\|17\|14\|6\|19\|17\|
    \|10\|xopods\|235\|77\|9\|1\|27\|10\|20\|31\|33\|21\|6\|7\|30\|1\|1\|6\|1\|13\|9\|9\|
    \|11\|wojtex\|249\|165\|2\|9\|2\|5\|3\|31\|12\|16\|4\|32\|30\|27\|9\|3\|18\|16\|1\|29\|
    \|12\|terrance806\|251\|112\|27\|27\|3\|8\|13\|29\|11\|19\|2\|26\|8\|14\|11\|16\|4\|11\|8\|14\|
    \|13\|Troldmyr\|255\|111\|11\|18\|17\|14\|26\|8\|21\|6\|23\|13\|9\|27\|5\|9\|10\|15\|17\|6\|
    \|14\|celticjim\|273\|137\|12\|15\|9\|24\|15\|11\|15\|17\|18\|28\|6\|15\|19\|21\|11\|12\|6\|19\|
    \|15\|docfarm\|282\|145\|24\|21\|7\|7\|25\|21\|6\|20\|6\|18\|25\|17\|4\|8\|24\|20\|23\|6\|
    \|16\|blargdragon\|287\|84\|27\|27\|27\|28\|30\|8\|20\|18\|18\|8\|19\|6\|3\|4\|26\|3\|4\|11\|
    \|17\|Iluvatar\|292\|149\|7\|15\|21\|2\|24\|18\|23\|7\|26\|25\|15\|15\|15\|15\|17\|4\|21\|22\|
    \|18\|Finn Th. Nielsen\|309\|156\|15\|23\|24\|13\|23\|14\|12\|4\|25\|13\|16\|13\|24\|18\|23\|16\|13\|20\|
    \|19\|Dasher\|316\|175\|14\|2\|25\|28\|6\|13\|16\|14\|23\|27\|17\|9\|18\|11\|11\|23\|30\|29\|
    \|20\|Christian Nilsson\|327\|202\|17\|10\|13\|6\|19\|16\|12\|22\|10\|29\|20\|23\|15\|27\|14\|27\|30\|17\|
    \|50\|maximum rank\|532\|265\|27\|27\|27\|28\|30\|31\|33\|31\|33\|32\|30\|27\|31\|27\|32\|27\|30\|29\|

  • MarleysGhost at 2013-06-20

    Date: June 20, 2013 Expression: things you can drink from

    \|_.Rank\|_.Player Name\|_.Sum\|_.Bk9 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 \|
    \|1\|karlhanf ★\|129\|52\|9\|2\|3\|12\|9\|19\|14\|4\|5\|1\|7\|1\|7\|8\|6\|4\|6\|12\|
    \|2\|Goldilocks\|140\|75\|11\|15\|2\|2\|1\|2\|1\|18\|13\|22\|2\|6\|5\|4\|4\|10\|1\|21\|
    \|3\|slaapgraag\|150\|71\|8\|4\|1\|1\|16\|1\|12\|24\|12\|5\|3\|13\|12\|2\|26\|5\|4\|1\|
    \|4\|Bill LeBoeuf ★\|156\|77\|1\|5\|3\|7\|22\|11\|4\|2\|24\|7\|9\|9\|10\|5\|16\|9\|10\|2\|
    \|5\|RV3\|157\|84\|5\|1\|10\|9\|3\|12\|10\|10\|13\|18\|4\|2\|2\|12\|27\|2\|10\|7\|
    \|6\|Elisa Kabiljo\|169\|109\|4\|8\|18\|3\|13\|2\|7\|3\|2\|20\|11\|9\|14\|2\|20\|20\|3\|10\|
    \|7\|Sheila\|184\|98\|15\|6\|8\|11\|11\|6\|4\|8\|17\|9\|6\|8\|2\|9\|14\|3\|14\|33\|
    \|8\|keith630 ★\|213\|120\|27\|20\|5\|13\|12\|2\|2\|5\|7\|2\|7\|4\|15\|13\|9\|23\|17\|30\|
    \|9\|xopods\|224\|74\|20\|31\|33\|21\|6\|7\|30\|1\|1\|6\|1\|13\|9\|9\|11\|1\|21\|3\|
    \|10\|MarleysGhost ★\|235\|124\|18\|12\|16\|9\|4\|15\|3\|11\|23\|17\|14\|6\|19\|17\|1\|6\|19\|25\|
    \|11\|Troldmyr\|255\|117\|26\|8\|21\|6\|23\|13\|9\|27\|5\|9\|10\|15\|17\|6\|9\|18\|27\|6\|
    \|12\|blargdragon\|256\|126\|30\|8\|20\|18\|18\|8\|19\|6\|3\|4\|26\|3\|4\|11\|22\|8\|25\|23\|
    \|13\|wojtex\|261\|97\|3\|31\|12\|16\|4\|32\|30\|27\|9\|3\|18\|16\|1\|29\|16\|10\|1\|3\|
    \|14\|celticjim\|278\|134\|15\|11\|15\|17\|18\|28\|6\|15\|19\|21\|11\|12\|6\|19\|15\|7\|23\|20\|
    \|15\|terrance806\|281\|148\|13\|29\|11\|19\|2\|26\|8\|14\|11\|16\|4\|11\|8\|14\|2\|28\|32\|33\|
    \|16\|Finn Th. Nielsen\|288\|144\|23\|14\|12\|4\|25\|13\|16\|13\|24\|18\|23\|16\|13\|20\|11\|14\|7\|22\|
    \|17\|Dasher\|310\|167\|6\|13\|16\|14\|23\|27\|17\|9\|18\|11\|11\|23\|30\|29\|13\|22\|13\|15\|
    \|18\|docfarm\|315\|173\|25\|21\|6\|20\|6\|18\|25\|17\|4\|8\|24\|20\|23\|6\|31\|28\|17\|16\|
    \|19\|BigChicken\|323\|146\|10\|22\|31\|25\|27\|9\|22\|22\|9\|12\|20\|25\|20\|15\|7\|17\|16\|14\|
    \|20\|Iluvatar\|331\|163\|24\|18\|23\|7\|26\|25\|15\|15\|15\|15\|17\|4\|21\|22\|20\|25\|12\|27\|
    \|55\|maximum rank\|547\|269\|30\|31\|33\|31\|33\|32\|30\|27\|31\|27\|32\|27\|30\|29\|31\|28\|32\|33\|

  • MarleysGhost at 2013-07-05

    Date: July 2, 2013 Expression: summer

    \|_.Rank\|_.Player Name\|_.Sum\|_.Bk9 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 \|
    \|1\|xopods\|133\|59\|6\|7\|30\|1\|1\|6\|1\|13\|9\|9\|11\|1\|21\|3\|2\|3\|3\|6\|
    \|2\|Goldilocks\|144\|74\|1\|2\|1\|18\|13\|22\|2\|6\|5\|4\|4\|10\|1\|21\|23\|4\|6\|1\|
    \|3\|Elisa Kabiljo\|149\|68\|13\|2\|7\|3\|2\|20\|11\|9\|14\|2\|20\|20\|3\|10\|10\|1\|1\|1\|
    \|4\|slaapgraag\|169\|71\|16\|1\|12\|24\|12\|5\|3\|13\|12\|2\|26\|5\|4\|1\|9\|4\|19\|1\|
    \|5\|karlhanf ★\|174\|107\|9\|19\|14\|4\|5\|1\|7\|1\|7\|8\|6\|4\|6\|12\|6\|6\|29\|30\|
    \|6\|Bill LeBoeuf ★\|178\|80\|22\|11\|4\|2\|24\|7\|9\|9\|10\|5\|16\|9\|10\|2\|15\|7\|4\|12\|
    \|7\|Sheila\|191\|120\|11\|6\|4\|8\|17\|9\|6\|8\|2\|9\|14\|3\|14\|33\|15\|13\|5\|14\|
    \|8\|RV3\|209\|135\|3\|12\|10\|10\|13\|18\|4\|2\|2\|12\|27\|2\|10\|7\|29\|11\|17\|20\|
    \|9\|Troldmyr\|214\|86\|23\|13\|9\|27\|5\|9\|10\|15\|17\|6\|9\|18\|27\|6\|1\|8\|6\|5\|
    \|10\|wojtex\|234\|94\|4\|32\|30\|27\|9\|3\|18\|16\|1\|29\|16\|10\|1\|3\|31\|2\|1\|1\|
    \|11\|MarleysGhost ★\|238\|126\|4\|15\|3\|11\|23\|17\|14\|6\|19\|17\|1\|6\|19\|25\|15\|22\|10\|11\|
    \|12\|blargdragon\|261\|170\|18\|8\|19\|6\|3\|4\|26\|3\|4\|11\|22\|8\|25\|23\|20\|23\|8\|30\|
    \|13\|celticjim\|262\|126\|18\|28\|6\|15\|19\|21\|11\|12\|6\|19\|15\|7\|23\|20\|4\|9\|21\|8\|
    \|14\|keith630 ★\|268\|212\|12\|2\|2\|5\|7\|2\|7\|4\|15\|13\|9\|23\|17\|30\|27\|34\|29\|30\|
    \|15\|BigChicken\|287\|121\|27\|9\|22\|22\|9\|12\|20\|25\|20\|15\|7\|17\|16\|14\|10\|17\|12\|13\|
    \|16\|Finn Th. Nielsen\|297\|136\|25\|13\|16\|13\|24\|18\|23\|16\|13\|20\|11\|14\|7\|22\|19\|27\|9\|7\|
    \|17\|docfarm\|305\|160\|6\|18\|25\|17\|4\|8\|24\|20\|23\|6\|31\|28\|17\|16\|5\|15\|23\|19\|
    \|18\|Iluvatar\|323\|170\|26\|25\|15\|15\|15\|15\|17\|4\|21\|22\|20\|25\|12\|27\|13\|24\|10\|17\|
    \|19\|terrance806\|333\|233\|2\|26\|8\|14\|11\|16\|4\|11\|8\|14\|2\|28\|32\|33\|31\|34\|29\|30\|
    \|57\|maximum rank\|546\|277\|33\|32\|30\|27\|31\|27\|32\|27\|30\|29\|31\|28\|32\|33\|31\|34\|29\|30\|

  • MarleysGhost at 2013-07-14

    Date: July 14, 2013 Expression: dragon

    \|_.Rank\|_.Player Name\|_.Sum\|_.Bk9 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 \|
    \|1\|xopods\|126\|54\|1\|6\|1\|13\|9\|9\|11\|1\|21\|3\|2\|3\|3\|6\|15\|4\|17\|1\|
    \|2\|Elisa Kabiljo\|138\|37\|2\|20\|11\|9\|14\|2\|20\|20\|3\|10\|10\|1\|1\|1\|5\|1\|4\|4\|
    \|3\|slaapgraag\|159\|77\|12\|5\|3\|13\|12\|2\|26\|5\|4\|1\|9\|4\|19\|1\|9\|1\|11\|22\|
    \|4\|wojtex\|167\|64\|9\|3\|18\|16\|1\|29\|16\|10\|1\|3\|31\|2\|1\|1\|16\|1\|7\|2\|
    \|5\|Troldmyr\|177\|61\|5\|9\|10\|15\|17\|6\|9\|18\|27\|6\|1\|8\|6\|5\|23\|5\|1\|6\|
    \|6\|Goldilocks\|181\|114\|13\|22\|2\|6\|5\|4\|4\|10\|1\|21\|23\|4\|6\|1\|16\|13\|14\|16\|
    \|7\|Bill LeBoeuf ★\|193\|94\|24\|7\|9\|9\|10\|5\|16\|9\|10\|2\|15\|7\|4\|12\|8\|14\|14\|18\|
    \|8\|Sheila\|204\|122\|17\|9\|6\|8\|2\|9\|14\|3\|14\|33\|15\|13\|5\|14\|4\|11\|17\|10\|
    \|9\|RV3\|220\|130\|13\|18\|4\|2\|2\|12\|27\|2\|10\|7\|29\|11\|17\|20\|2\|19\|20\|5\|
    \|10\|celticjim\|225\|92\|19\|21\|11\|12\|6\|19\|15\|7\|23\|20\|4\|9\|21\|8\|1\|9\|11\|9\|
    \|11\|MarleysGhost ★\|233\|111\|23\|17\|14\|6\|19\|17\|1\|6\|19\|25\|15\|22\|10\|11\|11\|5\|6\|6\|
    \|12\|karlhanf ★\|237\|192\|5\|1\|7\|1\|7\|8\|6\|4\|6\|12\|6\|6\|29\|30\|28\|28\|27\|26\|
    \|13\|Iluvatar\|297\|146\|15\|15\|17\|4\|21\|22\|20\|25\|12\|27\|13\|24\|10\|17\|6\|15\|13\|21\|
    \|14\|Finn Th. Nielsen\|303\|157\|24\|18\|23\|16\|13\|20\|11\|14\|7\|22\|19\|27\|9\|7\|21\|16\|24\|12\|
    \|15\|BigChicken\|306\|165\|9\|12\|20\|25\|20\|15\|7\|17\|16\|14\|10\|17\|12\|13\|18\|28\|27\|26\|
    \|16\|keith630 ★\|311\|214\|7\|2\|7\|4\|15\|13\|9\|23\|17\|30\|27\|34\|29\|30\|28\|10\|20\|6\|
    \|17\|blargdragon\|319\|213\|3\|4\|26\|3\|4\|11\|22\|8\|25\|23\|20\|23\|8\|30\|28\|28\|27\|26\|
    \|18\|docfarm\|324\|163\|4\|8\|24\|20\|23\|6\|31\|28\|17\|16\|5\|15\|23\|19\|22\|28\|9\|26\|
    \|19\|Dasher\|326\|156\|18\|11\|11\|23\|30\|29\|13\|22\|13\|15\|25\|24\|26\|10\|19\|22\|3\|12\|
    \|57\|maximum rank\|533\|266\|31\|27\|32\|27\|30\|29\|31\|28\|32\|33\|31\|34\|29\|30\|28\|28\|27\|26\|

  • MarleysGhost at 2013-08-01

    Date: July 31, 2013 Expression: Flower

    \|_.Rank\|_.Player Name\|_.Sum\|_.Bk9 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 \|
    \|1\|wojtex\|132\|38\|1\|29\|16\|10\|1\|3\|31\|2\|1\|1\|16\|1\|7\|2\|8\|1\|1\|1\|
    \|2\|xopods\|136\|74\|9\|9\|11\|1\|21\|3\|2\|3\|3\|6\|15\|4\|17\|1\|6\|19\|3\|3\|
    \|3\|Bill LeBoeuf ★\|183\|105\|10\|5\|16\|9\|10\|2\|15\|7\|4\|12\|8\|14\|14\|18\|12\|3\|14\|10\|
    \|4\|Elisa Kabiljo\|188\|107\|14\|2\|20\|20\|3\|10\|10\|1\|1\|1\|5\|1\|4\|4\|2\|26\|34\|30\|
    \|5\|Troldmyr\|196\|98\|17\|6\|9\|18\|27\|6\|1\|8\|6\|5\|23\|5\|1\|6\|14\|19\|18\|7\|
    \|6\|MarleysGhost ★\|197\|63\|19\|17\|1\|6\|19\|25\|15\|22\|10\|11\|11\|5\|6\|6\|1\|9\|2\|12\|
    \|7\|celticjim\|197\|73\|6\|19\|15\|7\|23\|20\|4\|9\|21\|8\|1\|9\|11\|9\|4\|19\|5\|7\|
    \|8\|Goldilocks\|220\|142\|5\|4\|4\|10\|1\|21\|23\|4\|6\|1\|16\|13\|14\|16\|4\|14\|34\|30\|
    \|9\|Sheila\|221\|113\|2\|9\|14\|3\|14\|33\|15\|13\|5\|14\|4\|11\|17\|10\|10\|26\|19\|2\|
    \|10\|RV3\|231\|114\|2\|12\|27\|2\|10\|7\|29\|11\|17\|20\|2\|19\|20\|5\|6\|13\|7\|22\|
    \|11\|slaapgraag\|240\|158\|12\|2\|26\|5\|4\|1\|9\|4\|19\|1\|9\|1\|11\|22\|24\|26\|34\|30\|
    \|12\|karlhanf ★\|264\|180\|7\|8\|6\|4\|6\|12\|6\|6\|29\|30\|28\|28\|27\|26\|24\|2\|9\|6\|
    \|13\|Iluvatar\|296\|122\|21\|22\|20\|25\|12\|27\|13\|24\|10\|17\|6\|15\|13\|21\|13\|6\|10\|21\|
    \|14\|Dasher\|303\|106\|30\|29\|13\|22\|13\|15\|25\|24\|26\|10\|19\|22\|3\|12\|9\|9\|13\|9\|
    \|15\|Finn Th. Nielsen\|311\|169\|13\|20\|11\|14\|7\|22\|19\|27\|9\|7\|21\|16\|24\|12\|15\|26\|34\|14\|
    \|16\|PuzzledGuy\|312\|138\|30\|29\|5\|15\|15\|8\|22\|21\|29\|27\|12\|8\|22\|3\|19\|11\|21\|15\|
    \|17\|BigChicken\|326\|198\|20\|15\|7\|17\|16\|14\|10\|17\|12\|13\|18\|28\|27\|26\|24\|26\|20\|16\|
    \|62\|maximum rank\|530\|253\|30\|29\|31\|28\|32\|33\|31\|34\|29\|30\|28\|28\|27\|26\|24\|26\|34\|30\|

  • MarleysGhost at 2013-08-14

    Date: August 12, 2013 Expression: metallica

    \|_.Rank\|_.Player Name\|_.Sum\|_.Bk9 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 \|
    \|1\|wojtex\|84\|21\|1\|3\|31\|2\|1\|1\|16\|1\|7\|2\|8\|1\|1\|1\|1\|1\|2\|4\|
    \|2\|xopods\|138\|64\|21\|3\|2\|3\|3\|6\|15\|4\|17\|1\|6\|19\|3\|3\|8\|8\|5\|11\|
    \|3\|Bill LeBoeuf ★\|180\|94\|10\|2\|15\|7\|4\|12\|8\|14\|14\|18\|12\|3\|14\|10\|7\|3\|15\|12\|
    \|4\|Elisa Kabiljo\|194\|158\|3\|10\|10\|1\|1\|1\|5\|1\|4\|4\|2\|26\|34\|30\|23\|31\|2\|6\|
    \|5\|celticjim\|205\|99\|23\|20\|4\|9\|21\|8\|1\|9\|11\|9\|4\|19\|5\|7\|4\|24\|23\|4\|
    \|6\|MarleysGhost ★\|211\|87\|19\|25\|15\|22\|10\|11\|11\|5\|6\|6\|1\|9\|2\|12\|2\|23\|13\|19\|
    \|7\|RV3\|217\|82\|10\|7\|29\|11\|17\|20\|2\|19\|20\|5\|6\|13\|7\|22\|3\|3\|8\|15\|
    \|8\|Goldilocks\|238\|139\|1\|21\|23\|4\|6\|1\|16\|13\|14\|16\|4\|14\|34\|30\|23\|1\|1\|16\|
    \|9\|Troldmyr\|258\|176\|27\|6\|1\|8\|6\|5\|23\|5\|1\|6\|14\|19\|18\|7\|23\|31\|29\|29\|
    \|10\|Sheila\|261\|135\|14\|33\|15\|13\|5\|14\|4\|11\|17\|10\|10\|26\|19\|2\|18\|5\|16\|29\|
    \|11\|Iluvatar\|272\|135\|12\|27\|13\|24\|10\|17\|6\|15\|13\|21\|13\|6\|10\|21\|15\|19\|22\|8\|
    \|12\|slaapgraag\|280\|221\|4\|1\|9\|4\|19\|1\|9\|1\|11\|22\|24\|26\|34\|30\|23\|31\|29\|2\|
    \|13\|Dasher\|281\|124\|13\|15\|25\|24\|26\|10\|19\|22\|3\|12\|9\|9\|13\|9\|8\|24\|20\|20\|
    \|14\|PuzzledGuy\|289\|125\|15\|8\|22\|21\|29\|27\|12\|8\|22\|3\|19\|11\|21\|15\|11\|30\|6\|9\|
    \|15\|Olivier Lombart\|292\|90\|32\|9\|31\|34\|29\|30\|28\|7\|2\|15\|15\|4\|8\|18\|8\|10\|9\|3\|
    \|16\|inge_thomsen\|304\|149\|26\|29\|3\|12\|15\|23\|25\|18\|4\|23\|2\|18\|23\|26\|5\|12\|19\|21\|
    \|17\|Finn Th. Nielsen\|309\|157\|7\|22\|19\|27\|9\|7\|21\|16\|24\|12\|15\|26\|34\|14\|20\|17\|12\|7\|
    \|18\|BigChicken ★\|316\|161\|16\|14\|10\|17\|12\|13\|18\|28\|27\|26\|24\|26\|20\|16\|16\|11\|13\|9\|
    \|19\|funtobewith11\|317\|157\|28\|11\|25\|19\|13\|25\|6\|25\|8\|19\|18\|6\|15\|27\|23\|7\|24\|18\|
    \|20\|docfarm\|332\|178\|17\|16\|5\|15\|23\|19\|22\|28\|9\|26\|24\|26\|16\|12\|23\|15\|7\|29\|
    \|64\|maximum rank\|524\|252\|32\|33\|31\|34\|29\|30\|28\|28\|27\|26\|24\|26\|34\|30\|23\|31\|29\|29\|

  • MarleysGhost at 2013-08-24

    Date: August 24, 2013 Expression: camping

    \|_.Rank\|_.Player Name\|_.Sum\|_.Bk9 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 \|
    \|1\|wojtex\|70\|32\|1\|1\|16\|1\|7\|2\|8\|1\|1\|1\|1\|1\|2\|4\|4\|9\|1\|9\|
    \|2\|xopods\|134\|60\|3\|6\|15\|4\|17\|1\|6\|19\|3\|3\|8\|8\|5\|11\|12\|1\|5\|7\|
    \|3\|MarleysGhost ★\|173\|112\|10\|11\|11\|5\|6\|6\|1\|9\|2\|12\|2\|23\|13\|19\|18\|12\|2\|11\|
    \|4\|Bill LeBoeuf ★\|177\|78\|4\|12\|8\|14\|14\|18\|12\|3\|14\|10\|7\|3\|15\|12\|8\|16\|4\|3\|
    \|5\|RV3\|192\|83\|17\|20\|2\|19\|20\|5\|6\|13\|7\|22\|3\|3\|8\|15\|6\|14\|10\|2\|
    \|6\|celticjim\|201\|114\|21\|8\|1\|9\|11\|9\|4\|19\|5\|7\|4\|24\|23\|4\|3\|18\|12\|19\|
    \|7\|Elisa Kabiljo\|209\|131\|1\|1\|5\|1\|4\|4\|2\|26\|34\|30\|23\|31\|2\|6\|10\|12\|9\|8\|
    \|8\|Olivier Lombart\|239\|101\|29\|30\|28\|7\|2\|15\|15\|4\|8\|18\|8\|10\|9\|3\|14\|6\|13\|20\|
    \|9\|Goldilocks\|239\|121\|6\|1\|16\|13\|14\|16\|4\|14\|34\|30\|23\|1\|1\|16\|21\|6\|14\|9\|
    \|10\|Iluvatar\|261\|150\|10\|17\|6\|15\|13\|21\|13\|6\|10\|21\|15\|19\|22\|8\|19\|4\|16\|26\|
    \|11\|Sheila\|262\|146\|5\|14\|4\|11\|17\|10\|10\|26\|19\|2\|18\|5\|16\|29\|26\|3\|20\|27\|
    \|12\|Finn Th. Nielsen\|268\|104\|9\|7\|21\|16\|24\|12\|15\|26\|34\|14\|20\|17\|12\|7\|4\|8\|7\|15\|
    \|13\|Troldmyr\|279\|182\|6\|5\|23\|5\|1\|6\|14\|19\|18\|7\|23\|31\|29\|29\|24\|15\|23\|1\|
    \|14\|inge_thomsen\|296\|145\|15\|23\|25\|18\|4\|23\|2\|18\|23\|26\|5\|12\|19\|21\|6\|19\|16\|21\|
    \|15\|Dasher\|300\|177\|26\|10\|19\|22\|3\|12\|9\|9\|13\|9\|8\|24\|20\|20\|25\|25\|25\|21\|
    \|16\|slaapgraag\|303\|156\|19\|1\|9\|1\|11\|22\|24\|26\|34\|30\|23\|31\|29\|2\|8\|2\|16\|15\|
    \|17\|PuzzledGuy\|315\|163\|29\|27\|12\|8\|22\|3\|19\|11\|21\|15\|11\|30\|6\|9\|15\|20\|28\|29\|
    \|18\|funtobewith11\|321\|186\|13\|25\|6\|25\|8\|19\|18\|6\|15\|27\|23\|7\|24\|18\|28\|23\|19\|17\|
    \|19\|mafi\|334\|110\|29\|30\|28\|28\|27\|26\|24\|26\|6\|20\|12\|20\|11\|1\|10\|20\|11\|5\|
    \|20\|BigChicken ★\|336\|142\|12\|13\|18\|28\|27\|26\|24\|26\|20\|16\|16\|11\|13\|9\|30\|28\|15\|4\|
    \|59\|maximum rank\|509\|257\|29\|30\|28\|28\|27\|26\|24\|26\|34\|30\|23\|31\|29\|29\|30\|28\|28\|29\|

  • MarleysGhost at 2013-08-30

    Date: August 30, 2013 Expression: Harry potter

    \|_.Rank\|_.Player Name\|_.Sum\|_.Bk9 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 \|
    \|1\|wojtex\|76\|38\|16\|1\|7\|2\|8\|1\|1\|1\|1\|1\|2\|4\|4\|9\|1\|9\|7\|1\|
    \|2\|xopods\|138\|62\|15\|4\|17\|1\|6\|19\|3\|3\|8\|8\|5\|11\|12\|1\|5\|7\|5\|8\|
    \|3\|RV3\|180\|83\|2\|19\|20\|5\|6\|13\|7\|22\|3\|3\|8\|15\|6\|14\|10\|2\|9\|16\|
    \|4\|MarleysGhost ★\|183\|129\|11\|5\|6\|6\|1\|9\|2\|12\|2\|23\|13\|19\|18\|12\|2\|11\|24\|7\|
    \|5\|celticjim\|192\|123\|1\|9\|11\|9\|4\|19\|5\|7\|4\|24\|23\|4\|3\|18\|12\|19\|6\|14\|
    \|6\|Bill LeBoeuf ★\|203\|103\|8\|14\|14\|18\|12\|3\|14\|10\|7\|3\|15\|12\|8\|16\|4\|3\|15\|27\|
    \|7\|Olivier Lombart\|214\|109\|28\|7\|2\|15\|15\|4\|8\|18\|8\|10\|9\|3\|14\|6\|13\|20\|8\|26\|
    \|8\|Elisa Kabiljo\|220\|91\|5\|1\|4\|4\|2\|26\|34\|30\|23\|31\|2\|6\|10\|12\|9\|8\|12\|1\|
    \|9\|Goldilocks\|252\|88\|16\|13\|14\|16\|4\|14\|34\|30\|23\|1\|1\|16\|21\|6\|14\|9\|19\|1\|
    \|10\|Iluvatar\|279\|159\|6\|15\|13\|21\|13\|6\|10\|21\|15\|19\|22\|8\|19\|4\|16\|26\|16\|29\|
    \|11\|Sheila\|281\|164\|4\|11\|17\|10\|10\|26\|19\|2\|18\|5\|16\|29\|26\|3\|20\|27\|27\|11\|
    \|12\|Troldmyr\|294\|178\|23\|5\|1\|6\|14\|19\|18\|7\|23\|31\|29\|29\|24\|15\|23\|1\|13\|13\|
    \|13\|Finn Th. Nielsen\|297\|115\|21\|16\|24\|12\|15\|26\|34\|14\|20\|17\|12\|7\|4\|8\|7\|15\|22\|23\|
    \|14\|inge_thomsen\|305\|161\|25\|18\|4\|23\|2\|18\|23\|26\|5\|12\|19\|21\|6\|19\|16\|21\|20\|27\|
    \|15\|Dasher\|306\|202\|19\|22\|3\|12\|9\|9\|13\|9\|8\|24\|20\|20\|25\|25\|25\|21\|18\|24\|
    \|16\|mafi\|307\|110\|28\|28\|27\|26\|24\|26\|6\|20\|12\|20\|11\|1\|10\|20\|11\|5\|14\|18\|
    \|17\|slaapgraag\|311\|131\|9\|1\|11\|22\|24\|26\|34\|30\|23\|31\|29\|2\|8\|2\|16\|15\|27\|1\|
    \|18\|PuzzledGuy\|319\|197\|12\|8\|22\|3\|19\|11\|21\|15\|11\|30\|6\|9\|15\|20\|28\|29\|27\|33\|
    \|19\|BigChicken ★\|327\|126\|18\|28\|27\|26\|24\|26\|20\|16\|16\|11\|13\|9\|30\|28\|15\|4\|4\|12\|
    \|20\|funtobewith11\|337\|190\|6\|25\|8\|19\|18\|6\|15\|27\|23\|7\|24\|18\|28\|23\|19\|17\|24\|30\|
    \|57\|maximum rank\|510\|264\|28\|28\|27\|26\|24\|26\|34\|30\|23\|31\|29\|29\|30\|28\|28\|29\|27\|33\|

  • MarleysGhost at 2013-09-06

    Date: September 5, 2013 Expression: implant

    \|_.Rank\|_.Player Name\|_.Sum\|_.Bk9 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 \|
    \|1\|wojtex\|66\|42\|7\|2\|8\|1\|1\|1\|1\|1\|2\|4\|4\|9\|1\|9\|7\|1\|3\|4\|
    \|2\|xopods\|161\|91\|17\|1\|6\|19\|3\|3\|8\|8\|5\|11\|12\|1\|5\|7\|5\|8\|22\|20\|
    \|3\|RV3\|187\|100\|20\|5\|6\|13\|7\|22\|3\|3\|8\|15\|6\|14\|10\|2\|9\|16\|12\|16\|
    \|4\|celticjim\|194\|88\|11\|9\|4\|19\|5\|7\|4\|24\|23\|4\|3\|18\|12\|19\|6\|14\|10\|2\|
    \|5\|MarleysGhost ★\|196\|122\|6\|6\|1\|9\|2\|12\|2\|23\|13\|19\|18\|12\|2\|11\|24\|7\|16\|13\|
    \|6\|Bill LeBoeuf ★\|231\|135\|14\|18\|12\|3\|14\|10\|7\|3\|15\|12\|8\|16\|4\|3\|15\|27\|34\|16\|
    \|7\|Elisa Kabiljo\|241\|85\|4\|4\|2\|26\|34\|30\|23\|31\|2\|6\|10\|12\|9\|8\|12\|1\|17\|10\|
    \|8\|Olivier Lombart\|242\|153\|2\|15\|15\|4\|8\|18\|8\|10\|9\|3\|14\|6\|13\|20\|8\|26\|34\|29\|
    \|9\|Goldilocks\|252\|115\|14\|16\|4\|14\|34\|30\|23\|1\|1\|16\|21\|6\|14\|9\|19\|1\|19\|10\|
    \|10\|Dasher\|285\|178\|3\|12\|9\|9\|13\|9\|8\|24\|20\|20\|25\|25\|25\|21\|18\|24\|15\|5\|
    \|11\|inge_thomsen\|286\|154\|4\|23\|2\|18\|23\|26\|5\|12\|19\|21\|6\|19\|16\|21\|20\|27\|9\|15\|
    \|12\|Sheila\|289\|166\|17\|10\|10\|26\|19\|2\|18\|5\|16\|29\|26\|3\|20\|27\|27\|11\|14\|9\|
    \|13\|mafi\|290\|118\|27\|26\|24\|26\|6\|20\|12\|20\|11\|1\|10\|20\|11\|5\|14\|18\|10\|29\|
    \|14\|Finn Th. Nielsen\|293\|119\|24\|12\|15\|26\|34\|14\|20\|17\|12\|7\|4\|8\|7\|15\|22\|23\|6\|27\|
    \|15\|Troldmyr\|297\|149\|1\|6\|14\|19\|18\|7\|23\|31\|29\|29\|24\|15\|23\|1\|13\|13\|21\|10\|
    \|16\|Iluvatar\|306\|166\|13\|21\|13\|6\|10\|21\|15\|19\|22\|8\|19\|4\|16\|26\|16\|29\|20\|28\|
    \|17\|karlhanf ★\|317\|149\|27\|26\|24\|2\|9\|6\|14\|31\|29\|29\|17\|11\|28\|5\|9\|22\|2\|26\|
    \|18\|BigChicken ★\|324\|145\|27\|26\|24\|26\|20\|16\|16\|11\|13\|9\|30\|28\|15\|4\|4\|12\|29\|14\|
    \|19\|slaapgraag\|326\|96\|11\|22\|24\|26\|34\|30\|23\|31\|29\|2\|8\|2\|16\|15\|27\|1\|23\|2\|
    \|20\|funtobewith11\|331\|184\|8\|19\|18\|6\|15\|27\|23\|7\|24\|18\|28\|23\|19\|17\|24\|30\|6\|19\|
    \|21\|Ivan Veselov\|340\|90\|27\|26\|24\|26\|34\|30\|23\|31\|29\|16\|2\|5\|3\|11\|11\|19\|1\|22\|
    \|57\|maximum rank\|517\|267\|27\|26\|24\|26\|34\|30\|23\|31\|29\|29\|30\|28\|28\|29\|27\|33\|34\|29\|

  • MarleysGhost at 2013-09-13

    Date: September 11, 2013 Expression: Beethoven

    \|_.Rank\|_.Player Name\|_.Sum\|_.Bk9 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 \|
    \|1\|wojtex\|65\|42\|8\|1\|1\|1\|1\|1\|2\|4\|4\|9\|1\|9\|7\|1\|3\|4\|1\|7\|
    \|2\|xopods\|169\|94\|6\|19\|3\|3\|8\|8\|5\|11\|12\|1\|5\|7\|5\|8\|22\|20\|16\|10\|
    \|3\|celticjim\|176\|83\|4\|19\|5\|7\|4\|24\|23\|4\|3\|18\|12\|19\|6\|14\|10\|2\|1\|1\|
    \|4\|RV3\|215\|132\|6\|13\|7\|22\|3\|3\|8\|15\|6\|14\|10\|2\|9\|16\|12\|16\|29\|24\|
    \|5\|MarleysGhost ★\|222\|123\|1\|9\|2\|12\|2\|23\|13\|19\|18\|12\|2\|11\|24\|7\|16\|13\|12\|26\|
    \|6\|Goldilocks\|224\|80\|4\|14\|34\|30\|23\|1\|1\|16\|21\|6\|14\|9\|19\|1\|19\|10\|1\|1\|
    \|7\|Elisa Kabiljo\|235\|71\|2\|26\|34\|30\|23\|31\|2\|6\|10\|12\|9\|8\|12\|1\|17\|10\|1\|1\|
    \|8\|Bill LeBoeuf ★\|242\|158\|12\|3\|14\|10\|7\|3\|15\|12\|8\|16\|4\|3\|15\|27\|34\|16\|23\|20\|
    \|9\|Olivier Lombart\|284\|195\|15\|4\|8\|18\|8\|10\|9\|3\|14\|6\|13\|20\|8\|26\|34\|29\|29\|30\|
    \|10\|karlhanf ★\|292\|131\|24\|2\|9\|6\|14\|31\|29\|29\|17\|11\|28\|5\|9\|22\|2\|26\|19\|9\|
    \|11\|BigChicken ★\|293\|128\|24\|26\|20\|16\|16\|11\|13\|9\|30\|28\|15\|4\|4\|12\|29\|14\|10\|12\|
    \|12\|slaapgraag\|295\|88\|24\|26\|34\|30\|23\|31\|29\|2\|8\|2\|16\|15\|27\|1\|23\|2\|1\|1\|
    \|13\|mafi\|296\|166\|24\|26\|6\|20\|12\|20\|11\|1\|10\|20\|11\|5\|14\|18\|10\|29\|29\|30\|
    \|14\|Finn Th. Nielsen\|300\|151\|15\|26\|34\|14\|20\|17\|12\|7\|4\|8\|7\|15\|22\|23\|6\|27\|24\|19\|
    \|15\|Iluvatar\|302\|169\|13\|6\|10\|21\|15\|19\|22\|8\|19\|4\|16\|26\|16\|29\|20\|28\|17\|13\|
    \|16\|inge_thomsen\|302\|170\|2\|18\|23\|26\|5\|12\|19\|21\|6\|19\|16\|21\|20\|27\|9\|15\|21\|22\|
    \|17\|Troldmyr\|312\|118\|14\|19\|18\|7\|23\|31\|29\|29\|24\|15\|23\|1\|13\|13\|21\|10\|11\|11\|
    \|18\|Pinobambu\|316\|78\|24\|26\|16\|30\|23\|31\|29\|29\|30\|28\|5\|29\|2\|1\|5\|6\|1\|1\|
    \|19\|Sheila\|321\|170\|10\|26\|19\|2\|18\|5\|16\|29\|26\|3\|20\|27\|27\|11\|14\|9\|29\|30\|
    \|20\|Dasher\|329\|192\|9\|9\|13\|9\|8\|24\|20\|20\|25\|25\|25\|21\|18\|24\|15\|5\|29\|30\|
    \|21\|Ivan Veselov\|339\|124\|24\|26\|34\|30\|23\|31\|29\|16\|2\|5\|3\|11\|11\|19\|1\|22\|22\|30\|
    \|59\|maximum rank\|523\|267\|24\|26\|34\|30\|23\|31\|29\|29\|30\|28\|28\|29\|27\|33\|34\|29\|29\|30\|

  • MarleysGhost at 2013-09-17

    Date: September 17, 2013 Expression: North and South

    \|_.Rank\|_.Player Name\|_.Sum\|_.Bk9 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 \|
    \|1\|wojtex\|73\|49\|1\|1\|1\|1\|2\|4\|4\|9\|1\|9\|7\|1\|3\|4\|1\|7\|8\|9\|
    \|2\|xopods\|153\|97\|3\|3\|8\|8\|5\|11\|12\|1\|5\|7\|5\|8\|22\|20\|16\|10\|2\|7\|
    \|3\|celticjim\|177\|77\|5\|7\|4\|24\|23\|4\|3\|18\|12\|19\|6\|14\|10\|2\|1\|1\|7\|17\|
    \|4\|Bill LeBoeuf ★\|234\|145\|14\|10\|7\|3\|15\|12\|8\|16\|4\|3\|15\|27\|34\|16\|23\|20\|5\|2\|
    \|5\|Goldilocks\|237\|91\|34\|30\|23\|1\|1\|16\|21\|6\|14\|9\|19\|1\|19\|10\|1\|1\|16\|15\|
    \|6\|Elisa Kabiljo\|243\|86\|34\|30\|23\|31\|2\|6\|10\|12\|9\|8\|12\|1\|17\|10\|1\|1\|14\|22\|
    \|7\|MarleysGhost ★\|247\|144\|2\|12\|2\|23\|13\|19\|18\|12\|2\|11\|24\|7\|16\|13\|12\|26\|19\|16\|
    \|8\|RV3\|250\|162\|7\|22\|3\|3\|8\|15\|6\|14\|10\|2\|9\|16\|12\|16\|29\|24\|26\|28\|
    \|9\|BigChicken ★\|268\|110\|20\|16\|16\|11\|13\|9\|30\|28\|15\|4\|4\|12\|29\|14\|10\|12\|16\|9\|
    \|10\|slaapgraag\|269\|94\|34\|30\|23\|31\|29\|2\|8\|2\|16\|15\|27\|1\|23\|2\|1\|1\|21\|3\|
    \|11\|karlhanf ★\|285\|111\|9\|6\|14\|31\|29\|29\|17\|11\|28\|5\|9\|22\|2\|26\|19\|9\|14\|5\|
    \|12\|Finn Th. Nielsen\|290\|167\|34\|14\|20\|17\|12\|7\|4\|8\|7\|15\|22\|23\|6\|27\|24\|19\|12\|19\|
    \|13\|Pinobambu\|291\|70\|16\|30\|23\|31\|29\|29\|30\|28\|5\|29\|2\|1\|5\|6\|1\|1\|1\|24\|
    \|14\|mafi\|302\|191\|6\|20\|12\|20\|11\|1\|10\|20\|11\|5\|14\|18\|10\|29\|29\|30\|28\|28\|
    \|15\|Iluvatar\|312\|178\|10\|21\|15\|19\|22\|8\|19\|4\|16\|26\|16\|29\|20\|28\|17\|13\|23\|6\|
    \|16\|inge_thomsen\|313\|166\|23\|26\|5\|12\|19\|21\|6\|19\|16\|21\|20\|27\|9\|15\|21\|22\|4\|27\|
    \|17\|Olivier Lombart\|321\|232\|8\|18\|8\|10\|9\|3\|14\|6\|13\|20\|8\|26\|34\|29\|29\|30\|28\|28\|
    \|18\|Troldmyr\|333\|134\|18\|7\|23\|31\|29\|29\|24\|15\|23\|1\|13\|13\|21\|10\|11\|11\|28\|26\|
    \|19\|romei\|334\|72\|34\|30\|23\|31\|29\|29\|30\|28\|28\|29\|1\|1\|3\|16\|1\|1\|8\|12\|
    \|20\|scrapple\|339\|130\|3\|30\|23\|9\|29\|29\|30\|28\|28\|29\|2\|15\|23\|21\|9\|17\|10\|4\|
    \|59\|maximum rank\|529\|267\|34\|30\|23\|31\|29\|29\|30\|28\|28\|29\|27\|33\|34\|29\|29\|30\|28\|28\|

  • MarleysGhost at 2013-09-24

    Date: September 23, 2013 Expression: fast cars

    \|_.Rank\|_.Player Name\|_.Sum\|_.Bk9 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 \|
    \|1\|wojtex\|89\|51\|1\|1\|2\|4\|4\|9\|1\|9\|7\|1\|3\|4\|1\|7\|8\|9\|17\|1\|
    \|2\|xopods\|171\|109\|8\|8\|5\|11\|12\|1\|5\|7\|5\|8\|22\|20\|16\|10\|2\|7\|11\|13\|
    \|3\|Goldilocks\|179\|69\|23\|1\|1\|16\|21\|6\|14\|9\|19\|1\|19\|10\|1\|1\|16\|15\|5\|1\|
    \|4\|celticjim\|186\|73\|4\|24\|23\|4\|3\|18\|12\|19\|6\|14\|10\|2\|1\|1\|7\|17\|3\|18\|
    \|5\|Elisa Kabiljo\|189\|76\|23\|31\|2\|6\|10\|12\|9\|8\|12\|1\|17\|10\|1\|1\|14\|22\|9\|1\|
    \|6\|slaapgraag\|229\|76\|23\|31\|29\|2\|8\|2\|16\|15\|27\|1\|23\|2\|1\|1\|21\|3\|4\|20\|
    \|7\|Bill LeBoeuf ★\|231\|148\|7\|3\|15\|12\|8\|16\|4\|3\|15\|27\|34\|16\|23\|20\|5\|2\|9\|12\|
    \|8\|MarleysGhost ★\|247\|123\|2\|23\|13\|19\|18\|12\|2\|11\|24\|7\|16\|13\|12\|26\|19\|16\|1\|13\|
    \|9\|RV3\|261\|191\|3\|3\|8\|15\|6\|14\|10\|2\|9\|16\|12\|16\|29\|24\|26\|28\|29\|11\|
    \|10\|BigChicken ★\|270\|140\|16\|11\|13\|9\|30\|28\|15\|4\|4\|12\|29\|14\|10\|12\|16\|9\|21\|17\|
    \|11\|Finn Th. Nielsen\|271\|159\|20\|17\|12\|7\|4\|8\|7\|15\|22\|23\|6\|27\|24\|19\|12\|19\|25\|4\|
    \|12\|romei\|283\|55\|23\|31\|29\|29\|30\|28\|28\|29\|1\|1\|3\|16\|1\|1\|8\|12\|8\|5\|
    \|13\|karlhanf ★\|289\|116\|14\|31\|29\|29\|17\|11\|28\|5\|9\|22\|2\|26\|19\|9\|14\|5\|11\|8\|
    \|14\|Pinobambu\|302\|96\|23\|31\|29\|29\|30\|28\|5\|29\|2\|1\|5\|6\|1\|1\|1\|24\|29\|28\|
    \|15\|inge_thomsen\|302\|163\|5\|12\|19\|21\|6\|19\|16\|21\|20\|27\|9\|15\|21\|22\|4\|27\|19\|19\|
    \|16\|Iluvatar\|309\|164\|15\|19\|22\|8\|19\|4\|16\|26\|16\|29\|20\|28\|17\|13\|23\|6\|15\|13\|
    \|17\|Troldmyr\|321\|133\|23\|31\|29\|29\|24\|15\|23\|1\|13\|13\|21\|10\|11\|11\|28\|26\|6\|7\|
    \|18\|scrapple\|328\|121\|23\|9\|29\|29\|30\|28\|28\|29\|2\|15\|23\|21\|9\|17\|10\|4\|13\|9\|
    \|19\|mafi\|333\|229\|12\|20\|11\|1\|10\|20\|11\|5\|14\|18\|10\|29\|29\|30\|28\|28\|29\|28\|
    \|20\|Sheila\|335\|164\|18\|5\|16\|29\|26\|3\|20\|27\|27\|11\|14\|9\|29\|30\|28\|28\|2\|13\|
    \|21\|Ivan Veselov\|338\|207\|23\|31\|29\|16\|2\|5\|3\|11\|11\|19\|1\|22\|22\|30\|28\|28\|29\|28\|
    \|55\|maximum rank\|522\|268\|23\|31\|29\|29\|30\|28\|28\|29\|27\|33\|34\|29\|29\|30\|28\|28\|29\|28\|

  • slaapgraag at 2013-09-25

    thx for all the work, Marley's!
    (Now put me higher! ;-) )

  • MarleysGhost at 2013-09-27

    (I'd love to, but I can't even put myself higher. :( )

  • MarleysGhost at 2013-09-30

    Date: September 29, 2013 Expression: San Francisco

    \|_.Rank\|_.Player Name\|_.Sum\|_.Bk9 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 \|
    \|1\|wojtex\|90\|50\|2\|4\|4\|9\|1\|9\|7\|1\|3\|4\|1\|7\|8\|9\|17\|1\|2\|1\|
    \|2\|Elisa Kabiljo\|156\|79\|2\|6\|10\|12\|9\|8\|12\|1\|17\|10\|1\|1\|14\|22\|9\|1\|1\|20\|
    \|3\|Goldilocks\|172\|66\|1\|16\|21\|6\|14\|9\|19\|1\|19\|10\|1\|1\|16\|15\|5\|1\|10\|7\|
    \|4\|xopods\|173\|97\|5\|11\|12\|1\|5\|7\|5\|8\|22\|20\|16\|10\|2\|7\|11\|13\|6\|12\|
    \|5\|slaapgraag\|188\|65\|29\|2\|8\|2\|16\|15\|27\|1\|23\|2\|1\|1\|21\|3\|4\|20\|4\|9\|
    \|6\|celticjim\|199\|90\|23\|4\|3\|18\|12\|19\|6\|14\|10\|2\|1\|1\|7\|17\|3\|18\|24\|17\|
    \|7\|Bill LeBoeuf ★\|245\|111\|15\|12\|8\|16\|4\|3\|15\|27\|34\|16\|23\|20\|5\|2\|9\|12\|16\|8\|
    \|8\|Finn Th. Nielsen\|250\|146\|12\|7\|4\|8\|7\|15\|22\|23\|6\|27\|24\|19\|12\|19\|25\|4\|6\|10\|
    \|9\|karlhanf ★\|253\|101\|29\|29\|17\|11\|28\|5\|9\|22\|2\|26\|19\|9\|14\|5\|11\|8\|3\|6\|
    \|10\|BigChicken ★\|261\|117\|13\|9\|30\|28\|15\|4\|4\|12\|29\|14\|10\|12\|16\|9\|21\|17\|14\|4\|
    \|11\|MarleysGhost ★\|263\|141\|13\|19\|18\|12\|2\|11\|24\|7\|16\|13\|12\|26\|19\|16\|1\|13\|26\|15\|
    \|12\|RV3\|276\|184\|8\|15\|6\|14\|10\|2\|9\|16\|12\|16\|29\|24\|26\|28\|29\|11\|8\|13\|
    \|13\|romei\|279\|101\|29\|29\|30\|28\|28\|29\|1\|1\|3\|16\|1\|1\|8\|12\|8\|5\|23\|27\|
    \|14\|Troldmyr\|298\|130\|29\|29\|24\|15\|23\|1\|13\|13\|21\|10\|11\|11\|28\|26\|6\|7\|17\|14\|
    \|15\|Pinobambu\|304\|146\|29\|29\|30\|28\|5\|29\|2\|1\|5\|6\|1\|1\|1\|24\|29\|28\|29\|27\|
    \|16\|Iluvatar\|316\|156\|22\|8\|19\|4\|16\|26\|16\|29\|20\|28\|17\|13\|23\|6\|15\|13\|20\|21\|
    \|17\|scrapple\|317\|104\|29\|29\|30\|28\|28\|29\|2\|15\|23\|21\|9\|17\|10\|4\|13\|9\|10\|11\|
    \|18\|inge_thomsen\|328\|170\|19\|21\|6\|19\|16\|21\|20\|27\|9\|15\|21\|22\|4\|27\|19\|19\|27\|16\|
    \|19\|Ivan Veselov\|340\|243\|29\|16\|2\|5\|3\|11\|11\|19\|1\|22\|22\|30\|28\|28\|29\|28\|29\|27\|
    \|54\|maximum rank\|524\|257\|29\|29\|30\|28\|28\|29\|27\|33\|34\|29\|29\|30\|28\|28\|29\|28\|29\|27\|

  • MarleysGhost at 2013-10-05

    Date: October 5, 2013 Expression: breakfast

    \|_.Rank\|_.Player Name\|_.Sum\|_.Bk9 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 \|
    \|1\|wojtex\|89\|50\|4\|9\|1\|9\|7\|1\|3\|4\|1\|7\|8\|9\|17\|1\|2\|1\|4\|1\|
    \|2\|slaapgraag\|160\|65\|8\|2\|16\|15\|27\|1\|23\|2\|1\|1\|21\|3\|4\|20\|4\|9\|2\|1\|
    \|3\|xopods\|176\|80\|12\|1\|5\|7\|5\|8\|22\|20\|16\|10\|2\|7\|11\|13\|6\|12\|11\|8\|
    \|4\|Elisa Kabiljo\|176\|96\|10\|12\|9\|8\|12\|1\|17\|10\|1\|1\|14\|22\|9\|1\|1\|20\|27\|1\|
    \|5\|Goldilocks\|177\|77\|21\|6\|14\|9\|19\|1\|19\|10\|1\|1\|16\|15\|5\|1\|10\|7\|15\|7\|
    \|6\|celticjim\|198\|113\|3\|18\|12\|19\|6\|14\|10\|2\|1\|1\|7\|17\|3\|18\|24\|17\|25\|1\|
    \|7\|karlhanf ★\|222\|83\|17\|11\|28\|5\|9\|22\|2\|26\|19\|9\|14\|5\|11\|8\|3\|6\|11\|16\|
    \|8\|Bill LeBoeuf ★\|234\|88\|8\|16\|4\|3\|15\|27\|34\|16\|23\|20\|5\|2\|9\|12\|16\|8\|7\|9\|
    \|9\|Pinobambu\|248\|141\|30\|28\|5\|29\|2\|1\|5\|6\|1\|1\|1\|24\|29\|28\|29\|27\|1\|1\|
    \|10\|MarleysGhost ★\|262\|147\|18\|12\|2\|11\|24\|7\|16\|13\|12\|26\|19\|16\|1\|13\|26\|15\|10\|21\|
    \|11\|Finn Th. Nielsen\|265\|129\|4\|8\|7\|15\|22\|23\|6\|27\|24\|19\|12\|19\|25\|4\|6\|10\|17\|17\|
    \|12\|Troldmyr\|267\|136\|24\|15\|23\|1\|13\|13\|21\|10\|11\|11\|28\|26\|6\|7\|17\|14\|7\|20\|
    \|13\|BigChicken ★\|277\|131\|30\|28\|15\|4\|4\|12\|29\|14\|10\|12\|16\|9\|21\|17\|14\|4\|19\|19\|
    \|14\|romei\|281\|144\|30\|28\|28\|29\|1\|1\|3\|16\|1\|1\|8\|12\|8\|5\|23\|27\|31\|29\|
    \|15\|RV3\|295\|181\|6\|14\|10\|2\|9\|16\|12\|16\|29\|24\|26\|28\|29\|11\|8\|13\|31\|11\|
    \|16\|scrapple\|310\|125\|30\|28\|28\|29\|2\|15\|23\|21\|9\|17\|10\|4\|13\|9\|10\|11\|26\|25\|
    \|17\|inge_thomsen\|334\|180\|6\|19\|16\|21\|20\|27\|9\|15\|21\|22\|4\|27\|19\|19\|27\|16\|29\|17\|
    \|18\|Iluvatar\|339\|164\|19\|4\|16\|26\|16\|29\|20\|28\|17\|13\|23\|6\|15\|13\|20\|21\|30\|23\|
    \|54\|maximum rank\|526\|259\|30\|28\|28\|29\|27\|33\|34\|29\|29\|30\|28\|28\|29\|28\|29\|27\|31\|29\|

  • slaapgraag at 2013-10-06

    Marley's, you're sure? this looks a lot better!

  • MarleysGhost at 2013-10-14

    Date: October 11, 2013 Expression: silver

    \|_.Rank\|_.Player Name\|_.Sum\|_.Bk9 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 \|
    \|1\|wojtex\|117\|76\|1\|9\|7\|1\|3\|4\|1\|7\|8\|9\|17\|1\|2\|1\|4\|1\|12\|29\|
    \|2\|Goldilocks\|152\|62\|14\|9\|19\|1\|19\|10\|1\|1\|16\|15\|5\|1\|10\|7\|15\|7\|1\|1\|
    \|3\|slaapgraag\|159\|52\|16\|15\|27\|1\|23\|2\|1\|1\|21\|3\|4\|20\|4\|9\|2\|1\|4\|5\|
    \|4\|Elisa Kabiljo\|162\|89\|9\|8\|12\|1\|17\|10\|1\|1\|14\|22\|9\|1\|1\|20\|27\|1\|4\|4\|
    \|5\|celticjim\|186\|114\|12\|19\|6\|14\|10\|2\|1\|1\|7\|17\|3\|18\|24\|17\|25\|1\|8\|1\|
    \|6\|xopods\|188\|93\|5\|7\|5\|8\|22\|20\|16\|10\|2\|7\|11\|13\|6\|12\|11\|8\|14\|11\|
    \|7\|Pinobambu\|203\|152\|5\|29\|2\|1\|5\|6\|1\|1\|1\|24\|29\|28\|29\|27\|1\|1\|10\|3\|
    \|8\|karlhanf ★\|210\|76\|28\|5\|9\|22\|2\|26\|19\|9\|14\|5\|11\|8\|3\|6\|11\|16\|1\|15\|
    \|9\|Bill LeBoeuf ★\|233\|86\|4\|3\|15\|27\|34\|16\|23\|20\|5\|2\|9\|12\|16\|8\|7\|9\|15\|8\|
    \|10\|BigChicken ★\|241\|125\|15\|4\|4\|12\|29\|14\|10\|12\|16\|9\|21\|17\|14\|4\|19\|19\|1\|21\|
    \|11\|MarleysGhost ★\|260\|130\|2\|11\|24\|7\|16\|13\|12\|26\|19\|16\|1\|13\|26\|15\|10\|21\|10\|18\|
    \|12\|Troldmyr\|262\|131\|23\|1\|13\|13\|21\|10\|11\|11\|28\|26\|6\|7\|17\|14\|7\|20\|24\|10\|
    \|13\|Finn Th. Nielsen\|266\|111\|7\|15\|22\|23\|6\|27\|24\|19\|12\|19\|25\|4\|6\|10\|17\|17\|4\|9\|
    \|14\|romei\|276\|188\|28\|29\|1\|1\|3\|16\|1\|1\|8\|12\|8\|5\|23\|27\|31\|29\|24\|29\|
    \|15\|scrapple\|305\|151\|28\|29\|2\|15\|23\|21\|9\|17\|10\|4\|13\|9\|10\|11\|26\|25\|24\|29\|
    \|16\|RV3\|310\|166\|10\|2\|9\|16\|12\|16\|29\|24\|26\|28\|29\|11\|8\|13\|31\|11\|24\|11\|
    \|17\|Guardiana\|322\|119\|28\|29\|27\|25\|30\|29\|8\|15\|12\|13\|23\|10\|5\|2\|18\|10\|17\|21\|
    \|18\|inge_thomsen\|337\|182\|16\|21\|20\|27\|9\|15\|21\|22\|4\|27\|19\|19\|27\|16\|29\|17\|21\|7\|
    \|54\|maximum rank\|521\|254\|28\|29\|27\|33\|34\|29\|29\|30\|28\|28\|29\|28\|29\|27\|31\|29\|24\|29\|

  • MarleysGhost at 2013-10-23

    Date: October 17, 2013 Expression: capital cities

    \|_.Rank\|_.Player Name\|_.Sum\|_.Bk9 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 \|
    \|1\|wojtex\|109\|52\|7\|1\|3\|4\|1\|7\|8\|9\|17\|1\|2\|1\|4\|1\|12\|29\|1\|1\|
    \|2\|Goldilocks\|132\|45\|19\|1\|19\|10\|1\|1\|16\|15\|5\|1\|10\|7\|15\|7\|1\|1\|2\|1\|
    \|3\|Elisa Kabiljo\|156\|69\|12\|1\|17\|10\|1\|1\|14\|22\|9\|1\|1\|20\|27\|1\|4\|4\|10\|1\|
    \|4\|celticjim\|161\|100\|6\|14\|10\|2\|1\|1\|7\|17\|3\|18\|24\|17\|25\|1\|8\|1\|5\|1\|
    \|5\|slaapgraag\|169\|86\|27\|1\|23\|2\|1\|1\|21\|3\|4\|20\|4\|9\|2\|1\|4\|5\|13\|28\|
    \|6\|Pinobambu\|183\|113\|2\|1\|5\|6\|1\|1\|1\|24\|29\|28\|29\|27\|1\|1\|10\|3\|13\|1\|
    \|7\|karlhanf ★\|212\|95\|9\|22\|2\|26\|19\|9\|14\|5\|11\|8\|3\|6\|11\|16\|1\|15\|19\|16\|
    \|8\|xopods\|229\|128\|5\|8\|22\|20\|16\|10\|2\|7\|11\|13\|6\|12\|11\|8\|14\|11\|25\|28\|
    \|9\|Bill LeBoeuf ★\|236\|85\|15\|27\|34\|16\|23\|20\|5\|2\|9\|12\|16\|8\|7\|9\|15\|8\|3\|7\|
    \|10\|BigChicken ★\|251\|124\|4\|12\|29\|14\|10\|12\|16\|9\|21\|17\|14\|4\|19\|19\|1\|21\|12\|17\|
    \|11\|Troldmyr\|270\|131\|13\|13\|21\|10\|11\|11\|28\|26\|6\|7\|17\|14\|7\|20\|24\|10\|9\|23\|
    \|12\|romei\|272\|221\|1\|1\|3\|16\|1\|1\|8\|12\|8\|5\|23\|27\|31\|29\|24\|29\|25\|28\|
    \|13\|MarleysGhost ★\|274\|140\|24\|7\|16\|13\|12\|26\|19\|16\|1\|13\|26\|15\|10\|21\|10\|18\|16\|11\|
    \|14\|Finn Th. Nielsen\|276\|99\|22\|23\|6\|27\|24\|19\|12\|19\|25\|4\|6\|10\|17\|17\|4\|9\|22\|10\|
    \|15\|Guardiana\|282\|100\|27\|25\|30\|29\|8\|15\|12\|13\|23\|10\|5\|2\|18\|10\|17\|21\|8\|9\|
    \|16\|scrapple\|301\|187\|2\|15\|23\|21\|9\|17\|10\|4\|13\|9\|10\|11\|26\|25\|24\|29\|25\|28\|
    \|17\|inge_thomsen\|334\|170\|20\|27\|9\|15\|21\|22\|4\|27\|19\|19\|27\|16\|29\|17\|21\|7\|17\|17\|
    \|18\|Iluvatar\|336\|169\|16\|29\|20\|28\|17\|13\|23\|6\|15\|13\|20\|21\|30\|23\|16\|23\|4\|19\|
    \|19\|RV3\|338\|149\|9\|16\|12\|16\|29\|24\|26\|28\|29\|11\|8\|13\|31\|11\|24\|11\|25\|15\|
    \|53\|maximum rank\|517\|250\|27\|33\|34\|29\|29\|30\|28\|28\|29\|28\|29\|27\|31\|29\|24\|29\|25\|28\|

  • MarleysGhost at 2013-10-29

    Date: October 23, 2013 Expression: house

    \|_.Rank\|_.Player Name\|_.Sum\|_.Bk9 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 \|
    \|1\|wojtex\|119\|67\|3\|4\|1\|7\|8\|9\|17\|1\|2\|1\|4\|1\|12\|29\|1\|1\|1\|17\|
    \|2\|Goldilocks\|136\|58\|19\|10\|1\|1\|16\|15\|5\|1\|10\|7\|15\|7\|1\|1\|2\|1\|1\|23\|
    \|3\|Elisa Kabiljo\|148\|72\|17\|10\|1\|1\|14\|22\|9\|1\|1\|20\|27\|1\|4\|4\|10\|1\|1\|4\|
    \|4\|slaapgraag\|152\|73\|23\|2\|1\|1\|21\|3\|4\|20\|4\|9\|2\|1\|4\|5\|13\|28\|1\|10\|
    \|5\|celticjim\|154\|71\|10\|2\|1\|1\|7\|17\|3\|18\|24\|17\|25\|1\|8\|1\|5\|1\|1\|12\|
    \|6\|Pinobambu\|192\|68\|5\|6\|1\|1\|1\|24\|29\|28\|29\|27\|1\|1\|10\|3\|13\|1\|1\|11\|
    \|7\|Bill LeBoeuf ★\|215\|78\|34\|16\|23\|20\|5\|2\|9\|12\|16\|8\|7\|9\|15\|8\|3\|7\|20\|1\|
    \|8\|karlhanf ★\|216\|119\|2\|26\|19\|9\|14\|5\|11\|8\|3\|6\|11\|16\|1\|15\|19\|16\|23\|12\|
    \|9\|BigChicken ★\|252\|110\|29\|14\|10\|12\|16\|9\|21\|17\|14\|4\|19\|19\|1\|21\|12\|17\|14\|3\|
    \|10\|Guardiana\|259\|114\|30\|29\|8\|15\|12\|13\|23\|10\|5\|2\|18\|10\|17\|21\|8\|9\|27\|2\|
    \|11\|Troldmyr\|259\|122\|21\|10\|11\|11\|28\|26\|6\|7\|17\|14\|7\|20\|24\|10\|9\|23\|9\|6\|
    \|12\|Finn Th. Nielsen\|264\|122\|6\|27\|24\|19\|12\|19\|25\|4\|6\|10\|17\|17\|4\|9\|22\|10\|21\|12\|
    \|13\|MarleysGhost ★\|266\|124\|16\|13\|12\|26\|19\|16\|1\|13\|26\|15\|10\|21\|10\|18\|16\|11\|16\|7\|
    \|14\|xopods\|273\|166\|22\|20\|16\|10\|2\|7\|11\|13\|6\|12\|11\|8\|14\|11\|25\|28\|27\|30\|
    \|15\|Iluvatar\|322\|167\|20\|28\|17\|13\|23\|6\|15\|13\|20\|21\|30\|23\|16\|23\|4\|19\|10\|21\|
    \|16\|romei\|327\|250\|3\|16\|1\|1\|8\|12\|8\|5\|23\|27\|31\|29\|24\|29\|25\|28\|27\|30\|
    \|17\|funtobewith11\|329\|159\|6\|19\|25\|25\|5\|21\|23\|25\|21\|19\|19\|13\|22\|19\|20\|26\|12\|9\|
    \|18\|inge_thomsen\|334\|171\|9\|15\|21\|22\|4\|27\|19\|19\|27\|16\|29\|17\|21\|7\|17\|17\|19\|28\|
    \|54\|maximum rank\|514\|250\|34\|29\|29\|30\|28\|28\|29\|28\|29\|27\|31\|29\|24\|29\|25\|28\|27\|30\|

  • MarleysGhost at 2013-10-31

    Date: October 29, 2013 Expression: school

    \|_.Rank\|_.Player Name\|_.Sum\|_.Bk9 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 \|
    \|1\|Goldilocks\|109\|38\|1\|1\|16\|15\|5\|1\|10\|7\|15\|7\|1\|1\|2\|1\|1\|23\|1\|1\|
    \|2\|wojtex\|114\|64\|1\|7\|8\|9\|17\|1\|2\|1\|4\|1\|12\|29\|1\|1\|1\|17\|1\|1\|
    \|3\|Elisa Kabiljo\|123\|27\|1\|1\|14\|22\|9\|1\|1\|20\|27\|1\|4\|4\|10\|1\|1\|4\|1\|1\|
    \|4\|slaapgraag\|129\|64\|1\|1\|21\|3\|4\|20\|4\|9\|2\|1\|4\|5\|13\|28\|1\|10\|1\|1\|
    \|5\|celticjim\|144\|31\|1\|1\|7\|17\|3\|18\|24\|17\|25\|1\|8\|1\|5\|1\|1\|12\|1\|1\|
    \|6\|Bill LeBoeuf ★\|187\|85\|23\|20\|5\|2\|9\|12\|16\|8\|7\|9\|15\|8\|3\|7\|20\|1\|13\|9\|
    \|7\|Pinobambu\|207\|66\|1\|1\|1\|24\|29\|28\|29\|27\|1\|1\|10\|3\|13\|1\|1\|11\|25\|1\|
    \|8\|karlhanf ★\|224\|138\|19\|9\|14\|5\|11\|8\|3\|6\|11\|16\|1\|15\|19\|16\|23\|12\|25\|11\|
    \|9\|Guardiana\|230\|124\|8\|15\|12\|13\|23\|10\|5\|2\|18\|10\|17\|21\|8\|9\|27\|2\|16\|14\|
    \|10\|BigChicken ★\|238\|116\|10\|12\|16\|9\|21\|17\|14\|4\|19\|19\|1\|21\|12\|17\|14\|3\|12\|17\|
    \|11\|Troldmyr\|259\|132\|11\|11\|28\|26\|6\|7\|17\|14\|7\|20\|24\|10\|9\|23\|9\|6\|18\|13\|
    \|12\|Finn Th. Nielsen\|269\|133\|24\|19\|12\|19\|25\|4\|6\|10\|17\|17\|4\|9\|22\|10\|21\|12\|19\|19\|
    \|13\|MarleysGhost ★\|272\|134\|12\|26\|19\|16\|1\|13\|26\|15\|10\|21\|10\|18\|16\|11\|16\|7\|20\|15\|
    \|14\|xopods\|283\|195\|16\|10\|2\|7\|11\|13\|6\|12\|11\|8\|14\|11\|25\|28\|27\|30\|25\|27\|
    \|15\|Iluvatar\|299\|141\|17\|13\|23\|6\|15\|13\|20\|21\|30\|23\|16\|23\|4\|19\|10\|21\|14\|11\|
    \|16\|dougforte\|329\|115\|29\|30\|28\|28\|29\|28\|10\|27\|5\|29\|8\|14\|7\|12\|23\|5\|9\|8\|
    \|53\|maximum rank\|503\|244\|29\|30\|28\|28\|29\|28\|29\|27\|31\|29\|24\|29\|25\|28\|27\|30\|25\|27\|

  • MarleysGhost at 2013-11-07

    Date: November 4, 2013 Expression: spiderman

    \|_.Rank\|_.Player Name\|_.Sum\|_.Bk9 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 \|
    \|1\|Goldilocks\|127\|50\|16\|15\|5\|1\|10\|7\|15\|7\|1\|1\|2\|1\|1\|23\|1\|1\|9\|11\|
    \|2\|slaapgraag\|130\|62\|21\|3\|4\|20\|4\|9\|2\|1\|4\|5\|13\|28\|1\|10\|1\|1\|1\|2\|
    \|3\|Elisa Kabiljo\|139\|40\|14\|22\|9\|1\|1\|20\|27\|1\|4\|4\|10\|1\|1\|4\|1\|1\|15\|3\|
    \|4\|wojtex\|140\|85\|8\|9\|17\|1\|2\|1\|4\|1\|12\|29\|1\|1\|1\|17\|1\|1\|15\|19\|
    \|5\|celticjim\|165\|45\|7\|17\|3\|18\|24\|17\|25\|1\|8\|1\|5\|1\|1\|12\|1\|1\|8\|15\|
    \|6\|Bill LeBoeuf ★\|170\|87\|5\|2\|9\|12\|16\|8\|7\|9\|15\|8\|3\|7\|20\|1\|13\|9\|10\|16\|
    \|7\|Pinobambu\|210\|60\|1\|24\|29\|28\|29\|27\|1\|1\|10\|3\|13\|1\|1\|11\|25\|1\|4\|1\|
    \|8\|BigChicken ★\|234\|114\|16\|9\|21\|17\|14\|4\|19\|19\|1\|21\|12\|17\|14\|3\|12\|17\|12\|6\|
    \|9\|Finn Th. Nielsen\|239\|125\|12\|19\|25\|4\|6\|10\|17\|17\|4\|9\|22\|10\|21\|12\|19\|19\|2\|11\|
    \|10\|Guardiana\|246\|136\|12\|13\|23\|10\|5\|2\|18\|10\|17\|21\|8\|9\|27\|2\|16\|14\|19\|20\|
    \|11\|karlhanf ★\|246\|171\|14\|5\|11\|8\|3\|6\|11\|16\|1\|15\|19\|16\|23\|12\|25\|11\|24\|26\|
    \|12\|Troldmyr\|255\|106\|28\|26\|6\|7\|17\|14\|7\|20\|24\|10\|9\|23\|9\|6\|18\|13\|5\|13\|
    \|13\|MarleysGhost ★\|263\|132\|19\|16\|1\|13\|26\|15\|10\|21\|10\|18\|16\|11\|16\|7\|20\|15\|22\|7\|
    \|14\|Iluvatar\|281\|114\|23\|6\|15\|13\|20\|21\|30\|23\|16\|23\|4\|19\|10\|21\|14\|11\|3\|9\|
    \|15\|dougforte\|293\|101\|28\|28\|29\|28\|10\|27\|5\|29\|8\|14\|7\|12\|23\|5\|9\|8\|18\|5\|
    \|16\|xopods\|312\|228\|2\|7\|11\|13\|6\|12\|11\|8\|14\|11\|25\|28\|27\|30\|25\|27\|29\|26\|
    \|17\|funtobewith11\|316\|148\|5\|21\|23\|25\|21\|19\|19\|13\|22\|19\|20\|26\|12\|9\|17\|21\|7\|17\|
    \|18\|koen\|325\|145\|22\|28\|19\|6\|19\|22\|23\|22\|19\|17\|11\|8\|27\|19\|11\|20\|11\|21\|
    \|19\|keith630 ★\|331\|151\|28\|28\|15\|28\|8\|23\|14\|12\|24\|24\|15\|21\|15\|18\|6\|18\|25\|9\|
    \|53\|maximum rank\|499\|246\|28\|28\|29\|28\|29\|27\|31\|29\|24\|29\|25\|28\|27\|30\|25\|27\|29\|26\|

  • MarleysGhost at 2013-11-10

    Date: November 10, 2013 Expression: popcorn

    \|_.Rank\|_.Player Name\|_.Sum\|_.Bk9 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 \|
    \|1\|Goldilocks\|112\|63\|5\|1\|10\|7\|15\|7\|1\|1\|2\|1\|1\|23\|1\|1\|9\|11\|1\|15\|
    \|2\|Elisa Kabiljo\|119\|42\|9\|1\|1\|20\|27\|1\|4\|4\|10\|1\|1\|4\|1\|1\|15\|3\|3\|13\|
    \|3\|slaapgraag\|129\|67\|4\|20\|4\|9\|2\|1\|4\|5\|13\|28\|1\|10\|1\|1\|1\|2\|5\|18\|
    \|4\|wojtex\|160\|92\|17\|1\|2\|1\|4\|1\|12\|29\|1\|1\|1\|17\|1\|1\|15\|19\|29\|8\|
    \|5\|celticjim\|162\|60\|3\|18\|24\|17\|25\|1\|8\|1\|5\|1\|1\|12\|1\|1\|8\|15\|5\|16\|
    \|6\|Bill LeBoeuf ★\|187\|100\|9\|12\|16\|8\|7\|9\|15\|8\|3\|7\|20\|1\|13\|9\|10\|16\|19\|5\|
    \|7\|Pinobambu\|193\|52\|29\|28\|29\|27\|1\|1\|10\|3\|13\|1\|1\|11\|25\|1\|4\|1\|1\|7\|
    \|8\|BigChicken ★\|219\|91\|21\|17\|14\|4\|19\|19\|1\|21\|12\|17\|14\|3\|12\|17\|12\|6\|7\|3\|
    \|9\|Finn Th. Nielsen\|231\|117\|25\|4\|6\|10\|17\|17\|4\|9\|22\|10\|21\|12\|19\|19\|2\|11\|21\|2\|
    \|10\|Guardiana\|243\|129\|23\|10\|5\|2\|18\|10\|17\|21\|8\|9\|27\|2\|16\|14\|19\|20\|8\|14\|
    \|11\|Troldmyr\|246\|132\|6\|7\|17\|14\|7\|20\|24\|10\|9\|23\|9\|6\|18\|13\|5\|13\|25\|20\|
    \|12\|MarleysGhost ★\|256\|126\|1\|13\|26\|15\|10\|21\|10\|18\|16\|11\|16\|7\|20\|15\|22\|7\|27\|1\|
    \|13\|dougforte\|258\|101\|29\|28\|10\|27\|5\|29\|8\|14\|7\|12\|23\|5\|9\|8\|18\|5\|10\|11\|
    \|14\|karlhanf ★\|264\|174\|11\|8\|3\|6\|11\|16\|1\|15\|19\|16\|23\|12\|25\|11\|24\|26\|21\|16\|
    \|15\|keith630 ★\|288\|125\|15\|28\|8\|23\|14\|12\|24\|24\|15\|21\|15\|18\|6\|18\|25\|9\|4\|9\|
    \|16\|koen\|292\|134\|19\|6\|19\|22\|23\|22\|19\|17\|11\|8\|27\|19\|11\|20\|11\|21\|11\|6\|
    \|17\|Iluvatar\|293\|128\|15\|13\|20\|21\|30\|23\|16\|23\|4\|19\|10\|21\|14\|11\|3\|9\|20\|21\|
    \|18\|funtobewith11\|325\|144\|23\|25\|21\|19\|19\|13\|22\|19\|20\|26\|12\|9\|17\|21\|7\|17\|12\|23\|
    \|50\|maximum rank\|499\|248\|29\|28\|29\|27\|31\|29\|24\|29\|25\|28\|27\|30\|25\|27\|29\|26\|29\|27\|

  • MarleysGhost at 2013-11-17

    Date: November 16, 2013 Expression: mint

    \|_.Rank\|_.Player Name\|_.Sum\|_.Bk9 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 \|
    \|1\|slaapgraag\|112\|45\|4\|9\|2\|1\|4\|5\|13\|28\|1\|10\|1\|1\|1\|2\|5\|18\|5\|2\|
    \|2\|Goldilocks\|122\|77\|10\|7\|15\|7\|1\|1\|2\|1\|1\|23\|1\|1\|9\|11\|1\|15\|15\|1\|
    \|3\|Elisa Kabiljo\|127\|58\|1\|20\|27\|1\|4\|4\|10\|1\|1\|4\|1\|1\|15\|3\|3\|13\|14\|4\|
    \|4\|Pinobambu\|140\|54\|29\|27\|1\|1\|10\|3\|13\|1\|1\|11\|25\|1\|4\|1\|1\|7\|1\|3\|
    \|5\|celticjim\|160\|77\|24\|17\|25\|1\|8\|1\|5\|1\|1\|12\|1\|1\|8\|15\|5\|16\|10\|9\|
    \|6\|wojtex\|168\|116\|2\|1\|4\|1\|12\|29\|1\|1\|1\|17\|1\|1\|15\|19\|29\|8\|2\|24\|
    \|7\|Bill LeBoeuf ★\|200\|107\|16\|8\|7\|9\|15\|8\|3\|7\|20\|1\|13\|9\|10\|16\|19\|5\|22\|12\|
    \|8\|dougforte\|212\|77\|10\|27\|5\|29\|8\|14\|7\|12\|23\|5\|9\|8\|18\|5\|10\|11\|6\|5\|
    \|9\|BigChicken ★\|216\|95\|14\|4\|19\|19\|1\|21\|12\|17\|14\|3\|12\|17\|12\|6\|7\|3\|11\|24\|
    \|10\|Finn Th. Nielsen\|228\|112\|6\|10\|17\|17\|4\|9\|22\|10\|21\|12\|19\|19\|2\|11\|21\|2\|17\|9\|
    \|11\|Guardiana\|241\|124\|5\|2\|18\|10\|17\|21\|8\|9\|27\|2\|16\|14\|19\|20\|8\|14\|7\|24\|
    \|12\|Troldmyr\|265\|132\|17\|14\|7\|20\|24\|10\|9\|23\|9\|6\|18\|13\|5\|13\|25\|20\|8\|24\|
    \|13\|MarleysGhost ★\|267\|124\|26\|15\|10\|21\|10\|18\|16\|11\|16\|7\|20\|15\|22\|7\|27\|1\|11\|14\|
    \|14\|keith630 ★\|271\|115\|8\|23\|14\|12\|24\|24\|15\|21\|15\|18\|6\|18\|25\|9\|4\|9\|19\|7\|
    \|15\|karlhanf ★\|271\|161\|3\|6\|11\|16\|1\|15\|19\|16\|23\|12\|25\|11\|24\|26\|21\|16\|18\|8\|
    \|16\|koen\|286\|118\|19\|22\|23\|22\|19\|17\|11\|8\|27\|19\|11\|20\|11\|21\|11\|6\|4\|15\|
    \|17\|Iluvatar\|307\|141\|20\|21\|30\|23\|16\|23\|4\|19\|10\|21\|14\|11\|3\|9\|20\|21\|20\|22\|
    \|18\|funtobewith11\|316\|145\|21\|19\|19\|13\|22\|19\|20\|26\|12\|9\|17\|21\|7\|17\|12\|23\|24\|15\|
    \|50\|maximum rank\|494\|245\|29\|27\|31\|29\|24\|29\|25\|28\|27\|30\|25\|27\|29\|26\|29\|27\|28\|24\|

  • MarleysGhost at 2013-11-25

    Date: November 19, 2013 Expression: salt
    (more like November 24 due to daemon failure)

    \|_.Rank\|_.Player Name\|_.Sum\|_.Bk9 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 \|
    \|1\|Pinobambu\|112\|44\|27\|1\|1\|10\|3\|13\|1\|1\|11\|25\|1\|4\|1\|1\|7\|1\|3\|1\|
    \|2\|Goldilocks\|124\|66\|7\|15\|7\|1\|1\|2\|1\|1\|23\|1\|1\|9\|11\|1\|15\|15\|1\|12\|
    \|3\|slaapgraag\|132\|59\|9\|2\|1\|4\|5\|13\|28\|1\|10\|1\|1\|1\|2\|5\|18\|5\|2\|24\|
    \|4\|Elisa Kabiljo\|139\|67\|20\|27\|1\|4\|4\|10\|1\|1\|4\|1\|1\|15\|3\|3\|13\|14\|4\|13\|
    \|5\|celticjim\|143\|72\|17\|25\|1\|8\|1\|5\|1\|1\|12\|1\|1\|8\|15\|5\|16\|10\|9\|7\|
    \|6\|wojtex\|171\|104\|1\|4\|1\|12\|29\|1\|1\|1\|17\|1\|1\|15\|19\|29\|8\|2\|24\|5\|
    \|7\|Bill LeBoeuf ★\|194\|116\|8\|7\|9\|15\|8\|3\|7\|20\|1\|13\|9\|10\|16\|19\|5\|22\|12\|10\|
    \|8\|BigChicken ★\|216\|106\|4\|19\|19\|1\|21\|12\|17\|14\|3\|12\|17\|12\|6\|7\|3\|11\|24\|14\|
    \|9\|dougforte\|227\|97\|27\|5\|29\|8\|14\|7\|12\|23\|5\|9\|8\|18\|5\|10\|11\|6\|5\|25\|
    \|10\|Finn Th. Nielsen\|227\|105\|10\|17\|17\|4\|9\|22\|10\|21\|12\|19\|19\|2\|11\|21\|2\|17\|9\|5\|
    \|11\|MarleysGhost ★\|250\|126\|15\|10\|21\|10\|18\|16\|11\|16\|7\|20\|15\|22\|7\|27\|1\|11\|14\|9\|
    \|12\|Guardiana\|252\|138\|2\|18\|10\|17\|21\|8\|9\|27\|2\|16\|14\|19\|20\|8\|14\|7\|24\|16\|
    \|13\|Troldmyr\|263\|141\|14\|7\|20\|24\|10\|9\|23\|9\|6\|18\|13\|5\|13\|25\|20\|8\|24\|15\|
    \|14\|keith630 ★\|271\|105\|23\|14\|12\|24\|24\|15\|21\|15\|18\|6\|18\|25\|9\|4\|9\|19\|7\|8\|
    \|15\|karlhanf ★\|271\|152\|6\|11\|16\|1\|15\|19\|16\|23\|12\|25\|11\|24\|26\|21\|16\|18\|8\|3\|
    \|16\|koen\|285\|117\|22\|23\|22\|19\|17\|11\|8\|27\|19\|11\|20\|11\|21\|11\|6\|4\|15\|18\|
    \|17\|Iluvatar\|291\|124\|21\|30\|23\|16\|23\|4\|19\|10\|21\|14\|11\|3\|9\|20\|21\|20\|22\|4\|
    \|18\|funtobewith11\|321\|162\|19\|19\|13\|22\|19\|20\|26\|12\|9\|17\|21\|7\|17\|12\|23\|24\|15\|26\|
    \|50\|maximum rank\|495\|245\|27\|31\|29\|24\|29\|25\|28\|27\|30\|25\|27\|29\|26\|29\|27\|28\|24\|30\|

  • MarleysGhost at 2013-11-28

    Date: November 27, 2013 Expression: my next holiday will be to which country?

    \|_.Rank\|_.Player Name\|_.Sum\|_.Bk9 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 \|
    \|1\|Pinobambu\|92\|26\|1\|1\|10\|3\|13\|1\|1\|11\|25\|1\|4\|1\|1\|7\|1\|3\|1\|7\|
    \|2\|Goldilocks\|121\|69\|15\|7\|1\|1\|2\|1\|1\|23\|1\|1\|9\|11\|1\|15\|15\|1\|12\|4\|
    \|3\|Elisa Kabiljo\|133\|80\|27\|1\|4\|4\|10\|1\|1\|4\|1\|1\|15\|3\|3\|13\|14\|4\|13\|14\|
    \|4\|slaapgraag\|135\|70\|2\|1\|4\|5\|13\|28\|1\|10\|1\|1\|1\|2\|5\|18\|5\|2\|24\|12\|
    \|5\|celticjim\|140\|85\|25\|1\|8\|1\|5\|1\|1\|12\|1\|1\|8\|15\|5\|16\|10\|9\|7\|14\|
    \|6\|wojtex\|187\|120\|4\|1\|12\|29\|1\|1\|1\|17\|1\|1\|15\|19\|29\|8\|2\|24\|5\|17\|
    \|7\|Bill LeBoeuf ★\|206\|123\|7\|9\|15\|8\|3\|7\|20\|1\|13\|9\|10\|16\|19\|5\|22\|12\|10\|20\|
    \|8\|dougforte\|210\|98\|5\|29\|8\|14\|7\|12\|23\|5\|9\|8\|18\|5\|10\|11\|6\|5\|25\|10\|
    \|9\|BigChicken ★\|215\|97\|19\|19\|1\|21\|12\|17\|14\|3\|12\|17\|12\|6\|7\|3\|11\|24\|14\|3\|
    \|10\|Finn Th. Nielsen\|218\|87\|17\|17\|4\|9\|22\|10\|21\|12\|19\|19\|2\|11\|21\|2\|17\|9\|5\|1\|
    \|11\|MarleysGhost ★\|251\|122\|10\|21\|10\|18\|16\|11\|16\|7\|20\|15\|22\|7\|27\|1\|11\|14\|9\|16\|
    \|12\|Guardiana\|252\|124\|18\|10\|17\|21\|8\|9\|27\|2\|16\|14\|19\|20\|8\|14\|7\|24\|16\|2\|
    \|13\|Troldmyr\|268\|142\|7\|20\|24\|10\|9\|23\|9\|6\|18\|13\|5\|13\|25\|20\|8\|24\|15\|19\|
    \|14\|keith630 ★\|269\|120\|14\|12\|24\|24\|15\|21\|15\|18\|6\|18\|25\|9\|4\|9\|19\|7\|8\|21\|
    \|15\|koen\|276\|119\|23\|22\|19\|17\|11\|8\|27\|19\|11\|20\|11\|21\|11\|6\|4\|15\|18\|13\|
    \|16\|Iluvatar\|293\|133\|30\|23\|16\|23\|4\|19\|10\|21\|14\|11\|3\|9\|20\|21\|20\|22\|4\|23\|
    \|17\|karlhanf ★\|294\|156\|11\|16\|1\|15\|19\|16\|23\|12\|25\|11\|24\|26\|21\|16\|18\|8\|3\|29\|
    \|18\|Sheila\|323\|117\|31\|24\|24\|20\|25\|20\|7\|30\|25\|7\|21\|26\|9\|19\|15\|6\|10\|4\|
    \|19\|funtobewith11\|330\|173\|19\|13\|22\|19\|20\|26\|12\|9\|17\|21\|7\|17\|12\|23\|24\|15\|26\|28\|
    \|52\|maximum rank\|497\|249\|31\|29\|24\|29\|25\|28\|27\|30\|25\|27\|29\|26\|29\|27\|28\|24\|30\|29\|

  • MarleysGhost at 2013-12-01

    Date: November 30, 2013 Expression: ice cream

    \|_.Rank\|_.Player Name\|_.Sum\|_.Bk9 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 \|
    \|1\|Pinobambu\|93\|27\|1\|10\|3\|13\|1\|1\|11\|25\|1\|4\|1\|1\|7\|1\|3\|1\|7\|2\|
    \|2\|Elisa Kabiljo\|107\|80\|1\|4\|4\|10\|1\|1\|4\|1\|1\|15\|3\|3\|13\|14\|4\|13\|14\|1\|
    \|3\|Goldilocks\|118\|80\|7\|1\|1\|2\|1\|1\|23\|1\|1\|9\|11\|1\|15\|15\|1\|12\|4\|12\|
    \|4\|celticjim\|125\|94\|1\|8\|1\|5\|1\|1\|12\|1\|1\|8\|15\|5\|16\|10\|9\|7\|14\|10\|
    \|5\|slaapgraag\|141\|77\|1\|4\|5\|13\|28\|1\|10\|1\|1\|1\|2\|5\|18\|5\|2\|24\|12\|8\|
    \|6\|wojtex\|189\|125\|1\|12\|29\|1\|1\|1\|17\|1\|1\|15\|19\|29\|8\|2\|24\|5\|17\|6\|
    \|7\|BigChicken ★\|213\|97\|19\|1\|21\|12\|17\|14\|3\|12\|17\|12\|6\|7\|3\|11\|24\|14\|3\|17\|
    \|8\|Bill LeBoeuf ★\|214\|129\|9\|15\|8\|3\|7\|20\|1\|13\|9\|10\|16\|19\|5\|22\|12\|10\|20\|15\|
    \|9\|dougforte\|218\|103\|29\|8\|14\|7\|12\|23\|5\|9\|8\|18\|5\|10\|11\|6\|5\|25\|10\|13\|
    \|10\|Finn Th. Nielsen\|219\|86\|17\|4\|9\|22\|10\|21\|12\|19\|19\|2\|11\|21\|2\|17\|9\|5\|1\|18\|
    \|11\|MarleysGhost ★\|246\|112\|21\|10\|18\|16\|11\|16\|7\|20\|15\|22\|7\|27\|1\|11\|14\|9\|16\|5\|
    \|12\|koen\|255\|101\|22\|19\|17\|11\|8\|27\|19\|11\|20\|11\|21\|11\|6\|4\|15\|18\|13\|2\|
    \|13\|Guardiana\|259\|135\|10\|17\|21\|8\|9\|27\|2\|16\|14\|19\|20\|8\|14\|7\|24\|16\|2\|25\|
    \|14\|Troldmyr\|263\|131\|20\|24\|10\|9\|23\|9\|6\|18\|13\|5\|13\|25\|20\|8\|24\|15\|19\|2\|
    \|15\|keith630 ★\|270\|117\|12\|24\|24\|15\|21\|15\|18\|6\|18\|25\|9\|4\|9\|19\|7\|8\|21\|15\|
    \|16\|Iluvatar\|285\|144\|23\|16\|23\|4\|19\|10\|21\|14\|11\|3\|9\|20\|21\|20\|22\|4\|23\|22\|
    \|17\|karlhanf ★\|290\|152\|16\|1\|15\|19\|16\|23\|12\|25\|11\|24\|26\|21\|16\|18\|8\|3\|29\|7\|
    \|18\|Sheila\|310\|128\|24\|24\|20\|25\|20\|7\|30\|25\|7\|21\|26\|9\|19\|15\|6\|10\|4\|18\|
    \|19\|funtobewith11\|331\|172\|13\|22\|19\|20\|26\|12\|9\|17\|21\|7\|17\|12\|23\|24\|15\|26\|28\|20\|
    \|20\|kfas2\|335\|113\|29\|24\|29\|25\|28\|27\|30\|15\|15\|17\|4\|18\|4\|3\|19\|16\|18\|14\|
    \|51\|maximum rank\|491\|247\|29\|24\|29\|25\|28\|27\|30\|25\|27\|29\|26\|29\|27\|28\|24\|30\|29\|25\|

  • MarleysGhost at 2013-12-04

    Date: December 3, 2013 Expression: potato

    \|_.Rank\|_.Player Name\|_.Sum\|_.Bk9 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 \|
    \|1\|Pinobambu\|107\|38\|10\|3\|13\|1\|1\|11\|25\|1\|4\|1\|1\|7\|1\|3\|1\|7\|2\|15\|
    \|2\|Elisa Kabiljo\|108\|67\|4\|4\|10\|1\|1\|4\|1\|1\|15\|3\|3\|13\|14\|4\|13\|14\|1\|2\|
    \|3\|Goldilocks\|112\|72\|1\|1\|2\|1\|1\|23\|1\|1\|9\|11\|1\|15\|15\|1\|12\|4\|12\|1\|
    \|4\|celticjim\|128\|90\|8\|1\|5\|1\|1\|12\|1\|1\|8\|15\|5\|16\|10\|9\|7\|14\|10\|4\|
    \|5\|slaapgraag\|142\|78\|4\|5\|13\|28\|1\|10\|1\|1\|1\|2\|5\|18\|5\|2\|24\|12\|8\|2\|
    \|6\|dougforte\|206\|102\|8\|14\|7\|12\|23\|5\|9\|8\|18\|5\|10\|11\|6\|5\|25\|10\|13\|17\|
    \|7\|Finn Th. Nielsen\|208\|90\|4\|9\|22\|10\|21\|12\|19\|19\|2\|11\|21\|2\|17\|9\|5\|1\|18\|6\|
    \|8\|wojtex\|213\|135\|12\|29\|1\|1\|1\|17\|1\|1\|15\|19\|29\|8\|2\|24\|5\|17\|6\|25\|
    \|9\|BigChicken ★\|215\|106\|1\|21\|12\|17\|14\|3\|12\|17\|12\|6\|7\|3\|11\|24\|14\|3\|17\|21\|
    \|10\|Bill LeBoeuf ★\|220\|134\|15\|8\|3\|7\|20\|1\|13\|9\|10\|16\|19\|5\|22\|12\|10\|20\|15\|15\|
    \|11\|MarleysGhost ★\|230\|95\|10\|18\|16\|11\|16\|7\|20\|15\|22\|7\|27\|1\|11\|14\|9\|16\|5\|5\|
    \|12\|koen\|253\|110\|19\|17\|11\|8\|27\|19\|11\|20\|11\|21\|11\|6\|4\|15\|18\|13\|2\|20\|
    \|13\|Guardiana\|262\|129\|17\|21\|8\|9\|27\|2\|16\|14\|19\|20\|8\|14\|7\|24\|16\|2\|25\|13\|
    \|14\|Troldmyr\|262\|145\|24\|10\|9\|23\|9\|6\|18\|13\|5\|13\|25\|20\|8\|24\|15\|19\|2\|19\|
    \|15\|keith630 ★\|267\|101\|24\|24\|15\|21\|15\|18\|6\|18\|25\|9\|4\|9\|19\|7\|8\|21\|15\|9\|
    \|16\|Iluvatar\|271\|150\|16\|23\|4\|19\|10\|21\|14\|11\|3\|9\|20\|21\|20\|22\|4\|23\|22\|9\|
    \|17\|karlhanf ★\|285\|139\|1\|15\|19\|16\|23\|12\|25\|11\|24\|26\|21\|16\|18\|8\|3\|29\|7\|11\|
    \|18\|Sheila\|299\|120\|24\|20\|25\|20\|7\|30\|25\|7\|21\|26\|9\|19\|15\|6\|10\|4\|18\|13\|
    \|19\|funtobewith11\|326\|173\|22\|19\|20\|26\|12\|9\|17\|21\|7\|17\|12\|23\|24\|15\|26\|28\|20\|8\|
    \|20\|kfas2\|331\|121\|24\|29\|25\|28\|27\|30\|15\|15\|17\|4\|18\|4\|3\|19\|16\|18\|14\|25\|
    \|49\|maximum rank\|487\|243\|24\|29\|25\|28\|27\|30\|25\|27\|29\|26\|29\|27\|28\|24\|30\|29\|25\|25\|

  • MarleysGhost at 2013-12-09

    Date: December 6, 2013 Expression: thrill seeking sports

    \|_.Rank\|_.Player Name\|_.Sum\|_.Bk9 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 \|
    \|1\|Pinobambu\|106\|46\|3\|13\|1\|1\|11\|25\|1\|4\|1\|1\|7\|1\|3\|1\|7\|2\|15\|9\|
    \|2\|Elisa Kabiljo\|107\|67\|4\|10\|1\|1\|4\|1\|1\|15\|3\|3\|13\|14\|4\|13\|14\|1\|2\|3\|
    \|3\|Goldilocks\|116\|66\|1\|2\|1\|1\|23\|1\|1\|9\|11\|1\|15\|15\|1\|12\|4\|12\|1\|5\|
    \|4\|celticjim\|122\|77\|1\|5\|1\|1\|12\|1\|1\|8\|15\|5\|16\|10\|9\|7\|14\|10\|4\|2\|
    \|5\|slaapgraag\|153\|91\|5\|13\|28\|1\|10\|1\|1\|1\|2\|5\|18\|5\|2\|24\|12\|8\|2\|15\|
    \|6\|dougforte\|210\|109\|14\|7\|12\|23\|5\|9\|8\|18\|5\|10\|11\|6\|5\|25\|10\|13\|17\|12\|
    \|7\|Bill LeBoeuf ★\|211\|124\|8\|3\|7\|20\|1\|13\|9\|10\|16\|19\|5\|22\|12\|10\|20\|15\|15\|6\|
    \|8\|BigChicken ★\|222\|108\|21\|12\|17\|14\|3\|12\|17\|12\|6\|7\|3\|11\|24\|14\|3\|17\|21\|8\|
    \|9\|wojtex\|222\|137\|29\|1\|1\|1\|17\|1\|1\|15\|19\|29\|8\|2\|24\|5\|17\|6\|25\|21\|
    \|10\|Finn Th. Nielsen\|225\|100\|9\|22\|10\|21\|12\|19\|19\|2\|11\|21\|2\|17\|9\|5\|1\|18\|6\|21\|
    \|11\|MarleysGhost ★\|233\|101\|18\|16\|11\|16\|7\|20\|15\|22\|7\|27\|1\|11\|14\|9\|16\|5\|5\|13\|
    \|12\|keith630 ★\|246\|95\|24\|15\|21\|15\|18\|6\|18\|25\|9\|4\|9\|19\|7\|8\|21\|15\|9\|3\|
    \|13\|koen\|252\|107\|17\|11\|8\|27\|19\|11\|20\|11\|21\|11\|6\|4\|15\|18\|13\|2\|20\|18\|
    \|14\|Guardiana\|252\|116\|21\|8\|9\|27\|2\|16\|14\|19\|20\|8\|14\|7\|24\|16\|2\|25\|13\|7\|
    \|15\|Troldmyr\|259\|153\|10\|9\|23\|9\|6\|18\|13\|5\|13\|25\|20\|8\|24\|15\|19\|2\|19\|21\|
    \|16\|Iluvatar\|274\|160\|23\|4\|19\|10\|21\|14\|11\|3\|9\|20\|21\|20\|22\|4\|23\|22\|9\|19\|
    \|17\|Sheila\|285\|104\|20\|25\|20\|7\|30\|25\|7\|21\|26\|9\|19\|15\|6\|10\|4\|18\|13\|10\|
    \|18\|karlhanf ★\|285\|114\|15\|19\|16\|23\|12\|25\|11\|24\|26\|21\|16\|18\|8\|3\|29\|7\|11\|1\|
    \|19\|funtobewith11\|315\|167\|19\|20\|26\|12\|9\|17\|21\|7\|17\|12\|23\|24\|15\|26\|28\|20\|8\|11\|
    \|20\|kfas2\|328\|138\|29\|25\|28\|27\|30\|15\|15\|17\|4\|18\|4\|3\|19\|16\|18\|14\|25\|21\|
    \|49\|maximum rank\|484\|238\|29\|25\|28\|27\|30\|25\|27\|29\|26\|29\|27\|28\|24\|30\|29\|25\|25\|21\|

  • MarleysGhost at 2013-12-10

    Date: December 9, 2013 Expression: words containing the letter P twice

    \|_.Rank\|_.Player Name\|_.Sum\|_.Bk9 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 \|
    \|1\|Pinobambu\|107\|49\|13\|1\|1\|11\|25\|1\|4\|1\|1\|7\|1\|3\|1\|7\|2\|15\|9\|4\|
    \|2\|Elisa Kabiljo\|112\|73\|10\|1\|1\|4\|1\|1\|15\|3\|3\|13\|14\|4\|13\|14\|1\|2\|3\|9\|
    \|3\|Goldilocks\|118\|68\|2\|1\|1\|23\|1\|1\|9\|11\|1\|15\|15\|1\|12\|4\|12\|1\|5\|3\|
    \|4\|celticjim\|138\|89\|5\|1\|1\|12\|1\|1\|8\|15\|5\|16\|10\|9\|7\|14\|10\|4\|2\|17\|
    \|5\|slaapgraag\|160\|98\|13\|28\|1\|10\|1\|1\|1\|2\|5\|18\|5\|2\|24\|12\|8\|2\|15\|12\|
    \|6\|dougforte\|202\|105\|7\|12\|23\|5\|9\|8\|18\|5\|10\|11\|6\|5\|25\|10\|13\|17\|12\|6\|
    \|7\|Bill LeBoeuf ★\|204\|106\|3\|7\|20\|1\|13\|9\|10\|16\|19\|5\|22\|12\|10\|20\|15\|15\|6\|1\|
    \|8\|wojtex\|216\|131\|1\|1\|1\|17\|1\|1\|15\|19\|29\|8\|2\|24\|5\|17\|6\|25\|21\|23\|
    \|9\|BigChicken ★\|217\|117\|12\|17\|14\|3\|12\|17\|12\|6\|7\|3\|11\|24\|14\|3\|17\|21\|8\|16\|
    \|10\|Finn Th. Nielsen\|227\|90\|22\|10\|21\|12\|19\|19\|2\|11\|21\|2\|17\|9\|5\|1\|18\|6\|21\|11\|
    \|11\|keith630 ★\|232\|101\|15\|21\|15\|18\|6\|18\|25\|9\|4\|9\|19\|7\|8\|21\|15\|9\|3\|10\|
    \|12\|MarleysGhost ★\|237\|96\|16\|11\|16\|7\|20\|15\|22\|7\|27\|1\|11\|14\|9\|16\|5\|5\|13\|22\|
    \|13\|Guardiana\|246\|123\|8\|9\|27\|2\|16\|14\|19\|20\|8\|14\|7\|24\|16\|2\|25\|13\|7\|15\|
    \|14\|koen\|249\|110\|11\|8\|27\|19\|11\|20\|11\|21\|11\|6\|4\|15\|18\|13\|2\|20\|18\|14\|
    \|15\|Iluvatar\|263\|152\|4\|19\|10\|21\|14\|11\|3\|9\|20\|21\|20\|22\|4\|23\|22\|9\|19\|12\|
    \|16\|Sheila\|267\|97\|25\|20\|7\|30\|25\|7\|21\|26\|9\|19\|15\|6\|10\|4\|18\|13\|10\|2\|
    \|17\|Troldmyr\|272\|151\|9\|23\|9\|6\|18\|13\|5\|13\|25\|20\|8\|24\|15\|19\|2\|19\|21\|23\|
    \|18\|karlhanf ★\|274\|97\|19\|16\|23\|12\|25\|11\|24\|26\|21\|16\|18\|8\|3\|29\|7\|11\|1\|4\|
    \|19\|funtobewith11\|316\|175\|20\|26\|12\|9\|17\|21\|7\|17\|12\|23\|24\|15\|26\|28\|20\|8\|11\|20\|
    \|20\|kfas2\|322\|143\|25\|28\|27\|30\|15\|15\|17\|4\|18\|4\|3\|19\|16\|18\|14\|25\|21\|23\|
    \|48\|maximum rank\|478\|232\|25\|28\|27\|30\|25\|27\|29\|26\|29\|27\|28\|24\|30\|29\|25\|25\|21\|23\|

  • MarleysGhost at 2013-12-14

    Date: December 12, 2013 Expression: silent

    \|_.Rank\|_.Player Name\|_.Sum\|_.Bk9 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 \|
    \|1\|Elisa Kabiljo\|103\|61\|1\|1\|4\|1\|1\|15\|3\|3\|13\|14\|4\|13\|14\|1\|2\|3\|9\|1\|
    \|2\|Pinobambu\|105\|53\|1\|1\|11\|25\|1\|4\|1\|1\|7\|1\|3\|1\|7\|2\|15\|9\|4\|11\|
    \|3\|Goldilocks\|120\|57\|1\|1\|23\|1\|1\|9\|11\|1\|15\|15\|1\|12\|4\|12\|1\|5\|3\|4\|
    \|4\|celticjim\|135\|75\|1\|1\|12\|1\|1\|8\|15\|5\|16\|10\|9\|7\|14\|10\|4\|2\|17\|2\|
    \|5\|slaapgraag\|162\|95\|28\|1\|10\|1\|1\|1\|2\|5\|18\|5\|2\|24\|12\|8\|2\|15\|12\|15\|
    \|6\|Bill LeBoeuf ★\|205\|105\|7\|20\|1\|13\|9\|10\|16\|19\|5\|22\|12\|10\|20\|15\|15\|6\|1\|4\|
    \|7\|dougforte\|208\|107\|12\|23\|5\|9\|8\|18\|5\|10\|11\|6\|5\|25\|10\|13\|17\|12\|6\|13\|
    \|8\|BigChicken ★\|213\|122\|17\|14\|3\|12\|17\|12\|6\|7\|3\|11\|24\|14\|3\|17\|21\|8\|16\|8\|
    \|9\|Finn Th. Nielsen\|218\|101\|10\|21\|12\|19\|19\|2\|11\|21\|2\|17\|9\|5\|1\|18\|6\|21\|11\|13\|
    \|10\|MarleysGhost ★\|232\|106\|11\|16\|7\|20\|15\|22\|7\|27\|1\|11\|14\|9\|16\|5\|5\|13\|22\|11\|
    \|11\|keith630 ★\|233\|108\|21\|15\|18\|6\|18\|25\|9\|4\|9\|19\|7\|8\|21\|15\|9\|3\|10\|16\|
    \|12\|wojtex\|238\|146\|1\|1\|17\|1\|1\|15\|19\|29\|8\|2\|24\|5\|17\|6\|25\|21\|23\|23\|
    \|13\|Guardiana\|246\|117\|9\|27\|2\|16\|14\|19\|20\|8\|14\|7\|24\|16\|2\|25\|13\|7\|15\|8\|
    \|14\|Sheila\|250\|86\|20\|7\|30\|25\|7\|21\|26\|9\|19\|15\|6\|10\|4\|18\|13\|10\|2\|8\|
    \|15\|karlhanf ★\|258\|84\|16\|23\|12\|25\|11\|24\|26\|21\|16\|18\|8\|3\|29\|7\|11\|1\|4\|3\|
    \|16\|koen\|259\|125\|8\|27\|19\|11\|20\|11\|21\|11\|6\|4\|15\|18\|13\|2\|20\|18\|14\|21\|
    \|17\|Iluvatar\|277\|149\|19\|10\|21\|14\|11\|3\|9\|20\|21\|20\|22\|4\|23\|22\|9\|19\|12\|18\|
    \|18\|Troldmyr\|286\|154\|23\|9\|6\|18\|13\|5\|13\|25\|20\|8\|24\|15\|19\|2\|19\|21\|23\|23\|
    \|19\|funtobewith11\|316\|172\|26\|12\|9\|17\|21\|7\|17\|12\|23\|24\|15\|26\|28\|20\|8\|11\|20\|20\|
    \|20\|kfas2\|320\|162\|28\|27\|30\|15\|15\|17\|4\|18\|4\|3\|19\|16\|18\|14\|25\|21\|23\|23\|
    \|47\|maximum rank\|476\|228\|28\|27\|30\|25\|27\|29\|26\|29\|27\|28\|24\|30\|29\|25\|25\|21\|23\|23\|

  • MarleysGhost at 2013-12-16

    Date: December 15, 2013 Expression: words containing the letter C twice

    \|_.Rank\|_.Player Name\|_.Sum\|_.Bk9 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 \|
    \|1\|Elisa Kabiljo\|105\|50\|1\|4\|1\|1\|15\|3\|3\|13\|14\|4\|13\|14\|1\|2\|3\|9\|1\|3\|
    \|2\|Pinobambu\|119\|67\|1\|11\|25\|1\|4\|1\|1\|7\|1\|3\|1\|7\|2\|15\|9\|4\|11\|15\|
    \|3\|Goldilocks\|129\|52\|1\|23\|1\|1\|9\|11\|1\|15\|15\|1\|12\|4\|12\|1\|5\|3\|4\|10\|
    \|4\|celticjim\|142\|73\|1\|12\|1\|1\|8\|15\|5\|16\|10\|9\|7\|14\|10\|4\|2\|17\|2\|8\|
    \|5\|slaapgraag\|154\|110\|1\|10\|1\|1\|1\|2\|5\|18\|5\|2\|24\|12\|8\|2\|15\|12\|15\|20\|
    \|6\|BigChicken ★\|198\|113\|14\|3\|12\|17\|12\|6\|7\|3\|11\|24\|14\|3\|17\|21\|8\|16\|8\|2\|
    \|7\|Bill LeBoeuf ★\|205\|90\|20\|1\|13\|9\|10\|16\|19\|5\|22\|12\|10\|20\|15\|15\|6\|1\|4\|7\|
    \|8\|dougforte\|209\|114\|23\|5\|9\|8\|18\|5\|10\|11\|6\|5\|25\|10\|13\|17\|12\|6\|13\|13\|
    \|9\|keith630 ★\|222\|99\|15\|18\|6\|18\|25\|9\|4\|9\|19\|7\|8\|21\|15\|9\|3\|10\|16\|10\|
    \|10\|MarleysGhost ★\|224\|98\|16\|7\|20\|15\|22\|7\|27\|1\|11\|14\|9\|16\|5\|5\|13\|22\|11\|3\|
    \|11\|Finn Th. Nielsen\|229\|105\|21\|12\|19\|19\|2\|11\|21\|2\|17\|9\|5\|1\|18\|6\|21\|11\|13\|21\|
    \|12\|Sheila\|236\|77\|7\|30\|25\|7\|21\|26\|9\|19\|15\|6\|10\|4\|18\|13\|10\|2\|8\|6\|
    \|13\|Guardiana\|238\|111\|27\|2\|16\|14\|19\|20\|8\|14\|7\|24\|16\|2\|25\|13\|7\|15\|8\|1\|
    \|14\|karlhanf ★\|251\|75\|23\|12\|25\|11\|24\|26\|21\|16\|18\|8\|3\|29\|7\|11\|1\|4\|3\|9\|
    \|15\|wojtex\|262\|169\|1\|17\|1\|1\|15\|19\|29\|8\|2\|24\|5\|17\|6\|25\|21\|23\|23\|25\|
    \|16\|Iluvatar\|272\|143\|10\|21\|14\|11\|3\|9\|20\|21\|20\|22\|4\|23\|22\|9\|19\|12\|18\|14\|
    \|17\|koen\|273\|143\|27\|19\|11\|20\|11\|21\|11\|6\|4\|15\|18\|13\|2\|20\|18\|14\|21\|22\|
    \|18\|Troldmyr\|288\|171\|9\|6\|18\|13\|5\|13\|25\|20\|8\|24\|15\|19\|2\|19\|21\|23\|23\|25\|
    \|19\|funtobewith11\|314\|172\|12\|9\|17\|21\|7\|17\|12\|23\|24\|15\|26\|28\|20\|8\|11\|20\|20\|24\|
    \|20\|kfas2\|317\|184\|27\|30\|15\|15\|17\|4\|18\|4\|3\|19\|16\|18\|14\|25\|21\|23\|23\|25\|
    \|49\|maximum rank\|473\|225\|27\|30\|25\|27\|29\|26\|29\|27\|28\|24\|30\|29\|25\|25\|21\|23\|23\|25\|

  • MarleysGhost at 2013-12-19

    Date: December 18, 2013 Expression: ireland

    \|_.Rank\|_.Player Name\|_.Sum\|_.Bk9 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 \|
    \|1\|Elisa Kabiljo\|106\|48\|4\|1\|1\|15\|3\|3\|13\|14\|4\|13\|14\|1\|2\|3\|9\|1\|3\|2\|
    \|2\|Pinobambu\|119\|65\|11\|25\|1\|4\|1\|1\|7\|1\|3\|1\|7\|2\|15\|9\|4\|11\|15\|1\|
    \|3\|Goldilocks\|135\|58\|23\|1\|1\|9\|11\|1\|15\|15\|1\|12\|4\|12\|1\|5\|3\|4\|10\|7\|
    \|4\|celticjim\|143\|66\|12\|1\|1\|8\|15\|5\|16\|10\|9\|7\|14\|10\|4\|2\|17\|2\|8\|2\|
    \|5\|slaapgraag\|155\|110\|10\|1\|1\|1\|2\|5\|18\|5\|2\|24\|12\|8\|2\|15\|12\|15\|20\|2\|
    \|6\|Bill LeBoeuf ★\|192\|85\|1\|13\|9\|10\|16\|19\|5\|22\|12\|10\|20\|15\|15\|6\|1\|4\|7\|7\|
    \|7\|dougforte\|199\|122\|5\|9\|8\|18\|5\|10\|11\|6\|5\|25\|10\|13\|17\|12\|6\|13\|13\|13\|
    \|8\|BigChicken ★\|204\|109\|3\|12\|17\|12\|6\|7\|3\|11\|24\|14\|3\|17\|21\|8\|16\|8\|2\|20\|
    \|9\|MarleysGhost ★\|218\|94\|7\|20\|15\|22\|7\|27\|1\|11\|14\|9\|16\|5\|5\|13\|22\|11\|3\|10\|
    \|10\|keith630 ★\|218\|103\|18\|6\|18\|25\|9\|4\|9\|19\|7\|8\|21\|15\|9\|3\|10\|16\|10\|11\|
    \|11\|Finn Th. Nielsen\|222\|110\|12\|19\|19\|2\|11\|21\|2\|17\|9\|5\|1\|18\|6\|21\|11\|13\|21\|14\|
    \|12\|Guardiana\|227\|103\|2\|16\|14\|19\|20\|8\|14\|7\|24\|16\|2\|25\|13\|7\|15\|8\|1\|16\|
    \|13\|karlhanf ★\|233\|72\|12\|25\|11\|24\|26\|21\|16\|18\|8\|3\|29\|7\|11\|1\|4\|3\|9\|5\|
    \|14\|Sheila\|240\|82\|30\|25\|7\|21\|26\|9\|19\|15\|6\|10\|4\|18\|13\|10\|2\|8\|6\|11\|
    \|15\|koen\|261\|143\|19\|11\|20\|11\|21\|11\|6\|4\|15\|18\|13\|2\|20\|18\|14\|21\|22\|15\|
    \|16\|Iluvatar\|271\|130\|21\|14\|11\|3\|9\|20\|21\|20\|22\|4\|23\|22\|9\|19\|12\|18\|14\|9\|
    \|17\|wojtex\|283\|167\|17\|1\|1\|15\|19\|29\|8\|2\|24\|5\|17\|6\|25\|21\|23\|23\|25\|22\|
    \|18\|Troldmyr\|296\|164\|6\|18\|13\|5\|13\|25\|20\|8\|24\|15\|19\|2\|19\|21\|23\|23\|25\|17\|
    \|19\|kfas2\|312\|187\|30\|15\|15\|17\|4\|18\|4\|3\|19\|16\|18\|14\|25\|21\|23\|23\|25\|22\|
    \|20\|funtobewith11\|321\|176\|9\|17\|21\|7\|17\|12\|23\|24\|15\|26\|28\|20\|8\|11\|20\|20\|24\|19\|
    \|46\|maximum rank\|468\|223\|30\|25\|27\|29\|26\|29\|27\|28\|24\|30\|29\|25\|25\|21\|23\|23\|25\|22\|

  • MarleysGhost at 2013-12-22

    Date: December 21, 2013 Expression: merlin

    \|_.Rank\|_.Player Name\|_.Sum\|_.Bk9 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 \|
    \|1\|Elisa Kabiljo\|106\|39\|1\|1\|15\|3\|3\|13\|14\|4\|13\|14\|1\|2\|3\|9\|1\|3\|2\|4\|
    \|2\|Pinobambu\|113\|69\|25\|1\|4\|1\|1\|7\|1\|3\|1\|7\|2\|15\|9\|4\|11\|15\|1\|5\|
    \|3\|Goldilocks\|122\|56\|1\|1\|9\|11\|1\|15\|15\|1\|12\|4\|12\|1\|5\|3\|4\|10\|7\|10\|
    \|4\|slaapgraag\|148\|89\|1\|1\|1\|2\|5\|18\|5\|2\|24\|12\|8\|2\|15\|12\|15\|20\|2\|3\|
    \|5\|celticjim\|149\|77\|1\|1\|8\|15\|5\|16\|10\|9\|7\|14\|10\|4\|2\|17\|2\|8\|2\|18\|
    \|6\|Bill LeBoeuf ★\|192\|76\|13\|9\|10\|16\|19\|5\|22\|12\|10\|20\|15\|15\|6\|1\|4\|7\|7\|1\|
    \|7\|dougforte\|196\|99\|9\|8\|18\|5\|10\|11\|6\|5\|25\|10\|13\|17\|12\|6\|13\|13\|13\|2\|
    \|8\|BigChicken ★\|211\|105\|12\|17\|12\|6\|7\|3\|11\|24\|14\|3\|17\|21\|8\|16\|8\|2\|20\|10\|
    \|9\|keith630 ★\|214\|109\|6\|18\|25\|9\|4\|9\|19\|7\|8\|21\|15\|9\|3\|10\|16\|10\|11\|14\|
    \|10\|Sheila\|216\|78\|25\|7\|21\|26\|9\|19\|15\|6\|10\|4\|18\|13\|10\|2\|8\|6\|11\|6\|
    \|11\|Finn Th. Nielsen\|224\|119\|19\|19\|2\|11\|21\|2\|17\|9\|5\|1\|18\|6\|21\|11\|13\|21\|14\|14\|
    \|12\|karlhanf ★\|229\|77\|25\|11\|24\|26\|21\|16\|18\|8\|3\|29\|7\|11\|1\|4\|3\|9\|5\|8\|
    \|13\|Guardiana\|231\|93\|16\|14\|19\|20\|8\|14\|7\|24\|16\|2\|25\|13\|7\|15\|8\|1\|16\|6\|
    \|14\|MarleysGhost ★\|233\|107\|20\|15\|22\|7\|27\|1\|11\|14\|9\|16\|5\|5\|13\|22\|11\|3\|10\|22\|
    \|15\|koen\|263\|146\|11\|20\|11\|21\|11\|6\|4\|15\|18\|13\|2\|20\|18\|14\|21\|22\|15\|21\|
    \|16\|Iluvatar\|269\|145\|14\|11\|3\|9\|20\|21\|20\|22\|4\|23\|22\|9\|19\|12\|18\|14\|9\|19\|
    \|17\|wojtex\|292\|188\|1\|1\|15\|19\|29\|8\|2\|24\|5\|17\|6\|25\|21\|23\|23\|25\|22\|26\|
    \|18\|Troldmyr\|302\|161\|18\|13\|5\|13\|25\|20\|8\|24\|15\|19\|2\|19\|21\|23\|23\|25\|17\|12\|
    \|19\|kfas2\|308\|197\|15\|15\|17\|4\|18\|4\|3\|19\|16\|18\|14\|25\|21\|23\|23\|25\|22\|26\|
    \|20\|funtobewith11\|328\|166\|17\|21\|7\|17\|12\|23\|24\|15\|26\|28\|20\|8\|11\|20\|20\|24\|19\|16\|
    \|47\|maximum rank\|464\|219\|25\|27\|29\|26\|29\|27\|28\|24\|30\|29\|25\|25\|21\|23\|23\|25\|22\|26\|

  • MarleysGhost at 2013-12-25

    Date: December 24, 2013 Expression: words ending with the letter 'A'

    \|_.Rank\|_.Player Name\|_.Sum\|_.Bk9 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 \|
    \|1\|Pinobambu\|101\|75\|1\|4\|1\|1\|7\|1\|3\|1\|7\|2\|15\|9\|4\|11\|15\|1\|5\|13\|
    \|2\|Elisa Kabiljo\|112\|32\|1\|15\|3\|3\|13\|14\|4\|13\|14\|1\|2\|3\|9\|1\|3\|2\|4\|7\|
    \|3\|Goldilocks\|123\|54\|1\|9\|11\|1\|15\|15\|1\|12\|4\|12\|1\|5\|3\|4\|10\|7\|10\|2\|
    \|4\|celticjim\|153\|68\|1\|8\|15\|5\|16\|10\|9\|7\|14\|10\|4\|2\|17\|2\|8\|2\|18\|5\|
    \|5\|slaapgraag\|160\|90\|1\|1\|2\|5\|18\|5\|2\|24\|12\|8\|2\|15\|12\|15\|20\|2\|3\|13\|
    \|6\|Bill LeBoeuf ★\|182\|59\|9\|10\|16\|19\|5\|22\|12\|10\|20\|15\|15\|6\|1\|4\|7\|7\|1\|3\|
    \|7\|dougforte\|199\|101\|8\|18\|5\|10\|11\|6\|5\|25\|10\|13\|17\|12\|6\|13\|13\|13\|2\|12\|
    \|8\|karlhanf ★\|205\|49\|11\|24\|26\|21\|16\|18\|8\|3\|29\|7\|11\|1\|4\|3\|9\|5\|8\|1\|
    \|9\|Sheila\|208\|91\|7\|21\|26\|9\|19\|15\|6\|10\|4\|18\|13\|10\|2\|8\|6\|11\|6\|17\|
    \|10\|BigChicken ★\|208\|111\|17\|12\|6\|7\|3\|11\|24\|14\|3\|17\|21\|8\|16\|8\|2\|20\|10\|9\|
    \|11\|keith630 ★\|216\|96\|18\|25\|9\|4\|9\|19\|7\|8\|21\|15\|9\|3\|10\|16\|10\|11\|14\|8\|
    \|12\|MarleysGhost ★\|217\|95\|15\|22\|7\|27\|1\|11\|14\|9\|16\|5\|5\|13\|22\|11\|3\|10\|22\|4\|
    \|13\|Finn Th. Nielsen\|223\|136\|19\|2\|11\|21\|2\|17\|9\|5\|1\|18\|6\|21\|11\|13\|21\|14\|14\|18\|
    \|14\|Guardiana\|239\|115\|14\|19\|20\|8\|14\|7\|24\|16\|2\|25\|13\|7\|15\|8\|1\|16\|6\|24\|
    \|15\|koen\|275\|156\|20\|11\|21\|11\|6\|4\|15\|18\|13\|2\|20\|18\|14\|21\|22\|15\|21\|23\|
    \|16\|Iluvatar\|276\|143\|11\|3\|9\|20\|21\|20\|22\|4\|23\|22\|9\|19\|12\|18\|14\|9\|19\|21\|
    \|17\|Troldmyr\|299\|157\|13\|5\|13\|25\|20\|8\|24\|15\|19\|2\|19\|21\|23\|23\|25\|17\|12\|15\|
    \|18\|wojtex\|315\|195\|1\|15\|19\|29\|8\|2\|24\|5\|17\|6\|25\|21\|23\|23\|25\|22\|26\|24\|
    \|19\|kfas2\|317\|203\|15\|17\|4\|18\|4\|3\|19\|16\|18\|14\|25\|21\|23\|23\|25\|22\|26\|24\|
    \|20\|funtobewith11\|322\|149\|21\|7\|17\|12\|23\|24\|15\|26\|28\|20\|8\|11\|20\|20\|24\|19\|16\|11\|
    \|47\|maximum rank\|463\|214\|27\|29\|26\|29\|27\|28\|24\|30\|29\|25\|25\|21\|23\|23\|25\|22\|26\|24\|

  • MarleysGhost at 2013-12-31

    Date: December 30, 2013 Expression: snail

    \|_.Rank\|_.Player Name\|_.Sum\|_.Bk9 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 \|
    \|1\|Elisa Kabiljo\|102\|35\|3\|3\|13\|14\|4\|13\|14\|1\|2\|3\|9\|1\|3\|2\|4\|7\|5\|1\|
    \|2\|Pinobambu\|103\|65\|1\|1\|7\|1\|3\|1\|7\|2\|15\|9\|4\|11\|15\|1\|5\|13\|4\|3\|
    \|3\|Goldilocks\|119\|47\|11\|1\|15\|15\|1\|12\|4\|12\|1\|5\|3\|4\|10\|7\|10\|2\|2\|4\|
    \|4\|celticjim\|157\|67\|15\|5\|16\|10\|9\|7\|14\|10\|4\|2\|17\|2\|8\|2\|18\|5\|12\|1\|
    \|5\|slaapgraag\|171\|93\|2\|5\|18\|5\|2\|24\|12\|8\|2\|15\|12\|15\|20\|2\|3\|13\|7\|6\|
    \|6\|karlhanf ★\|184\|45\|26\|21\|16\|18\|8\|3\|29\|7\|11\|1\|4\|3\|9\|5\|8\|1\|9\|5\|
    \|7\|Bill LeBoeuf ★\|185\|51\|16\|19\|5\|22\|12\|10\|20\|15\|15\|6\|1\|4\|7\|7\|1\|3\|7\|15\|
    \|8\|dougforte\|187\|85\|5\|10\|11\|6\|5\|25\|10\|13\|17\|12\|6\|13\|13\|13\|2\|12\|5\|9\|
    \|9\|keith630 ★\|192\|91\|9\|4\|9\|19\|7\|8\|21\|15\|9\|3\|10\|16\|10\|11\|14\|8\|9\|10\|
    \|10\|MarleysGhost ★\|194\|99\|7\|27\|1\|11\|14\|9\|16\|5\|5\|13\|22\|11\|3\|10\|22\|4\|1\|13\|
    \|11\|BigChicken ★\|216\|110\|6\|7\|3\|11\|24\|14\|3\|17\|21\|8\|16\|8\|2\|20\|10\|9\|18\|19\|
    \|12\|Sheila\|219\|99\|26\|9\|19\|15\|6\|10\|4\|18\|13\|10\|2\|8\|6\|11\|6\|17\|13\|26\|
    \|13\|Finn Th. Nielsen\|227\|137\|11\|21\|2\|17\|9\|5\|1\|18\|6\|21\|11\|13\|21\|14\|14\|18\|19\|6\|
    \|14\|Guardiana\|248\|119\|20\|8\|14\|7\|24\|16\|2\|25\|13\|7\|15\|8\|1\|16\|6\|24\|20\|22\|
    \|15\|koen\|278\|168\|21\|11\|6\|4\|15\|18\|13\|2\|20\|18\|14\|21\|22\|15\|21\|23\|17\|17\|
    \|16\|Iluvatar\|302\|152\|9\|20\|21\|20\|22\|4\|23\|22\|9\|19\|12\|18\|14\|9\|19\|21\|22\|18\|
    \|17\|Troldmyr\|307\|162\|13\|25\|20\|8\|24\|15\|19\|2\|19\|21\|23\|23\|25\|17\|12\|15\|14\|12\|
    \|18\|CleverHunk\|324\|153\|26\|16\|21\|23\|19\|21\|27\|11\|7\|21\|21\|7\|19\|21\|20\|18\|15\|11\|
    \|19\|funtobewith11\|337\|164\|17\|12\|23\|24\|15\|26\|28\|20\|8\|11\|20\|20\|24\|19\|16\|11\|22\|21\|
    \|20\|kfas2\|337\|216\|4\|18\|4\|3\|19\|16\|18\|14\|25\|21\|23\|23\|25\|22\|26\|24\|26\|26\|
    \|47\|maximum rank\|459\|216\|26\|29\|27\|28\|24\|30\|29\|25\|25\|21\|23\|23\|25\|22\|26\|24\|26\|26\|

  • slaapgraag at 2014-01-07

    used to be my favourite thread….

  • MarleysGhost at 2014-01-07

    I know what you mean, slaapgraag.

    Date: January 5, 2014 Expression: In which country would you like to live?

    \|_.Rank\|_.Player Name\|_.Sum\|_.Bk9 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 \|
    \|1\|Elisa Kabiljo\|106\|33\|13\|14\|4\|13\|14\|1\|2\|3\|9\|1\|3\|2\|4\|7\|5\|1\|2\|8\|
    \|2\|Goldilocks\|110\|42\|15\|15\|1\|12\|4\|12\|1\|5\|3\|4\|10\|7\|10\|2\|2\|4\|2\|1\|
    \|3\|Pinobambu\|114\|65\|7\|1\|3\|1\|7\|2\|15\|9\|4\|11\|15\|1\|5\|13\|4\|3\|10\|3\|
    \|4\|celticjim\|151\|62\|16\|10\|9\|7\|14\|10\|4\|2\|17\|2\|8\|2\|18\|5\|12\|1\|11\|3\|
    \|5\|Bill LeBoeuf ★\|154\|48\|5\|22\|12\|10\|20\|15\|15\|6\|1\|4\|7\|7\|1\|3\|7\|15\|1\|3\|
    \|6\|karlhanf ★\|158\|61\|16\|18\|8\|3\|29\|7\|11\|1\|4\|3\|9\|5\|8\|1\|9\|5\|14\|7\|
    \|7\|MarleysGhost ★\|183\|87\|1\|11\|14\|9\|16\|5\|5\|13\|22\|11\|3\|10\|22\|4\|1\|13\|2\|21\|
    \|8\|dougforte\|196\|91\|11\|6\|5\|25\|10\|13\|17\|12\|6\|13\|13\|13\|2\|12\|5\|9\|15\|9\|
    \|9\|slaapgraag\|198\|100\|18\|5\|2\|24\|12\|8\|2\|15\|12\|15\|20\|2\|3\|13\|7\|6\|24\|10\|
    \|10\|keith630 ★\|200\|99\|9\|19\|7\|8\|21\|15\|9\|3\|10\|16\|10\|11\|14\|8\|9\|10\|2\|19\|
    \|11\|Finn Th. Nielsen\|203\|113\|2\|17\|9\|5\|1\|18\|6\|21\|11\|13\|21\|14\|14\|18\|19\|6\|2\|6\|
    \|12\|Sheila\|215\|118\|19\|15\|6\|10\|4\|18\|13\|10\|2\|8\|6\|11\|6\|17\|13\|26\|8\|23\|
    \|13\|Guardiana\|239\|116\|14\|7\|24\|16\|2\|25\|13\|7\|15\|8\|1\|16\|6\|24\|20\|22\|17\|2\|
    \|14\|BigChicken ★\|240\|123\|3\|11\|24\|14\|3\|17\|21\|8\|16\|8\|2\|20\|10\|9\|18\|19\|25\|12\|
    \|15\|koen\|289\|179\|6\|4\|15\|18\|13\|2\|20\|18\|14\|21\|22\|15\|21\|23\|17\|17\|22\|21\|
    \|16\|Iluvatar\|300\|148\|21\|20\|22\|4\|23\|22\|9\|19\|12\|18\|14\|9\|19\|21\|22\|18\|2\|25\|
    \|17\|Troldmyr\|300\|149\|20\|8\|24\|15\|19\|2\|19\|21\|23\|23\|25\|17\|12\|15\|14\|12\|20\|11\|
    \|18\|CleverHunk\|324\|153\|21\|23\|19\|21\|27\|11\|7\|21\|21\|7\|19\|21\|20\|18\|15\|11\|16\|26\|
    \|19\|wojtex\|338\|207\|8\|2\|24\|5\|17\|6\|25\|21\|23\|23\|25\|22\|26\|24\|26\|26\|8\|27\|
    \|43\|maximum rank\|457\|225\|27\|28\|24\|30\|29\|25\|25\|21\|23\|23\|25\|22\|26\|24\|26\|26\|26\|27\|

  • MarleysGhost at 2014-01-12

    Date: January 11, 2014 Expression: virtues

    \|_.Rank\|_.Player Name\|_.Sum\|_.Bk9 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 \|
    \|1\|Elisa Kabiljo\|88\|38\|4\|13\|14\|1\|2\|3\|9\|1\|3\|2\|4\|7\|5\|1\|2\|8\|8\|1\|
    \|2\|Goldilocks\|97\|45\|1\|12\|4\|12\|1\|5\|3\|4\|10\|7\|10\|2\|2\|4\|2\|1\|2\|15\|
    \|3\|Pinobambu\|126\|59\|3\|1\|7\|2\|15\|9\|4\|11\|15\|1\|5\|13\|4\|3\|10\|3\|8\|12\|
    \|4\|karlhanf ★\|132\|57\|8\|3\|29\|7\|11\|1\|4\|3\|9\|5\|8\|1\|9\|5\|14\|7\|5\|3\|
    \|5\|Bill LeBoeuf ★\|137\|47\|12\|10\|20\|15\|15\|6\|1\|4\|7\|7\|1\|3\|7\|15\|1\|3\|7\|3\|
    \|6\|celticjim\|155\|82\|9\|7\|14\|10\|4\|2\|17\|2\|8\|2\|18\|5\|12\|1\|11\|3\|19\|11\|
    \|7\|dougforte\|188\|74\|5\|25\|10\|13\|17\|12\|6\|13\|13\|13\|2\|12\|5\|9\|15\|9\|1\|8\|
    \|8\|keith630 ★\|188\|89\|7\|8\|21\|15\|9\|3\|10\|16\|10\|11\|14\|8\|9\|10\|2\|19\|4\|12\|
    \|9\|slaapgraag\|196\|86\|2\|24\|12\|8\|2\|15\|12\|15\|20\|2\|3\|13\|7\|6\|24\|10\|16\|5\|
    \|10\|MarleysGhost ★\|202\|104\|14\|9\|16\|5\|5\|13\|22\|11\|3\|10\|22\|4\|1\|13\|2\|21\|25\|6\|
    \|11\|Finn Th. Nielsen\|206\|101\|9\|5\|1\|18\|6\|21\|11\|13\|21\|14\|14\|18\|19\|6\|2\|6\|15\|7\|
    \|12\|Sheila\|207\|130\|6\|10\|4\|18\|13\|10\|2\|8\|6\|11\|6\|17\|13\|26\|8\|23\|17\|9\|
    \|13\|Guardiana\|247\|136\|24\|16\|2\|25\|13\|7\|15\|8\|1\|16\|6\|24\|20\|22\|17\|2\|11\|18\|
    \|14\|BigChicken ★\|258\|145\|24\|14\|3\|17\|21\|8\|16\|8\|2\|20\|10\|9\|18\|19\|25\|12\|18\|14\|
    \|15\|Iluvatar\|285\|142\|22\|4\|23\|22\|9\|19\|12\|18\|14\|9\|19\|21\|22\|18\|2\|25\|6\|20\|
    \|16\|Troldmyr\|296\|125\|24\|15\|19\|2\|19\|21\|23\|23\|25\|17\|12\|15\|14\|12\|20\|11\|8\|16\|
    \|17\|CleverHunk\|305\|152\|19\|21\|27\|11\|7\|21\|21\|7\|19\|21\|20\|18\|15\|11\|16\|26\|2\|23\|
    \|18\|koen\|310\|167\|15\|18\|13\|2\|20\|18\|14\|21\|22\|15\|21\|23\|17\|17\|22\|21\|12\|19\|
    \|19\|funtobewith11\|329\|157\|15\|26\|28\|20\|8\|11\|20\|20\|24\|19\|16\|11\|22\|21\|21\|15\|22\|10\|
    \|20\|kingofthebesI\|340\|150\|24\|30\|29\|25\|12\|21\|7\|17\|25\|22\|26\|9\|11\|6\|11\|17\|25\|23\|
    \|45\|maximum rank\|450\|225\|24\|30\|29\|25\|25\|21\|23\|23\|25\|22\|26\|24\|26\|26\|26\|27\|25\|23\|

  • MarleysGhost at 2014-01-20

    Date: January 17, 2014 Expression: week

    \|_.Rank\|_.Player Name\|_.Sum\|_.Bk9 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 \|
    \|1\|Elisa Kabiljo\|87\|48\|14\|1\|2\|3\|9\|1\|3\|2\|4\|7\|5\|1\|2\|8\|8\|1\|3\|13\|
    \|2\|Goldilocks\|112\|56\|4\|12\|1\|5\|3\|4\|10\|7\|10\|2\|2\|4\|2\|1\|2\|15\|7\|21\|
    \|3\|Pinobambu\|124\|55\|7\|2\|15\|9\|4\|11\|15\|1\|5\|13\|4\|3\|10\|3\|8\|12\|1\|1\|
    \|4\|karlhanf ★\|130\|53\|29\|7\|11\|1\|4\|3\|9\|5\|8\|1\|9\|5\|14\|7\|5\|3\|2\|7\|
    \|5\|Bill LeBoeuf ★\|146\|70\|20\|15\|15\|6\|1\|4\|7\|7\|1\|3\|7\|15\|1\|3\|7\|3\|7\|24\|
    \|6\|dougforte\|169\|70\|10\|13\|17\|12\|6\|13\|13\|13\|2\|12\|5\|9\|15\|9\|1\|8\|10\|1\|
    \|7\|celticjim\|187\|110\|14\|10\|4\|2\|17\|2\|8\|2\|18\|5\|12\|1\|11\|3\|19\|11\|21\|27\|
    \|8\|keith630 ★\|188\|79\|21\|15\|9\|3\|10\|16\|10\|11\|14\|8\|9\|10\|2\|19\|4\|12\|14\|1\|
    \|9\|Sheila\|204\|126\|4\|18\|13\|10\|2\|8\|6\|11\|6\|17\|13\|26\|8\|23\|17\|9\|12\|1\|
    \|10\|slaapgraag\|210\|121\|12\|8\|2\|15\|12\|15\|20\|2\|3\|13\|7\|6\|24\|10\|16\|5\|19\|21\|
    \|11\|MarleysGhost ★\|213\|106\|16\|5\|5\|13\|22\|11\|3\|10\|22\|4\|1\|13\|2\|21\|25\|6\|11\|23\|
    \|12\|Finn Th. Nielsen\|215\|96\|1\|18\|6\|21\|11\|13\|21\|14\|14\|18\|19\|6\|2\|6\|15\|7\|5\|18\|
    \|13\|Guardiana\|237\|144\|2\|25\|13\|7\|15\|8\|1\|16\|6\|24\|20\|22\|17\|2\|11\|18\|13\|17\|
    \|14\|BigChicken ★\|249\|144\|3\|17\|21\|8\|16\|8\|2\|20\|10\|9\|18\|19\|25\|12\|18\|14\|20\|9\|
    \|15\|Troldmyr\|275\|114\|19\|2\|19\|21\|23\|23\|25\|17\|12\|15\|14\|12\|20\|11\|8\|16\|3\|15\|
    \|16\|Iluvatar\|290\|145\|23\|22\|9\|19\|12\|18\|14\|9\|19\|21\|22\|18\|2\|25\|6\|20\|5\|26\|
    \|17\|CleverHunk steven cullum\|309\|155\|27\|11\|7\|21\|21\|7\|19\|21\|20\|18\|15\|11\|16\|26\|2\|23\|16\|28\|
    \|18\|koen\|315\|169\|13\|2\|20\|18\|14\|21\|22\|15\|21\|23\|17\|17\|22\|21\|12\|19\|26\|12\|
    \|19\|saimon\|317\|105\|29\|25\|25\|21\|23\|23\|18\|22\|26\|6\|3\|16\|18\|18\|13\|2\|22\|7\|
    \|20\|FatPhil\|319\|176\|8\|22\|25\|14\|7\|18\|5\|18\|26\|24\|26\|26\|26\|27\|14\|23\|9\|1\|
    \|21\|funtobewith11\|321\|155\|28\|20\|8\|11\|20\|20\|24\|19\|16\|11\|22\|21\|21\|15\|22\|10\|23\|10\|
    \|22\|thomsen nielsen\|327\|168\|29\|25\|25\|21\|17\|4\|17\|5\|16\|15\|24\|23\|19\|14\|25\|16\|17\|15\|
    \|45\|maximum rank\|453\|234\|29\|25\|25\|21\|23\|23\|25\|22\|26\|24\|26\|26\|26\|27\|25\|23\|28\|29\|

  • MarleysGhost at 2014-01-23

    Date: January 23, 2014 Expression: words with 'ff' in the middle

    \|_.Rank\|_.Player Name\|_.Sum\|_.Bk9 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 \|
    \|1\|Elisa Kabiljo\|91\|55\|2\|3\|9\|1\|3\|2\|4\|7\|5\|1\|2\|8\|8\|1\|3\|13\|11\|8\|
    \|2\|karlhanf ★\|114\|63\|11\|1\|4\|3\|9\|5\|8\|1\|9\|5\|14\|7\|5\|3\|2\|7\|11\|9\|
    \|3\|Goldilocks\|116\|72\|1\|5\|3\|4\|10\|7\|10\|2\|2\|4\|2\|1\|2\|15\|7\|21\|8\|12\|
    \|4\|Bill LeBoeuf ★\|124\|73\|15\|6\|1\|4\|7\|7\|1\|3\|7\|15\|1\|3\|7\|3\|7\|24\|6\|7\|
    \|5\|Pinobambu\|128\|51\|15\|9\|4\|11\|15\|1\|5\|13\|4\|3\|10\|3\|8\|12\|1\|1\|3\|10\|
    \|6\|dougforte\|175\|82\|17\|12\|6\|13\|13\|13\|2\|12\|5\|9\|15\|9\|1\|8\|10\|1\|7\|22\|
    \|7\|keith630 ★\|178\|88\|9\|3\|10\|16\|10\|11\|14\|8\|9\|10\|2\|19\|4\|12\|14\|1\|15\|11\|
    \|8\|Finn Th. Nielsen\|202\|65\|6\|21\|11\|13\|21\|14\|14\|18\|19\|6\|2\|6\|15\|7\|5\|18\|2\|4\|
    \|9\|Sheila\|212\|126\|13\|10\|2\|8\|6\|11\|6\|17\|13\|26\|8\|23\|17\|9\|12\|1\|13\|17\|
    \|10\|celticjim\|215\|145\|4\|2\|17\|2\|8\|2\|18\|5\|12\|1\|11\|3\|19\|11\|21\|27\|25\|27\|
    \|11\|MarleysGhost ★\|218\|127\|5\|13\|22\|11\|3\|10\|22\|4\|1\|13\|2\|21\|25\|6\|11\|23\|5\|21\|
    \|12\|slaapgraag\|219\|130\|2\|15\|12\|15\|20\|2\|3\|13\|7\|6\|24\|10\|16\|5\|19\|21\|14\|15\|
    \|13\|Guardiana\|233\|123\|13\|7\|15\|8\|1\|16\|6\|24\|20\|22\|17\|2\|11\|18\|13\|17\|22\|1\|
    \|14\|BigChicken ★\|240\|128\|21\|8\|16\|8\|2\|20\|10\|9\|18\|19\|25\|12\|18\|14\|20\|9\|9\|2\|
    \|15\|Iluvatar\|266\|123\|9\|19\|12\|18\|14\|9\|19\|21\|22\|18\|2\|25\|6\|20\|5\|26\|1\|20\|
    \|16\|Troldmyr\|283\|114\|19\|21\|23\|23\|25\|17\|12\|15\|14\|12\|20\|11\|8\|16\|3\|15\|23\|6\|
    \|17\|thomsen nielsen\|297\|153\|25\|21\|17\|4\|17\|5\|16\|15\|24\|23\|19\|14\|25\|16\|17\|15\|21\|3\|
    \|18\|funtobewith11\|301\|150\|8\|11\|20\|20\|24\|19\|16\|11\|22\|21\|21\|15\|22\|10\|23\|10\|16\|12\|
    \|19\|saimon\|310\|143\|25\|21\|23\|23\|18\|22\|26\|6\|3\|16\|18\|18\|13\|2\|22\|7\|20\|27\|
    \|20\|FatPhil\|313\|150\|25\|14\|7\|18\|5\|18\|26\|24\|26\|26\|26\|27\|14\|23\|9\|1\|19\|5\|
    \|21\|CleverHunk steven cullum\|314\|165\|7\|21\|21\|7\|19\|21\|20\|18\|15\|11\|16\|26\|2\|23\|16\|28\|25\|18\|
    \|22\|koen\|332\|161\|20\|18\|14\|21\|22\|15\|21\|23\|17\|17\|22\|21\|12\|19\|26\|12\|16\|16\|
    \|44\|maximum rank\|451\|236\|25\|21\|23\|23\|25\|22\|26\|24\|26\|26\|26\|27\|25\|23\|28\|29\|25\|27\|

  • MarleysGhost at 2014-01-30

    Date: January 29, 2014 Expression: brain

    \|_.Rank\|_.Player Name\|_.Sum\|_.Bk9 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 \|
    \|1\|Elisa Kabiljo\|100\|66\|9\|1\|3\|2\|4\|7\|5\|1\|2\|8\|8\|1\|3\|13\|11\|8\|13\|1\|
    \|2\|Pinobambu\|111\|45\|4\|11\|15\|1\|5\|13\|4\|3\|10\|3\|8\|12\|1\|1\|3\|10\|3\|4\|
    \|3\|karlhanf ★\|115\|57\|4\|3\|9\|5\|8\|1\|9\|5\|14\|7\|5\|3\|2\|7\|11\|9\|4\|9\|
    \|4\|Goldilocks\|117\|73\|3\|4\|10\|7\|10\|2\|2\|4\|2\|1\|2\|15\|7\|21\|8\|12\|6\|1\|
    \|5\|Bill LeBoeuf ★\|125\|79\|1\|4\|7\|7\|1\|3\|7\|15\|1\|3\|7\|3\|7\|24\|6\|7\|6\|16\|
    \|6\|dougforte\|175\|87\|6\|13\|13\|13\|2\|12\|5\|9\|15\|9\|1\|8\|10\|1\|7\|22\|12\|17\|
    \|7\|Finn Th. Nielsen\|188\|70\|11\|13\|21\|14\|14\|18\|19\|6\|2\|6\|15\|7\|5\|18\|2\|4\|8\|5\|
    \|8\|keith630 ★\|193\|103\|10\|16\|10\|11\|14\|8\|9\|10\|2\|19\|4\|12\|14\|1\|15\|11\|17\|10\|
    \|9\|Sheila\|201\|104\|2\|8\|6\|11\|6\|17\|13\|26\|8\|23\|17\|9\|12\|1\|13\|17\|4\|8\|
    \|10\|slaapgraag\|204\|102\|12\|15\|20\|2\|3\|13\|7\|6\|24\|10\|16\|5\|19\|21\|14\|15\|1\|1\|
    \|11\|MarleysGhost ★\|220\|132\|22\|11\|3\|10\|22\|4\|1\|13\|2\|21\|25\|6\|11\|23\|5\|21\|14\|6\|
    \|12\|Guardiana\|238\|109\|15\|8\|1\|16\|6\|24\|20\|22\|17\|2\|11\|18\|13\|17\|22\|1\|11\|14\|
    \|13\|BigChicken ★\|247\|120\|16\|8\|2\|20\|10\|9\|18\|19\|25\|12\|18\|14\|20\|9\|9\|2\|18\|18\|
    \|14\|Troldmyr\|258\|97\|23\|23\|25\|17\|12\|15\|14\|12\|20\|11\|8\|16\|3\|15\|23\|6\|2\|13\|
    \|15\|celticjim\|263\|187\|17\|2\|8\|2\|18\|5\|12\|1\|11\|3\|19\|11\|21\|27\|25\|27\|28\|26\|
    \|16\|Iluvatar\|267\|132\|12\|18\|14\|9\|19\|21\|22\|18\|2\|25\|6\|20\|5\|26\|1\|20\|22\|7\|
    \|17\|thomsen nielsen\|281\|141\|17\|4\|17\|5\|16\|15\|24\|23\|19\|14\|25\|16\|17\|15\|21\|3\|9\|21\|
    \|18\|saimon\|304\|149\|23\|23\|18\|22\|26\|6\|3\|16\|18\|18\|13\|2\|22\|7\|20\|27\|28\|12\|
    \|19\|CleverHunk steven cullum\|321\|173\|21\|7\|19\|21\|20\|18\|15\|11\|16\|26\|2\|23\|16\|28\|25\|18\|14\|21\|
    \|20\|FatPhil\|322\|146\|7\|18\|5\|18\|26\|24\|26\|26\|26\|27\|14\|23\|9\|1\|19\|5\|28\|20\|
    \|21\|funtobewith11\|326\|152\|20\|20\|24\|19\|16\|11\|22\|21\|21\|15\|22\|10\|23\|10\|16\|12\|25\|19\|
    \|22\|koen\|336\|164\|14\|21\|22\|15\|21\|23\|17\|17\|22\|21\|12\|19\|26\|12\|16\|16\|19\|23\|
    \|44\|maximum rank\|459\|238\|23\|23\|25\|22\|26\|24\|26\|26\|26\|27\|25\|23\|28\|29\|25\|27\|28\|26\|

  • slaapgraag at 2014-02-04

    found the way up!

  • MarleysGhost at 2014-02-04

    Date: February 4, 2014 Expression: metal

    \|_.Rank\|_.Player Name\|_.Sum\|_.Bk9 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 \|
    \|1\|Elisa Kabiljo\|92\|52\|3\|2\|4\|7\|5\|1\|2\|8\|8\|1\|3\|13\|11\|8\|13\|1\|1\|1\|
    \|2\|Pinobambu\|98\|36\|15\|1\|5\|13\|4\|3\|10\|3\|8\|12\|1\|1\|3\|10\|3\|4\|1\|1\|
    \|3\|Goldilocks\|115\|75\|10\|7\|10\|2\|2\|4\|2\|1\|2\|15\|7\|21\|8\|12\|6\|1\|1\|4\|
    \|4\|karlhanf ★\|125\|62\|9\|5\|8\|1\|9\|5\|14\|7\|5\|3\|2\|7\|11\|9\|4\|9\|5\|12\|
    \|5\|Bill LeBoeuf ★\|131\|80\|7\|7\|1\|3\|7\|15\|1\|3\|7\|3\|7\|24\|6\|7\|6\|16\|6\|5\|
    \|6\|slaapgraag\|179\|78\|20\|2\|3\|13\|7\|6\|24\|10\|16\|5\|19\|21\|14\|15\|1\|1\|1\|1\|
    \|7\|dougforte\|185\|106\|13\|13\|2\|12\|5\|9\|15\|9\|1\|8\|10\|1\|7\|22\|12\|17\|12\|17\|
    \|8\|Finn Th. Nielsen\|194\|79\|21\|14\|14\|18\|19\|6\|2\|6\|15\|7\|5\|18\|2\|4\|8\|5\|11\|19\|
    \|9\|keith630 ★\|194\|107\|10\|11\|14\|8\|9\|10\|2\|19\|4\|12\|14\|1\|15\|11\|17\|10\|14\|13\|
    \|10\|MarleysGhost ★\|205\|104\|3\|10\|22\|4\|1\|13\|2\|21\|25\|6\|11\|23\|5\|21\|14\|6\|7\|11\|
    \|11\|Sheila\|217\|90\|6\|11\|6\|17\|13\|26\|8\|23\|17\|9\|12\|1\|13\|17\|4\|8\|20\|6\|
    \|12\|Troldmyr\|240\|106\|25\|17\|12\|15\|14\|12\|20\|11\|8\|16\|3\|15\|23\|6\|2\|13\|13\|15\|
    \|13\|Guardiana\|260\|141\|1\|16\|6\|24\|20\|22\|17\|2\|11\|18\|13\|17\|22\|1\|11\|14\|23\|22\|
    \|14\|Iluvatar\|263\|127\|14\|9\|19\|21\|22\|18\|2\|25\|6\|20\|5\|26\|1\|20\|22\|7\|17\|9\|
    \|15\|BigChicken ★\|268\|135\|2\|20\|10\|9\|18\|19\|25\|12\|18\|14\|20\|9\|9\|2\|18\|18\|21\|24\|
    \|16\|thomsen nielsen\|298\|140\|17\|5\|16\|15\|24\|23\|19\|14\|25\|16\|17\|15\|21\|3\|9\|21\|25\|13\|
    \|17\|saimon\|300\|160\|18\|22\|26\|6\|3\|16\|18\|18\|13\|2\|22\|7\|20\|27\|28\|12\|26\|16\|
    \|18\|celticjim\|300\|221\|8\|2\|18\|5\|12\|1\|11\|3\|19\|11\|21\|27\|25\|27\|28\|26\|29\|27\|
    \|19\|funtobewith11\|310\|139\|24\|19\|16\|11\|22\|21\|21\|15\|22\|10\|23\|10\|16\|12\|25\|19\|14\|10\|
    \|20\|CleverHunk steven cullum\|321\|173\|19\|21\|20\|18\|15\|11\|16\|26\|2\|23\|16\|28\|25\|18\|14\|21\|9\|19\|
    \|21\|FatPhil\|332\|140\|5\|18\|26\|24\|26\|26\|26\|27\|14\|23\|9\|1\|19\|5\|28\|20\|29\|6\|
    \|47\|maximum rank\|469\|242\|25\|22\|26\|24\|26\|26\|26\|27\|25\|23\|28\|29\|25\|27\|28\|26\|29\|27\|

  • MarleysGhost at 2014-02-12

    Date: February 10, 2014 Expression: meat

    \|_.Rank\|_.Player Name\|_.Sum\|_.Bk9 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 \|
    \|1\|Pinobambu\|92\|33\|5\|13\|4\|3\|10\|3\|8\|12\|1\|1\|3\|10\|3\|4\|1\|1\|2\|8\|
    \|2\|Goldilocks\|116\|71\|10\|2\|2\|4\|2\|1\|2\|15\|7\|21\|8\|12\|6\|1\|1\|4\|14\|4\|
    \|3\|karlhanf ★\|122\|68\|8\|1\|9\|5\|14\|7\|5\|3\|2\|7\|11\|9\|4\|9\|5\|12\|9\|2\|
    \|4\|Elisa Kabiljo\|124\|85\|4\|7\|5\|1\|2\|8\|8\|1\|3\|13\|11\|8\|13\|1\|1\|1\|18\|19\|
    \|5\|Bill LeBoeuf ★\|148\|101\|1\|3\|7\|15\|1\|3\|7\|3\|7\|24\|6\|7\|6\|16\|6\|5\|10\|21\|
    \|6\|dougforte\|169\|98\|2\|12\|5\|9\|15\|9\|1\|8\|10\|1\|7\|22\|12\|17\|12\|17\|5\|5\|
    \|7\|Finn Th. Nielsen\|180\|88\|14\|18\|19\|6\|2\|6\|15\|7\|5\|18\|2\|4\|8\|5\|11\|19\|20\|1\|
    \|8\|slaapgraag\|190\|87\|3\|13\|7\|6\|24\|10\|16\|5\|19\|21\|14\|15\|1\|1\|1\|1\|23\|10\|
    \|9\|MarleysGhost ★\|196\|91\|22\|4\|1\|13\|2\|21\|25\|6\|11\|23\|5\|21\|14\|6\|7\|11\|1\|3\|
    \|10\|keith630 ★\|209\|117\|14\|8\|9\|10\|2\|19\|4\|12\|14\|1\|15\|11\|17\|10\|14\|13\|12\|24\|
    \|11\|Troldmyr\|210\|99\|12\|15\|14\|12\|20\|11\|8\|16\|3\|15\|23\|6\|2\|13\|13\|15\|6\|6\|
    \|12\|Sheila\|229\|98\|6\|17\|13\|26\|8\|23\|17\|9\|12\|1\|13\|17\|4\|8\|20\|6\|13\|16\|
    \|13\|Iluvatar\|257\|119\|19\|21\|22\|18\|2\|25\|6\|20\|5\|26\|1\|20\|22\|7\|17\|9\|3\|14\|
    \|14\|Guardiana\|262\|129\|6\|24\|20\|22\|17\|2\|11\|18\|13\|17\|22\|1\|11\|14\|23\|22\|4\|15\|
    \|15\|BigChicken ★\|278\|133\|10\|9\|18\|19\|25\|12\|18\|14\|20\|9\|9\|2\|18\|18\|21\|24\|19\|13\|
    \|16\|funtobewith11\|293\|132\|16\|11\|22\|21\|21\|15\|22\|10\|23\|10\|16\|12\|25\|19\|14\|10\|14\|12\|
    \|17\|saimon\|317\|193\|26\|6\|3\|16\|18\|18\|13\|2\|22\|7\|20\|27\|28\|12\|26\|16\|28\|29\|
    \|18\|thomsen nielsen\|319\|150\|16\|15\|24\|23\|19\|14\|25\|16\|17\|15\|21\|3\|9\|21\|25\|13\|26\|17\|
    \|19\|CleverHunk steven cullum\|320\|173\|20\|18\|15\|11\|16\|26\|2\|23\|16\|28\|25\|18\|14\|21\|9\|19\|21\|18\|
    \|20\|FatPhil\|327\|126\|26\|24\|26\|26\|26\|27\|14\|23\|9\|1\|19\|5\|28\|20\|29\|6\|11\|7\|
    \|49\|maximum rank\|479\|248\|26\|24\|26\|26\|26\|27\|25\|23\|28\|29\|25\|27\|28\|26\|29\|27\|28\|29\|

  • MarleysGhost at 2014-02-17

    Date: February 16, 2014 Expression: things that should not be painted

    \|_.Rank\|_.Player Name\|_.Sum\|_.Bk9 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 \|
    \|1\|Pinobambu\|96\|51\|4\|3\|10\|3\|8\|12\|1\|1\|3\|10\|3\|4\|1\|1\|2\|8\|7\|15\|
    \|2\|Elisa Kabiljo\|117\|65\|5\|1\|2\|8\|8\|1\|3\|13\|11\|8\|13\|1\|1\|1\|18\|19\|2\|2\|
    \|3\|Goldilocks\|120\|58\|2\|4\|2\|1\|2\|15\|7\|21\|8\|12\|6\|1\|1\|4\|14\|4\|10\|6\|
    \|4\|karlhanf ★\|129\|66\|9\|5\|14\|7\|5\|3\|2\|7\|11\|9\|4\|9\|5\|12\|9\|2\|4\|12\|
    \|5\|Bill LeBoeuf ★\|161\|88\|7\|15\|1\|3\|7\|3\|7\|24\|6\|7\|6\|16\|6\|5\|10\|21\|13\|4\|
    \|6\|dougforte\|175\|110\|5\|9\|15\|9\|1\|8\|10\|1\|7\|22\|12\|17\|12\|17\|5\|5\|6\|14\|
    \|7\|Finn Th. Nielsen\|176\|96\|19\|6\|2\|6\|15\|7\|5\|18\|2\|4\|8\|5\|11\|19\|20\|1\|9\|19\|
    \|8\|keith630 ★\|199\|113\|9\|10\|2\|19\|4\|12\|14\|1\|15\|11\|17\|10\|14\|13\|12\|24\|1\|11\|
    \|9\|MarleysGhost ★\|202\|95\|1\|13\|2\|21\|25\|6\|11\|23\|5\|21\|14\|6\|7\|11\|1\|3\|12\|20\|
    \|10\|slaapgraag\|204\|82\|7\|6\|24\|10\|16\|5\|19\|21\|14\|15\|1\|1\|1\|1\|23\|10\|15\|15\|
    \|11\|Troldmyr\|220\|98\|14\|12\|20\|11\|8\|16\|3\|15\|23\|6\|2\|13\|13\|15\|6\|6\|17\|20\|
    \|12\|Sheila\|234\|112\|13\|26\|8\|23\|17\|9\|12\|1\|13\|17\|4\|8\|20\|6\|13\|16\|21\|7\|
    \|13\|Iluvatar\|244\|119\|22\|18\|2\|25\|6\|20\|5\|26\|1\|20\|22\|7\|17\|9\|3\|14\|14\|13\|
    \|14\|Guardiana\|282\|140\|20\|22\|17\|2\|11\|18\|13\|17\|22\|1\|11\|14\|23\|22\|4\|15\|27\|23\|
    \|15\|funtobewith11\|294\|134\|22\|21\|21\|15\|22\|10\|23\|10\|16\|12\|25\|19\|14\|10\|14\|12\|19\|9\|
    \|16\|BigChicken ★\|308\|164\|18\|19\|25\|12\|18\|14\|20\|9\|9\|2\|18\|18\|21\|24\|19\|13\|24\|25\|
    \|17\|FatPhil\|310\|139\|26\|26\|26\|27\|14\|23\|9\|1\|19\|5\|28\|20\|29\|6\|11\|7\|8\|25\|
    \|18\|CleverHunk steven cullum\|315\|153\|15\|11\|16\|26\|2\|23\|16\|28\|25\|18\|14\|21\|9\|19\|21\|18\|15\|18\|
    \|19\|saimon\|337\|218\|3\|16\|18\|18\|13\|2\|22\|7\|20\|27\|28\|12\|26\|16\|28\|29\|27\|25\|
    \|20\|thomsen nielsen\|340\|166\|24\|23\|19\|14\|25\|16\|17\|15\|21\|3\|9\|21\|25\|13\|26\|17\|27\|25\|
    \|49\|maximum rank\|481\|246\|26\|26\|26\|27\|25\|23\|28\|29\|25\|27\|28\|26\|29\|27\|28\|29\|27\|25\|

  • MarleysGhost at 2014-02-23

    Date: February 22, 2014 Expression: bottle

    \|_.Rank\|_.Player Name\|_.Sum\|_.Bk9 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 \|
    \|1\|Pinobambu\|93\|42\|10\|3\|8\|12\|1\|1\|3\|10\|3\|4\|1\|1\|2\|8\|7\|15\|2\|2\|
    \|2\|Goldilocks\|128\|54\|2\|1\|2\|15\|7\|21\|8\|12\|6\|1\|1\|4\|14\|4\|10\|6\|9\|5\|
    \|3\|Elisa Kabiljo\|131\|64\|2\|8\|8\|1\|3\|13\|11\|8\|13\|1\|1\|1\|18\|19\|2\|2\|6\|14\|
    \|4\|Bill LeBoeuf ★\|168\|104\|1\|3\|7\|3\|7\|24\|6\|7\|6\|16\|6\|5\|10\|21\|13\|4\|4\|25\|
    \|5\|karlhanf ★\|173\|111\|14\|7\|5\|3\|2\|7\|11\|9\|4\|9\|5\|12\|9\|2\|4\|12\|28\|30\|
    \|6\|Finn Th. Nielsen\|194\|127\|2\|6\|15\|7\|5\|18\|2\|4\|8\|5\|11\|19\|20\|1\|9\|19\|18\|25\|
    \|7\|Troldmyr\|201\|97\|20\|11\|8\|16\|3\|15\|23\|6\|2\|13\|13\|15\|6\|6\|17\|20\|4\|3\|
    \|8\|MarleysGhost ★\|204\|76\|2\|21\|25\|6\|11\|23\|5\|21\|14\|6\|7\|11\|1\|3\|12\|20\|8\|8\|
    \|9\|dougforte\|206\|121\|15\|9\|1\|8\|10\|1\|7\|22\|12\|17\|12\|17\|5\|5\|6\|14\|22\|23\|
    \|10\|keith630 ★\|208\|113\|2\|19\|4\|12\|14\|1\|15\|11\|17\|10\|14\|13\|12\|24\|1\|11\|18\|10\|
    \|11\|Sheila\|209\|105\|8\|23\|17\|9\|12\|1\|13\|17\|4\|8\|20\|6\|13\|16\|21\|7\|7\|7\|
    \|12\|slaapgraag\|229\|104\|24\|10\|16\|5\|19\|21\|14\|15\|1\|1\|1\|1\|23\|10\|15\|15\|23\|15\|
    \|13\|Iluvatar\|235\|108\|2\|25\|6\|20\|5\|26\|1\|20\|22\|7\|17\|9\|3\|14\|14\|13\|14\|17\|
    \|14\|Guardiana\|259\|147\|17\|2\|11\|18\|13\|17\|22\|1\|11\|14\|23\|22\|4\|15\|27\|23\|11\|8\|
    \|15\|FatPhil\|278\|126\|26\|27\|14\|23\|9\|1\|19\|5\|28\|20\|29\|6\|11\|7\|8\|25\|14\|6\|
    \|16\|funtobewith11\|282\|128\|21\|15\|22\|10\|23\|10\|16\|12\|25\|19\|14\|10\|14\|12\|19\|9\|9\|22\|
    \|17\|BigChicken ★\|295\|168\|25\|12\|18\|14\|20\|9\|9\|2\|18\|18\|21\|24\|19\|13\|24\|25\|14\|10\|
    \|18\|CleverHunk steven cullum\|332\|164\|16\|26\|2\|23\|16\|28\|25\|18\|14\|21\|9\|19\|21\|18\|15\|18\|24\|19\|
    \|49\|maximum rank\|487\|249\|26\|27\|25\|23\|28\|29\|25\|27\|28\|26\|29\|27\|28\|29\|27\|25\|28\|30\|

  • MarleysGhost at 2014-03-04

    Date: February 28, 2014 Expression: Fairytale

    \|_.Rank\|_.Player Name\|_.Sum\|_.Bk9 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 \|
    \|1\|Pinobambu\|102\|59\|8\|12\|1\|1\|3\|10\|3\|4\|1\|1\|2\|8\|7\|15\|2\|2\|10\|12\|
    \|2\|Goldilocks\|128\|55\|2\|15\|7\|21\|8\|12\|6\|1\|1\|4\|14\|4\|10\|6\|9\|5\|2\|1\|
    \|3\|Elisa Kabiljo\|141\|82\|8\|1\|3\|13\|11\|8\|13\|1\|1\|1\|18\|19\|2\|2\|6\|14\|19\|1\|
    \|4\|Bill LeBoeuf ★\|184\|102\|7\|3\|7\|24\|6\|7\|6\|16\|6\|5\|10\|21\|13\|4\|4\|25\|3\|17\|
    \|5\|Sheila\|192\|91\|17\|9\|12\|1\|13\|17\|4\|8\|20\|6\|13\|16\|21\|7\|7\|7\|4\|10\|
    \|6\|MarleysGhost ★\|199\|81\|25\|6\|11\|23\|5\|21\|14\|6\|7\|11\|1\|3\|12\|20\|8\|8\|12\|6\|
    \|7\|keith630 ★\|199\|101\|4\|12\|14\|1\|15\|11\|17\|10\|14\|13\|12\|24\|1\|11\|18\|10\|7\|5\|
    \|8\|karlhanf ★\|206\|151\|5\|3\|2\|7\|11\|9\|4\|9\|5\|12\|9\|2\|4\|12\|28\|30\|26\|28\|
    \|9\|dougforte\|211\|121\|1\|8\|10\|1\|7\|22\|12\|17\|12\|17\|5\|5\|6\|14\|22\|23\|14\|15\|
    \|10\|Troldmyr\|215\|116\|8\|16\|3\|15\|23\|6\|2\|13\|13\|15\|6\|6\|17\|20\|4\|3\|23\|22\|
    \|11\|slaapgraag\|217\|124\|16\|5\|19\|21\|14\|15\|1\|1\|1\|1\|23\|10\|15\|15\|23\|15\|21\|1\|
    \|12\|Finn Th. Nielsen\|221\|146\|15\|7\|5\|18\|2\|4\|8\|5\|11\|19\|20\|1\|9\|19\|18\|25\|17\|18\|
    \|13\|Iluvatar\|238\|114\|6\|20\|5\|26\|1\|20\|22\|7\|17\|9\|3\|14\|14\|13\|14\|17\|11\|19\|
    \|14\|Guardiana\|257\|127\|11\|18\|13\|17\|22\|1\|11\|14\|23\|22\|4\|15\|27\|23\|11\|8\|4\|13\|
    \|15\|BigChicken ★\|278\|149\|18\|14\|20\|9\|9\|2\|18\|18\|21\|24\|19\|13\|24\|25\|14\|10\|13\|7\|
    \|16\|FatPhil\|279\|131\|14\|23\|9\|1\|19\|5\|28\|20\|29\|6\|11\|7\|8\|25\|14\|6\|26\|28\|
    \|17\|funtobewith11\|286\|135\|22\|10\|23\|10\|16\|12\|25\|19\|14\|10\|14\|12\|19\|9\|9\|22\|15\|25\|
    \|18\|CleverHunk steven cullum\|322\|166\|2\|23\|16\|28\|25\|18\|14\|21\|9\|19\|21\|18\|15\|18\|24\|19\|8\|24\|
    \|51\|maximum rank\|488\|248\|25\|23\|28\|29\|25\|27\|28\|26\|29\|27\|28\|29\|27\|25\|28\|30\|26\|28\|

  • MarleysGhost at 2014-03-08

    Date: March 3, 2014 Expression: neck

    \|_.Rank\|_.Player Name\|_.Sum\|_.Bk9 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 \|
    \|1\|Pinobambu\|97\|61\|12\|1\|1\|3\|10\|3\|4\|1\|1\|2\|8\|7\|15\|2\|2\|10\|12\|3\|
    \|2\|Goldilocks\|139\|64\|15\|7\|21\|8\|12\|6\|1\|1\|4\|14\|4\|10\|6\|9\|5\|2\|1\|13\|
    \|3\|Elisa Kabiljo\|142\|90\|1\|3\|13\|11\|8\|13\|1\|1\|1\|18\|19\|2\|2\|6\|14\|19\|1\|9\|
    \|4\|Sheila\|179\|89\|9\|12\|1\|13\|17\|4\|8\|20\|6\|13\|16\|21\|7\|7\|7\|4\|10\|4\|
    \|5\|MarleysGhost ★\|180\|76\|6\|11\|23\|5\|21\|14\|6\|7\|11\|1\|3\|12\|20\|8\|8\|12\|6\|6\|
    \|6\|Bill LeBoeuf ★\|186\|106\|3\|7\|24\|6\|7\|6\|16\|6\|5\|10\|21\|13\|4\|4\|25\|3\|17\|9\|
    \|7\|karlhanf ★\|202\|140\|3\|2\|7\|11\|9\|4\|9\|5\|12\|9\|2\|4\|12\|28\|30\|26\|28\|1\|
    \|8\|keith630 ★\|209\|102\|12\|14\|1\|15\|11\|17\|10\|14\|13\|12\|24\|1\|11\|18\|10\|7\|5\|14\|
    \|9\|dougforte\|216\|110\|8\|10\|1\|7\|22\|12\|17\|12\|17\|5\|5\|6\|14\|22\|23\|14\|15\|6\|
    \|10\|Finn Th. Nielsen\|225\|146\|7\|5\|18\|2\|4\|8\|5\|11\|19\|20\|1\|9\|19\|18\|25\|17\|18\|19\|
    \|11\|Troldmyr\|228\|122\|16\|3\|15\|23\|6\|2\|13\|13\|15\|6\|6\|17\|20\|4\|3\|23\|22\|21\|
    \|12\|slaapgraag\|229\|151\|5\|19\|21\|14\|15\|1\|1\|1\|1\|23\|10\|15\|15\|23\|15\|21\|1\|28\|
    \|13\|Iluvatar\|248\|121\|20\|5\|26\|1\|20\|22\|7\|17\|9\|3\|14\|14\|13\|14\|17\|11\|19\|16\|
    \|14\|Guardiana\|252\|111\|18\|13\|17\|22\|1\|11\|14\|23\|22\|4\|15\|27\|23\|11\|8\|4\|13\|6\|
    \|15\|BigChicken ★\|275\|140\|14\|20\|9\|9\|2\|18\|18\|21\|24\|19\|13\|24\|25\|14\|10\|13\|7\|15\|
    \|16\|funtobewith11\|290\|151\|10\|23\|10\|16\|12\|25\|19\|14\|10\|14\|12\|19\|9\|9\|22\|15\|25\|26\|
    \|17\|FatPhil\|293\|153\|23\|9\|1\|19\|5\|28\|20\|29\|6\|11\|7\|8\|25\|14\|6\|26\|28\|28\|
    \|18\|Paul Gautherot\|328\|136\|23\|28\|29\|25\|23\|26\|11\|19\|8\|14\|25\|25\|9\|20\|10\|20\|11\|2\|
    \|19\|roxann\|338\|159\|21\|24\|19\|10\|26\|23\|15\|14\|27\|22\|29\|20\|1\|11\|27\|24\|21\|4\|
    \|50\|maximum rank\|491\|249\|23\|28\|29\|25\|27\|28\|26\|29\|27\|28\|29\|27\|25\|28\|30\|26\|28\|28\|

  • MarleysGhost at 2014-03-08

    Date: March 6, 2014 Expression: dinner

    \|_.Rank\|_.Player Name\|_.Sum\|_.Bk9 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 \|
    \|1\|Pinobambu\|87\|61\|1\|1\|3\|10\|3\|4\|1\|1\|2\|8\|7\|15\|2\|2\|10\|12\|3\|2\|
    \|2\|Goldilocks\|125\|51\|7\|21\|8\|12\|6\|1\|1\|4\|14\|4\|10\|6\|9\|5\|2\|1\|13\|1\|
    \|3\|Elisa Kabiljo\|147\|78\|3\|13\|11\|8\|13\|1\|1\|1\|18\|19\|2\|2\|6\|14\|19\|1\|9\|6\|
    \|4\|Sheila\|182\|88\|12\|1\|13\|17\|4\|8\|20\|6\|13\|16\|21\|7\|7\|7\|4\|10\|4\|12\|
    \|5\|MarleysGhost ★\|183\|84\|11\|23\|5\|21\|14\|6\|7\|11\|1\|3\|12\|20\|8\|8\|12\|6\|6\|9\|
    \|6\|Bill LeBoeuf ★\|190\|103\|7\|24\|6\|7\|6\|16\|6\|5\|10\|21\|13\|4\|4\|25\|3\|17\|9\|7\|
    \|7\|karlhanf ★\|201\|133\|2\|7\|11\|9\|4\|9\|5\|12\|9\|2\|4\|12\|28\|30\|26\|28\|1\|2\|
    \|8\|keith630 ★\|208\|101\|14\|1\|15\|11\|17\|10\|14\|13\|12\|24\|1\|11\|18\|10\|7\|5\|14\|11\|
    \|9\|dougforte\|212\|109\|10\|1\|7\|22\|12\|17\|12\|17\|5\|5\|6\|14\|22\|23\|14\|15\|6\|4\|
    \|10\|Troldmyr\|224\|128\|3\|15\|23\|6\|2\|13\|13\|15\|6\|6\|17\|20\|4\|3\|23\|22\|21\|12\|
    \|11\|Finn Th. Nielsen\|239\|147\|5\|18\|2\|4\|8\|5\|11\|19\|20\|1\|9\|19\|18\|25\|17\|18\|19\|21\|
    \|12\|Iluvatar\|243\|133\|5\|26\|1\|20\|22\|7\|17\|9\|3\|14\|14\|13\|14\|17\|11\|19\|16\|15\|
    \|13\|slaapgraag\|248\|152\|19\|21\|14\|15\|1\|1\|1\|1\|23\|10\|15\|15\|23\|15\|21\|1\|28\|24\|
    \|14\|Guardiana\|249\|122\|13\|17\|22\|1\|11\|14\|23\|22\|4\|15\|27\|23\|11\|8\|4\|13\|6\|15\|
    \|15\|BigChicken ★\|271\|131\|20\|9\|9\|2\|18\|18\|21\|24\|19\|13\|24\|25\|14\|10\|13\|7\|15\|10\|
    \|16\|FatPhil\|294\|166\|9\|1\|19\|5\|28\|20\|29\|6\|11\|7\|8\|25\|14\|6\|26\|28\|28\|24\|
    \|17\|funtobewith11\|297\|154\|23\|10\|16\|12\|25\|19\|14\|10\|14\|12\|19\|9\|9\|22\|15\|25\|26\|17\|
    \|18\|Paul Gautherot\|313\|130\|28\|29\|25\|23\|26\|11\|19\|8\|14\|25\|25\|9\|20\|10\|20\|11\|2\|8\|
    \|50\|maximum rank\|492\|245\|28\|29\|25\|27\|28\|26\|29\|27\|28\|29\|27\|25\|28\|30\|26\|28\|28\|24\|

  • MarleysGhost at 2014-03-10

    Date: March 9, 2014 Expression: action

    \|_.Rank\|_.Player Name\|_.Sum\|_.Bk9 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 \|
    \|1\|Pinobambu\|94\|61\|1\|3\|10\|3\|4\|1\|1\|2\|8\|7\|15\|2\|2\|10\|12\|3\|2\|8\|
    \|2\|Goldilocks\|127\|56\|21\|8\|12\|6\|1\|1\|4\|14\|4\|10\|6\|9\|5\|2\|1\|13\|1\|9\|
    \|3\|Elisa Kabiljo\|149\|64\|13\|11\|8\|13\|1\|1\|1\|18\|19\|2\|2\|6\|14\|19\|1\|9\|6\|5\|
    \|4\|Sheila\|181\|83\|1\|13\|17\|4\|8\|20\|6\|13\|16\|21\|7\|7\|7\|4\|10\|4\|12\|11\|
    \|5\|MarleysGhost ★\|184\|93\|23\|5\|21\|14\|6\|7\|11\|1\|3\|12\|20\|8\|8\|12\|6\|6\|9\|12\|
    \|6\|keith630 ★\|196\|79\|1\|15\|11\|17\|10\|14\|13\|12\|24\|1\|11\|18\|10\|7\|5\|14\|11\|2\|
    \|7\|Bill LeBoeuf ★\|199\|98\|24\|6\|7\|6\|16\|6\|5\|10\|21\|13\|4\|4\|25\|3\|17\|9\|7\|16\|
    \|8\|karlhanf ★\|209\|141\|7\|11\|9\|4\|9\|5\|12\|9\|2\|4\|12\|28\|30\|26\|28\|1\|2\|10\|
    \|9\|dougforte\|215\|117\|1\|7\|22\|12\|17\|12\|17\|5\|5\|6\|14\|22\|23\|14\|15\|6\|4\|13\|
    \|10\|Guardiana\|240\|111\|17\|22\|1\|11\|14\|23\|22\|4\|15\|27\|23\|11\|8\|4\|13\|6\|15\|4\|
    \|11\|Troldmyr\|245\|146\|15\|23\|6\|2\|13\|13\|15\|6\|6\|17\|20\|4\|3\|23\|22\|21\|12\|24\|
    \|12\|BigChicken ★\|253\|120\|9\|9\|2\|18\|18\|21\|24\|19\|13\|24\|25\|14\|10\|13\|7\|15\|10\|2\|
    \|13\|Finn Th. Nielsen\|253\|165\|18\|2\|4\|8\|5\|11\|19\|20\|1\|9\|19\|18\|25\|17\|18\|19\|21\|19\|
    \|14\|slaapgraag\|253\|166\|21\|14\|15\|1\|1\|1\|1\|23\|10\|15\|15\|23\|15\|21\|1\|28\|24\|24\|
    \|15\|Iluvatar\|259\|140\|26\|1\|20\|22\|7\|17\|9\|3\|14\|14\|13\|14\|17\|11\|19\|16\|15\|21\|
    \|16\|funtobewith11\|294\|162\|10\|16\|12\|25\|19\|14\|10\|14\|12\|19\|9\|9\|22\|15\|25\|26\|17\|20\|
    \|17\|Paul Gautherot\|300\|120\|29\|25\|23\|26\|11\|19\|8\|14\|25\|25\|9\|20\|10\|20\|11\|2\|8\|15\|
    \|18\|FatPhil\|309\|183\|1\|19\|5\|28\|20\|29\|6\|11\|7\|8\|25\|14\|6\|26\|28\|28\|24\|24\|
    \|19\|nexxogen\|326\|127\|29\|25\|27\|24\|26\|8\|23\|8\|29\|2\|25\|3\|30\|8\|8\|19\|19\|13\|
    \|20\|terrance806\|327\|120\|29\|25\|27\|28\|26\|29\|18\|14\|11\|10\|4\|13\|16\|18\|13\|23\|18\|5\|
    \|21\|roxann\|335\|150\|19\|10\|26\|23\|15\|14\|27\|22\|29\|20\|1\|11\|27\|24\|21\|4\|24\|18\|
    \|51\|maximum rank\|488\|240\|29\|25\|27\|28\|26\|29\|27\|28\|29\|27\|25\|28\|30\|26\|28\|28\|24\|24\|

  • MarleysGhost at 2014-03-13

    Date: March 12, 2014 Expression: in the _____

    \|_.Rank\|_.Player Name\|_.Sum\|_.Bk9 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 \|
    \|1\|Pinobambu\|94\|55\|3\|10\|3\|4\|1\|1\|2\|8\|7\|15\|2\|2\|10\|12\|3\|2\|8\|1\|
    \|2\|Goldilocks\|109\|49\|8\|12\|6\|1\|1\|4\|14\|4\|10\|6\|9\|5\|2\|1\|13\|1\|9\|3\|
    \|3\|Elisa Kabiljo\|146\|72\|11\|8\|13\|1\|1\|1\|18\|19\|2\|2\|6\|14\|19\|1\|9\|6\|5\|10\|
    \|4\|MarleysGhost ★\|163\|83\|5\|21\|14\|6\|7\|11\|1\|3\|12\|20\|8\|8\|12\|6\|6\|9\|12\|2\|
    \|5\|Bill LeBoeuf ★\|182\|92\|6\|7\|6\|16\|6\|5\|10\|21\|13\|4\|4\|25\|3\|17\|9\|7\|16\|7\|
    \|6\|keith630 ★\|201\|84\|15\|11\|17\|10\|14\|13\|12\|24\|1\|11\|18\|10\|7\|5\|14\|11\|2\|6\|
    \|7\|Sheila\|204\|86\|13\|17\|4\|8\|20\|6\|13\|16\|21\|7\|7\|7\|4\|10\|4\|12\|11\|24\|
    \|8\|karlhanf ★\|221\|156\|11\|9\|4\|9\|5\|12\|9\|2\|4\|12\|28\|30\|26\|28\|1\|2\|10\|19\|
    \|9\|dougforte\|226\|123\|7\|22\|12\|17\|12\|17\|5\|5\|6\|14\|22\|23\|14\|15\|6\|4\|13\|12\|
    \|10\|Guardiana\|233\|94\|22\|1\|11\|14\|23\|22\|4\|15\|27\|23\|11\|8\|4\|13\|6\|15\|4\|10\|
    \|11\|Troldmyr\|237\|136\|23\|6\|2\|13\|13\|15\|6\|6\|17\|20\|4\|3\|23\|22\|21\|12\|24\|7\|
    \|12\|slaapgraag\|247\|166\|14\|15\|1\|1\|1\|1\|23\|10\|15\|15\|23\|15\|21\|1\|28\|24\|24\|15\|
    \|13\|Finn Th. Nielsen\|255\|176\|2\|4\|8\|5\|11\|19\|20\|1\|9\|19\|18\|25\|17\|18\|19\|21\|19\|20\|
    \|14\|Iluvatar\|256\|149\|1\|20\|22\|7\|17\|9\|3\|14\|14\|13\|14\|17\|11\|19\|16\|15\|21\|23\|
    \|15\|BigChicken ★\|262\|114\|9\|2\|18\|18\|21\|24\|19\|13\|24\|25\|14\|10\|13\|7\|15\|10\|2\|18\|
    \|16\|Paul Gautherot\|286\|110\|25\|23\|26\|11\|19\|8\|14\|25\|25\|9\|20\|10\|20\|11\|2\|8\|15\|15\|
    \|17\|terrance806\|303\|115\|25\|27\|28\|26\|29\|18\|14\|11\|10\|4\|13\|16\|18\|13\|23\|18\|5\|5\|
    \|18\|funtobewith11\|309\|168\|16\|12\|25\|19\|14\|10\|14\|12\|19\|9\|9\|22\|15\|25\|26\|17\|20\|25\|
    \|19\|gamesorry\|316\|70\|25\|27\|28\|26\|29\|27\|28\|29\|27\|15\|1\|19\|1\|9\|9\|5\|7\|4\|
    \|20\|nexxogen\|319\|147\|25\|27\|24\|26\|8\|23\|8\|29\|2\|25\|3\|30\|8\|8\|19\|19\|13\|22\|
    \|21\|roxann\|329\|143\|10\|26\|23\|15\|14\|27\|22\|29\|20\|1\|11\|27\|24\|21\|4\|24\|18\|13\|
    \|22\|FatPhil\|335\|202\|19\|5\|28\|20\|29\|6\|11\|7\|8\|25\|14\|6\|26\|28\|28\|24\|24\|27\|
    \|51\|maximum rank\|486\|240\|25\|27\|28\|26\|29\|27\|28\|29\|27\|25\|28\|30\|26\|28\|28\|24\|24\|27\|

  • MarleysGhost at 2014-03-16

    Date: March 15, 2014 Expression: wool

    \|_.Rank\|_.Player Name\|_.Sum\|_.Bk9 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 \|
    \|1\|Goldilocks\|102\|44\|12\|6\|1\|1\|4\|14\|4\|10\|6\|9\|5\|2\|1\|13\|1\|9\|3\|1\|
    \|2\|Pinobambu\|105\|54\|10\|3\|4\|1\|1\|2\|8\|7\|15\|2\|2\|10\|12\|3\|2\|8\|1\|14\|
    \|3\|Elisa Kabiljo\|155\|90\|8\|13\|1\|1\|1\|18\|19\|2\|2\|6\|14\|19\|1\|9\|6\|5\|10\|20\|
    \|4\|MarleysGhost ★\|174\|79\|21\|14\|6\|7\|11\|1\|3\|12\|20\|8\|8\|12\|6\|6\|9\|12\|2\|16\|
    \|5\|Bill LeBoeuf ★\|182\|94\|7\|6\|16\|6\|5\|10\|21\|13\|4\|4\|25\|3\|17\|9\|7\|16\|7\|6\|
    \|6\|keith630 ★\|189\|76\|11\|17\|10\|14\|13\|12\|24\|1\|11\|18\|10\|7\|5\|14\|11\|2\|6\|3\|
    \|7\|karlhanf ★\|213\|147\|9\|4\|9\|5\|12\|9\|2\|4\|12\|28\|30\|26\|28\|1\|2\|10\|19\|3\|
    \|8\|Sheila\|214\|102\|17\|4\|8\|20\|6\|13\|16\|21\|7\|7\|7\|4\|10\|4\|12\|11\|24\|23\|
    \|9\|Troldmyr\|216\|118\|6\|2\|13\|13\|15\|6\|6\|17\|20\|4\|3\|23\|22\|21\|12\|24\|7\|2\|
    \|10\|dougforte\|224\|114\|22\|12\|17\|12\|17\|5\|5\|6\|14\|22\|23\|14\|15\|6\|4\|13\|12\|5\|
    \|11\|Guardiana\|236\|96\|1\|11\|14\|23\|22\|4\|15\|27\|23\|11\|8\|4\|13\|6\|15\|4\|10\|25\|
    \|12\|slaapgraag\|240\|158\|15\|1\|1\|1\|1\|23\|10\|15\|15\|23\|15\|21\|1\|28\|24\|24\|15\|7\|
    \|13\|Finn Th. Nielsen\|260\|164\|4\|8\|5\|11\|19\|20\|1\|9\|19\|18\|25\|17\|18\|19\|21\|19\|20\|7\|
    \|14\|Paul Gautherot\|271\|111\|23\|26\|11\|19\|8\|14\|25\|25\|9\|20\|10\|20\|11\|2\|8\|15\|15\|10\|
    \|15\|Iluvatar\|276\|157\|20\|22\|7\|17\|9\|3\|14\|14\|13\|14\|17\|11\|19\|16\|15\|21\|23\|21\|
    \|16\|BigChicken ★\|278\|114\|2\|18\|18\|21\|24\|19\|13\|24\|25\|14\|10\|13\|7\|15\|10\|2\|18\|25\|
    \|17\|terrance806\|296\|129\|27\|28\|26\|29\|18\|14\|11\|10\|4\|13\|16\|18\|13\|23\|18\|5\|5\|18\|
    \|18\|gamesorry\|301\|65\|27\|28\|26\|29\|27\|28\|29\|27\|15\|1\|19\|1\|9\|9\|5\|7\|4\|10\|
    \|19\|funtobewith11\|305\|171\|12\|25\|19\|14\|10\|14\|12\|19\|9\|9\|22\|15\|25\|26\|17\|20\|25\|12\|
    \|20\|nexxogen\|311\|139\|27\|24\|26\|8\|23\|8\|29\|2\|25\|3\|30\|8\|8\|19\|19\|13\|22\|17\|
    \|21\|CleverHunk steven cullum\|330\|177\|18\|14\|21\|9\|19\|21\|18\|15\|18\|24\|19\|8\|24\|24\|20\|24\|20\|14\|
    \|52\|maximum rank\|486\|240\|27\|28\|26\|29\|27\|28\|29\|27\|25\|28\|30\|26\|28\|28\|24\|24\|27\|25\|

  • MarleysGhost at 2014-03-19

    Date: March 18, 2014 Expression: blue

    \|_.Rank\|_.Player Name\|_.Sum\|_.Bk9 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 \|
    \|1\|Goldilocks\|96\|41\|6\|1\|1\|4\|14\|4\|10\|6\|9\|5\|2\|1\|13\|1\|9\|3\|1\|6\|
    \|2\|Pinobambu\|96\|53\|3\|4\|1\|1\|2\|8\|7\|15\|2\|2\|10\|12\|3\|2\|8\|1\|14\|1\|
    \|3\|Elisa Kabiljo\|148\|85\|13\|1\|1\|1\|18\|19\|2\|2\|6\|14\|19\|1\|9\|6\|5\|10\|20\|1\|
    \|4\|MarleysGhost ★\|168\|86\|14\|6\|7\|11\|1\|3\|12\|20\|8\|8\|12\|6\|6\|9\|12\|2\|16\|15\|
    \|5\|keith630 ★\|191\|71\|17\|10\|14\|13\|12\|24\|1\|11\|18\|10\|7\|5\|14\|11\|2\|6\|3\|13\|
    \|6\|Bill LeBoeuf ★\|194\|109\|6\|16\|6\|5\|10\|21\|13\|4\|4\|25\|3\|17\|9\|7\|16\|7\|6\|19\|
    \|7\|dougforte\|203\|93\|12\|17\|12\|17\|5\|5\|6\|14\|22\|23\|14\|15\|6\|4\|13\|12\|5\|1\|
    \|8\|karlhanf ★\|215\|130\|4\|9\|5\|12\|9\|2\|4\|12\|28\|30\|26\|28\|1\|2\|10\|19\|3\|11\|
    \|9\|Sheila\|216\|114\|4\|8\|20\|6\|13\|16\|21\|7\|7\|7\|4\|10\|4\|12\|11\|24\|23\|19\|
    \|10\|Troldmyr\|219\|123\|2\|13\|13\|15\|6\|6\|17\|20\|4\|3\|23\|22\|21\|12\|24\|7\|2\|9\|
    \|11\|slaapgraag\|226\|136\|1\|1\|1\|1\|23\|10\|15\|15\|23\|15\|21\|1\|28\|24\|24\|15\|7\|1\|
    \|12\|Paul Gautherot\|255\|98\|26\|11\|19\|8\|14\|25\|25\|9\|20\|10\|20\|11\|2\|8\|15\|15\|10\|7\|
    \|13\|Finn Th. Nielsen\|263\|153\|8\|5\|11\|19\|20\|1\|9\|19\|18\|25\|17\|18\|19\|21\|19\|20\|7\|7\|
    \|14\|Guardiana\|265\|115\|11\|14\|23\|22\|4\|15\|27\|23\|11\|8\|4\|13\|6\|15\|4\|10\|25\|30\|
    \|15\|Iluvatar\|270\|157\|22\|7\|17\|9\|3\|14\|14\|13\|14\|17\|11\|19\|16\|15\|21\|23\|21\|14\|
    \|16\|gamesorry\|292\|82\|28\|26\|29\|27\|28\|29\|27\|15\|1\|19\|1\|9\|9\|5\|7\|4\|10\|18\|
    \|17\|BigChicken ★\|292\|116\|18\|18\|21\|24\|19\|13\|24\|25\|14\|10\|13\|7\|15\|10\|2\|18\|25\|16\|
    \|18\|terrance806\|292\|139\|28\|26\|29\|18\|14\|11\|10\|4\|13\|16\|18\|13\|23\|18\|5\|5\|18\|23\|
    \|19\|nexxogen\|308\|160\|24\|26\|8\|23\|8\|29\|2\|25\|3\|30\|8\|8\|19\|19\|13\|22\|17\|24\|
    \|20\|funtobewith11\|318\|187\|25\|19\|14\|10\|14\|12\|19\|9\|9\|22\|15\|25\|26\|17\|20\|25\|12\|25\|
    \|21\|wojtex\|339\|92\|28\|26\|29\|27\|28\|29\|27\|25\|28\|1\|26\|1\|28\|14\|1\|7\|13\|1\|
    \|22\|CleverHunk steven cullum\|339\|180\|14\|21\|9\|19\|21\|18\|15\|18\|24\|19\|8\|24\|24\|20\|24\|20\|14\|27\|
    \|53\|maximum rank\|489\|242\|28\|26\|29\|27\|28\|29\|27\|25\|28\|30\|26\|28\|28\|24\|24\|27\|25\|30\|

  • MarleysGhost at 2014-03-22

    Date: March 21, 2014 Expression: What to grow in your garden

    \|_.Rank\|_.Player Name\|_.Sum\|_.Bk9 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 \|
    \|1\|Goldilocks\|108\|54\|1\|1\|4\|14\|4\|10\|6\|9\|5\|2\|1\|13\|1\|9\|3\|1\|6\|18\|
    \|2\|Pinobambu\|110\|68\|4\|1\|1\|2\|8\|7\|15\|2\|2\|10\|12\|3\|2\|8\|1\|14\|1\|17\|
    \|3\|Elisa Kabiljo\|136\|72\|1\|1\|1\|18\|19\|2\|2\|6\|14\|19\|1\|9\|6\|5\|10\|20\|1\|1\|
    \|4\|MarleysGhost ★\|177\|101\|6\|7\|11\|1\|3\|12\|20\|8\|8\|12\|6\|6\|9\|12\|2\|16\|15\|23\|
    \|5\|keith630 ★\|188\|75\|10\|14\|13\|12\|24\|1\|11\|18\|10\|7\|5\|14\|11\|2\|6\|3\|13\|14\|
    \|6\|Bill LeBoeuf ★\|194\|90\|16\|6\|5\|10\|21\|13\|4\|4\|25\|3\|17\|9\|7\|16\|7\|6\|19\|6\|
    \|7\|dougforte\|198\|77\|17\|12\|17\|5\|5\|6\|14\|22\|23\|14\|15\|6\|4\|13\|12\|5\|1\|7\|
    \|8\|Sheila\|220\|115\|8\|20\|6\|13\|16\|21\|7\|7\|7\|4\|10\|4\|12\|11\|24\|23\|19\|8\|
    \|9\|Troldmyr\|220\|123\|13\|13\|15\|6\|6\|17\|20\|4\|3\|23\|22\|21\|12\|24\|7\|2\|9\|3\|
    \|10\|karlhanf ★\|229\|118\|9\|5\|12\|9\|2\|4\|12\|28\|30\|26\|28\|1\|2\|10\|19\|3\|11\|18\|
    \|11\|Paul Gautherot\|232\|91\|11\|19\|8\|14\|25\|25\|9\|20\|10\|20\|11\|2\|8\|15\|15\|10\|7\|3\|
    \|12\|slaapgraag\|235\|131\|1\|1\|1\|23\|10\|15\|15\|23\|15\|21\|1\|28\|24\|24\|15\|7\|1\|10\|
    \|13\|Finn Th. Nielsen\|266\|139\|5\|11\|19\|20\|1\|9\|19\|18\|25\|17\|18\|19\|21\|19\|20\|7\|7\|11\|
    \|14\|gamesorry\|269\|68\|26\|29\|27\|28\|29\|27\|15\|1\|19\|1\|9\|9\|5\|7\|4\|10\|18\|5\|
    \|15\|Guardiana\|269\|122\|14\|23\|22\|4\|15\|27\|23\|11\|8\|4\|13\|6\|15\|4\|10\|25\|30\|15\|
    \|16\|Iluvatar\|269\|161\|7\|17\|9\|3\|14\|14\|13\|14\|17\|11\|19\|16\|15\|21\|23\|21\|14\|21\|
    \|17\|terrance806\|285\|144\|26\|29\|18\|14\|11\|10\|4\|13\|16\|18\|13\|23\|18\|5\|5\|18\|23\|21\|
    \|18\|BigChicken ★\|289\|121\|18\|21\|24\|19\|13\|24\|25\|14\|10\|13\|7\|15\|10\|2\|18\|25\|16\|15\|
    \|19\|nexxogen\|310\|156\|26\|8\|23\|8\|29\|2\|25\|3\|30\|8\|8\|19\|19\|13\|22\|17\|24\|26\|
    \|20\|funtobewith11\|318\|190\|19\|14\|10\|14\|12\|19\|9\|9\|22\|15\|25\|26\|17\|20\|25\|12\|25\|25\|
    \|21\|wojtex\|320\|100\|26\|29\|27\|28\|29\|27\|25\|28\|1\|26\|1\|28\|14\|1\|7\|13\|1\|9\|
    \|52\|maximum rank\|487\|238\|26\|29\|27\|28\|29\|27\|25\|28\|30\|26\|28\|28\|24\|24\|27\|25\|30\|26\|

  • MarleysGhost at 2014-03-25

    Date: March 24, 2014 Expression: facebook

    \|_.Rank\|_.Player Name\|_.Sum\|_.Bk9 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 \|
    \|1\|Goldilocks\|108\|53\|1\|4\|14\|4\|10\|6\|9\|5\|2\|1\|13\|1\|9\|3\|1\|6\|18\|1\|
    \|2\|Pinobambu\|121\|73\|1\|1\|2\|8\|7\|15\|2\|2\|10\|12\|3\|2\|8\|1\|14\|1\|17\|15\|
    \|3\|Elisa Kabiljo\|136\|54\|1\|1\|18\|19\|2\|2\|6\|14\|19\|1\|9\|6\|5\|10\|20\|1\|1\|1\|
    \|4\|MarleysGhost ★\|184\|102\|7\|11\|1\|3\|12\|20\|8\|8\|12\|6\|6\|9\|12\|2\|16\|15\|23\|13\|
    \|5\|keith630 ★\|192\|82\|14\|13\|12\|24\|1\|11\|18\|10\|7\|5\|14\|11\|2\|6\|3\|13\|14\|14\|
    \|6\|Bill LeBoeuf ★\|195\|104\|6\|5\|10\|21\|13\|4\|4\|25\|3\|17\|9\|7\|16\|7\|6\|19\|6\|17\|
    \|7\|dougforte\|196\|78\|12\|17\|5\|5\|6\|14\|22\|23\|14\|15\|6\|4\|13\|12\|5\|1\|7\|15\|
    \|8\|Sheila\|220\|119\|20\|6\|13\|16\|21\|7\|7\|7\|4\|10\|4\|12\|11\|24\|23\|19\|8\|8\|
    \|9\|karlhanf ★\|224\|96\|5\|12\|9\|2\|4\|12\|28\|30\|26\|28\|1\|2\|10\|19\|3\|11\|18\|4\|
    \|10\|Troldmyr\|233\|126\|13\|15\|6\|6\|17\|20\|4\|3\|23\|22\|21\|12\|24\|7\|2\|9\|3\|26\|
    \|11\|slaapgraag\|237\|113\|1\|1\|23\|10\|15\|15\|23\|15\|21\|1\|28\|24\|24\|15\|7\|1\|10\|3\|
    \|12\|Paul Gautherot\|241\|91\|19\|8\|14\|25\|25\|9\|20\|10\|20\|11\|2\|8\|15\|15\|10\|7\|3\|20\|
    \|13\|gamesorry\|251\|75\|29\|27\|28\|29\|27\|15\|1\|19\|1\|9\|9\|5\|7\|4\|10\|18\|5\|8\|
    \|14\|Guardiana\|261\|124\|23\|22\|4\|15\|27\|23\|11\|8\|4\|13\|6\|15\|4\|10\|25\|30\|15\|6\|
    \|15\|terrance806\|263\|130\|29\|18\|14\|11\|10\|4\|13\|16\|18\|13\|23\|18\|5\|5\|18\|23\|21\|4\|
    \|16\|Iluvatar\|281\|169\|17\|9\|3\|14\|14\|13\|14\|17\|11\|19\|16\|15\|21\|23\|21\|14\|21\|19\|
    \|17\|BigChicken ★\|283\|120\|21\|24\|19\|13\|24\|25\|14\|10\|13\|7\|15\|10\|2\|18\|25\|16\|15\|12\|
    \|18\|Finn Th. Nielsen\|283\|144\|11\|19\|20\|1\|9\|19\|18\|25\|17\|18\|19\|21\|19\|20\|7\|7\|11\|22\|
    \|19\|nexxogen\|310\|174\|8\|23\|8\|29\|2\|25\|3\|30\|8\|8\|19\|19\|13\|22\|17\|24\|26\|26\|
    \|20\|wojtex\|311\|91\|29\|27\|28\|29\|27\|25\|28\|1\|26\|1\|28\|14\|1\|7\|13\|1\|9\|17\|
    \|21\|funtobewith11\|322\|198\|14\|10\|14\|12\|19\|9\|9\|22\|15\|25\|26\|17\|20\|25\|12\|25\|25\|23\|
    \|52\|maximum rank\|487\|238\|29\|27\|28\|29\|27\|25\|28\|30\|26\|28\|28\|24\|24\|27\|25\|30\|26\|26\|

  • MarleysGhost at 2014-03-28

    Date: March 27, 2014 Expression: number

    \|_.Rank\|_.Player Name\|_.Sum\|_.Bk9 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 \|
    \|1\|Goldilocks\|122\|67\|4\|14\|4\|10\|6\|9\|5\|2\|1\|13\|1\|9\|3\|1\|6\|18\|1\|15\|
    \|2\|Pinobambu\|139\|80\|1\|2\|8\|7\|15\|2\|2\|10\|12\|3\|2\|8\|1\|14\|1\|17\|15\|19\|
    \|3\|Elisa Kabiljo\|156\|74\|1\|18\|19\|2\|2\|6\|14\|19\|1\|9\|6\|5\|10\|20\|1\|1\|1\|21\|
    \|4\|keith630 ★\|181\|80\|13\|12\|24\|1\|11\|18\|10\|7\|5\|14\|11\|2\|6\|3\|13\|14\|14\|3\|
    \|5\|MarleysGhost ★\|186\|105\|11\|1\|3\|12\|20\|8\|8\|12\|6\|6\|9\|12\|2\|16\|15\|23\|13\|9\|
    \|6\|Bill LeBoeuf ★\|205\|103\|5\|10\|21\|13\|4\|4\|25\|3\|17\|9\|7\|16\|7\|6\|19\|6\|17\|16\|
    \|7\|dougforte\|207\|86\|17\|5\|5\|6\|14\|22\|23\|14\|15\|6\|4\|13\|12\|5\|1\|7\|15\|23\|
    \|8\|Sheila\|217\|126\|6\|13\|16\|21\|7\|7\|7\|4\|10\|4\|12\|11\|24\|23\|19\|8\|8\|17\|
    \|9\|karlhanf ★\|221\|70\|12\|9\|2\|4\|12\|28\|30\|26\|28\|1\|2\|10\|19\|3\|11\|18\|4\|2\|
    \|10\|gamesorry\|231\|75\|27\|28\|29\|27\|15\|1\|19\|1\|9\|9\|5\|7\|4\|10\|18\|5\|8\|9\|
    \|11\|Troldmyr\|232\|116\|15\|6\|6\|17\|20\|4\|3\|23\|22\|21\|12\|24\|7\|2\|9\|3\|26\|12\|
    \|12\|Paul Gautherot\|236\|94\|8\|14\|25\|25\|9\|20\|10\|20\|11\|2\|8\|15\|15\|10\|7\|3\|20\|14\|
    \|13\|Guardiana\|239\|112\|22\|4\|15\|27\|23\|11\|8\|4\|13\|6\|15\|4\|10\|25\|30\|15\|6\|1\|
    \|14\|slaapgraag\|239\|115\|1\|23\|10\|15\|15\|23\|15\|21\|1\|28\|24\|24\|15\|7\|1\|10\|3\|3\|
    \|15\|terrance806\|255\|138\|18\|14\|11\|10\|4\|13\|16\|18\|13\|23\|18\|5\|5\|18\|23\|21\|4\|21\|
    \|16\|BigChicken ★\|270\|121\|24\|19\|13\|24\|25\|14\|10\|13\|7\|15\|10\|2\|18\|25\|16\|15\|12\|8\|
    \|17\|Iluvatar\|282\|168\|9\|3\|14\|14\|13\|14\|17\|11\|19\|16\|15\|21\|23\|21\|14\|21\|19\|18\|
    \|18\|Finn Th. Nielsen\|284\|138\|19\|20\|1\|9\|19\|18\|25\|17\|18\|19\|21\|19\|20\|7\|7\|11\|22\|12\|
    \|19\|wojtex\|310\|118\|27\|28\|29\|27\|25\|28\|1\|26\|1\|28\|14\|1\|7\|13\|1\|9\|17\|28\|
    \|20\|funtobewith11\|311\|176\|10\|14\|12\|19\|9\|9\|22\|15\|25\|26\|17\|20\|25\|12\|25\|25\|23\|3\|
    \|21\|nexxogen\|330\|194\|23\|8\|29\|2\|25\|3\|30\|8\|8\|19\|19\|13\|22\|17\|24\|26\|26\|28\|
    \|22\|koen\|339\|139\|25\|25\|22\|26\|8\|26\|18\|22\|28\|16\|22\|17\|14\|7\|22\|11\|10\|20\|
    \|50\|maximum rank\|486\|238\|27\|28\|29\|27\|25\|28\|30\|26\|28\|28\|24\|24\|27\|25\|30\|26\|26\|28\|

  • Elisa Kabiljo at 2014-03-31

    Sorry, but this table is same as after march 27, last game isn't calculated.

  • MarleysGhost at 2014-04-03

    The software needed some hand holding to make the transition to 4-digit game numbers.

    Date: March 30, 2014 Expression: underwear

    \|_.Rank\|_.Player Name\|_.Sum\|_.Bk9 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 \|
    \|1\|Goldilocks\|119\|55\|14\|4\|10\|6\|9\|5\|2\|1\|13\|1\|9\|3\|1\|6\|18\|1\|15\|1\|
    \|2\|Pinobambu\|139\|78\|2\|8\|7\|15\|2\|2\|10\|12\|3\|2\|8\|1\|14\|1\|17\|15\|19\|1\|
    \|3\|Elisa Kabiljo\|156\|66\|18\|19\|2\|2\|6\|14\|19\|1\|9\|6\|5\|10\|20\|1\|1\|1\|21\|1\|
    \|4\|keith630\|177\|75\|12\|24\|1\|11\|18\|10\|7\|5\|14\|11\|2\|6\|3\|13\|14\|14\|3\|9\|
    \|5\|MarleysGhost ★\|187\|111\|1\|3\|12\|20\|8\|8\|12\|6\|6\|9\|12\|2\|16\|15\|23\|13\|9\|12\|
    \|6\|dougforte\|191\|81\|5\|5\|6\|14\|22\|23\|14\|15\|6\|4\|13\|12\|5\|1\|7\|15\|23\|1\|
    \|7\|Bill LeBoeuf ★\|213\|107\|10\|21\|13\|4\|4\|25\|3\|17\|9\|7\|16\|7\|6\|19\|6\|17\|16\|13\|
    \|8\|karlhanf ★\|214\|74\|9\|2\|4\|12\|28\|30\|26\|28\|1\|2\|10\|19\|3\|11\|18\|4\|2\|5\|
    \|9\|gamesorry\|214\|76\|28\|29\|27\|15\|1\|19\|1\|9\|9\|5\|7\|4\|10\|18\|5\|8\|9\|10\|
    \|10\|Guardiana\|228\|117\|4\|15\|27\|23\|11\|8\|4\|13\|6\|15\|4\|10\|25\|30\|15\|6\|1\|11\|
    \|11\|Sheila\|230\|141\|13\|16\|21\|7\|7\|7\|4\|10\|4\|12\|11\|24\|23\|19\|8\|8\|17\|19\|
    \|12\|Paul Gautherot\|236\|100\|14\|25\|25\|9\|20\|10\|20\|11\|2\|8\|15\|15\|10\|7\|3\|20\|14\|8\|
    \|13\|Troldmyr\|242\|120\|6\|6\|17\|20\|4\|3\|23\|22\|21\|12\|24\|7\|2\|9\|3\|26\|12\|25\|
    \|14\|terrance806\|257\|135\|14\|11\|10\|4\|13\|16\|18\|13\|23\|18\|5\|5\|18\|23\|21\|4\|21\|20\|
    \|15\|BigChicken ★\|260\|120\|19\|13\|24\|25\|14\|10\|13\|7\|15\|10\|2\|18\|25\|16\|15\|12\|8\|14\|
    \|16\|slaapgraag\|263\|112\|23\|10\|15\|15\|23\|15\|21\|1\|28\|24\|24\|15\|7\|1\|10\|3\|3\|25\|
    \|17\|Finn Th. Nielsen\|287\|141\|20\|1\|9\|19\|18\|25\|17\|18\|19\|21\|19\|20\|7\|7\|11\|22\|12\|22\|
    \|18\|wojtex\|289\|96\|28\|29\|27\|25\|28\|1\|26\|1\|28\|14\|1\|7\|13\|1\|9\|17\|28\|6\|
    \|19\|Iluvatar\|294\|173\|3\|14\|14\|13\|14\|17\|11\|19\|16\|15\|21\|23\|21\|14\|21\|19\|18\|21\|
    \|20\|funtobewith11\|308\|157\|14\|12\|19\|9\|9\|22\|15\|25\|26\|17\|20\|25\|12\|25\|25\|23\|3\|7\|
    \|21\|nexxogen\|332\|200\|8\|29\|2\|25\|3\|30\|8\|8\|19\|19\|13\|22\|17\|24\|26\|26\|28\|25\|
    \|22\|koen\|339\|148\|25\|22\|26\|8\|26\|18\|22\|28\|16\|22\|17\|14\|7\|22\|11\|10\|20\|25\|
    \|49\|maximum rank\|484\|235\|28\|29\|27\|25\|28\|30\|26\|28\|28\|24\|24\|27\|25\|30\|26\|26\|28\|25\|

  • MarleysGhost at 2014-04-03

    Date: April 2, 2014 Expression: Favourite comics characters (euro/us/jap or others)

    \|_.Rank\|_.Player Name\|_.Sum\|_.Bk9 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 \|
    \|1\|Goldilocks\|120\|69\|4\|10\|6\|9\|5\|2\|1\|13\|1\|9\|3\|1\|6\|18\|1\|15\|1\|15\|
    \|2\|Pinobambu\|142\|81\|8\|7\|15\|2\|2\|10\|12\|3\|2\|8\|1\|14\|1\|17\|15\|19\|1\|5\|
    \|3\|Elisa Kabiljo\|157\|79\|19\|2\|2\|6\|14\|19\|1\|9\|6\|5\|10\|20\|1\|1\|1\|21\|1\|19\|
    \|4\|keith630\|183\|82\|24\|1\|11\|18\|10\|7\|5\|14\|11\|2\|6\|3\|13\|14\|14\|3\|9\|18\|
    \|5\|dougforte\|194\|85\|5\|6\|14\|22\|23\|14\|15\|6\|4\|13\|12\|5\|1\|7\|15\|23\|1\|8\|
    \|6\|gamesorry\|203\|88\|29\|27\|15\|1\|19\|1\|9\|9\|5\|7\|4\|10\|18\|5\|8\|9\|10\|17\|
    \|7\|MarleysGhost ★\|206\|122\|3\|12\|20\|8\|8\|12\|6\|6\|9\|12\|2\|16\|15\|23\|13\|9\|12\|20\|
    \|8\|Bill LeBoeuf ★\|215\|112\|21\|13\|4\|4\|25\|3\|17\|9\|7\|16\|7\|6\|19\|6\|17\|16\|13\|12\|
    \|9\|Sheila\|227\|139\|16\|21\|7\|7\|7\|4\|10\|4\|12\|11\|24\|23\|19\|8\|8\|17\|19\|10\|
    \|10\|karlhanf ★\|230\|97\|2\|4\|12\|28\|30\|26\|28\|1\|2\|10\|19\|3\|11\|18\|4\|2\|5\|25\|
    \|11\|Guardiana\|231\|109\|15\|27\|23\|11\|8\|4\|13\|6\|15\|4\|10\|25\|30\|15\|6\|1\|11\|7\|
    \|12\|Paul Gautherot\|237\|107\|25\|25\|9\|20\|10\|20\|11\|2\|8\|15\|15\|10\|7\|3\|20\|14\|8\|15\|
    \|13\|BigChicken ★\|242\|111\|13\|24\|25\|14\|10\|13\|7\|15\|10\|2\|18\|25\|16\|15\|12\|8\|14\|1\|
    \|14\|terrance806\|245\|119\|11\|10\|4\|13\|16\|18\|13\|23\|18\|5\|5\|18\|23\|21\|4\|21\|20\|2\|
    \|15\|Troldmyr\|261\|133\|6\|17\|20\|4\|3\|23\|22\|21\|12\|24\|7\|2\|9\|3\|26\|12\|25\|25\|
    \|16\|slaapgraag\|265\|113\|10\|15\|15\|23\|15\|21\|1\|28\|24\|24\|15\|7\|1\|10\|3\|3\|25\|25\|
    \|17\|wojtex\|267\|88\|29\|27\|25\|28\|1\|26\|1\|28\|14\|1\|7\|13\|1\|9\|17\|28\|6\|6\|
    \|18\|Finn Th. Nielsen\|291\|144\|1\|9\|19\|18\|25\|17\|18\|19\|21\|19\|20\|7\|7\|11\|22\|12\|22\|24\|
    \|19\|funtobewith11\|308\|154\|12\|19\|9\|9\|22\|15\|25\|26\|17\|20\|25\|12\|25\|25\|23\|3\|7\|14\|
    \|20\|Iluvatar\|312\|179\|14\|14\|13\|14\|17\|11\|19\|16\|15\|21\|23\|21\|14\|21\|19\|18\|21\|21\|
    \|21\|koen\|322\|134\|22\|26\|8\|26\|18\|22\|28\|16\|22\|17\|14\|7\|22\|11\|10\|20\|25\|8\|
    \|48\|maximum rank\|481\|236\|29\|27\|25\|28\|30\|26\|28\|28\|24\|24\|27\|25\|30\|26\|26\|28\|25\|25\|

  • MarleysGhost at 2014-04-06

    Date: April 5, 2014 Expression: this is number 1001!!!

    \|_.Rank\|_.Player Name\|_.Sum\|_.Bk9 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 \|
    \|1\|Goldilocks\|134\|78\|10\|6\|9\|5\|2\|1\|13\|1\|9\|3\|1\|6\|18\|1\|15\|1\|15\|18\|
    \|2\|Pinobambu\|135\|74\|7\|15\|2\|2\|10\|12\|3\|2\|8\|1\|14\|1\|17\|15\|19\|1\|5\|1\|
    \|3\|Elisa Kabiljo\|150\|86\|2\|2\|6\|14\|19\|1\|9\|6\|5\|10\|20\|1\|1\|1\|21\|1\|19\|12\|
    \|4\|gamesorry\|177\|84\|27\|15\|1\|19\|1\|9\|9\|5\|7\|4\|10\|18\|5\|8\|9\|10\|17\|3\|
    \|5\|keith630\|177\|98\|1\|11\|18\|10\|7\|5\|14\|11\|2\|6\|3\|13\|14\|14\|3\|9\|18\|18\|
    \|6\|dougforte\|190\|73\|6\|14\|22\|23\|14\|15\|6\|4\|13\|12\|5\|1\|7\|15\|23\|1\|8\|1\|
    \|7\|Paul Gautherot\|215\|95\|25\|9\|20\|10\|20\|11\|2\|8\|15\|15\|10\|7\|3\|20\|14\|8\|15\|3\|
    \|8\|Bill LeBoeuf ★\|215\|117\|13\|4\|4\|25\|3\|17\|9\|7\|16\|7\|6\|19\|6\|17\|16\|13\|12\|21\|
    \|9\|MarleysGhost ★\|220\|127\|12\|20\|8\|8\|12\|6\|6\|9\|12\|2\|16\|15\|23\|13\|9\|12\|20\|17\|
    \|10\|Sheila\|236\|153\|21\|7\|7\|7\|4\|10\|4\|12\|11\|24\|23\|19\|8\|8\|17\|19\|10\|25\|
    \|11\|Guardiana\|238\|127\|27\|23\|11\|8\|4\|13\|6\|15\|4\|10\|25\|30\|15\|6\|1\|11\|7\|22\|
    \|12\|terrance806\|242\|122\|10\|4\|13\|16\|18\|13\|23\|18\|5\|5\|18\|23\|21\|4\|21\|20\|2\|8\|
    \|13\|BigChicken ★\|243\|123\|24\|25\|14\|10\|13\|7\|15\|10\|2\|18\|25\|16\|15\|12\|8\|14\|1\|14\|
    \|14\|karlhanf ★\|253\|112\|4\|12\|28\|30\|26\|28\|1\|2\|10\|19\|3\|11\|18\|4\|2\|5\|25\|25\|
    \|15\|wojtex\|263\|112\|27\|25\|28\|1\|26\|1\|28\|14\|1\|7\|13\|1\|9\|17\|28\|6\|6\|25\|
    \|16\|slaapgraag\|280\|114\|15\|15\|23\|15\|21\|1\|28\|24\|24\|15\|7\|1\|10\|3\|3\|25\|25\|25\|
    \|17\|Troldmyr\|280\|134\|17\|20\|4\|3\|23\|22\|21\|12\|24\|7\|2\|9\|3\|26\|12\|25\|25\|25\|
    \|18\|Finn Th. Nielsen\|306\|141\|9\|19\|18\|25\|17\|18\|19\|21\|19\|20\|7\|7\|11\|22\|12\|22\|24\|16\|
    \|19\|Iluvatar\|313\|173\|14\|13\|14\|17\|11\|19\|16\|15\|21\|23\|21\|14\|21\|19\|18\|21\|21\|15\|
    \|20\|funtobewith11\|319\|157\|19\|9\|9\|22\|15\|25\|26\|17\|20\|25\|12\|25\|25\|23\|3\|7\|14\|23\|
    \|21\|koen\|325\|142\|26\|8\|26\|18\|22\|28\|16\|22\|17\|14\|7\|22\|11\|10\|20\|25\|8\|25\|
    \|22\|roxann\|330\|180\|20\|1\|11\|27\|24\|21\|4\|24\|18\|13\|25\|25\|24\|24\|28\|15\|23\|3\|
    \|48\|maximum rank\|477\|237\|27\|25\|28\|30\|26\|28\|28\|24\|24\|27\|25\|30\|26\|26\|28\|25\|25\|25\|

  • MarleysGhost at 2014-04-09

    Date: April 8, 2014 Expression: Egypt

    \|_.Rank\|_.Player Name\|_.Sum\|_.Bk9 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 \|
    \|1\|Goldilocks\|128\|79\|6\|9\|5\|2\|1\|13\|1\|9\|3\|1\|6\|18\|1\|15\|1\|15\|18\|4\|
    \|2\|Pinobambu\|129\|74\|15\|2\|2\|10\|12\|3\|2\|8\|1\|14\|1\|17\|15\|19\|1\|5\|1\|1\|
    \|3\|Elisa Kabiljo\|150\|78\|2\|6\|14\|19\|1\|9\|6\|5\|10\|20\|1\|1\|1\|21\|1\|19\|12\|2\|
    \|4\|gamesorry\|155\|85\|15\|1\|19\|1\|9\|9\|5\|7\|4\|10\|18\|5\|8\|9\|10\|17\|3\|5\|
    \|5\|dougforte\|186\|63\|14\|22\|23\|14\|15\|6\|4\|13\|12\|5\|1\|7\|15\|23\|1\|8\|1\|2\|
    \|6\|keith630\|187\|103\|11\|18\|10\|7\|5\|14\|11\|2\|6\|3\|13\|14\|14\|3\|9\|18\|18\|11\|
    \|7\|Paul Gautherot\|198\|88\|9\|20\|10\|20\|11\|2\|8\|15\|15\|10\|7\|3\|20\|14\|8\|15\|3\|8\|
    \|8\|Bill LeBoeuf ★\|217\|125\|4\|4\|25\|3\|17\|9\|7\|16\|7\|6\|19\|6\|17\|16\|13\|12\|21\|15\|
    \|9\|MarleysGhost ★\|221\|138\|20\|8\|8\|12\|6\|6\|9\|12\|2\|16\|15\|23\|13\|9\|12\|20\|17\|13\|
    \|10\|Sheila\|226\|140\|7\|7\|7\|4\|10\|4\|12\|11\|24\|23\|19\|8\|8\|17\|19\|10\|25\|11\|
    \|11\|BigChicken ★\|228\|114\|25\|14\|10\|13\|7\|15\|10\|2\|18\|25\|16\|15\|12\|8\|14\|1\|14\|9\|
    \|12\|Guardiana\|230\|136\|23\|11\|8\|4\|13\|6\|15\|4\|10\|25\|30\|15\|6\|1\|11\|7\|22\|19\|
    \|13\|terrance806\|242\|127\|4\|13\|16\|18\|13\|23\|18\|5\|5\|18\|23\|21\|4\|21\|20\|2\|8\|10\|
    \|14\|wojtex\|261\|130\|25\|28\|1\|26\|1\|28\|14\|1\|7\|13\|1\|9\|17\|28\|6\|6\|25\|25\|
    \|15\|karlhanf ★\|263\|107\|12\|28\|30\|26\|28\|1\|2\|10\|19\|3\|11\|18\|4\|2\|5\|25\|25\|14\|
    \|16\|Troldmyr\|288\|152\|20\|4\|3\|23\|22\|21\|12\|24\|7\|2\|9\|3\|26\|12\|25\|25\|25\|25\|
    \|17\|slaapgraag\|290\|124\|15\|23\|15\|21\|1\|28\|24\|24\|15\|7\|1\|10\|3\|3\|25\|25\|25\|25\|
    \|18\|Finn Th. Nielsen\|312\|136\|19\|18\|25\|17\|18\|19\|21\|19\|20\|7\|7\|11\|22\|12\|22\|24\|16\|15\|
    \|19\|Iluvatar\|316\|167\|13\|14\|17\|11\|19\|16\|15\|21\|23\|21\|14\|21\|19\|18\|21\|21\|15\|17\|
    \|20\|funtobewith11\|321\|153\|9\|9\|22\|15\|25\|26\|17\|20\|25\|12\|25\|25\|23\|3\|7\|14\|23\|21\|
    \|21\|koen\|324\|153\|8\|26\|18\|22\|28\|16\|22\|17\|14\|7\|22\|11\|10\|20\|25\|8\|25\|25\|
    \|22\|roxann\|334\|191\|1\|11\|27\|24\|21\|4\|24\|18\|13\|25\|25\|24\|24\|28\|15\|23\|3\|24\|
    \|48\|maximum rank\|475\|235\|25\|28\|30\|26\|28\|28\|24\|24\|27\|25\|30\|26\|26\|28\|25\|25\|25\|25\|

  • MarleysGhost at 2014-04-12

    Date: April 11, 2014 Expression: wine-producing regions

    \|_.Rank\|_.Player Name\|_.Sum\|_.Bk9 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 \|
    \|1\|Pinobambu\|120\|66\|2\|2\|10\|12\|3\|2\|8\|1\|14\|1\|17\|15\|19\|1\|5\|1\|1\|6\|
    \|2\|Goldilocks\|144\|100\|9\|5\|2\|1\|13\|1\|9\|3\|1\|6\|18\|1\|15\|1\|15\|18\|4\|22\|
    \|3\|gamesorry\|145\|80\|1\|19\|1\|9\|9\|5\|7\|4\|10\|18\|5\|8\|9\|10\|17\|3\|5\|5\|
    \|4\|Elisa Kabiljo\|151\|61\|6\|14\|19\|1\|9\|6\|5\|10\|20\|1\|1\|1\|21\|1\|19\|12\|2\|3\|
    \|5\|dougforte\|182\|68\|22\|23\|14\|15\|6\|4\|13\|12\|5\|1\|7\|15\|23\|1\|8\|1\|2\|10\|
    \|6\|Paul Gautherot\|191\|80\|20\|10\|20\|11\|2\|8\|15\|15\|10\|7\|3\|20\|14\|8\|15\|3\|8\|2\|
    \|7\|keith630\|196\|120\|18\|10\|7\|5\|14\|11\|2\|6\|3\|13\|14\|14\|3\|9\|18\|18\|11\|20\|
    \|8\|BigChicken ★\|214\|100\|14\|10\|13\|7\|15\|10\|2\|18\|25\|16\|15\|12\|8\|14\|1\|14\|9\|11\|
    \|9\|MarleysGhost ★\|219\|140\|8\|8\|12\|6\|6\|9\|12\|2\|16\|15\|23\|13\|9\|12\|20\|17\|13\|18\|
    \|10\|Bill LeBoeuf ★\|220\|126\|4\|25\|3\|17\|9\|7\|16\|7\|6\|19\|6\|17\|16\|13\|12\|21\|15\|7\|
    \|11\|Guardiana\|229\|133\|11\|8\|4\|13\|6\|15\|4\|10\|25\|30\|15\|6\|1\|11\|7\|22\|19\|22\|
    \|12\|Sheila\|234\|132\|7\|7\|4\|10\|4\|12\|11\|24\|23\|19\|8\|8\|17\|19\|10\|25\|11\|15\|
    \|13\|terrance806\|246\|117\|13\|16\|18\|13\|23\|18\|5\|5\|18\|23\|21\|4\|21\|20\|2\|8\|10\|8\|
    \|14\|karlhanf ★\|255\|108\|28\|30\|26\|28\|1\|2\|10\|19\|3\|11\|18\|4\|2\|5\|25\|25\|14\|4\|
    \|15\|wojtex\|258\|139\|28\|1\|26\|1\|28\|14\|1\|7\|13\|1\|9\|17\|28\|6\|6\|25\|25\|22\|
    \|16\|Troldmyr\|290\|172\|4\|3\|23\|22\|21\|12\|24\|7\|2\|9\|3\|26\|12\|25\|25\|25\|25\|22\|
    \|17\|slaapgraag\|297\|139\|23\|15\|21\|1\|28\|24\|24\|15\|7\|1\|10\|3\|3\|25\|25\|25\|25\|22\|
    \|18\|Finn Th. Nielsen\|304\|140\|18\|25\|17\|18\|19\|21\|19\|20\|7\|7\|11\|22\|12\|22\|24\|16\|15\|11\|
    \|19\|Iluvatar\|322\|165\|14\|17\|11\|19\|16\|15\|21\|23\|21\|14\|21\|19\|18\|21\|21\|15\|17\|19\|
    \|20\|funtobewith11\|334\|163\|9\|22\|15\|25\|26\|17\|20\|25\|12\|25\|25\|23\|3\|7\|14\|23\|21\|22\|
    \|21\|koen\|338\|168\|26\|18\|22\|28\|16\|22\|17\|14\|7\|22\|11\|10\|20\|25\|8\|25\|25\|22\|
    \|49\|maximum rank\|472\|232\|28\|30\|26\|28\|28\|24\|24\|27\|25\|30\|26\|26\|28\|25\|25\|25\|25\|22\|

  • MarleysGhost at 2014-04-15

    Date: April 14, 2014 Expression: famous inventions

    \|_.Rank\|_.Player Name\|_.Sum\|_.Bk9 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 \|
    \|1\|Pinobambu\|124\|71\|2\|10\|12\|3\|2\|8\|1\|14\|1\|17\|15\|19\|1\|5\|1\|1\|6\|6\|
    \|2\|Goldilocks\|142\|101\|5\|2\|1\|13\|1\|9\|3\|1\|6\|18\|1\|15\|1\|15\|18\|4\|22\|7\|
    \|3\|gamesorry\|148\|66\|19\|1\|9\|9\|5\|7\|4\|10\|18\|5\|8\|9\|10\|17\|3\|5\|5\|4\|
    \|4\|Elisa Kabiljo\|156\|71\|14\|19\|1\|9\|6\|5\|10\|20\|1\|1\|1\|21\|1\|19\|12\|2\|3\|11\|
    \|5\|dougforte\|169\|76\|23\|14\|15\|6\|4\|13\|12\|5\|1\|7\|15\|23\|1\|8\|1\|2\|10\|9\|
    \|6\|Paul Gautherot\|183\|85\|10\|20\|11\|2\|8\|15\|15\|10\|7\|3\|20\|14\|8\|15\|3\|8\|2\|12\|
    \|7\|keith630\|194\|123\|10\|7\|5\|14\|11\|2\|6\|3\|13\|14\|14\|3\|9\|18\|18\|11\|20\|16\|
    \|8\|BigChicken ★\|215\|99\|10\|13\|7\|15\|10\|2\|18\|25\|16\|15\|12\|8\|14\|1\|14\|9\|11\|15\|
    \|9\|Bill LeBoeuf ★\|219\|110\|25\|3\|17\|9\|7\|16\|7\|6\|19\|6\|17\|16\|13\|12\|21\|15\|7\|3\|
    \|10\|MarleysGhost ★\|225\|139\|8\|12\|6\|6\|9\|12\|2\|16\|15\|23\|13\|9\|12\|20\|17\|13\|18\|14\|
    \|11\|karlhanf ★\|234\|104\|30\|26\|28\|1\|2\|10\|19\|3\|11\|18\|4\|2\|5\|25\|25\|14\|4\|7\|
    \|12\|terrance806\|235\|96\|16\|18\|13\|23\|18\|5\|5\|18\|23\|21\|4\|21\|20\|2\|8\|10\|8\|2\|
    \|13\|Sheila\|237\|123\|7\|4\|10\|4\|12\|11\|24\|23\|19\|8\|8\|17\|19\|10\|25\|11\|15\|10\|
    \|14\|Guardiana\|242\|127\|8\|4\|13\|6\|15\|4\|10\|25\|30\|15\|6\|1\|11\|7\|22\|19\|22\|24\|
    \|15\|wojtex\|254\|162\|1\|26\|1\|28\|14\|1\|7\|13\|1\|9\|17\|28\|6\|6\|25\|25\|22\|24\|
    \|16\|slaapgraag\|298\|162\|15\|21\|1\|28\|24\|24\|15\|7\|1\|10\|3\|3\|25\|25\|25\|25\|22\|24\|
    \|17\|Finn Th. Nielsen\|305\|152\|25\|17\|18\|19\|21\|19\|20\|7\|7\|11\|22\|12\|22\|24\|16\|15\|11\|19\|
    \|18\|Troldmyr\|310\|187\|3\|23\|22\|21\|12\|24\|7\|2\|9\|3\|26\|12\|25\|25\|25\|25\|22\|24\|
    \|19\|Iluvatar\|321\|164\|17\|11\|19\|16\|15\|21\|23\|21\|14\|21\|19\|18\|21\|21\|15\|17\|19\|13\|
    \|20\|Nagy Fathy\|324\|107\|30\|26\|28\|28\|24\|24\|27\|18\|12\|18\|7\|9\|18\|2\|20\|18\|14\|1\|
    \|21\|koen\|336\|170\|18\|22\|28\|16\|22\|17\|14\|7\|22\|11\|10\|20\|25\|8\|25\|25\|22\|24\|
    \|51\|maximum rank\|468\|226\|30\|26\|28\|28\|24\|24\|27\|25\|30\|26\|26\|28\|25\|25\|25\|25\|22\|24\|

  • MarleysGhost at 2014-04-19

    Date: April 17, 2014 Expression: snake

    \|_.Rank\|_.Player Name\|_.Sum\|_.Bk9 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 \|
    \|1\|Pinobambu\|126\|58\|10\|12\|3\|2\|8\|1\|14\|1\|17\|15\|19\|1\|5\|1\|1\|6\|6\|4\|
    \|2\|gamesorry\|132\|64\|1\|9\|9\|5\|7\|4\|10\|18\|5\|8\|9\|10\|17\|3\|5\|5\|4\|3\|
    \|3\|Goldilocks\|142\|88\|2\|1\|13\|1\|9\|3\|1\|6\|18\|1\|15\|1\|15\|18\|4\|22\|7\|5\|
    \|4\|Elisa Kabiljo\|149\|77\|19\|1\|9\|6\|5\|10\|20\|1\|1\|1\|21\|1\|19\|12\|2\|3\|11\|7\|
    \|5\|dougforte\|162\|85\|14\|15\|6\|4\|13\|12\|5\|1\|7\|15\|23\|1\|8\|1\|2\|10\|9\|16\|
    \|6\|Paul Gautherot\|174\|83\|20\|11\|2\|8\|15\|15\|10\|7\|3\|20\|14\|8\|15\|3\|8\|2\|12\|1\|
    \|7\|keith630\|197\|122\|7\|5\|14\|11\|2\|6\|3\|13\|14\|14\|3\|9\|18\|18\|11\|20\|16\|13\|
    \|8\|Bill LeBoeuf ★\|201\|111\|3\|17\|9\|7\|16\|7\|6\|19\|6\|17\|16\|13\|12\|21\|15\|7\|3\|7\|
    \|9\|karlhanf ★\|215\|97\|26\|28\|1\|2\|10\|19\|3\|11\|18\|4\|2\|5\|25\|25\|14\|4\|7\|11\|
    \|10\|BigChicken ★\|228\|107\|13\|7\|15\|10\|2\|18\|25\|16\|15\|12\|8\|14\|1\|14\|9\|11\|15\|23\|
    \|11\|terrance806\|229\|85\|18\|13\|23\|18\|5\|5\|18\|23\|21\|4\|21\|20\|2\|8\|10\|8\|2\|10\|
    \|12\|MarleysGhost ★\|236\|135\|12\|6\|6\|9\|12\|2\|16\|15\|23\|13\|9\|12\|20\|17\|13\|18\|14\|19\|
    \|13\|Sheila\|239\|124\|4\|10\|4\|12\|11\|24\|23\|19\|8\|8\|17\|19\|10\|25\|11\|15\|10\|9\|
    \|14\|Guardiana\|257\|135\|4\|13\|6\|15\|4\|10\|25\|30\|15\|6\|1\|11\|7\|22\|19\|22\|24\|23\|
    \|15\|wojtex\|276\|176\|26\|1\|28\|14\|1\|7\|13\|1\|9\|17\|28\|6\|6\|25\|25\|22\|24\|23\|
    \|16\|Finn Th. Nielsen\|292\|153\|17\|18\|19\|21\|19\|20\|7\|7\|11\|22\|12\|22\|24\|16\|15\|11\|19\|12\|
    \|17\|Nagy Fathy\|296\|91\|26\|28\|28\|24\|24\|27\|18\|12\|18\|7\|9\|18\|2\|20\|18\|14\|1\|2\|
    \|18\|slaapgraag\|306\|175\|21\|1\|28\|24\|24\|15\|7\|1\|10\|3\|3\|25\|25\|25\|25\|22\|24\|23\|
    \|19\|Iluvatar\|318\|157\|11\|19\|16\|15\|21\|23\|21\|14\|21\|19\|18\|21\|21\|15\|17\|19\|13\|14\|
    \|20\|Troldmyr\|330\|207\|23\|22\|21\|12\|24\|7\|2\|9\|3\|26\|12\|25\|25\|25\|25\|22\|24\|23\|
    \|21\|Chris Smith\|339\|116\|26\|28\|28\|24\|24\|27\|25\|30\|11\|21\|24\|16\|2\|10\|5\|9\|24\|5\|
    \|47\|maximum rank\|461\|223\|26\|28\|28\|24\|24\|27\|25\|30\|26\|26\|28\|25\|25\|25\|25\|22\|24\|23\|

  • MarleysGhost at 2014-04-24

    Date: April 20, 2014 Expression: addition

    \|_.Rank\|_.Player Name\|_.Sum\|_.Bk9 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 \|
    \|1\|Pinobambu\|129\|56\|12\|3\|2\|8\|1\|14\|1\|17\|15\|19\|1\|5\|1\|1\|6\|6\|4\|13\|
    \|2\|gamesorry\|134\|59\|9\|9\|5\|7\|4\|10\|18\|5\|8\|9\|10\|17\|3\|5\|5\|4\|3\|3\|
    \|3\|Goldilocks\|142\|89\|1\|13\|1\|9\|3\|1\|6\|18\|1\|15\|1\|15\|18\|4\|22\|7\|5\|2\|
    \|4\|Elisa Kabiljo\|145\|91\|1\|9\|6\|5\|10\|20\|1\|1\|1\|21\|1\|19\|12\|2\|3\|11\|7\|15\|
    \|5\|dougforte\|149\|71\|15\|6\|4\|13\|12\|5\|1\|7\|15\|23\|1\|8\|1\|2\|10\|9\|16\|1\|
    \|6\|Paul Gautherot\|166\|75\|11\|2\|8\|15\|15\|10\|7\|3\|20\|14\|8\|15\|3\|8\|2\|12\|1\|12\|
    \|7\|karlhanf ★\|195\|99\|28\|1\|2\|10\|19\|3\|11\|18\|4\|2\|5\|25\|25\|14\|4\|7\|11\|6\|
    \|8\|Bill LeBoeuf ★\|202\|98\|17\|9\|7\|16\|7\|6\|19\|6\|17\|16\|13\|12\|21\|15\|7\|3\|7\|4\|
    \|9\|keith630\|206\|124\|5\|14\|11\|2\|6\|3\|13\|14\|14\|3\|9\|18\|18\|11\|20\|16\|13\|16\|
    \|10\|terrance806\|216\|86\|13\|23\|18\|5\|5\|18\|23\|21\|4\|21\|20\|2\|8\|10\|8\|2\|10\|5\|
    \|11\|BigChicken ★\|235\|115\|7\|15\|10\|2\|18\|25\|16\|15\|12\|8\|14\|1\|14\|9\|11\|15\|23\|20\|
    \|12\|MarleysGhost ★\|235\|133\|6\|6\|9\|12\|2\|16\|15\|23\|13\|9\|12\|20\|17\|13\|18\|14\|19\|11\|
    \|13\|Sheila\|255\|136\|10\|4\|12\|11\|24\|23\|19\|8\|8\|17\|19\|10\|25\|11\|15\|10\|9\|20\|
    \|14\|wojtex\|270\|179\|1\|28\|14\|1\|7\|13\|1\|9\|17\|28\|6\|6\|25\|25\|22\|24\|23\|20\|
    \|15\|Guardiana\|273\|149\|13\|6\|15\|4\|10\|25\|30\|15\|6\|1\|11\|7\|22\|19\|22\|24\|23\|20\|
    \|16\|Finn Th. Nielsen\|284\|140\|18\|19\|21\|19\|20\|7\|7\|11\|22\|12\|22\|24\|16\|15\|11\|19\|12\|9\|
    \|17\|Nagy Fathy\|287\|101\|28\|28\|24\|24\|27\|18\|12\|18\|7\|9\|18\|2\|20\|18\|14\|1\|2\|17\|
    \|18\|slaapgraag\|305\|192\|1\|28\|24\|24\|15\|7\|1\|10\|3\|3\|25\|25\|25\|25\|22\|24\|23\|20\|
    \|19\|Iluvatar\|313\|144\|19\|16\|15\|21\|23\|21\|14\|21\|19\|18\|21\|21\|15\|17\|19\|13\|14\|6\|
    \|20\|Chris Smith\|326\|108\|28\|28\|24\|24\|27\|25\|30\|11\|21\|24\|16\|2\|10\|5\|9\|24\|5\|13\|
    \|21\|Troldmyr\|327\|201\|22\|21\|12\|24\|7\|2\|9\|3\|26\|12\|25\|25\|25\|25\|22\|24\|23\|20\|
    \|22\|funtobewith11\|339\|141\|25\|26\|17\|20\|25\|12\|25\|25\|23\|3\|7\|14\|23\|21\|22\|24\|18\|9\|
    \|23\|koen\|339\|192\|28\|16\|22\|17\|14\|7\|22\|11\|10\|20\|25\|8\|25\|25\|22\|24\|23\|20\|
    \|46\|maximum rank\|455\|217\|28\|28\|24\|24\|27\|25\|30\|26\|26\|28\|25\|25\|25\|25\|22\|24\|23\|20\|

  • MarleysGhost at 2014-04-24

    Date: April 23, 2014 Expression: Love

    \|_.Rank\|_.Player Name\|_.Sum\|_.Bk9 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 \|
    \|1\|gamesorry\|135\|60\|9\|5\|7\|4\|10\|18\|5\|8\|9\|10\|17\|3\|5\|5\|4\|3\|3\|10\|
    \|2\|dougforte\|137\|51\|6\|4\|13\|12\|5\|1\|7\|15\|23\|1\|8\|1\|2\|10\|9\|16\|1\|3\|
    \|3\|Pinobambu\|140\|60\|3\|2\|8\|1\|14\|1\|17\|15\|19\|1\|5\|1\|1\|6\|6\|4\|13\|23\|
    \|4\|Goldilocks\|142\|75\|13\|1\|9\|3\|1\|6\|18\|1\|15\|1\|15\|18\|4\|22\|7\|5\|2\|1\|
    \|5\|Elisa Kabiljo\|145\|71\|9\|6\|5\|10\|20\|1\|1\|1\|21\|1\|19\|12\|2\|3\|11\|7\|15\|1\|
    \|6\|Paul Gautherot\|164\|70\|2\|8\|15\|15\|10\|7\|3\|20\|14\|8\|15\|3\|8\|2\|12\|1\|12\|9\|
    \|7\|karlhanf ★\|175\|105\|1\|2\|10\|19\|3\|11\|18\|4\|2\|5\|25\|25\|14\|4\|7\|11\|6\|8\|
    \|8\|Bill LeBoeuf ★\|196\|93\|9\|7\|16\|7\|6\|19\|6\|17\|16\|13\|12\|21\|15\|7\|3\|7\|4\|11\|
    \|9\|keith630\|205\|125\|14\|11\|2\|6\|3\|13\|14\|14\|3\|9\|18\|18\|11\|20\|16\|13\|16\|4\|
    \|10\|terrance806\|209\|71\|23\|18\|5\|5\|18\|23\|21\|4\|21\|20\|2\|8\|10\|8\|2\|10\|5\|6\|
    \|11\|MarleysGhost ★\|242\|137\|6\|9\|12\|2\|16\|15\|23\|13\|9\|12\|20\|17\|13\|18\|14\|19\|11\|13\|
    \|12\|Sheila\|249\|123\|4\|12\|11\|24\|23\|19\|8\|8\|17\|19\|10\|25\|11\|15\|10\|9\|20\|4\|
    \|13\|BigChicken ★\|251\|130\|15\|10\|2\|18\|25\|16\|15\|12\|8\|14\|1\|14\|9\|11\|15\|23\|20\|23\|
    \|14\|Nagy Fathy\|277\|110\|28\|24\|24\|27\|18\|12\|18\|7\|9\|18\|2\|20\|18\|14\|1\|2\|17\|18\|
    \|15\|Finn Th. Nielsen\|283\|145\|19\|21\|19\|20\|7\|7\|11\|22\|12\|22\|24\|16\|15\|11\|19\|12\|9\|17\|
    \|16\|Guardiana\|283\|171\|6\|15\|4\|10\|25\|30\|15\|6\|1\|11\|7\|22\|19\|22\|24\|23\|20\|23\|
    \|17\|wojtex\|292\|174\|28\|14\|1\|7\|13\|1\|9\|17\|28\|6\|6\|25\|25\|22\|24\|23\|20\|23\|
    \|18\|Chris Smith\|305\|91\|28\|24\|24\|27\|25\|30\|11\|21\|24\|16\|2\|10\|5\|9\|24\|5\|13\|7\|
    \|19\|Iluvatar\|310\|142\|16\|15\|21\|23\|21\|14\|21\|19\|18\|21\|21\|15\|17\|19\|13\|14\|6\|16\|
    \|20\|slaapgraag\|327\|212\|28\|24\|24\|15\|7\|1\|10\|3\|3\|25\|25\|25\|25\|22\|24\|23\|20\|23\|
    \|21\|Troldmyr\|328\|212\|21\|12\|24\|7\|2\|9\|3\|26\|12\|25\|25\|25\|25\|22\|24\|23\|20\|23\|
    \|22\|funtobewith11\|334\|158\|26\|17\|20\|25\|12\|25\|25\|23\|3\|7\|14\|23\|21\|22\|24\|18\|9\|20\|
    \|23\|koen\|334\|195\|16\|22\|17\|14\|7\|22\|11\|10\|20\|25\|8\|25\|25\|22\|24\|23\|20\|23\|
    \|48\|maximum rank\|450\|212\|28\|24\|24\|27\|25\|30\|26\|26\|28\|25\|25\|25\|25\|22\|24\|23\|20\|23\|

  • MarleysGhost at 2014-04-28

    Date: April 26, 2014 Expression: shells

    \|_.Rank\|_.Player Name\|_.Sum\|_.Bk9 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 \|
    \|1\|Goldilocks\|132\|77\|1\|9\|3\|1\|6\|18\|1\|15\|1\|15\|18\|4\|22\|7\|5\|2\|1\|3\|
    \|2\|dougforte\|133\|52\|4\|13\|12\|5\|1\|7\|15\|23\|1\|8\|1\|2\|10\|9\|16\|1\|3\|2\|
    \|3\|Elisa Kabiljo\|146\|80\|6\|5\|10\|20\|1\|1\|1\|21\|1\|19\|12\|2\|3\|11\|7\|15\|1\|10\|
    \|4\|gamesorry\|148\|72\|5\|7\|4\|10\|18\|5\|8\|9\|10\|17\|3\|5\|5\|4\|3\|3\|10\|22\|
    \|5\|Pinobambu\|159\|81\|2\|8\|1\|14\|1\|17\|15\|19\|1\|5\|1\|1\|6\|6\|4\|13\|23\|22\|
    \|6\|Paul Gautherot\|167\|67\|8\|15\|15\|10\|7\|3\|20\|14\|8\|15\|3\|8\|2\|12\|1\|12\|9\|5\|
    \|7\|karlhanf ★\|183\|109\|2\|10\|19\|3\|11\|18\|4\|2\|5\|25\|25\|14\|4\|7\|11\|6\|8\|9\|
    \|8\|Bill LeBoeuf ★\|188\|81\|7\|16\|7\|6\|19\|6\|17\|16\|13\|12\|21\|15\|7\|3\|7\|4\|11\|1\|
    \|9\|terrance806\|190\|55\|18\|5\|5\|18\|23\|21\|4\|21\|20\|2\|8\|10\|8\|2\|10\|5\|6\|4\|
    \|10\|keith630\|197\|122\|11\|2\|6\|3\|13\|14\|14\|3\|9\|18\|18\|11\|20\|16\|13\|16\|4\|6\|
    \|11\|MarleysGhost ★\|246\|135\|9\|12\|2\|16\|15\|23\|13\|9\|12\|20\|17\|13\|18\|14\|19\|11\|13\|10\|
    \|12\|Sheila\|252\|111\|12\|11\|24\|23\|19\|8\|8\|17\|19\|10\|25\|11\|15\|10\|9\|20\|4\|7\|
    \|13\|BigChicken ★\|258\|138\|10\|2\|18\|25\|16\|15\|12\|8\|14\|1\|14\|9\|11\|15\|23\|20\|23\|22\|
    \|14\|Nagy Fathy\|268\|111\|24\|24\|27\|18\|12\|18\|7\|9\|18\|2\|20\|18\|14\|1\|2\|17\|18\|19\|
    \|15\|Finn Th. Nielsen\|277\|136\|21\|19\|20\|7\|7\|11\|22\|12\|22\|24\|16\|15\|11\|19\|12\|9\|17\|13\|
    \|16\|wojtex\|286\|190\|14\|1\|7\|13\|1\|9\|17\|28\|6\|6\|25\|25\|22\|24\|23\|20\|23\|22\|
    \|17\|Chris Smith\|289\|87\|24\|24\|27\|25\|30\|11\|21\|24\|16\|2\|10\|5\|9\|24\|5\|13\|7\|12\|
    \|18\|Guardiana\|299\|182\|15\|4\|10\|25\|30\|15\|6\|1\|11\|7\|22\|19\|22\|24\|23\|20\|23\|22\|
    \|19\|Iluvatar\|310\|137\|15\|21\|23\|21\|14\|21\|19\|18\|21\|21\|15\|17\|19\|13\|14\|6\|16\|16\|
    \|20\|slaapgraag\|321\|209\|24\|24\|15\|7\|1\|10\|3\|3\|25\|25\|25\|25\|22\|24\|23\|20\|23\|22\|
    \|21\|funtobewith11\|323\|166\|17\|20\|25\|12\|25\|25\|23\|3\|7\|14\|23\|21\|22\|24\|18\|9\|20\|15\|
    \|22\|Troldmyr\|329\|209\|12\|24\|7\|2\|9\|3\|26\|12\|25\|25\|25\|25\|22\|24\|23\|20\|23\|22\|
    \|23\|koen\|340\|192\|22\|17\|14\|7\|22\|11\|10\|20\|25\|8\|25\|25\|22\|24\|23\|20\|23\|22\|
    \|47\|maximum rank\|444\|209\|24\|24\|27\|25\|30\|26\|26\|28\|25\|25\|25\|25\|22\|24\|23\|20\|23\|22\|

  • MarleysGhost at 2014-04-30

    Date: April 29, 2014 Expression: 2048

    \|_.Rank\|_.Player Name\|_.Sum\|_.Bk9 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 \|
    \|1\|dougforte\|133\|48\|13\|12\|5\|1\|7\|15\|23\|1\|8\|1\|2\|10\|9\|16\|1\|3\|2\|4\|
    \|2\|Goldilocks\|138\|69\|9\|3\|1\|6\|18\|1\|15\|1\|15\|18\|4\|22\|7\|5\|2\|1\|3\|7\|
    \|3\|Elisa Kabiljo\|141\|62\|5\|10\|20\|1\|1\|1\|21\|1\|19\|12\|2\|3\|11\|7\|15\|1\|10\|1\|
    \|4\|gamesorry\|145\|57\|7\|4\|10\|18\|5\|8\|9\|10\|17\|3\|5\|5\|4\|3\|3\|10\|22\|2\|
    \|5\|Paul Gautherot\|163\|56\|15\|15\|10\|7\|3\|20\|14\|8\|15\|3\|8\|2\|12\|1\|12\|9\|5\|4\|
    \|6\|Pinobambu\|180\|99\|8\|1\|14\|1\|17\|15\|19\|1\|5\|1\|1\|6\|6\|4\|13\|23\|22\|23\|
    \|7\|terrance806\|182\|63\|5\|5\|18\|23\|21\|4\|21\|20\|2\|8\|10\|8\|2\|10\|5\|6\|4\|10\|
    \|8\|karlhanf ★\|187\|90\|10\|19\|3\|11\|18\|4\|2\|5\|25\|25\|14\|4\|7\|11\|6\|8\|9\|6\|
    \|9\|keith630\|189\|107\|2\|6\|3\|13\|14\|14\|3\|9\|18\|18\|11\|20\|16\|13\|16\|4\|6\|3\|
    \|10\|Bill LeBoeuf ★\|195\|83\|16\|7\|6\|19\|6\|17\|16\|13\|12\|21\|15\|7\|3\|7\|4\|11\|1\|14\|
    \|11\|Nagy Fathy\|251\|116\|24\|27\|18\|12\|18\|7\|9\|18\|2\|20\|18\|14\|1\|2\|17\|18\|19\|7\|
    \|12\|MarleysGhost ★\|252\|130\|12\|2\|16\|15\|23\|13\|9\|12\|20\|17\|13\|18\|14\|19\|11\|13\|10\|15\|
    \|13\|Sheila\|257\|118\|11\|24\|23\|19\|8\|8\|17\|19\|10\|25\|11\|15\|10\|9\|20\|4\|7\|17\|
    \|14\|BigChicken ★\|271\|160\|2\|18\|25\|16\|15\|12\|8\|14\|1\|14\|9\|11\|15\|23\|20\|23\|22\|23\|
    \|15\|Chris Smith\|272\|92\|24\|27\|25\|30\|11\|21\|24\|16\|2\|10\|5\|9\|24\|5\|13\|7\|12\|7\|
    \|16\|Finn Th. Nielsen\|274\|130\|19\|20\|7\|7\|11\|22\|12\|22\|24\|16\|15\|11\|19\|12\|9\|17\|13\|18\|
    \|17\|wojtex\|295\|207\|1\|7\|13\|1\|9\|17\|28\|6\|6\|25\|25\|22\|24\|23\|20\|23\|22\|23\|
    \|18\|Guardiana\|307\|198\|4\|10\|25\|30\|15\|6\|1\|11\|7\|22\|19\|22\|24\|23\|20\|23\|22\|23\|
    \|19\|Iluvatar\|314\|135\|21\|23\|21\|14\|21\|19\|18\|21\|21\|15\|17\|19\|13\|14\|6\|16\|16\|19\|
    \|20\|funtobewith11\|318\|164\|20\|25\|12\|25\|25\|23\|3\|7\|14\|23\|21\|22\|24\|18\|9\|20\|15\|12\|
    \|21\|slaapgraag\|320\|207\|24\|15\|7\|1\|10\|3\|3\|25\|25\|25\|25\|22\|24\|23\|20\|23\|22\|23\|
    \|22\|Troldmyr\|340\|207\|24\|7\|2\|9\|3\|26\|12\|25\|25\|25\|25\|22\|24\|23\|20\|23\|22\|23\|
    \|48\|maximum rank\|443\|207\|24\|27\|25\|30\|26\|26\|28\|25\|25\|25\|25\|22\|24\|23\|20\|23\|22\|23\|

  • MarleysGhost at 2014-05-05

    Date: May 2, 2014 Expression: eggs

    \|_.Rank\|_.Player Name\|_.Sum\|_.Bk9 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 \|
    \|1\|Goldilocks\|131\|53\|3\|1\|6\|18\|1\|15\|1\|15\|18\|4\|22\|7\|5\|2\|1\|3\|7\|2\|
    \|2\|Elisa Kabiljo\|137\|51\|10\|20\|1\|1\|1\|21\|1\|19\|12\|2\|3\|11\|7\|15\|1\|10\|1\|1\|
    \|3\|dougforte\|140\|67\|12\|5\|1\|7\|15\|23\|1\|8\|1\|2\|10\|9\|16\|1\|3\|2\|4\|20\|
    \|4\|gamesorry\|149\|65\|4\|10\|18\|5\|8\|9\|10\|17\|3\|5\|5\|4\|3\|3\|10\|22\|2\|11\|
    \|5\|Paul Gautherot\|162\|67\|15\|10\|7\|3\|20\|14\|8\|15\|3\|8\|2\|12\|1\|12\|9\|5\|4\|14\|
    \|6\|terrance806\|184\|62\|5\|18\|23\|21\|4\|21\|20\|2\|8\|10\|8\|2\|10\|5\|6\|4\|10\|7\|
    \|7\|Bill LeBoeuf ★\|187\|70\|7\|6\|19\|6\|17\|16\|13\|12\|21\|15\|7\|3\|7\|4\|11\|1\|14\|8\|
    \|8\|karlhanf ★\|188\|76\|19\|3\|11\|18\|4\|2\|5\|25\|25\|14\|4\|7\|11\|6\|8\|9\|6\|11\|
    \|9\|Pinobambu\|196\|122\|1\|14\|1\|17\|15\|19\|1\|5\|1\|1\|6\|6\|4\|13\|23\|22\|23\|24\|
    \|10\|keith630\|198\|100\|6\|3\|13\|14\|14\|3\|9\|18\|18\|11\|20\|16\|13\|16\|4\|6\|3\|11\|
    \|11\|Nagy Fathy\|232\|101\|27\|18\|12\|18\|7\|9\|18\|2\|20\|18\|14\|1\|2\|17\|18\|19\|7\|5\|
    \|12\|MarleysGhost ★\|244\|117\|2\|16\|15\|23\|13\|9\|12\|20\|17\|13\|18\|14\|19\|11\|13\|10\|15\|4\|
    \|13\|Finn Th. Nielsen\|261\|120\|20\|7\|7\|11\|22\|12\|22\|24\|16\|15\|11\|19\|12\|9\|17\|13\|18\|6\|
    \|14\|Chris Smith\|263\|97\|27\|25\|30\|11\|21\|24\|16\|2\|10\|5\|9\|24\|5\|13\|7\|12\|7\|15\|
    \|15\|Sheila\|263\|110\|24\|23\|19\|8\|8\|17\|19\|10\|25\|11\|15\|10\|9\|20\|4\|7\|17\|17\|
    \|16\|BigChicken ★\|293\|170\|18\|25\|16\|15\|12\|8\|14\|1\|14\|9\|11\|15\|23\|20\|23\|22\|23\|24\|
    \|17\|wojtex\|297\|185\|7\|13\|1\|9\|17\|28\|6\|6\|25\|25\|22\|24\|23\|20\|23\|22\|23\|3\|
    \|18\|Iluvatar\|311\|138\|23\|21\|14\|21\|19\|18\|21\|21\|15\|17\|19\|13\|14\|6\|16\|16\|19\|18\|
    \|19\|funtobewith11\|319\|162\|25\|12\|25\|25\|23\|3\|7\|14\|23\|21\|22\|24\|18\|9\|20\|15\|12\|21\|
    \|20\|slaapgraag\|320\|206\|15\|7\|1\|10\|3\|3\|25\|25\|25\|25\|22\|24\|23\|20\|23\|22\|23\|24\|
    \|21\|Guardiana\|327\|200\|10\|25\|30\|15\|6\|1\|11\|7\|22\|19\|22\|24\|23\|20\|23\|22\|23\|24\|
    \|22\|Troldmyr\|338\|204\|7\|2\|9\|3\|26\|12\|25\|25\|25\|25\|22\|24\|23\|20\|23\|22\|23\|22\|
    \|48\|maximum rank\|443\|206\|27\|25\|30\|26\|26\|28\|25\|25\|25\|25\|22\|24\|23\|20\|23\|22\|23\|24\|

  • MarleysGhost at 2014-05-06

    Date: May 5, 2014 Expression: algorithm

    \|_.Rank\|_.Player Name\|_.Sum\|_.Bk9 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 \|
    \|1\|Goldilocks\|130\|51\|1\|6\|18\|1\|15\|1\|15\|18\|4\|22\|7\|5\|2\|1\|3\|7\|2\|2\|
    \|2\|Elisa Kabiljo\|132\|54\|20\|1\|1\|1\|21\|1\|19\|12\|2\|3\|11\|7\|15\|1\|10\|1\|1\|5\|
    \|3\|dougforte\|138\|75\|5\|1\|7\|15\|23\|1\|8\|1\|2\|10\|9\|16\|1\|3\|2\|4\|20\|10\|
    \|4\|gamesorry\|156\|71\|10\|18\|5\|8\|9\|10\|17\|3\|5\|5\|4\|3\|3\|10\|22\|2\|11\|11\|
    \|5\|Paul Gautherot\|159\|71\|10\|7\|3\|20\|14\|8\|15\|3\|8\|2\|12\|1\|12\|9\|5\|4\|14\|12\|
    \|6\|karlhanf ★\|174\|67\|3\|11\|18\|4\|2\|5\|25\|25\|14\|4\|7\|11\|6\|8\|9\|6\|11\|5\|
    \|7\|terrance806\|182\|55\|18\|23\|21\|4\|21\|20\|2\|8\|10\|8\|2\|10\|5\|6\|4\|10\|7\|3\|
    \|8\|Bill LeBoeuf ★\|187\|62\|6\|19\|6\|17\|16\|13\|12\|21\|15\|7\|3\|7\|4\|11\|1\|14\|8\|7\|
    \|9\|keith630\|209\|106\|3\|13\|14\|14\|3\|9\|18\|18\|11\|20\|16\|13\|16\|4\|6\|3\|11\|17\|
    \|10\|Pinobambu\|215\|141\|14\|1\|17\|15\|19\|1\|5\|1\|1\|6\|6\|4\|13\|23\|22\|23\|24\|20\|
    \|11\|Nagy Fathy\|221\|99\|18\|12\|18\|7\|9\|18\|2\|20\|18\|14\|1\|2\|17\|18\|19\|7\|5\|16\|
    \|12\|Chris Smith\|239\|95\|25\|30\|11\|21\|24\|16\|2\|10\|5\|9\|24\|5\|13\|7\|12\|7\|15\|3\|
    \|13\|MarleysGhost ★\|243\|105\|16\|15\|23\|13\|9\|12\|20\|17\|13\|18\|14\|19\|11\|13\|10\|15\|4\|1\|
    \|14\|Sheila\|259\|119\|23\|19\|8\|8\|17\|19\|10\|25\|11\|15\|10\|9\|20\|4\|7\|17\|17\|20\|
    \|15\|Finn Th. Nielsen\|261\|125\|7\|7\|11\|22\|12\|22\|24\|16\|15\|11\|19\|12\|9\|17\|13\|18\|6\|20\|
    \|16\|BigChicken ★\|295\|181\|25\|16\|15\|12\|8\|14\|1\|14\|9\|11\|15\|23\|20\|23\|22\|23\|24\|20\|
    \|17\|Iluvatar\|306\|139\|21\|14\|21\|19\|18\|21\|21\|15\|17\|19\|13\|14\|6\|16\|16\|19\|18\|18\|
    \|18\|funtobewith11\|309\|156\|12\|25\|25\|23\|3\|7\|14\|23\|21\|22\|24\|18\|9\|20\|15\|12\|21\|15\|
    \|19\|wojtex\|310\|180\|13\|1\|9\|17\|28\|6\|6\|25\|25\|22\|24\|23\|20\|23\|22\|23\|3\|20\|
    \|20\|slaapgraag\|325\|201\|7\|1\|10\|3\|3\|25\|25\|25\|25\|22\|24\|23\|20\|23\|22\|23\|24\|20\|
    \|21\|Guardiana\|337\|201\|25\|30\|15\|6\|1\|11\|7\|22\|19\|22\|24\|23\|20\|23\|22\|23\|24\|20\|
    \|48\|maximum rank\|436\|201\|25\|30\|26\|26\|28\|25\|25\|25\|25\|22\|24\|23\|20\|23\|22\|23\|24\|20\|

  • MarleysGhost at 2014-05-13

    (Delayed, probably by daemon failure)
    Date: May 8, 2014 Expression: ways to cook chicken

    \|_.Rank\|_.Player Name\|_.Sum\|_.Bk9 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 \|
    \|1\|Elisa Kabiljo\|122\|61\|1\|1\|1\|21\|1\|19\|12\|2\|3\|11\|7\|15\|1\|10\|1\|1\|5\|10\|
    \|2\|dougforte\|134\|66\|1\|7\|15\|23\|1\|8\|1\|2\|10\|9\|16\|1\|3\|2\|4\|20\|10\|1\|
    \|3\|Goldilocks\|141\|41\|6\|18\|1\|15\|1\|15\|18\|4\|22\|7\|5\|2\|1\|3\|7\|2\|2\|12\|
    \|4\|gamesorry\|150\|70\|18\|5\|8\|9\|10\|17\|3\|5\|5\|4\|3\|3\|10\|22\|2\|11\|11\|4\|
    \|5\|Paul Gautherot\|155\|75\|7\|3\|20\|14\|8\|15\|3\|8\|2\|12\|1\|12\|9\|5\|4\|14\|12\|6\|
    \|6\|karlhanf ★\|176\|68\|11\|18\|4\|2\|5\|25\|25\|14\|4\|7\|11\|6\|8\|9\|6\|11\|5\|5\|
    \|7\|terrance806\|177\|60\|23\|21\|4\|21\|20\|2\|8\|10\|8\|2\|10\|5\|6\|4\|10\|7\|3\|13\|
    \|8\|Bill LeBoeuf ★\|182\|56\|19\|6\|17\|16\|13\|12\|21\|15\|7\|3\|7\|4\|11\|1\|14\|8\|7\|1\|
    \|9\|Nagy Fathy\|217\|99\|12\|18\|7\|9\|18\|2\|20\|18\|14\|1\|2\|17\|18\|19\|7\|5\|16\|14\|
    \|10\|keith630\|223\|103\|13\|14\|14\|3\|9\|18\|18\|11\|20\|16\|13\|16\|4\|6\|3\|11\|17\|17\|
    \|11\|Pinobambu\|227\|161\|1\|17\|15\|19\|1\|5\|1\|1\|6\|6\|4\|13\|23\|22\|23\|24\|20\|26\|
    \|12\|MarleysGhost ★\|230\|90\|15\|23\|13\|9\|12\|20\|17\|13\|18\|14\|19\|11\|13\|10\|15\|4\|1\|3\|
    \|13\|Chris Smith\|231\|103\|30\|11\|21\|24\|16\|2\|10\|5\|9\|24\|5\|13\|7\|12\|7\|15\|3\|17\|
    \|14\|Sheila\|245\|113\|19\|8\|8\|17\|19\|10\|25\|11\|15\|10\|9\|20\|4\|7\|17\|17\|20\|9\|
    \|15\|Finn Th. Nielsen\|273\|133\|7\|11\|22\|12\|22\|24\|16\|15\|11\|19\|12\|9\|17\|13\|18\|6\|20\|19\|
    \|16\|BigChicken ★\|296\|196\|16\|15\|12\|8\|14\|1\|14\|9\|11\|15\|23\|20\|23\|22\|23\|24\|20\|26\|
    \|17\|Iluvatar\|300\|135\|14\|21\|19\|18\|21\|21\|15\|17\|19\|13\|14\|6\|16\|16\|19\|18\|18\|15\|
    \|18\|funtobewith11\|318\|155\|25\|25\|23\|3\|7\|14\|23\|21\|22\|24\|18\|9\|20\|15\|12\|21\|15\|21\|
    \|19\|wojtex\|323\|184\|1\|9\|17\|28\|6\|6\|25\|25\|22\|24\|23\|20\|23\|22\|23\|3\|20\|26\|
    \|20\|Guardiana\|338\|205\|30\|15\|6\|1\|11\|7\|22\|19\|22\|24\|23\|20\|23\|22\|23\|24\|20\|26\|
    \|49\|maximum rank\|437\|205\|30\|26\|26\|28\|25\|25\|25\|25\|22\|24\|23\|20\|23\|22\|23\|24\|20\|26\|

  • MarleysGhost at 2014-05-15

    Date: May 14, 2014 Expression: king

    \|_.Rank\|_.Player Name\|_.Sum\|_.Bk9 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 \|
    \|1\|Elisa Kabiljo\|130\|59\|1\|1\|21\|1\|19\|12\|2\|3\|11\|7\|15\|1\|10\|1\|1\|5\|10\|9\|
    \|2\|dougforte\|137\|61\|7\|15\|23\|1\|8\|1\|2\|10\|9\|16\|1\|3\|2\|4\|20\|10\|1\|4\|
    \|3\|gamesorry\|142\|76\|5\|8\|9\|10\|17\|3\|5\|5\|4\|3\|3\|10\|22\|2\|11\|11\|4\|10\|
    \|4\|Goldilocks\|154\|53\|18\|1\|15\|1\|15\|18\|4\|22\|7\|5\|2\|1\|3\|7\|2\|2\|12\|19\|
    \|5\|Paul Gautherot\|154\|69\|3\|20\|14\|8\|15\|3\|8\|2\|12\|1\|12\|9\|5\|4\|14\|12\|6\|6\|
    \|6\|terrance806\|157\|61\|21\|4\|21\|20\|2\|8\|10\|8\|2\|10\|5\|6\|4\|10\|7\|3\|13\|3\|
    \|7\|Bill LeBoeuf ★\|164\|54\|6\|17\|16\|13\|12\|21\|15\|7\|3\|7\|4\|11\|1\|14\|8\|7\|1\|1\|
    \|8\|karlhanf ★\|184\|80\|18\|4\|2\|5\|25\|25\|14\|4\|7\|11\|6\|8\|9\|6\|11\|5\|5\|19\|
    \|9\|Nagy Fathy\|210\|103\|18\|7\|9\|18\|2\|20\|18\|14\|1\|2\|17\|18\|19\|7\|5\|16\|14\|5\|
    \|10\|Chris Smith\|212\|90\|11\|21\|24\|16\|2\|10\|5\|9\|24\|5\|13\|7\|12\|7\|15\|3\|17\|11\|
    \|11\|Sheila\|227\|104\|8\|8\|17\|19\|10\|25\|11\|15\|10\|9\|20\|4\|7\|17\|17\|20\|9\|1\|
    \|12\|MarleysGhost ★\|228\|89\|23\|13\|9\|12\|20\|17\|13\|18\|14\|19\|11\|13\|10\|15\|4\|1\|3\|13\|
    \|13\|keith630\|229\|106\|14\|14\|3\|9\|18\|18\|11\|20\|16\|13\|16\|4\|6\|3\|11\|17\|17\|19\|
    \|14\|Pinobambu\|245\|174\|17\|15\|19\|1\|5\|1\|1\|6\|6\|4\|13\|23\|22\|23\|24\|20\|26\|19\|
    \|15\|Finn Th. Nielsen\|280\|128\|11\|22\|12\|22\|24\|16\|15\|11\|19\|12\|9\|17\|13\|18\|6\|20\|19\|14\|
    \|16\|Iluvatar\|298\|134\|21\|19\|18\|21\|21\|15\|17\|19\|13\|14\|6\|16\|16\|19\|18\|18\|15\|12\|
    \|17\|BigChicken ★\|299\|200\|15\|12\|8\|14\|1\|14\|9\|11\|15\|23\|20\|23\|22\|23\|24\|20\|26\|19\|
    \|18\|funtobewith11\|310\|148\|25\|23\|3\|7\|14\|23\|21\|22\|24\|18\|9\|20\|15\|12\|21\|15\|21\|17\|
    \|19\|Guardiana\|327\|200\|15\|6\|1\|11\|7\|22\|19\|22\|24\|23\|20\|23\|22\|23\|24\|20\|26\|19\|
    \|20\|dianthus\|328\|102\|26\|26\|28\|25\|25\|25\|25\|22\|24\|17\|8\|13\|8\|11\|10\|7\|20\|8\|
    \|21\|wojtex\|329\|167\|9\|17\|28\|6\|6\|25\|25\|22\|24\|23\|20\|23\|22\|23\|3\|20\|26\|7\|
    \|46\|maximum rank\|426\|200\|26\|26\|28\|25\|25\|25\|25\|22\|24\|23\|20\|23\|22\|23\|24\|20\|26\|19\|

  • MarleysGhost at 2014-05-18

    Note: I've had to change darse's program to accommodate littlegolem's new HTML, so please report any inaccuracies.

    Date: May 17, 2014 Expression: teeth

    \|_.Rank\|_.Player
    Name\|_.Sum\|_.Bk9 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 \|

    \|1\|Elisa Kabiljo\|130\|53\|1\|21\|1\|19\|12\|2\|3\|11\|7\|15\|1\|10\|1\|1\|5\|10\|9\|1\|

    \|2\|dougforte\|135\|50\|15\|23\|1\|8\|1\|2\|10\|9\|16\|1\|3\|2\|4\|20\|10\|1\|4\|5\|

    \|3\|Goldilocks\|137\|49\|1\|15\|1\|15\|18\|4\|22\|7\|5\|2\|1\|3\|7\|2\|2\|12\|19\|1\|

    \|4\|terrance806\|140\|55\|4\|21\|20\|2\|8\|10\|8\|2\|10\|5\|6\|4\|10\|7\|3\|13\|3\|4\|

    \|5\|gamesorry\|148\|84\|8\|9\|10\|17\|3\|5\|5\|4\|3\|3\|10\|22\|2\|11\|11\|4\|10\|11\|

    \|6\|Bill LeBoeuf ★\|164\|53\|17\|16\|13\|12\|21\|15\|7\|3\|7\|4\|11\|1\|14\|8\|7\|1\|1\|6\|

    \|7\|Paul Gautherot\|165\|82\|20\|14\|8\|15\|3\|8\|2\|12\|1\|12\|9\|5\|4\|14\|12\|6\|6\|14\|

    \|8\|karlhanf ★\|173\|76\|4\|2\|5\|25\|25\|14\|4\|7\|11\|6\|8\|9\|6\|11\|5\|5\|19\|7\|

    \|9\|Chris Smith\|208\|92\|21\|24\|16\|2\|10\|5\|9\|24\|5\|13\|7\|12\|7\|15\|3\|17\|11\|7\|

    \|10\|Nagy Fathy\|209\|118\|7\|9\|18\|2\|20\|18\|14\|1\|2\|17\|18\|19\|7\|5\|16\|14\|5\|17\|

    \|11\|MarleysGhost ★\|212\|77\|13\|9\|12\|20\|17\|13\|18\|14\|19\|11\|13\|10\|15\|4\|1\|3\|13\|7\|

    \|12\|Sheila\|232\|108\|8\|17\|19\|10\|25\|11\|15\|10\|9\|20\|4\|7\|17\|17\|20\|9\|1\|13\|

    \|13\|keith630\|236\|114\|14\|3\|9\|18\|18\|11\|20\|16\|13\|16\|4\|6\|3\|11\|17\|17\|19\|21\|

    \|14\|Pinobambu\|249\|191\|15\|19\|1\|5\|1\|1\|6\|6\|4\|13\|23\|22\|23\|24\|20\|26\|19\|21\|

    \|15\|Finn Th. Nielsen\|281\|128\|22\|12\|22\|24\|16\|15\|11\|19\|12\|9\|17\|13\|18\|6\|20\|19\|14\|12\|

    \|16\|Iluvatar\|291\|134\|19\|18\|21\|21\|15\|17\|19\|13\|14\|6\|16\|16\|19\|18\|18\|15\|12\|14\|

    \|17\|funtobewith11\|301\|146\|23\|3\|7\|14\|23\|21\|22\|24\|18\|9\|20\|15\|12\|21\|15\|21\|17\|16\|

    \|18\|BigChicken ★\|305\|198\|12\|8\|14\|1\|14\|9\|11\|15\|23\|20\|23\|22\|23\|24\|20\|26\|19\|21\|

    \|19\|dianthus\|312\|95\|26\|28\|25\|25\|25\|25\|22\|24\|17\|8\|13\|8\|11\|10\|7\|20\|8\|10\|

    \|20\|wojtex\|323\|147\|17\|28\|6\|6\|25\|25\|22\|24\|23\|20\|23\|22\|23\|3\|20\|26\|7\|3\|

    \|21\|Guardiana\|333\|198\|6\|1\|11\|7\|22\|19\|22\|24\|23\|20\|23\|22\|23\|24\|20\|26\|19\|21\|

    \|22\|CleverHunk steven cullum\|336\|146\|26\|26\|17\|11\|25\|22\|22\|21\|20\|19\|15\|17\|21\|19\|9\|11\|16\|19\|

    \|46\|maximum rank\|421\|198\|26\|28\|25\|25\|25\|25\|22\|24\|23\|20\|23\|22\|23\|24\|20\|26\|19\|21\|

Return to forum

Reply to this topic