From 251284d5be48d8bf593d7b3c57e922641e37631d Mon Sep 17 00:00:00 2001 From: TimWSpence Date: Fri, 18 Aug 2023 10:07:58 +0000 Subject: [PATCH] deploy: 3e6251097f6f08bf4e83d9799e360308e6d3e609 --- datatypes/tmvar.html | 10 +- datatypes/tqueue.html | 10 +- datatypes/tsemaphore.html | 10 +- examples/santa.html | 5278 ++++++++++--------------------------- index.html | 4 +- start.html | 4 +- theory/intro.html | 4 +- theory/tvar.html | 12 +- theory/txn.html | 42 +- 9 files changed, 1462 insertions(+), 3912 deletions(-) diff --git a/datatypes/tmvar.html b/datatypes/tmvar.html index d47cc194..0944a13d 100644 --- a/datatypes/tmvar.html +++ b/datatypes/tmvar.html @@ -86,9 +86,9 @@
  • Txn
  • TVar
  • -
  • TQueue
  • -
  • TMVar
  • TSemaphore
  • +
  • TMVar
  • +
  • TQueue
  • The Santa Claus Problem
  • @@ -129,7 +129,7 @@

    TMVar

    import io.github.timwspence.cats.stm.STM val stm = STM.runtime[IO].unsafeRunSync() -// stm: STM[IO] = io.github.timwspence.cats.stm.STM$Make$$anon$1$$anon$2@242a45e9 +// stm: STM[IO] = io.github.timwspence.cats.stm.STM$Make$$anon$1$$anon$2@20d04f48 import stm._ val txn: Txn[String] = for { @@ -143,11 +143,11 @@

    TMVar

    // txn = Bind( // txn = Alloc( // v = Delay( -// thunk = cats.effect.IO$$$Lambda$11236/1250138832@7115cc1f, +// thunk = cats.effect.IO$$$Lambda$11217/615391571@38808095, // event = cats.effect.tracing.TracingEvent$StackTrace // ) // ), -// f = scala.Function1$$Lambda$11293/1784508592@c4d739b +// f = scala.Function1$$Lambda$11274/2041967149@781c0fbe // ), // f = <function1> // ) diff --git a/datatypes/tqueue.html b/datatypes/tqueue.html index 1cbf51f8..aa546cec 100644 --- a/datatypes/tqueue.html +++ b/datatypes/tqueue.html @@ -86,9 +86,9 @@
  • Txn
  • TVar
  • -
  • TQueue
  • -
  • TMVar
  • TSemaphore
  • +
  • TMVar
  • +
  • TQueue
  • The Santa Claus Problem
  • @@ -128,7 +128,7 @@

    TQueue

    import io.github.timwspence.cats.stm.STM val stm = STM.runtime[IO].unsafeRunSync() -// stm: STM[IO] = io.github.timwspence.cats.stm.STM$Make$$anon$1$$anon$2@639dcc64 +// stm: STM[IO] = io.github.timwspence.cats.stm.STM$Make$$anon$1$$anon$2@101a3abc import stm._ val txn: Txn[String] = for { @@ -142,11 +142,11 @@

    TQueue

    // txn = Bind( // txn = Alloc( // v = Delay( -// thunk = cats.effect.IO$$$Lambda$11236/1250138832@5e3b9b3d, +// thunk = cats.effect.IO$$$Lambda$11217/615391571@643c7315, // event = cats.effect.tracing.TracingEvent$StackTrace // ) // ), -// f = scala.Function1$$Lambda$11293/1784508592@f7e2d0a +// f = scala.Function1$$Lambda$11274/2041967149@2ff1bc48 // ), // f = <function1> // ) diff --git a/datatypes/tsemaphore.html b/datatypes/tsemaphore.html index 431e01a8..245d4393 100644 --- a/datatypes/tsemaphore.html +++ b/datatypes/tsemaphore.html @@ -86,9 +86,9 @@
  • Txn
  • TVar
  • -
  • TQueue
  • -
  • TMVar
  • TSemaphore
  • +
  • TMVar
  • +
  • TQueue
  • The Santa Claus Problem
  • @@ -126,7 +126,7 @@

    TSemaphore

    import io.github.timwspence.cats.stm.STM val stm = STM.runtime[IO].unsafeRunSync() -// stm: STM[IO] = io.github.timwspence.cats.stm.STM$Make$$anon$1$$anon$2@740b4164 +// stm: STM[IO] = io.github.timwspence.cats.stm.STM$Make$$anon$1$$anon$2@670c716 import stm._ val txn: Txn[Long] = for { @@ -139,11 +139,11 @@

    TSemaphore

    // txn = Bind( // txn = Alloc( // v = Delay( -// thunk = cats.effect.IO$$$Lambda$11236/1250138832@7720d7d, +// thunk = cats.effect.IO$$$Lambda$11217/615391571@2c6ecc37, // event = cats.effect.tracing.TracingEvent$StackTrace // ) // ), -// f = scala.Function1$$Lambda$11293/1784508592@73c2c175 +// f = scala.Function1$$Lambda$11274/2041967149@128f5ae2 // ), // f = <function1> // ) diff --git a/examples/santa.html b/examples/santa.html index 8d57b747..fa5b2762 100644 --- a/examples/santa.html +++ b/examples/santa.html @@ -86,9 +86,9 @@
  • Txn
  • TVar
  • -
  • TQueue
  • -
  • TMVar
  • TSemaphore
  • +
  • TMVar
  • +
  • TQueue
  • The Santa Claus Problem
  • @@ -127,7 +127,7 @@

    The Santa Claus Problem

    import scala.concurrent.duration._ val stm = STM.runtime[IO].unsafeRunSync() -// stm: STM[IO] = io.github.timwspence.cats.stm.STM$Make$$anon$1$$anon$2@3289f4a5 +// stm: STM[IO] = io.github.timwspence.cats.stm.STM$Make$$anon$1$$anon$2@5352e68b import stm._ def meetInStudy(id: Int): IO[Unit] = IO(println(show"Elf $id meeting in the study")) @@ -265,21 +265,21 @@

    The Santa Claus Problem

    main.timeout(2.seconds).attempt.unsafeRunSync() // ---------- +// Ho! Ho! Ho! let’s meet in study +// Elf 1 meeting in the study +// Elf 3 meeting in the study +// Elf 2 meeting in the study +// ---------- // Ho! Ho! Ho! let’s deliver toys // Reindeer 1 delivering toys // Reindeer 2 delivering toys // Reindeer 3 delivering toys // Reindeer 4 delivering toys // Reindeer 5 delivering toys -// Reindeer 6 delivering toys -// Reindeer 7 delivering toys // Reindeer 8 delivering toys +// Reindeer 6 delivering toys // Reindeer 9 delivering toys -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 1 meeting in the study -// Elf 2 meeting in the study -// Elf 3 meeting in the study +// Reindeer 7 delivering toys // ---------- // Ho! Ho! Ho! let’s meet in study // Elf 4 meeting in the study @@ -287,3254 +287,743 @@

    The Santa Claus Problem

    // Elf 6 meeting in the study // ---------- // Ho! Ho! Ho! let’s deliver toys -// Reindeer 5 delivering toys -// Reindeer 8 delivering toys +// Reindeer 1 delivering toys // Reindeer 2 delivering toys -// Reindeer 4 delivering toys // Reindeer 7 delivering toys -// Reindeer 6 delivering toys +// Reindeer 5 delivering toys // Reindeer 9 delivering toys +// Reindeer 6 delivering toys +// Reindeer 8 delivering toys // Reindeer 3 delivering toys -// Reindeer 1 delivering toys +// Reindeer 4 delivering toys // ---------- // Ho! Ho! Ho! let’s meet in study // Elf 7 meeting in the study -// Elf 1 meeting in the study -// Elf 3 meeting in the study +// Elf 9 meeting in the study +// Elf 8 meeting in the study // ---------- // Ho! Ho! Ho! let’s deliver toys -// Reindeer 2 delivering toys // Reindeer 8 delivering toys +// Reindeer 7 delivering toys +// Reindeer 1 delivering toys +// Reindeer 9 delivering toys +// Reindeer 3 delivering toys // Reindeer 5 delivering toys // Reindeer 6 delivering toys +// Reindeer 2 delivering toys // Reindeer 4 delivering toys +// ---------- +// Ho! Ho! Ho! let’s meet in study +// Elf 3 meeting in the study +// Elf 1 meeting in the study +// Elf 2 meeting in the study +// ---------- +// Ho! Ho! Ho! let’s deliver toys +// Reindeer 8 delivering toys +// Reindeer 2 delivering toys // Reindeer 7 delivering toys -// Reindeer 9 delivering toys -// Reindeer 3 delivering toys // Reindeer 1 delivering toys +// Reindeer 3 delivering toys +// Reindeer 9 delivering toys +// Reindeer 5 delivering toys +// Reindeer 4 delivering toys +// Reindeer 6 delivering toys // ---------- // Ho! Ho! Ho! let’s meet in study // Elf 10 meeting in the study -// Elf 2 meeting in the study -// Elf 8 meeting in the study +// Elf 6 meeting in the study +// Elf 4 meeting in the study // ---------- // Ho! Ho! Ho! let’s deliver toys -// Reindeer 4 delivering toys // Reindeer 7 delivering toys +// Reindeer 1 delivering toys +// Reindeer 4 delivering toys +// Reindeer 2 delivering toys +// Reindeer 3 delivering toys +// Reindeer 5 delivering toys // Reindeer 9 delivering toys // Reindeer 6 delivering toys -// Reindeer 3 delivering toys // Reindeer 8 delivering toys -// Reindeer 2 delivering toys -// Reindeer 5 delivering toys -// Reindeer 1 delivering toys // ---------- // Ho! Ho! Ho! let’s meet in study +// Elf 5 meeting in the study // Elf 9 meeting in the study -// Elf 6 meeting in the study -// Elf 4 meeting in the study +// Elf 8 meeting in the study // ---------- // Ho! Ho! Ho! let’s deliver toys +// Reindeer 4 delivering toys +// Reindeer 7 delivering toys +// Reindeer 6 delivering toys // Reindeer 8 delivering toys // Reindeer 2 delivering toys -// Reindeer 6 delivering toys // Reindeer 3 delivering toys -// Reindeer 7 delivering toys -// Reindeer 9 delivering toys -// Reindeer 4 delivering toys // Reindeer 1 delivering toys +// Reindeer 9 delivering toys // Reindeer 5 delivering toys // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 5 meeting in the study -// Elf 10 meeting in the study // Elf 7 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 2 meeting in the study -// Elf 1 meeting in the study // Elf 3 meeting in the study +// Elf 4 meeting in the study // ---------- // Ho! Ho! Ho! let’s deliver toys -// Reindeer 2 delivering toys -// Reindeer 4 delivering toys -// Reindeer 8 delivering toys // Reindeer 7 delivering toys -// Reindeer 5 delivering toys +// Reindeer 9 delivering toys +// Reindeer 4 delivering toys // Reindeer 1 delivering toys // Reindeer 6 delivering toys // Reindeer 3 delivering toys -// Reindeer 9 delivering toys +// Reindeer 8 delivering toys +// Reindeer 5 delivering toys +// Reindeer 2 delivering toys // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 8 meeting in the study -// Elf 4 meeting in the study -// Elf 6 meeting in the study +// Elf 2 meeting in the study +// Elf 5 meeting in the study +// Elf 1 meeting in the study // ---------- // Ho! Ho! Ho! let’s deliver toys -// Reindeer 5 delivering toys // Reindeer 1 delivering toys // Reindeer 7 delivering toys +// Reindeer 3 delivering toys // Reindeer 9 delivering toys -// Reindeer 4 delivering toys +// Reindeer 5 delivering toys +// Reindeer 6 delivering toys // Reindeer 2 delivering toys +// Reindeer 4 delivering toys // Reindeer 8 delivering toys -// Reindeer 6 delivering toys -// Reindeer 3 delivering toys // ---------- // Ho! Ho! Ho! let’s meet in study +// Elf 4 meeting in the study // Elf 9 meeting in the study -// Elf 5 meeting in the study -// Elf 7 meeting in the study +// Elf 8 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study +// Elf 6 meeting in the study // Elf 10 meeting in the study -// Elf 3 meeting in the study -// Elf 2 meeting in the study +// Elf 7 meeting in the study // ---------- // Ho! Ho! Ho! let’s deliver toys // Reindeer 5 delivering toys +// Reindeer 9 delivering toys +// Reindeer 7 delivering toys +// Reindeer 6 delivering toys +// Reindeer 1 delivering toys +// Reindeer 3 delivering toys +// Reindeer 4 delivering toys // Reindeer 8 delivering toys +// Reindeer 2 delivering toys +// ---------- +// Ho! Ho! Ho! let’s meet in study +// Elf 3 meeting in the study +// Elf 2 meeting in the study +// Elf 1 meeting in the study +// ---------- +// Ho! Ho! Ho! let’s deliver toys +// Reindeer 7 delivering toys // Reindeer 3 delivering toys -// Reindeer 1 delivering toys // Reindeer 6 delivering toys +// Reindeer 5 delivering toys +// Reindeer 1 delivering toys // Reindeer 9 delivering toys +// Reindeer 8 delivering toys // Reindeer 2 delivering toys // Reindeer 4 delivering toys -// Reindeer 7 delivering toys // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 1 meeting in the study -// Elf 6 meeting in the study +// Elf 5 meeting in the study // Elf 8 meeting in the study +// Elf 4 meeting in the study +// ---------- +// Ho! Ho! Ho! let’s deliver toys +// Reindeer 1 delivering toys +// Reindeer 2 delivering toys +// Reindeer 6 delivering toys +// Reindeer 5 delivering toys +// Reindeer 9 delivering toys +// Reindeer 8 delivering toys +// Reindeer 3 delivering toys +// Reindeer 7 delivering toys +// Reindeer 4 delivering toys // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 4 meeting in the study -// Elf 10 meeting in the study -// Elf 5 meeting in the study +// Elf 9 meeting in the study +// Elf 6 meeting in the study +// Elf 7 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study +// Elf 10 meeting in the study +// Elf 3 meeting in the study // Elf 2 meeting in the study -// Elf 7 meeting in the study -// Elf 9 meeting in the study // ---------- // Ho! Ho! Ho! let’s deliver toys -// Reindeer 5 delivering toys +// Reindeer 2 delivering toys // Reindeer 3 delivering toys +// Reindeer 4 delivering toys // Reindeer 6 delivering toys -// Reindeer 8 delivering toys +// Reindeer 5 delivering toys // Reindeer 1 delivering toys -// Reindeer 2 delivering toys +// Reindeer 8 delivering toys // Reindeer 9 delivering toys -// Reindeer 4 delivering toys // Reindeer 7 delivering toys // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 3 meeting in the study // Elf 1 meeting in the study +// Elf 8 meeting in the study // Elf 5 meeting in the study // ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 8 meeting in the study -// Elf 6 meeting in the study -// Elf 4 meeting in the study +// Ho! Ho! Ho! let’s deliver toys +// Reindeer 7 delivering toys +// Reindeer 9 delivering toys +// Reindeer 6 delivering toys +// Reindeer 3 delivering toys +// Reindeer 5 delivering toys +// Reindeer 8 delivering toys +// Reindeer 2 delivering toys +// Reindeer 1 delivering toys +// Reindeer 4 delivering toys // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 10 meeting in the study // Elf 9 meeting in the study -// Elf 7 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study // Elf 2 meeting in the study -// Elf 1 meeting in the study -// Elf 8 meeting in the study +// Elf 4 meeting in the study // ---------- // Ho! Ho! Ho! let’s deliver toys +// Reindeer 3 delivering toys // Reindeer 4 delivering toys // Reindeer 7 delivering toys -// Reindeer 2 delivering toys // Reindeer 5 delivering toys +// Reindeer 6 delivering toys +// Reindeer 1 delivering toys +// Reindeer 2 delivering toys // Reindeer 8 delivering toys -// Reindeer 3 delivering toys // Reindeer 9 delivering toys -// Reindeer 1 delivering toys -// Reindeer 6 delivering toys // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 10 meeting in the study -// Elf 4 meeting in the study // Elf 6 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 1 meeting in the study -// Elf 5 meeting in the study // Elf 7 meeting in the study +// Elf 10 meeting in the study +// ---------- +// Ho! Ho! Ho! let’s deliver toys +// Reindeer 4 delivering toys +// Reindeer 2 delivering toys +// Reindeer 7 delivering toys +// Reindeer 1 delivering toys +// Reindeer 9 delivering toys +// Reindeer 6 delivering toys +// Reindeer 8 delivering toys +// Reindeer 5 delivering toys +// Reindeer 3 delivering toys // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 2 meeting in the study // Elf 3 meeting in the study +// Elf 1 meeting in the study // Elf 8 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 10 meeting in the study // Elf 5 meeting in the study -// Elf 7 meeting in the study +// Elf 2 meeting in the study +// Elf 9 meeting in the study // ---------- // Ho! Ho! Ho! let’s deliver toys -// Reindeer 7 delivering toys -// Reindeer 4 delivering toys -// Reindeer 9 delivering toys // Reindeer 1 delivering toys -// Reindeer 5 delivering toys -// Reindeer 8 delivering toys // Reindeer 3 delivering toys // Reindeer 6 delivering toys +// Reindeer 7 delivering toys +// Reindeer 9 delivering toys // Reindeer 2 delivering toys +// Reindeer 4 delivering toys +// Reindeer 8 delivering toys +// Reindeer 5 delivering toys // ---------- // Ho! Ho! Ho! let’s meet in study // Elf 4 meeting in the study -// Elf 9 meeting in the study -// Elf 1 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study // Elf 7 meeting in the study -// Elf 2 meeting in the study // Elf 6 meeting in the study // ---------- // Ho! Ho! Ho! let’s deliver toys -// Reindeer 4 delivering toys // Reindeer 2 delivering toys // Reindeer 5 delivering toys +// Reindeer 4 delivering toys +// Reindeer 6 delivering toys // Reindeer 1 delivering toys -// Reindeer 9 delivering toys // Reindeer 3 delivering toys // Reindeer 8 delivering toys // Reindeer 7 delivering toys -// Reindeer 6 delivering toys +// Reindeer 9 delivering toys // ---------- // Ho! Ho! Ho! let’s meet in study // Elf 8 meeting in the study // Elf 10 meeting in the study -// Elf 1 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study // Elf 3 meeting in the study -// Elf 5 meeting in the study -// Elf 4 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 9 meeting in the study +// Elf 1 meeting in the study +// Elf 4 meeting in the study // Elf 2 meeting in the study -// Elf 6 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s deliver toys -// Reindeer 6 delivering toys -// Reindeer 5 delivering toys -// Reindeer 4 delivering toys -// Reindeer 3 delivering toys -// Reindeer 1 delivering toys -// Reindeer 2 delivering toys -// Reindeer 7 delivering toys -// Reindeer 8 delivering toys -// Reindeer 9 delivering toys -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 1 meeting in the study -// Elf 7 meeting in the study -// Elf 3 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 4 meeting in the study -// Elf 5 meeting in the study -// Elf 2 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s deliver toys -// Reindeer 6 delivering toys -// Reindeer 2 delivering toys -// Reindeer 7 delivering toys -// Reindeer 5 delivering toys -// Reindeer 4 delivering toys -// Reindeer 1 delivering toys -// Reindeer 8 delivering toys -// Reindeer 3 delivering toys -// Reindeer 9 delivering toys -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 9 meeting in the study -// Elf 8 meeting in the study -// Elf 6 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 10 meeting in the study -// Elf 7 meeting in the study -// Elf 2 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 5 meeting in the study -// Elf 3 meeting in the study -// Elf 4 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 7 meeting in the study -// Elf 1 meeting in the study -// Elf 9 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s deliver toys -// Reindeer 5 delivering toys -// Reindeer 3 delivering toys -// Reindeer 6 delivering toys -// Reindeer 2 delivering toys -// Reindeer 9 delivering toys -// Reindeer 1 delivering toys -// Reindeer 7 delivering toys -// Reindeer 4 delivering toys -// Reindeer 8 delivering toys -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 4 meeting in the study -// Elf 3 meeting in the study -// Elf 7 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 9 meeting in the study -// Elf 4 meeting in the study -// Elf 2 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 8 meeting in the study -// Elf 10 meeting in the study -// Elf 5 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s deliver toys -// Reindeer 1 delivering toys -// Reindeer 3 delivering toys -// Reindeer 2 delivering toys -// Reindeer 6 delivering toys -// Reindeer 8 delivering toys -// Reindeer 7 delivering toys -// Reindeer 4 delivering toys -// Reindeer 5 delivering toys -// Reindeer 9 delivering toys -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 6 meeting in the study -// Elf 9 meeting in the study -// Elf 7 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 2 meeting in the study -// Elf 1 meeting in the study -// Elf 10 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 5 meeting in the study -// Elf 4 meeting in the study -// Elf 9 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 6 meeting in the study -// Elf 8 meeting in the study -// Elf 7 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 5 meeting in the study -// Elf 4 meeting in the study -// Elf 9 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 8 meeting in the study -// Elf 6 meeting in the study -// Elf 10 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s deliver toys -// Reindeer 2 delivering toys -// Reindeer 3 delivering toys -// Reindeer 9 delivering toys -// Reindeer 8 delivering toys -// Reindeer 4 delivering toys -// Reindeer 6 delivering toys -// Reindeer 5 delivering toys -// Reindeer 1 delivering toys -// Reindeer 7 delivering toys -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 3 meeting in the study -// Elf 1 meeting in the study -// Elf 9 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s deliver toys -// Reindeer 1 delivering toys -// Reindeer 3 delivering toys -// Reindeer 9 delivering toys -// Reindeer 2 delivering toys -// Reindeer 7 delivering toys -// Reindeer 4 delivering toys -// Reindeer 6 delivering toys -// Reindeer 5 delivering toys -// Reindeer 8 delivering toys -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 2 meeting in the study -// Elf 8 meeting in the study -// Elf 10 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 7 meeting in the study -// Elf 4 meeting in the study -// Elf 5 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 6 meeting in the study -// Elf 3 meeting in the study -// Elf 9 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 8 meeting in the study -// Elf 7 meeting in the study -// Elf 2 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s deliver toys -// Reindeer 7 delivering toys -// Reindeer 1 delivering toys -// Reindeer 6 delivering toys -// Reindeer 9 delivering toys -// Reindeer 2 delivering toys -// Reindeer 3 delivering toys -// Reindeer 4 delivering toys -// Reindeer 5 delivering toys -// Reindeer 8 delivering toys -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 6 meeting in the study -// Elf 3 meeting in the study -// Elf 5 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 1 meeting in the study -// Elf 10 meeting in the study -// Elf 7 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 6 meeting in the study -// Elf 9 meeting in the study -// Elf 4 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s deliver toys -// Reindeer 7 delivering toys -// Reindeer 4 delivering toys -// Reindeer 8 delivering toys -// Reindeer 3 delivering toys -// Reindeer 2 delivering toys -// Reindeer 6 delivering toys -// Reindeer 1 delivering toys -// Reindeer 9 delivering toys -// Reindeer 5 delivering toys -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 2 meeting in the study -// Elf 8 meeting in the study -// Elf 7 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 5 meeting in the study -// Elf 1 meeting in the study -// Elf 9 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s deliver toys -// Reindeer 8 delivering toys -// Reindeer 6 delivering toys -// Reindeer 5 delivering toys -// Reindeer 3 delivering toys -// Reindeer 4 delivering toys -// Reindeer 2 delivering toys -// Reindeer 9 delivering toys -// Reindeer 7 delivering toys -// Reindeer 1 delivering toys -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 7 meeting in the study -// Elf 8 meeting in the study -// Elf 2 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 5 meeting in the study -// Elf 6 meeting in the study -// Elf 10 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 3 meeting in the study -// Elf 4 meeting in the study -// Elf 9 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 8 meeting in the study -// Elf 2 meeting in the study -// Elf 10 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 7 meeting in the study -// Elf 2 meeting in the study -// Elf 8 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 10 meeting in the study -// Elf 6 meeting in the study -// Elf 5 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s deliver toys -// Reindeer 2 delivering toys -// Reindeer 1 delivering toys -// Reindeer 7 delivering toys -// Reindeer 4 delivering toys -// Reindeer 6 delivering toys -// Reindeer 8 delivering toys -// Reindeer 3 delivering toys -// Reindeer 5 delivering toys -// Reindeer 9 delivering toys -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 2 meeting in the study -// Elf 8 meeting in the study -// Elf 1 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 9 meeting in the study -// Elf 4 meeting in the study -// Elf 3 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 6 meeting in the study -// Elf 10 meeting in the study -// Elf 5 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 7 meeting in the study -// Elf 4 meeting in the study -// Elf 2 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 10 meeting in the study -// Elf 8 meeting in the study -// Elf 9 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 4 meeting in the study -// Elf 3 meeting in the study -// Elf 6 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 5 meeting in the study -// Elf 8 meeting in the study -// Elf 6 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s deliver toys -// Reindeer 5 delivering toys -// Reindeer 4 delivering toys -// Reindeer 8 delivering toys -// Reindeer 1 delivering toys -// Reindeer 3 delivering toys -// Reindeer 9 delivering toys -// Reindeer 6 delivering toys -// Reindeer 7 delivering toys -// Reindeer 2 delivering toys -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 1 meeting in the study -// Elf 3 meeting in the study -// Elf 10 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 2 meeting in the study -// Elf 7 meeting in the study -// Elf 8 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 4 meeting in the study -// Elf 9 meeting in the study -// Elf 6 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 5 meeting in the study -// Elf 1 meeting in the study -// Elf 3 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s deliver toys -// Reindeer 9 delivering toys -// Reindeer 4 delivering toys -// Reindeer 5 delivering toys -// Reindeer 3 delivering toys -// Reindeer 6 delivering toys -// Reindeer 7 delivering toys -// Reindeer 2 delivering toys -// Reindeer 8 delivering toys -// Reindeer 1 delivering toys -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 4 meeting in the study -// Elf 7 meeting in the study -// Elf 10 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 5 meeting in the study -// Elf 6 meeting in the study -// Elf 8 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 1 meeting in the study -// Elf 9 meeting in the study -// Elf 2 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s deliver toys -// Reindeer 5 delivering toys -// Reindeer 2 delivering toys -// Reindeer 7 delivering toys -// Reindeer 1 delivering toys -// Reindeer 8 delivering toys -// Reindeer 6 delivering toys -// Reindeer 4 delivering toys -// Reindeer 3 delivering toys -// Reindeer 9 delivering toys -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 7 meeting in the study -// Elf 6 meeting in the study -// Elf 8 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 9 meeting in the study -// Elf 5 meeting in the study -// Elf 10 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 6 meeting in the study -// Elf 4 meeting in the study -// Elf 3 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 7 meeting in the study -// Elf 10 meeting in the study -// Elf 1 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 3 meeting in the study -// Elf 8 meeting in the study -// Elf 2 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s deliver toys -// Reindeer 1 delivering toys -// Reindeer 7 delivering toys -// Reindeer 5 delivering toys -// Reindeer 3 delivering toys -// Reindeer 6 delivering toys -// Reindeer 4 delivering toys -// Reindeer 9 delivering toys -// Reindeer 8 delivering toys -// Reindeer 2 delivering toys -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 5 meeting in the study -// Elf 4 meeting in the study -// Elf 1 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 7 meeting in the study -// Elf 6 meeting in the study -// Elf 9 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 1 meeting in the study -// Elf 3 meeting in the study -// Elf 10 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 4 meeting in the study -// Elf 5 meeting in the study -// Elf 8 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 2 meeting in the study -// Elf 9 meeting in the study -// Elf 1 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s deliver toys -// Reindeer 2 delivering toys -// Reindeer 7 delivering toys -// Reindeer 3 delivering toys -// Reindeer 8 delivering toys -// Reindeer 5 delivering toys -// Reindeer 6 delivering toys -// Reindeer 4 delivering toys -// Reindeer 1 delivering toys -// Reindeer 9 delivering toys -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 6 meeting in the study -// Elf 5 meeting in the study -// Elf 7 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 3 meeting in the study -// Elf 9 meeting in the study -// Elf 10 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 8 meeting in the study -// Elf 1 meeting in the study -// Elf 2 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 7 meeting in the study -// Elf 4 meeting in the study -// Elf 1 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 8 meeting in the study -// Elf 10 meeting in the study -// Elf 3 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s deliver toys -// Reindeer 8 delivering toys -// Reindeer 4 delivering toys -// Reindeer 3 delivering toys -// Reindeer 2 delivering toys -// Reindeer 9 delivering toys -// Reindeer 5 delivering toys -// Reindeer 6 delivering toys -// Reindeer 1 delivering toys -// Reindeer 7 delivering toys -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 2 meeting in the study -// Elf 5 meeting in the study -// Elf 6 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 1 meeting in the study -// Elf 4 meeting in the study -// Elf 7 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 9 meeting in the study -// Elf 10 meeting in the study -// Elf 3 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 8 meeting in the study -// Elf 10 meeting in the study -// Elf 6 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 1 meeting in the study -// Elf 2 meeting in the study -// Elf 9 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 7 meeting in the study -// Elf 5 meeting in the study -// Elf 6 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 2 meeting in the study -// Elf 6 meeting in the study -// Elf 10 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s deliver toys -// Reindeer 8 delivering toys -// Reindeer 6 delivering toys -// Reindeer 7 delivering toys -// Reindeer 9 delivering toys -// Reindeer 3 delivering toys -// Reindeer 5 delivering toys -// Reindeer 2 delivering toys -// Reindeer 4 delivering toys -// Reindeer 1 delivering toys -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 8 meeting in the study -// Elf 4 meeting in the study -// Elf 3 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s deliver toys -// Reindeer 6 delivering toys -// Reindeer 3 delivering toys -// Reindeer 8 delivering toys -// Reindeer 9 delivering toys -// Reindeer 7 delivering toys -// Reindeer 5 delivering toys -// Reindeer 2 delivering toys -// Reindeer 1 delivering toys -// Reindeer 4 delivering toys -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 2 meeting in the study -// Elf 10 meeting in the study -// Elf 7 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 1 meeting in the study -// Elf 6 meeting in the study -// Elf 9 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 5 meeting in the study -// Elf 10 meeting in the study -// Elf 3 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 4 meeting in the study -// Elf 3 meeting in the study -// Elf 7 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 9 meeting in the study -// Elf 2 meeting in the study -// Elf 1 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 1 meeting in the study -// Elf 6 meeting in the study -// Elf 7 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 8 meeting in the study -// Elf 3 meeting in the study -// Elf 7 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s deliver toys -// Reindeer 3 delivering toys -// Reindeer 2 delivering toys -// Reindeer 7 delivering toys -// Reindeer 9 delivering toys -// Reindeer 1 delivering toys -// Reindeer 6 delivering toys -// Reindeer 4 delivering toys -// Reindeer 8 delivering toys -// Reindeer 5 delivering toys -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 10 meeting in the study -// Elf 5 meeting in the study -// Elf 1 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 8 meeting in the study -// Elf 2 meeting in the study -// Elf 4 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 9 meeting in the study -// Elf 8 meeting in the study -// Elf 1 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s deliver toys -// Reindeer 2 delivering toys -// Reindeer 6 delivering toys -// Reindeer 1 delivering toys -// Reindeer 4 delivering toys -// Reindeer 7 delivering toys -// Reindeer 8 delivering toys -// Reindeer 9 delivering toys -// Reindeer 5 delivering toys -// Reindeer 3 delivering toys -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 2 meeting in the study -// Elf 10 meeting in the study -// Elf 4 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 9 meeting in the study -// Elf 7 meeting in the study -// Elf 6 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 8 meeting in the study -// Elf 1 meeting in the study -// Elf 3 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 5 meeting in the study -// Elf 7 meeting in the study -// Elf 8 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 3 meeting in the study -// Elf 10 meeting in the study -// Elf 2 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s deliver toys -// Reindeer 7 delivering toys -// Reindeer 4 delivering toys -// Reindeer 3 delivering toys -// Reindeer 5 delivering toys -// Reindeer 8 delivering toys -// Reindeer 9 delivering toys -// Reindeer 2 delivering toys -// Reindeer 6 delivering toys -// Reindeer 1 delivering toys -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 8 meeting in the study -// Elf 9 meeting in the study -// Elf 3 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 6 meeting in the study -// Elf 10 meeting in the study -// Elf 4 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 1 meeting in the study -// Elf 7 meeting in the study -// Elf 5 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 3 meeting in the study -// Elf 5 meeting in the study -// Elf 6 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 2 meeting in the study -// Elf 8 meeting in the study -// Elf 3 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 1 meeting in the study -// Elf 9 meeting in the study -// Elf 3 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 1 meeting in the study -// Elf 7 meeting in the study -// Elf 8 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s deliver toys -// Reindeer 2 delivering toys -// Reindeer 9 delivering toys -// Reindeer 6 delivering toys -// Reindeer 5 delivering toys -// Reindeer 1 delivering toys -// Reindeer 7 delivering toys -// Reindeer 3 delivering toys -// Reindeer 4 delivering toys -// Reindeer 8 delivering toys -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 3 meeting in the study -// Elf 7 meeting in the study -// Elf 5 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 4 meeting in the study -// Elf 10 meeting in the study -// Elf 9 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 6 meeting in the study -// Elf 2 meeting in the study -// Elf 1 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 9 meeting in the study -// Elf 8 meeting in the study -// Elf 2 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s deliver toys -// Reindeer 9 delivering toys -// Reindeer 3 delivering toys -// Reindeer 5 delivering toys -// Reindeer 4 delivering toys -// Reindeer 6 delivering toys -// Reindeer 1 delivering toys -// Reindeer 2 delivering toys -// Reindeer 8 delivering toys -// Reindeer 7 delivering toys -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 1 meeting in the study -// Elf 2 meeting in the study -// Elf 3 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 10 meeting in the study -// Elf 4 meeting in the study -// Elf 1 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 10 meeting in the study -// Elf 7 meeting in the study -// Elf 5 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 8 meeting in the study -// Elf 6 meeting in the study -// Elf 3 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 6 meeting in the study -// Elf 7 meeting in the study -// Elf 4 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 9 meeting in the study -// Elf 2 meeting in the study -// Elf 5 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 8 meeting in the study -// Elf 1 meeting in the study -// Elf 3 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s deliver toys -// Reindeer 2 delivering toys -// Reindeer 6 delivering toys -// Reindeer 9 delivering toys -// Reindeer 3 delivering toys -// Reindeer 5 delivering toys -// Reindeer 4 delivering toys -// Reindeer 7 delivering toys -// Reindeer 8 delivering toys -// Reindeer 1 delivering toys -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 1 meeting in the study -// Elf 10 meeting in the study -// Elf 6 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 2 meeting in the study -// Elf 6 meeting in the study -// Elf 8 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 4 meeting in the study -// Elf 9 meeting in the study -// Elf 8 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 7 meeting in the study -// Elf 1 meeting in the study -// Elf 2 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 6 meeting in the study -// Elf 5 meeting in the study -// Elf 3 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s deliver toys -// Reindeer 5 delivering toys -// Reindeer 6 delivering toys -// Reindeer 1 delivering toys -// Reindeer 7 delivering toys -// Reindeer 8 delivering toys -// Reindeer 9 delivering toys -// Reindeer 2 delivering toys -// Reindeer 3 delivering toys -// Reindeer 4 delivering toys -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 1 meeting in the study -// Elf 7 meeting in the study -// Elf 6 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 4 meeting in the study -// Elf 2 meeting in the study -// Elf 10 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 9 meeting in the study -// Elf 8 meeting in the study -// Elf 4 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 9 meeting in the study -// Elf 4 meeting in the study -// Elf 6 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 8 meeting in the study -// Elf 1 meeting in the study -// Elf 10 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s deliver toys -// Reindeer 1 delivering toys -// Reindeer 7 delivering toys -// Reindeer 4 delivering toys -// Reindeer 9 delivering toys -// Reindeer 3 delivering toys -// Reindeer 6 delivering toys -// Reindeer 8 delivering toys -// Reindeer 5 delivering toys -// Reindeer 2 delivering toys -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 3 meeting in the study -// Elf 4 meeting in the study -// Elf 5 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 10 meeting in the study -// Elf 2 meeting in the study -// Elf 1 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 9 meeting in the study -// Elf 7 meeting in the study -// Elf 3 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 7 meeting in the study -// Elf 6 meeting in the study -// Elf 8 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 2 meeting in the study -// Elf 8 meeting in the study -// Elf 6 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s deliver toys -// Reindeer 7 delivering toys -// Reindeer 8 delivering toys -// Reindeer 4 delivering toys -// Reindeer 3 delivering toys -// Reindeer 1 delivering toys -// Reindeer 6 delivering toys -// Reindeer 5 delivering toys -// Reindeer 2 delivering toys -// Reindeer 9 delivering toys -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 8 meeting in the study -// Elf 5 meeting in the study -// Elf 4 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 2 meeting in the study -// Elf 9 meeting in the study -// Elf 10 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 1 meeting in the study -// Elf 7 meeting in the study -// Elf 3 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 5 meeting in the study -// Elf 1 meeting in the study -// Elf 9 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 8 meeting in the study -// Elf 6 meeting in the study -// Elf 5 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s deliver toys -// Reindeer 7 delivering toys -// Reindeer 4 delivering toys -// Reindeer 1 delivering toys -// Reindeer 3 delivering toys -// Reindeer 2 delivering toys -// Reindeer 8 delivering toys -// Reindeer 9 delivering toys -// Reindeer 5 delivering toys -// Reindeer 6 delivering toys -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 10 meeting in the study -// Elf 4 meeting in the study -// Elf 3 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 7 meeting in the study -// Elf 2 meeting in the study -// Elf 6 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 9 meeting in the study -// Elf 5 meeting in the study -// Elf 3 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 10 meeting in the study -// Elf 1 meeting in the study -// Elf 9 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 8 meeting in the study -// Elf 4 meeting in the study -// Elf 7 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s deliver toys -// Reindeer 2 delivering toys -// Reindeer 8 delivering toys -// Reindeer 6 delivering toys -// Reindeer 4 delivering toys -// Reindeer 7 delivering toys -// Reindeer 9 delivering toys -// Reindeer 5 delivering toys -// Reindeer 1 delivering toys -// Reindeer 3 delivering toys -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 2 meeting in the study -// Elf 5 meeting in the study -// Elf 3 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 4 meeting in the study -// Elf 9 meeting in the study -// Elf 6 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 2 meeting in the study -// Elf 1 meeting in the study -// Elf 10 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 2 meeting in the study -// Elf 5 meeting in the study -// Elf 3 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s deliver toys -// Reindeer 5 delivering toys -// Reindeer 4 delivering toys -// Reindeer 2 delivering toys -// Reindeer 8 delivering toys -// Reindeer 7 delivering toys -// Reindeer 6 delivering toys -// Reindeer 3 delivering toys -// Reindeer 1 delivering toys -// Reindeer 9 delivering toys -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 8 meeting in the study -// Elf 4 meeting in the study -// Elf 7 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 1 meeting in the study -// Elf 2 meeting in the study -// Elf 3 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 6 meeting in the study -// Elf 9 meeting in the study -// Elf 10 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 2 meeting in the study -// Elf 4 meeting in the study -// Elf 9 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 10 meeting in the study -// Elf 3 meeting in the study -// Elf 5 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s deliver toys -// Reindeer 3 delivering toys -// Reindeer 4 delivering toys -// Reindeer 9 delivering toys -// Reindeer 1 delivering toys -// Reindeer 7 delivering toys -// Reindeer 8 delivering toys -// Reindeer 5 delivering toys -// Reindeer 6 delivering toys -// Reindeer 2 delivering toys -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 4 meeting in the study -// Elf 7 meeting in the study -// Elf 3 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 1 meeting in the study -// Elf 6 meeting in the study -// Elf 8 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 2 meeting in the study -// Elf 9 meeting in the study -// Elf 3 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 8 meeting in the study -// Elf 10 meeting in the study -// Elf 5 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 6 meeting in the study -// Elf 8 meeting in the study -// Elf 7 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s deliver toys -// Reindeer 3 delivering toys -// Reindeer 8 delivering toys -// Reindeer 9 delivering toys -// Reindeer 4 delivering toys -// Reindeer 7 delivering toys -// Reindeer 1 delivering toys -// Reindeer 6 delivering toys -// Reindeer 2 delivering toys -// Reindeer 5 delivering toys -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 4 meeting in the study -// Elf 10 meeting in the study -// Elf 2 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 6 meeting in the study -// Elf 3 meeting in the study -// Elf 1 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 2 meeting in the study -// Elf 10 meeting in the study -// Elf 9 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 7 meeting in the study -// Elf 5 meeting in the study -// Elf 4 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s deliver toys -// Reindeer 3 delivering toys -// Reindeer 4 delivering toys -// Reindeer 9 delivering toys -// Reindeer 6 delivering toys -// Reindeer 1 delivering toys -// Reindeer 2 delivering toys -// Reindeer 8 delivering toys -// Reindeer 7 delivering toys -// Reindeer 5 delivering toys -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 8 meeting in the study -// Elf 5 meeting in the study -// Elf 7 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 3 meeting in the study -// Elf 4 meeting in the study -// Elf 9 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 8 meeting in the study -// Elf 10 meeting in the study -// Elf 6 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 5 meeting in the study -// Elf 2 meeting in the study -// Elf 1 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 2 meeting in the study -// Elf 3 meeting in the study -// Elf 8 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 7 meeting in the study -// Elf 9 meeting in the study -// Elf 5 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s deliver toys -// Reindeer 5 delivering toys -// Reindeer 4 delivering toys -// Reindeer 8 delivering toys -// Reindeer 9 delivering toys -// Reindeer 2 delivering toys -// Reindeer 3 delivering toys -// Reindeer 1 delivering toys -// Reindeer 7 delivering toys -// Reindeer 6 delivering toys -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 3 meeting in the study -// Elf 10 meeting in the study -// Elf 1 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 4 meeting in the study -// Elf 9 meeting in the study -// Elf 6 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 8 meeting in the study -// Elf 10 meeting in the study -// Elf 7 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 6 meeting in the study -// Elf 9 meeting in the study -// Elf 4 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 10 meeting in the study -// Elf 8 meeting in the study -// Elf 3 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s deliver toys -// Reindeer 5 delivering toys -// Reindeer 4 delivering toys -// Reindeer 9 delivering toys -// Reindeer 2 delivering toys -// Reindeer 1 delivering toys -// Reindeer 6 delivering toys -// Reindeer 7 delivering toys -// Reindeer 3 delivering toys -// Reindeer 8 delivering toys -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 5 meeting in the study -// Elf 7 meeting in the study -// Elf 2 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 1 meeting in the study -// Elf 9 meeting in the study -// Elf 2 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 5 meeting in the study -// Elf 10 meeting in the study -// Elf 3 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 4 meeting in the study -// Elf 9 meeting in the study -// Elf 6 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 8 meeting in the study -// Elf 1 meeting in the study -// Elf 2 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 4 meeting in the study -// Elf 6 meeting in the study -// Elf 2 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s deliver toys -// Reindeer 5 delivering toys -// Reindeer 9 delivering toys -// Reindeer 7 delivering toys -// Reindeer 6 delivering toys -// Reindeer 8 delivering toys -// Reindeer 4 delivering toys -// Reindeer 3 delivering toys -// Reindeer 2 delivering toys -// Reindeer 1 delivering toys -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 5 meeting in the study -// Elf 8 meeting in the study -// Elf 9 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 5 meeting in the study -// Elf 7 meeting in the study -// Elf 1 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 2 meeting in the study -// Elf 3 meeting in the study -// Elf 4 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 8 meeting in the study -// Elf 9 meeting in the study -// Elf 10 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 7 meeting in the study -// Elf 10 meeting in the study -// Elf 5 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 1 meeting in the study -// Elf 6 meeting in the study -// Elf 4 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 7 meeting in the study -// Elf 9 meeting in the study -// Elf 2 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s deliver toys -// Reindeer 1 delivering toys -// Reindeer 5 delivering toys -// Reindeer 3 delivering toys -// Reindeer 9 delivering toys -// Reindeer 7 delivering toys -// Reindeer 4 delivering toys -// Reindeer 2 delivering toys -// Reindeer 8 delivering toys -// Reindeer 6 delivering toys -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 8 meeting in the study -// Elf 10 meeting in the study -// Elf 4 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 5 meeting in the study -// Elf 3 meeting in the study -// Elf 6 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 9 meeting in the study -// Elf 6 meeting in the study -// Elf 1 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 7 meeting in the study -// Elf 2 meeting in the study -// Elf 5 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s deliver toys -// Reindeer 7 delivering toys -// Reindeer 5 delivering toys -// Reindeer 8 delivering toys -// Reindeer 3 delivering toys -// Reindeer 1 delivering toys -// Reindeer 9 delivering toys -// Reindeer 4 delivering toys -// Reindeer 6 delivering toys -// Reindeer 2 delivering toys -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 1 meeting in the study -// Elf 3 meeting in the study -// Elf 8 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 10 meeting in the study -// Elf 9 meeting in the study -// Elf 4 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 2 meeting in the study -// Elf 4 meeting in the study -// Elf 6 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 10 meeting in the study -// Elf 9 meeting in the study -// Elf 3 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 1 meeting in the study -// Elf 7 meeting in the study -// Elf 6 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 10 meeting in the study -// Elf 8 meeting in the study -// Elf 9 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s deliver toys -// Reindeer 9 delivering toys -// Reindeer 8 delivering toys -// Reindeer 2 delivering toys -// Reindeer 3 delivering toys -// Reindeer 4 delivering toys -// Reindeer 6 delivering toys -// Reindeer 1 delivering toys -// Reindeer 5 delivering toys -// Reindeer 7 delivering toys -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 5 meeting in the study -// Elf 1 meeting in the study -// Elf 4 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 6 meeting in the study -// Elf 7 meeting in the study -// Elf 2 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 3 meeting in the study -// Elf 9 meeting in the study -// Elf 1 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 8 meeting in the study -// Elf 10 meeting in the study -// Elf 5 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s deliver toys -// Reindeer 4 delivering toys -// Reindeer 5 delivering toys -// Reindeer 9 delivering toys -// Reindeer 8 delivering toys -// Reindeer 1 delivering toys -// Reindeer 2 delivering toys -// Reindeer 7 delivering toys -// Reindeer 6 delivering toys -// Reindeer 3 delivering toys -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 2 meeting in the study -// Elf 3 meeting in the study -// Elf 9 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 6 meeting in the study -// Elf 8 meeting in the study -// Elf 5 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 4 meeting in the study -// Elf 9 meeting in the study -// Elf 5 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 4 meeting in the study -// Elf 7 meeting in the study -// Elf 9 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 10 meeting in the study -// Elf 1 meeting in the study -// Elf 6 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 9 meeting in the study -// Elf 2 meeting in the study -// Elf 8 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s deliver toys -// Reindeer 5 delivering toys -// Reindeer 3 delivering toys -// Reindeer 1 delivering toys -// Reindeer 9 delivering toys -// Reindeer 6 delivering toys -// Reindeer 2 delivering toys -// Reindeer 8 delivering toys -// Reindeer 4 delivering toys -// Reindeer 7 delivering toys -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 5 meeting in the study -// Elf 3 meeting in the study -// Elf 4 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 6 meeting in the study -// Elf 4 meeting in the study -// Elf 7 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 2 meeting in the study -// Elf 1 meeting in the study -// Elf 8 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 10 meeting in the study -// Elf 9 meeting in the study -// Elf 3 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s deliver toys -// Reindeer 1 delivering toys -// Reindeer 8 delivering toys -// Reindeer 7 delivering toys -// Reindeer 6 delivering toys -// Reindeer 3 delivering toys -// Reindeer 4 delivering toys -// Reindeer 5 delivering toys -// Reindeer 2 delivering toys -// Reindeer 9 delivering toys -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 1 meeting in the study -// Elf 5 meeting in the study -// Elf 6 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 7 meeting in the study -// Elf 8 meeting in the study -// Elf 9 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 6 meeting in the study -// Elf 4 meeting in the study -// Elf 2 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 4 meeting in the study -// Elf 3 meeting in the study -// Elf 6 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 2 meeting in the study -// Elf 8 meeting in the study -// Elf 4 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 10 meeting in the study -// Elf 7 meeting in the study -// Elf 3 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s deliver toys -// Reindeer 3 delivering toys -// Reindeer 4 delivering toys -// Reindeer 5 delivering toys -// Reindeer 8 delivering toys -// Reindeer 2 delivering toys -// Reindeer 9 delivering toys -// Reindeer 6 delivering toys -// Reindeer 7 delivering toys -// Reindeer 1 delivering toys -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 2 meeting in the study -// Elf 5 meeting in the study -// Elf 1 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 9 meeting in the study -// Elf 10 meeting in the study -// Elf 7 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 2 meeting in the study -// Elf 8 meeting in the study -// Elf 7 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 6 meeting in the study -// Elf 2 meeting in the study -// Elf 7 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 10 meeting in the study -// Elf 4 meeting in the study -// Elf 9 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 6 meeting in the study -// Elf 5 meeting in the study -// Elf 10 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 3 meeting in the study -// Elf 2 meeting in the study -// Elf 1 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s deliver toys -// Reindeer 4 delivering toys -// Reindeer 2 delivering toys -// Reindeer 8 delivering toys -// Reindeer 7 delivering toys -// Reindeer 5 delivering toys -// Reindeer 3 delivering toys -// Reindeer 9 delivering toys -// Reindeer 6 delivering toys -// Reindeer 1 delivering toys -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 6 meeting in the study -// Elf 8 meeting in the study -// Elf 7 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 4 meeting in the study -// Elf 9 meeting in the study -// Elf 8 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 10 meeting in the study -// Elf 2 meeting in the study -// Elf 6 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 5 meeting in the study -// Elf 9 meeting in the study -// Elf 1 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s deliver toys -// Reindeer 5 delivering toys -// Reindeer 4 delivering toys -// Reindeer 8 delivering toys -// Reindeer 6 delivering toys -// Reindeer 1 delivering toys -// Reindeer 7 delivering toys -// Reindeer 9 delivering toys -// Reindeer 2 delivering toys -// Reindeer 3 delivering toys -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 3 meeting in the study -// Elf 7 meeting in the study -// Elf 4 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 10 meeting in the study -// Elf 8 meeting in the study -// Elf 1 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 2 meeting in the study -// Elf 5 meeting in the study -// Elf 4 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 6 meeting in the study -// Elf 9 meeting in the study -// Elf 1 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 4 meeting in the study -// Elf 5 meeting in the study -// Elf 10 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s deliver toys -// Reindeer 8 delivering toys -// Reindeer 7 delivering toys -// Reindeer 1 delivering toys -// Reindeer 9 delivering toys -// Reindeer 4 delivering toys -// Reindeer 3 delivering toys -// Reindeer 5 delivering toys -// Reindeer 6 delivering toys -// Reindeer 2 delivering toys -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 3 meeting in the study -// Elf 4 meeting in the study -// Elf 7 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 9 meeting in the study -// Elf 8 meeting in the study -// Elf 1 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 6 meeting in the study -// Elf 2 meeting in the study -// Elf 8 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 2 meeting in the study -// Elf 3 meeting in the study -// Elf 10 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 7 meeting in the study -// Elf 5 meeting in the study -// Elf 1 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 6 meeting in the study -// Elf 8 meeting in the study -// Elf 4 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s deliver toys -// Reindeer 1 delivering toys -// Reindeer 4 delivering toys -// Reindeer 2 delivering toys -// Reindeer 9 delivering toys -// Reindeer 7 delivering toys -// Reindeer 8 delivering toys -// Reindeer 3 delivering toys -// Reindeer 5 delivering toys -// Reindeer 6 delivering toys -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 6 meeting in the study -// Elf 1 meeting in the study -// Elf 9 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 6 meeting in the study -// Elf 4 meeting in the study -// Elf 2 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 9 meeting in the study -// Elf 3 meeting in the study -// Elf 10 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 5 meeting in the study -// Elf 4 meeting in the study -// Elf 2 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 7 meeting in the study -// Elf 3 meeting in the study -// Elf 8 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s deliver toys -// Reindeer 5 delivering toys -// Reindeer 9 delivering toys -// Reindeer 2 delivering toys -// Reindeer 6 delivering toys -// Reindeer 3 delivering toys -// Reindeer 8 delivering toys -// Reindeer 7 delivering toys -// Reindeer 1 delivering toys -// Reindeer 4 delivering toys -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 1 meeting in the study -// Elf 6 meeting in the study -// Elf 5 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 2 meeting in the study -// Elf 8 meeting in the study -// Elf 3 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 10 meeting in the study -// Elf 8 meeting in the study -// Elf 9 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 4 meeting in the study -// Elf 5 meeting in the study -// Elf 7 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 2 meeting in the study -// Elf 1 meeting in the study -// Elf 6 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s deliver toys -// Reindeer 6 delivering toys -// Reindeer 4 delivering toys -// Reindeer 1 delivering toys -// Reindeer 8 delivering toys -// Reindeer 9 delivering toys -// Reindeer 3 delivering toys -// Reindeer 5 delivering toys -// Reindeer 2 delivering toys -// Reindeer 7 delivering toys -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 3 meeting in the study -// Elf 7 meeting in the study -// Elf 2 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 6 meeting in the study -// Elf 9 meeting in the study -// Elf 4 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 5 meeting in the study -// Elf 1 meeting in the study -// Elf 10 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 8 meeting in the study -// Elf 9 meeting in the study -// Elf 2 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 7 meeting in the study -// Elf 5 meeting in the study -// Elf 3 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s deliver toys -// Reindeer 8 delivering toys -// Reindeer 4 delivering toys -// Reindeer 9 delivering toys -// Reindeer 6 delivering toys -// Reindeer 3 delivering toys -// Reindeer 5 delivering toys -// Reindeer 7 delivering toys -// Reindeer 1 delivering toys -// Reindeer 2 delivering toys -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 1 meeting in the study -// Elf 4 meeting in the study -// Elf 6 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 3 meeting in the study -// Elf 10 meeting in the study -// Elf 7 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 4 meeting in the study -// Elf 9 meeting in the study -// Elf 6 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 5 meeting in the study -// Elf 2 meeting in the study -// Elf 8 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 10 meeting in the study -// Elf 2 meeting in the study -// Elf 3 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 1 meeting in the study -// Elf 7 meeting in the study -// Elf 4 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 9 meeting in the study -// Elf 5 meeting in the study -// Elf 6 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s deliver toys -// Reindeer 7 delivering toys -// Reindeer 6 delivering toys -// Reindeer 8 delivering toys -// Reindeer 4 delivering toys -// Reindeer 1 delivering toys -// Reindeer 5 delivering toys -// Reindeer 3 delivering toys -// Reindeer 2 delivering toys -// Reindeer 9 delivering toys -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 7 meeting in the study -// Elf 1 meeting in the study -// Elf 6 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 10 meeting in the study -// Elf 3 meeting in the study -// Elf 8 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 4 meeting in the study -// Elf 2 meeting in the study -// Elf 9 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 2 meeting in the study -// Elf 7 meeting in the study -// Elf 10 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 5 meeting in the study -// Elf 8 meeting in the study -// Elf 7 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 4 meeting in the study -// Elf 6 meeting in the study -// Elf 1 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s deliver toys -// Reindeer 9 delivering toys -// Reindeer 6 delivering toys -// Reindeer 4 delivering toys -// Reindeer 8 delivering toys -// Reindeer 5 delivering toys -// Reindeer 2 delivering toys -// Reindeer 1 delivering toys -// Reindeer 3 delivering toys -// Reindeer 7 delivering toys -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 9 meeting in the study -// Elf 7 meeting in the study -// Elf 3 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 6 meeting in the study -// Elf 10 meeting in the study -// Elf 8 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 7 meeting in the study -// Elf 5 meeting in the study -// Elf 1 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 4 meeting in the study -// Elf 1 meeting in the study -// Elf 6 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 10 meeting in the study -// Elf 2 meeting in the study -// Elf 3 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 3 meeting in the study -// Elf 7 meeting in the study -// Elf 2 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 10 meeting in the study -// Elf 5 meeting in the study -// Elf 9 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s deliver toys -// Reindeer 6 delivering toys -// Reindeer 8 delivering toys -// Reindeer 9 delivering toys -// Reindeer 7 delivering toys -// Reindeer 5 delivering toys -// Reindeer 3 delivering toys -// Reindeer 4 delivering toys -// Reindeer 1 delivering toys -// Reindeer 2 delivering toys -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 6 meeting in the study -// Elf 1 meeting in the study -// Elf 3 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 8 meeting in the study -// Elf 2 meeting in the study -// Elf 3 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 5 meeting in the study -// Elf 4 meeting in the study -// Elf 8 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 2 meeting in the study -// Elf 7 meeting in the study -// Elf 1 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 6 meeting in the study -// Elf 3 meeting in the study -// Elf 10 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 8 meeting in the study -// Elf 9 meeting in the study -// Elf 7 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s deliver toys -// Reindeer 1 delivering toys -// Reindeer 2 delivering toys -// Reindeer 3 delivering toys -// Reindeer 6 delivering toys -// Reindeer 9 delivering toys -// Reindeer 7 delivering toys -// Reindeer 4 delivering toys -// Reindeer 5 delivering toys -// Reindeer 8 delivering toys -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 10 meeting in the study -// Elf 7 meeting in the study -// Elf 8 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 4 meeting in the study -// Elf 2 meeting in the study -// Elf 3 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 1 meeting in the study -// Elf 5 meeting in the study -// Elf 8 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 9 meeting in the study -// Elf 10 meeting in the study -// Elf 6 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 1 meeting in the study -// Elf 3 meeting in the study -// Elf 8 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 7 meeting in the study -// Elf 10 meeting in the study -// Elf 9 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 4 meeting in the study -// Elf 2 meeting in the study -// Elf 3 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s deliver toys -// Reindeer 7 delivering toys -// Reindeer 3 delivering toys -// Reindeer 8 delivering toys -// Reindeer 5 delivering toys -// Reindeer 1 delivering toys -// Reindeer 6 delivering toys -// Reindeer 2 delivering toys -// Reindeer 4 delivering toys -// Reindeer 9 delivering toys -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 1 meeting in the study -// Elf 10 meeting in the study -// Elf 5 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 6 meeting in the study -// Elf 9 meeting in the study -// Elf 4 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 7 meeting in the study -// Elf 3 meeting in the study -// Elf 8 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 1 meeting in the study -// Elf 5 meeting in the study -// Elf 10 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 2 meeting in the study -// Elf 5 meeting in the study -// Elf 9 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s deliver toys -// Reindeer 8 delivering toys -// Reindeer 7 delivering toys -// Reindeer 4 delivering toys -// Reindeer 3 delivering toys -// Reindeer 1 delivering toys -// Reindeer 6 delivering toys -// Reindeer 5 delivering toys -// Reindeer 9 delivering toys -// Reindeer 2 delivering toys -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 7 meeting in the study -// Elf 6 meeting in the study -// Elf 3 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 1 meeting in the study -// Elf 5 meeting in the study -// Elf 4 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 2 meeting in the study -// Elf 8 meeting in the study -// Elf 10 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 4 meeting in the study -// Elf 7 meeting in the study -// Elf 5 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s deliver toys -// Reindeer 5 delivering toys -// Reindeer 6 delivering toys -// Reindeer 4 delivering toys -// Reindeer 2 delivering toys -// Reindeer 7 delivering toys -// Reindeer 1 delivering toys -// Reindeer 9 delivering toys -// Reindeer 8 delivering toys -// Reindeer 3 delivering toys -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 9 meeting in the study -// Elf 6 meeting in the study -// Elf 5 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 8 meeting in the study -// Elf 3 meeting in the study -// Elf 1 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 2 meeting in the study -// Elf 4 meeting in the study -// Elf 6 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s deliver toys -// Reindeer 3 delivering toys -// Reindeer 9 delivering toys -// Reindeer 5 delivering toys -// Reindeer 4 delivering toys -// Reindeer 8 delivering toys -// Reindeer 6 delivering toys -// Reindeer 7 delivering toys -// Reindeer 1 delivering toys -// Reindeer 2 delivering toys -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 10 meeting in the study -// Elf 7 meeting in the study -// Elf 2 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 1 meeting in the study -// Elf 5 meeting in the study -// Elf 9 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 4 meeting in the study -// Elf 3 meeting in the study -// Elf 8 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 7 meeting in the study -// Elf 10 meeting in the study -// Elf 1 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 8 meeting in the study -// Elf 6 meeting in the study -// Elf 5 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s deliver toys -// Reindeer 9 delivering toys -// Reindeer 2 delivering toys -// Reindeer 5 delivering toys -// Reindeer 6 delivering toys -// Reindeer 7 delivering toys -// Reindeer 8 delivering toys -// Reindeer 3 delivering toys -// Reindeer 4 delivering toys -// Reindeer 1 delivering toys -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 10 meeting in the study -// Elf 2 meeting in the study -// Elf 3 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 9 meeting in the study -// Elf 6 meeting in the study -// Elf 5 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 1 meeting in the study -// Elf 8 meeting in the study -// Elf 4 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s deliver toys -// Reindeer 8 delivering toys -// Reindeer 4 delivering toys -// Reindeer 3 delivering toys -// Reindeer 5 delivering toys -// Reindeer 9 delivering toys -// Reindeer 7 delivering toys -// Reindeer 1 delivering toys -// Reindeer 6 delivering toys -// Reindeer 2 delivering toys -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 7 meeting in the study -// Elf 6 meeting in the study -// Elf 1 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 2 meeting in the study -// Elf 3 meeting in the study -// Elf 4 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 6 meeting in the study -// Elf 2 meeting in the study -// Elf 1 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 10 meeting in the study -// Elf 3 meeting in the study -// Elf 5 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 9 meeting in the study -// Elf 7 meeting in the study -// Elf 8 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 1 meeting in the study -// Elf 6 meeting in the study -// Elf 2 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s deliver toys -// Reindeer 3 delivering toys -// Reindeer 5 delivering toys -// Reindeer 8 delivering toys -// Reindeer 6 delivering toys -// Reindeer 2 delivering toys -// Reindeer 4 delivering toys -// Reindeer 7 delivering toys -// Reindeer 1 delivering toys -// Reindeer 9 delivering toys -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 9 meeting in the study -// Elf 4 meeting in the study -// Elf 2 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 1 meeting in the study -// Elf 6 meeting in the study -// Elf 3 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 8 meeting in the study -// Elf 10 meeting in the study -// Elf 5 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 7 meeting in the study -// Elf 9 meeting in the study -// Elf 4 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 5 meeting in the study -// Elf 8 meeting in the study -// Elf 10 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 7 meeting in the study -// Elf 4 meeting in the study -// Elf 8 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s deliver toys -// Reindeer 6 delivering toys -// Reindeer 3 delivering toys -// Reindeer 2 delivering toys -// Reindeer 9 delivering toys -// Reindeer 8 delivering toys -// Reindeer 1 delivering toys -// Reindeer 5 delivering toys -// Reindeer 4 delivering toys -// Reindeer 7 delivering toys -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 1 meeting in the study -// Elf 2 meeting in the study -// Elf 6 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 4 meeting in the study -// Elf 3 meeting in the study -// Elf 10 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 5 meeting in the study -// Elf 3 meeting in the study -// Elf 1 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 9 meeting in the study -// Elf 3 meeting in the study -// Elf 8 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 6 meeting in the study -// Elf 10 meeting in the study -// Elf 7 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s deliver toys -// Reindeer 5 delivering toys -// Reindeer 8 delivering toys -// Reindeer 9 delivering toys -// Reindeer 1 delivering toys -// Reindeer 2 delivering toys -// Reindeer 7 delivering toys -// Reindeer 3 delivering toys -// Reindeer 6 delivering toys -// Reindeer 4 delivering toys -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 7 meeting in the study -// Elf 8 meeting in the study -// Elf 5 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 2 meeting in the study -// Elf 4 meeting in the study -// Elf 7 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 2 meeting in the study -// Elf 9 meeting in the study -// Elf 1 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 7 meeting in the study -// Elf 4 meeting in the study -// Elf 9 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 8 meeting in the study -// Elf 5 meeting in the study -// Elf 3 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 6 meeting in the study -// Elf 10 meeting in the study -// Elf 4 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s deliver toys -// Reindeer 6 delivering toys -// Reindeer 3 delivering toys -// Reindeer 7 delivering toys -// Reindeer 2 delivering toys -// Reindeer 9 delivering toys -// Reindeer 5 delivering toys -// Reindeer 4 delivering toys -// Reindeer 1 delivering toys -// Reindeer 8 delivering toys -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 1 meeting in the study -// Elf 3 meeting in the study -// Elf 5 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 2 meeting in the study -// Elf 7 meeting in the study -// Elf 9 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 4 meeting in the study -// Elf 3 meeting in the study -// Elf 10 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 9 meeting in the study -// Elf 8 meeting in the study -// Elf 7 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 6 meeting in the study -// Elf 10 meeting in the study -// Elf 4 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s deliver toys -// Reindeer 6 delivering toys -// Reindeer 3 delivering toys -// Reindeer 2 delivering toys -// Reindeer 7 delivering toys -// Reindeer 9 delivering toys -// Reindeer 5 delivering toys -// Reindeer 8 delivering toys -// Reindeer 1 delivering toys -// Reindeer 4 delivering toys -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 8 meeting in the study -// Elf 5 meeting in the study -// Elf 1 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 3 meeting in the study -// Elf 2 meeting in the study -// Elf 4 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 9 meeting in the study -// Elf 8 meeting in the study -// Elf 7 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 4 meeting in the study -// Elf 10 meeting in the study -// Elf 2 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 5 meeting in the study -// Elf 6 meeting in the study -// Elf 8 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s deliver toys -// Reindeer 4 delivering toys -// Reindeer 2 delivering toys -// Reindeer 6 delivering toys -// Reindeer 9 delivering toys -// Reindeer 1 delivering toys -// Reindeer 7 delivering toys -// Reindeer 5 delivering toys -// Reindeer 8 delivering toys -// Reindeer 3 delivering toys -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 1 meeting in the study -// Elf 10 meeting in the study -// Elf 3 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 4 meeting in the study -// Elf 8 meeting in the study -// Elf 2 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s deliver toys -// Reindeer 4 delivering toys -// Reindeer 2 delivering toys -// Reindeer 6 delivering toys -// Reindeer 3 delivering toys -// Reindeer 5 delivering toys -// Reindeer 1 delivering toys -// Reindeer 7 delivering toys -// Reindeer 9 delivering toys -// Reindeer 8 delivering toys -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 1 meeting in the study -// Elf 7 meeting in the study -// Elf 9 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 5 meeting in the study -// Elf 3 meeting in the study -// Elf 6 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 10 meeting in the study -// Elf 8 meeting in the study -// Elf 7 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 10 meeting in the study -// Elf 4 meeting in the study -// Elf 8 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 6 meeting in the study -// Elf 5 meeting in the study -// Elf 10 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 9 meeting in the study -// Elf 2 meeting in the study -// Elf 1 meeting in the study // ---------- // Ho! Ho! Ho! let’s deliver toys -// Reindeer 8 delivering toys -// Reindeer 6 delivering toys -// Reindeer 9 delivering toys -// Reindeer 7 delivering toys -// Reindeer 2 delivering toys -// Reindeer 1 delivering toys -// Reindeer 4 delivering toys -// Reindeer 5 delivering toys // Reindeer 3 delivering toys -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 7 meeting in the study -// Elf 1 meeting in the study -// Elf 3 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 4 meeting in the study -// Elf 7 meeting in the study -// Elf 6 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 8 meeting in the study -// Elf 4 meeting in the study -// Elf 6 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 5 meeting in the study -// Elf 3 meeting in the study -// Elf 10 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 7 meeting in the study -// Elf 9 meeting in the study -// Elf 4 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 7 meeting in the study -// Elf 2 meeting in the study -// Elf 10 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s deliver toys -// Reindeer 9 delivering toys // Reindeer 6 delivering toys // Reindeer 2 delivering toys -// Reindeer 5 delivering toys -// Reindeer 7 delivering toys -// Reindeer 3 delivering toys -// Reindeer 1 delivering toys -// Reindeer 4 delivering toys -// Reindeer 8 delivering toys -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 1 meeting in the study -// Elf 8 meeting in the study -// Elf 3 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 5 meeting in the study -// Elf 9 meeting in the study -// Elf 6 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 1 meeting in the study -// Elf 2 meeting in the study -// Elf 8 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 4 meeting in the study -// Elf 10 meeting in the study -// Elf 5 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 7 meeting in the study -// Elf 6 meeting in the study -// Elf 5 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 10 meeting in the study -// Elf 7 meeting in the study -// Elf 4 meeting in the study +// Reindeer 1 delivering toys +// Reindeer 4 delivering toys +// Reindeer 5 delivering toys +// Reindeer 8 delivering toys +// Reindeer 7 delivering toys +// Reindeer 9 delivering toys // ---------- // Ho! Ho! Ho! let’s meet in study +// Elf 5 meeting in the study // Elf 9 meeting in the study -// Elf 1 meeting in the study -// Elf 4 meeting in the study +// Elf 7 meeting in the study // ---------- // Ho! Ho! Ho! let’s deliver toys -// Reindeer 5 delivering toys -// Reindeer 1 delivering toys +// Reindeer 8 delivering toys +// Reindeer 6 delivering toys +// Reindeer 7 delivering toys // Reindeer 9 delivering toys // Reindeer 4 delivering toys -// Reindeer 7 delivering toys -// Reindeer 6 delivering toys -// Reindeer 8 delivering toys +// Reindeer 5 delivering toys // Reindeer 3 delivering toys // Reindeer 2 delivering toys +// Reindeer 1 delivering toys // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 10 meeting in the study -// Elf 3 meeting in the study -// Elf 2 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 7 meeting in the study -// Elf 1 meeting in the study // Elf 4 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 8 meeting in the study -// Elf 5 meeting in the study -// Elf 3 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 6 meeting in the study -// Elf 8 meeting in the study // Elf 1 meeting in the study +// Elf 6 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 4 meeting in the study -// Elf 9 meeting in the study -// Elf 2 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study +// Elf 10 meeting in the study // Elf 3 meeting in the study -// Elf 7 meeting in the study -// Elf 2 meeting in the study +// Elf 8 meeting in the study // ---------- // Ho! Ho! Ho! let’s deliver toys +// Reindeer 1 delivering toys +// Reindeer 9 delivering toys +// Reindeer 8 delivering toys // Reindeer 2 delivering toys -// Reindeer 4 delivering toys // Reindeer 6 delivering toys -// Reindeer 1 delivering toys // Reindeer 7 delivering toys +// Reindeer 4 delivering toys // Reindeer 5 delivering toys // Reindeer 3 delivering toys -// Reindeer 9 delivering toys -// Reindeer 8 delivering toys -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 10 meeting in the study -// Elf 1 meeting in the study -// Elf 9 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study // Elf 5 meeting in the study -// Elf 4 meeting in the study -// Elf 8 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 6 meeting in the study +// Elf 9 meeting in the study // Elf 7 meeting in the study -// Elf 4 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 10 meeting in the study -// Elf 2 meeting in the study -// Elf 5 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 2 meeting in the study -// Elf 4 meeting in the study -// Elf 1 meeting in the study // ---------- // Ho! Ho! Ho! let’s deliver toys -// Reindeer 5 delivering toys +// Reindeer 6 delivering toys +// Reindeer 1 delivering toys // Reindeer 9 delivering toys -// Reindeer 4 delivering toys -// Reindeer 7 delivering toys // Reindeer 8 delivering toys // Reindeer 3 delivering toys -// Reindeer 6 delivering toys +// Reindeer 4 delivering toys // Reindeer 2 delivering toys -// Reindeer 1 delivering toys +// Reindeer 7 delivering toys +// Reindeer 5 delivering toys // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 3 meeting in the study -// Elf 7 meeting in the study +// Elf 4 meeting in the study // Elf 2 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 8 meeting in the study -// Elf 5 meeting in the study -// Elf 9 meeting in the study +// Elf 3 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study // Elf 6 meeting in the study -// Elf 1 meeting in the study // Elf 10 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 4 meeting in the study -// Elf 8 meeting in the study // Elf 1 meeting in the study // ---------- // Ho! Ho! Ho! let’s deliver toys -// Reindeer 7 delivering toys -// Reindeer 9 delivering toys -// Reindeer 2 delivering toys +// Reindeer 6 delivering toys +// Reindeer 5 delivering toys +// Reindeer 8 delivering toys // Reindeer 1 delivering toys +// Reindeer 9 delivering toys // Reindeer 3 delivering toys -// Reindeer 5 delivering toys // Reindeer 4 delivering toys -// Reindeer 6 delivering toys -// Reindeer 8 delivering toys +// Reindeer 2 delivering toys +// Reindeer 7 delivering toys // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 7 meeting in the study // Elf 9 meeting in the study -// Elf 3 meeting in the study +// Elf 8 meeting in the study +// Elf 5 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 5 meeting in the study +// Elf 7 meeting in the study // Elf 2 meeting in the study -// Elf 4 meeting in the study +// Elf 3 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study // Elf 4 meeting in the study -// Elf 10 meeting in the study // Elf 1 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study // Elf 6 meeting in the study -// Elf 5 meeting in the study -// Elf 3 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study // Elf 10 meeting in the study +// Elf 5 meeting in the study // Elf 8 meeting in the study -// Elf 2 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 1 meeting in the study -// Elf 8 meeting in the study -// Elf 6 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 10 meeting in the study -// Elf 7 meeting in the study +// Elf 9 meeting in the study +// Elf 2 meeting in the study // Elf 6 meeting in the study // ---------- // Ho! Ho! Ho! let’s deliver toys +// Reindeer 9 delivering toys +// Reindeer 1 delivering toys // Reindeer 3 delivering toys // Reindeer 8 delivering toys -// Reindeer 6 delivering toys -// Reindeer 5 delivering toys // Reindeer 4 delivering toys // Reindeer 7 delivering toys -// Reindeer 9 delivering toys -// Reindeer 1 delivering toys +// Reindeer 6 delivering toys +// Reindeer 5 delivering toys // Reindeer 2 delivering toys // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 9 meeting in the study -// Elf 3 meeting in the study -// Elf 6 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 4 meeting in the study -// Elf 5 meeting in the study // Elf 7 meeting in the study +// Elf 5 meeting in the study +// Elf 8 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 9 meeting in the study // Elf 6 meeting in the study -// Elf 2 meeting in the study +// Elf 10 meeting in the study +// Elf 3 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study +// Elf 4 meeting in the study // Elf 1 meeting in the study -// Elf 8 meeting in the study +// Elf 9 meeting in the study +// ---------- +// Ho! Ho! Ho! let’s meet in study +// Elf 2 meeting in the study +// Elf 7 meeting in the study // Elf 3 meeting in the study // ---------- // Ho! Ho! Ho! let’s deliver toys -// Reindeer 2 delivering toys // Reindeer 3 delivering toys +// Reindeer 1 delivering toys // Reindeer 7 delivering toys // Reindeer 5 delivering toys +// Reindeer 8 delivering toys // Reindeer 4 delivering toys -// Reindeer 9 delivering toys -// Reindeer 1 delivering toys +// Reindeer 2 delivering toys // Reindeer 6 delivering toys -// Reindeer 8 delivering toys -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 10 meeting in the study -// Elf 5 meeting in the study -// Elf 7 meeting in the study +// Reindeer 9 delivering toys // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 4 meeting in the study // Elf 6 meeting in the study -// Elf 2 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study +// Elf 5 meeting in the study // Elf 8 meeting in the study -// Elf 3 meeting in the study -// Elf 6 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 2 meeting in the study // Elf 9 meeting in the study -// Elf 6 meeting in the study +// Elf 4 meeting in the study +// Elf 10 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 8 meeting in the study -// Elf 5 meeting in the study +// Elf 3 meeting in the study // Elf 1 meeting in the study +// Elf 2 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 5 meeting in the study -// Elf 10 meeting in the study +// Elf 7 meeting in the study // Elf 6 meeting in the study +// Elf 10 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 4 meeting in the study // Elf 9 meeting in the study -// Elf 10 meeting in the study +// Elf 4 meeting in the study +// Elf 2 meeting in the study // ---------- // Ho! Ho! Ho! let’s deliver toys // Reindeer 7 delivering toys -// Reindeer 3 delivering toys -// Reindeer 5 delivering toys // Reindeer 4 delivering toys // Reindeer 6 delivering toys -// Reindeer 8 delivering toys -// Reindeer 1 delivering toys // Reindeer 9 delivering toys // Reindeer 2 delivering toys +// Reindeer 3 delivering toys +// Reindeer 8 delivering toys +// Reindeer 5 delivering toys +// Reindeer 1 delivering toys // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 8 meeting in the study -// Elf 3 meeting in the study -// Elf 7 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 5 meeting in the study // Elf 10 meeting in the study -// Elf 4 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study // Elf 7 meeting in the study // Elf 6 meeting in the study -// Elf 1 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 2 meeting in the study -// Elf 9 meeting in the study +// Elf 5 meeting in the study +// Elf 8 meeting in the study // Elf 3 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 5 meeting in the study -// Elf 7 meeting in the study -// Elf 6 meeting in the study +// Elf 1 meeting in the study +// Elf 2 meeting in the study +// Elf 4 meeting in the study // ---------- // Ho! Ho! Ho! let’s deliver toys -// Reindeer 7 delivering toys -// Reindeer 3 delivering toys -// Reindeer 2 delivering toys -// Reindeer 4 delivering toys -// Reindeer 6 delivering toys // Reindeer 9 delivering toys +// Reindeer 4 delivering toys // Reindeer 8 delivering toys -// Reindeer 5 delivering toys +// Reindeer 7 delivering toys // Reindeer 1 delivering toys +// Reindeer 5 delivering toys +// Reindeer 6 delivering toys +// Reindeer 2 delivering toys +// Reindeer 3 delivering toys // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 3 meeting in the study -// Elf 8 meeting in the study -// Elf 7 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 10 meeting in the study -// Elf 1 meeting in the study +// Elf 6 meeting in the study // Elf 9 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 7 meeting in the study -// Elf 10 meeting in the study -// Elf 4 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 8 meeting in the study // Elf 7 meeting in the study -// Elf 6 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study // Elf 3 meeting in the study +// Elf 1 meeting in the study +// Elf 10 meeting in the study +// ---------- +// Ho! Ho! Ho! let’s meet in study // Elf 4 meeting in the study -// Elf 2 meeting in the study +// Elf 8 meeting in the study +// Elf 5 meeting in the study +// ---------- +// Ho! Ho! Ho! let’s deliver toys +// Reindeer 9 delivering toys +// Reindeer 1 delivering toys +// Reindeer 8 delivering toys +// Reindeer 6 delivering toys +// Reindeer 4 delivering toys +// Reindeer 7 delivering toys +// Reindeer 5 delivering toys +// Reindeer 2 delivering toys +// Reindeer 3 delivering toys // ---------- // Ho! Ho! Ho! let’s meet in study +// Elf 2 meeting in the study +// Elf 9 meeting in the study // Elf 6 meeting in the study -// Elf 5 meeting in the study -// Elf 8 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study +// Elf 4 meeting in the study // Elf 10 meeting in the study // Elf 3 meeting in the study -// Elf 7 meeting in the study +// ---------- +// Ho! Ho! Ho! let’s meet in study +// Elf 8 meeting in the study +// Elf 9 meeting in the study +// Elf 1 meeting in the study // ---------- // Ho! Ho! Ho! let’s deliver toys -// Reindeer 2 delivering toys -// Reindeer 7 delivering toys // Reindeer 3 delivering toys -// Reindeer 1 delivering toys -// Reindeer 4 delivering toys -// Reindeer 5 delivering toys -// Reindeer 6 delivering toys // Reindeer 8 delivering toys // Reindeer 9 delivering toys +// Reindeer 5 delivering toys +// Reindeer 2 delivering toys +// Reindeer 7 delivering toys +// Reindeer 6 delivering toys +// Reindeer 4 delivering toys +// Reindeer 1 delivering toys // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 1 meeting in the study -// Elf 4 meeting in the study +// Elf 5 meeting in the study +// Elf 6 meeting in the study +// Elf 10 meeting in the study +// ---------- +// Ho! Ho! Ho! let’s meet in study +// Elf 7 meeting in the study +// Elf 2 meeting in the study // Elf 9 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 6 meeting in the study -// Elf 4 meeting in the study +// Elf 8 meeting in the study +// Elf 3 meeting in the study // Elf 1 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 5 meeting in the study +// Elf 4 meeting in the study // Elf 10 meeting in the study -// Elf 9 meeting in the study +// Elf 6 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 3 meeting in the study // Elf 5 meeting in the study // Elf 2 meeting in the study +// Elf 4 meeting in the study // ---------- // Ho! Ho! Ho! let’s deliver toys +// Reindeer 7 delivering toys +// Reindeer 1 delivering toys // Reindeer 2 delivering toys -// Reindeer 9 delivering toys -// Reindeer 5 delivering toys +// Reindeer 4 delivering toys // Reindeer 3 delivering toys // Reindeer 6 delivering toys -// Reindeer 7 delivering toys -// Reindeer 4 delivering toys +// Reindeer 5 delivering toys +// Reindeer 9 delivering toys // Reindeer 8 delivering toys -// Reindeer 1 delivering toys // ---------- // Ho! Ho! Ho! let’s meet in study // Elf 8 meeting in the study -// Elf 4 meeting in the study -// Elf 7 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study // Elf 9 meeting in the study -// Elf 8 meeting in the study -// Elf 7 meeting in the study +// Elf 5 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study // Elf 6 meeting in the study -// Elf 7 meeting in the study // Elf 2 meeting in the study +// Elf 7 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 7 meeting in the study // Elf 1 meeting in the study // Elf 10 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study // Elf 3 meeting in the study -// Elf 8 meeting in the study -// Elf 5 meeting in the study // ---------- // Ho! Ho! Ho! let’s deliver toys // Reindeer 4 delivering toys -// Reindeer 1 delivering toys -// Reindeer 2 delivering toys // Reindeer 3 delivering toys // Reindeer 8 delivering toys -// Reindeer 5 delivering toys // Reindeer 9 delivering toys +// Reindeer 5 delivering toys // Reindeer 6 delivering toys +// Reindeer 1 delivering toys // Reindeer 7 delivering toys +// Reindeer 2 delivering toys // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 2 meeting in the study -// Elf 7 meeting in the study +// Elf 9 meeting in the study +// Elf 5 meeting in the study // Elf 4 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 9 meeting in the study // Elf 8 meeting in the study +// Elf 7 meeting in the study // Elf 6 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 4 meeting in the study +// Elf 2 meeting in the study // Elf 3 meeting in the study +// Elf 9 meeting in the study +// ---------- +// Ho! Ho! Ho! let’s deliver toys +// Reindeer 5 delivering toys +// Reindeer 2 delivering toys +// Reindeer 3 delivering toys +// Reindeer 4 delivering toys +// Reindeer 1 delivering toys +// Reindeer 7 delivering toys +// Reindeer 6 delivering toys +// Reindeer 9 delivering toys +// Reindeer 8 delivering toys +// ---------- +// Ho! Ho! Ho! let’s meet in study // Elf 1 meeting in the study +// Elf 10 meeting in the study +// Elf 4 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study +// Elf 6 meeting in the study // Elf 2 meeting in the study -// Elf 4 meeting in the study -// Elf 3 meeting in the study +// Elf 8 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 10 meeting in the study -// Elf 5 meeting in the study +// Elf 3 meeting in the study // Elf 7 meeting in the study +// Elf 5 meeting in the study // ---------- // Ho! Ho! Ho! let’s deliver toys -// Reindeer 7 delivering toys -// Reindeer 9 delivering toys // Reindeer 8 delivering toys -// Reindeer 6 delivering toys -// Reindeer 2 delivering toys // Reindeer 4 delivering toys +// Reindeer 2 delivering toys +// Reindeer 7 delivering toys +// Reindeer 9 delivering toys // Reindeer 5 delivering toys +// Reindeer 6 delivering toys // Reindeer 1 delivering toys // Reindeer 3 delivering toys // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 1 meeting in the study -// Elf 3 meeting in the study -// Elf 8 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study // Elf 9 meeting in the study -// Elf 6 meeting in the study +// Elf 4 meeting in the study // Elf 3 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 4 meeting in the study -// Elf 3 meeting in the study +// Elf 6 meeting in the study // Elf 2 meeting in the study +// Elf 10 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study // Elf 8 meeting in the study -// Elf 10 meeting in the study +// Elf 1 meeting in the study // Elf 7 meeting in the study // ---------- +// Ho! Ho! Ho! let’s meet in study +// Elf 5 meeting in the study +// Elf 4 meeting in the study +// Elf 2 meeting in the study +// ---------- // Ho! Ho! Ho! let’s deliver toys -// Reindeer 5 delivering toys // Reindeer 9 delivering toys -// Reindeer 7 delivering toys // Reindeer 3 delivering toys // Reindeer 6 delivering toys -// Reindeer 4 delivering toys -// Reindeer 8 delivering toys +// Reindeer 5 delivering toys +// Reindeer 7 delivering toys // Reindeer 1 delivering toys +// Reindeer 4 delivering toys // Reindeer 2 delivering toys +// Reindeer 8 delivering toys // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 1 meeting in the study -// Elf 5 meeting in the study -// Elf 2 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 2 meeting in the study // Elf 9 meeting in the study // Elf 10 meeting in the study +// Elf 3 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study // Elf 6 meeting in the study // Elf 8 meeting in the study -// Elf 4 meeting in the study +// Elf 1 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 6 meeting in the study // Elf 7 meeting in the study -// Elf 8 meeting in the study +// Elf 2 meeting in the study +// Elf 5 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 3 meeting in the study +// Elf 9 meeting in the study // Elf 6 meeting in the study -// Elf 7 meeting in the study +// Elf 3 meeting in the study // ---------- // Ho! Ho! Ho! let’s deliver toys -// Reindeer 6 delivering toys -// Reindeer 8 delivering toys -// Reindeer 3 delivering toys -// Reindeer 9 delivering toys // Reindeer 7 delivering toys -// Reindeer 1 delivering toys -// Reindeer 5 delivering toys +// Reindeer 9 delivering toys // Reindeer 4 delivering toys +// Reindeer 3 delivering toys +// Reindeer 8 delivering toys +// Reindeer 6 delivering toys +// Reindeer 5 delivering toys +// Reindeer 1 delivering toys // Reindeer 2 delivering toys // ---------- // Ho! Ho! Ho! let’s meet in study // Elf 8 meeting in the study -// Elf 5 meeting in the study -// Elf 2 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 9 meeting in the study -// Elf 1 meeting in the study -// Elf 5 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study // Elf 10 meeting in the study -// Elf 4 meeting in the study -// Elf 7 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 9 meeting in the study -// Elf 2 meeting in the study -// Elf 3 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 4 meeting in the study // Elf 1 meeting in the study -// Elf 10 meeting in the study // ---------- // Ho! Ho! Ho! let’s deliver toys -// Reindeer 5 delivering toys -// Reindeer 4 delivering toys -// Reindeer 6 delivering toys -// Reindeer 8 delivering toys -// Reindeer 2 delivering toys // Reindeer 3 delivering toys +// Reindeer 8 delivering toys +// Reindeer 4 delivering toys // Reindeer 7 delivering toys -// Reindeer 9 delivering toys +// Reindeer 2 delivering toys // Reindeer 1 delivering toys +// Reindeer 6 delivering toys +// Reindeer 5 delivering toys +// Reindeer 9 delivering toys // ---------- // Ho! Ho! Ho! let’s meet in study // Elf 2 meeting in the study -// Elf 6 meeting in the study -// Elf 8 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 5 meeting in the study // Elf 4 meeting in the study -// Elf 10 meeting in the study +// Elf 5 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study // Elf 3 meeting in the study @@ -3543,1590 +1032,1565 @@

    The Santa Claus Problem

    // ---------- // Ho! Ho! Ho! let’s meet in study // Elf 6 meeting in the study -// Elf 2 meeting in the study // Elf 1 meeting in the study +// Elf 10 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 4 meeting in the study // Elf 3 meeting in the study -// Elf 8 meeting in the study +// Elf 7 meeting in the study +// Elf 2 meeting in the study // ---------- // Ho! Ho! Ho! let’s deliver toys -// Reindeer 3 delivering toys // Reindeer 8 delivering toys -// Reindeer 5 delivering toys +// Reindeer 9 delivering toys +// Reindeer 6 delivering toys +// Reindeer 3 delivering toys +// Reindeer 2 delivering toys // Reindeer 1 delivering toys // Reindeer 7 delivering toys -// Reindeer 6 delivering toys +// Reindeer 5 delivering toys // Reindeer 4 delivering toys -// Reindeer 2 delivering toys -// Reindeer 9 delivering toys -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 10 meeting in the study -// Elf 2 meeting in the study -// Elf 5 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 9 meeting in the study -// Elf 8 meeting in the study -// Elf 5 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 1 meeting in the study -// Elf 7 meeting in the study // Elf 6 meeting in the study +// Elf 5 meeting in the study +// Elf 4 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 3 meeting in the study +// Elf 8 meeting in the study +// Elf 1 meeting in the study // Elf 10 meeting in the study -// Elf 5 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study +// Elf 3 meeting in the study // Elf 9 meeting in the study -// Elf 4 meeting in the study // Elf 2 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study +// Elf 5 meeting in the study +// Elf 7 meeting in the study // Elf 6 meeting in the study -// Elf 1 meeting in the study -// Elf 8 meeting in the study // ---------- // Ho! Ho! Ho! let’s deliver toys // Reindeer 5 delivering toys // Reindeer 3 delivering toys -// Reindeer 1 delivering toys -// Reindeer 7 delivering toys // Reindeer 8 delivering toys +// Reindeer 4 delivering toys +// Reindeer 7 delivering toys // Reindeer 2 delivering toys +// Reindeer 1 delivering toys // Reindeer 6 delivering toys // Reindeer 9 delivering toys -// Reindeer 4 delivering toys -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 5 meeting in the study -// Elf 7 meeting in the study -// Elf 3 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study // Elf 2 meeting in the study -// Elf 6 meeting in the study -// Elf 10 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 1 meeting in the study -// Elf 4 meeting in the study // Elf 8 meeting in the study +// Elf 1 meeting in the study // ---------- // Ho! Ho! Ho! let’s deliver toys -// Reindeer 7 delivering toys -// Reindeer 5 delivering toys +// Reindeer 4 delivering toys +// Reindeer 3 delivering toys +// Reindeer 1 delivering toys // Reindeer 6 delivering toys +// Reindeer 9 delivering toys // Reindeer 8 delivering toys +// Reindeer 5 delivering toys +// Reindeer 7 delivering toys // Reindeer 2 delivering toys -// Reindeer 1 delivering toys -// Reindeer 3 delivering toys -// Reindeer 4 delivering toys -// Reindeer 9 delivering toys -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 9 meeting in the study -// Elf 2 meeting in the study -// Elf 1 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study +// Elf 4 meeting in the study +// Elf 7 meeting in the study // Elf 5 meeting in the study -// Elf 3 meeting in the study -// Elf 1 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 8 meeting in the study -// Elf 4 meeting in the study // Elf 10 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 7 meeting in the study +// Elf 9 meeting in the study // Elf 3 meeting in the study -// Elf 2 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 9 meeting in the study -// Elf 6 meeting in the study // Elf 4 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study +// Elf 6 meeting in the study // Elf 1 meeting in the study -// Elf 7 meeting in the study -// Elf 10 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 6 meeting in the study -// Elf 1 meeting in the study +// Elf 2 meeting in the study +// Elf 8 meeting in the study // Elf 3 meeting in the study // ---------- // Ho! Ho! Ho! let’s deliver toys -// Reindeer 3 delivering toys +// Reindeer 2 delivering toys // Reindeer 8 delivering toys -// Reindeer 5 delivering toys +// Reindeer 9 delivering toys +// Reindeer 4 delivering toys +// Reindeer 3 delivering toys // Reindeer 1 delivering toys -// Reindeer 2 delivering toys // Reindeer 6 delivering toys // Reindeer 7 delivering toys -// Reindeer 9 delivering toys -// Reindeer 4 delivering toys +// Reindeer 5 delivering toys // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 10 meeting in the study // Elf 5 meeting in the study -// Elf 6 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study // Elf 2 meeting in the study -// Elf 4 meeting in the study // Elf 6 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 8 meeting in the study -// Elf 4 meeting in the study -// Elf 6 meeting in the study +// Elf 10 meeting in the study +// Elf 7 meeting in the study +// Elf 9 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 9 meeting in the study +// Elf 4 meeting in the study +// Elf 5 meeting in the study // Elf 8 meeting in the study -// Elf 10 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 7 meeting in the study -// Elf 2 meeting in the study +// Elf 1 meeting in the study +// Elf 3 meeting in the study // Elf 9 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 3 meeting in the study +// Elf 10 meeting in the study // Elf 6 meeting in the study -// Elf 4 meeting in the study +// Elf 9 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 5 meeting in the study // Elf 1 meeting in the study -// Elf 9 meeting in the study +// Elf 4 meeting in the study +// Elf 2 meeting in the study // ---------- // Ho! Ho! Ho! let’s deliver toys -// Reindeer 2 delivering toys +// Reindeer 8 delivering toys +// Reindeer 1 delivering toys // Reindeer 4 delivering toys -// Reindeer 3 delivering toys // Reindeer 6 delivering toys // Reindeer 7 delivering toys -// Reindeer 9 delivering toys -// Reindeer 1 delivering toys // Reindeer 5 delivering toys -// Reindeer 8 delivering toys +// Reindeer 3 delivering toys +// Reindeer 2 delivering toys +// Reindeer 9 delivering toys // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 8 meeting in the study // Elf 5 meeting in the study -// Elf 2 meeting in the study +// Elf 7 meeting in the study +// Elf 8 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 3 meeting in the study -// Elf 6 meeting in the study // Elf 10 meeting in the study +// Elf 3 meeting in the study +// Elf 9 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 1 meeting in the study // Elf 6 meeting in the study // Elf 4 meeting in the study +// Elf 1 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 10 meeting in the study -// Elf 7 meeting in the study -// Elf 1 meeting in the study +// Elf 3 meeting in the study +// Elf 2 meeting in the study +// Elf 4 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 9 meeting in the study -// Elf 8 meeting in the study +// Elf 5 meeting in the study // Elf 4 meeting in the study +// Elf 7 meeting in the study // ---------- // Ho! Ho! Ho! let’s deliver toys -// Reindeer 9 delivering toys +// Reindeer 7 delivering toys // Reindeer 6 delivering toys -// Reindeer 1 delivering toys // Reindeer 3 delivering toys -// Reindeer 7 delivering toys -// Reindeer 4 delivering toys +// Reindeer 5 delivering toys // Reindeer 8 delivering toys // Reindeer 2 delivering toys -// Reindeer 5 delivering toys +// Reindeer 1 delivering toys +// Reindeer 9 delivering toys +// Reindeer 4 delivering toys // ---------- // Ho! Ho! Ho! let’s meet in study +// Elf 8 meeting in the study +// Elf 1 meeting in the study // Elf 6 meeting in the study -// Elf 5 meeting in the study -// Elf 10 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study +// Elf 9 meeting in the study // Elf 3 meeting in the study -// Elf 1 meeting in the study -// Elf 8 meeting in the study +// Elf 2 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 2 meeting in the study +// Elf 10 meeting in the study +// Elf 5 meeting in the study // Elf 7 meeting in the study +// ---------- +// Ho! Ho! Ho! let’s deliver toys +// Reindeer 1 delivering toys +// Reindeer 6 delivering toys +// Reindeer 4 delivering toys +// Reindeer 2 delivering toys +// Reindeer 7 delivering toys +// Reindeer 3 delivering toys +// Reindeer 8 delivering toys +// Reindeer 5 delivering toys +// Reindeer 9 delivering toys +// ---------- +// Ho! Ho! Ho! let’s meet in study // Elf 4 meeting in the study +// Elf 1 meeting in the study +// Elf 8 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 5 meeting in the study -// Elf 10 meeting in the study +// Elf 9 meeting in the study +// Elf 6 meeting in the study // Elf 3 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 1 meeting in the study +// Elf 10 meeting in the study // Elf 5 meeting in the study -// Elf 3 meeting in the study +// Elf 2 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study +// Elf 1 meeting in the study // Elf 7 meeting in the study // Elf 10 meeting in the study -// Elf 5 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 9 meeting in the study // Elf 4 meeting in the study -// Elf 8 meeting in the study +// Elf 5 meeting in the study +// Elf 1 meeting in the study // ---------- // Ho! Ho! Ho! let’s deliver toys -// Reindeer 3 delivering toys -// Reindeer 1 delivering toys // Reindeer 4 delivering toys -// Reindeer 5 delivering toys +// Reindeer 7 delivering toys // Reindeer 9 delivering toys +// Reindeer 2 delivering toys // Reindeer 6 delivering toys -// Reindeer 7 delivering toys +// Reindeer 5 delivering toys // Reindeer 8 delivering toys -// Reindeer 2 delivering toys +// Reindeer 3 delivering toys +// Reindeer 1 delivering toys // ---------- // Ho! Ho! Ho! let’s meet in study +// Elf 2 meeting in the study +// Elf 8 meeting in the study // Elf 6 meeting in the study +// ---------- +// Ho! Ho! Ho! let’s meet in study +// Elf 9 meeting in the study // Elf 3 meeting in the study +// Elf 1 meeting in the study +// ---------- +// Ho! Ho! Ho! let’s meet in study +// Elf 7 meeting in the study +// Elf 4 meeting in the study // Elf 10 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 2 meeting in the study -// Elf 1 meeting in the study // Elf 5 meeting in the study +// Elf 1 meeting in the study +// Elf 8 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 9 meeting in the study -// Elf 4 meeting in the study // Elf 7 meeting in the study +// Elf 3 meeting in the study +// Elf 9 meeting in the study // ---------- // Ho! Ho! Ho! let’s deliver toys -// Reindeer 3 delivering toys -// Reindeer 1 delivering toys // Reindeer 4 delivering toys -// Reindeer 7 delivering toys // Reindeer 8 delivering toys +// Reindeer 7 delivering toys +// Reindeer 1 delivering toys // Reindeer 9 delivering toys +// Reindeer 3 delivering toys // Reindeer 2 delivering toys // Reindeer 5 delivering toys // Reindeer 6 delivering toys // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 3 meeting in the study // Elf 8 meeting in the study // Elf 6 meeting in the study +// Elf 2 meeting in the study +// ---------- +// Ho! Ho! Ho! let’s meet in study +// Elf 1 meeting in the study +// Elf 5 meeting in the study +// Elf 8 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study +// Elf 10 meeting in the study // Elf 4 meeting in the study // Elf 9 meeting in the study +// ---------- +// Ho! Ho! Ho! let’s meet in study +// Elf 6 meeting in the study +// Elf 1 meeting in the study // Elf 7 meeting in the study // ---------- +// Ho! Ho! Ho! let’s deliver toys +// Reindeer 1 delivering toys +// Reindeer 5 delivering toys +// Reindeer 9 delivering toys +// Reindeer 7 delivering toys +// Reindeer 8 delivering toys +// Reindeer 3 delivering toys +// Reindeer 4 delivering toys +// Reindeer 6 delivering toys +// Reindeer 2 delivering toys +// ---------- // Ho! Ho! Ho! let’s meet in study +// Elf 3 meeting in the study +// Elf 2 meeting in the study +// Elf 9 meeting in the study +// ---------- +// Ho! Ho! Ho! let’s meet in study +// Elf 4 meeting in the study // Elf 1 meeting in the study // Elf 10 meeting in the study -// Elf 2 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study // Elf 6 meeting in the study -// Elf 5 meeting in the study +// Elf 7 meeting in the study // Elf 3 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study // Elf 2 meeting in the study -// Elf 10 meeting in the study -// Elf 9 meeting in the study +// Elf 8 meeting in the study +// Elf 5 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 1 meeting in the study -// Elf 8 meeting in the study -// Elf 3 meeting in the study +// Elf 4 meeting in the study +// Elf 2 meeting in the study +// Elf 10 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study +// Elf 7 meeting in the study // Elf 6 meeting in the study -// Elf 3 meeting in the study -// Elf 1 meeting in the study +// Elf 9 meeting in the study // ---------- // Ho! Ho! Ho! let’s deliver toys -// Reindeer 4 delivering toys // Reindeer 5 delivering toys // Reindeer 2 delivering toys +// Reindeer 6 delivering toys +// Reindeer 7 delivering toys // Reindeer 3 delivering toys +// Reindeer 4 delivering toys // Reindeer 8 delivering toys -// Reindeer 7 delivering toys -// Reindeer 6 delivering toys -// Reindeer 9 delivering toys // Reindeer 1 delivering toys +// Reindeer 9 delivering toys // ---------- // Ho! Ho! Ho! let’s meet in study +// Elf 1 meeting in the study // Elf 6 meeting in the study -// Elf 7 meeting in the study // Elf 8 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 4 meeting in the study // Elf 9 meeting in the study // Elf 5 meeting in the study +// Elf 4 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 2 meeting in the study +// Elf 1 meeting in the study +// Elf 7 meeting in the study // Elf 3 meeting in the study -// Elf 4 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 1 meeting in the study +// Elf 8 meeting in the study // Elf 10 meeting in the study +// Elf 6 meeting in the study +// ---------- +// Ho! Ho! Ho! let’s meet in study +// Elf 1 meeting in the study +// Elf 2 meeting in the study // Elf 3 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study +// Elf 5 meeting in the study // Elf 10 meeting in the study -// Elf 6 meeting in the study // Elf 7 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 3 meeting in the study +// Elf 6 meeting in the study // Elf 1 meeting in the study // Elf 8 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 10 meeting in the study // Elf 3 meeting in the study -// Elf 5 meeting in the study +// Elf 2 meeting in the study +// Elf 1 meeting in the study // ---------- // Ho! Ho! Ho! let’s deliver toys +// Reindeer 8 delivering toys // Reindeer 7 delivering toys -// Reindeer 1 delivering toys -// Reindeer 2 delivering toys -// Reindeer 3 delivering toys // Reindeer 5 delivering toys +// Reindeer 1 delivering toys // Reindeer 9 delivering toys +// Reindeer 3 delivering toys // Reindeer 4 delivering toys -// Reindeer 8 delivering toys // Reindeer 6 delivering toys +// Reindeer 2 delivering toys // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 1 meeting in the study // Elf 9 meeting in the study // Elf 4 meeting in the study +// Elf 10 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study // Elf 2 meeting in the study -// Elf 8 meeting in the study // Elf 7 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study // Elf 6 meeting in the study -// Elf 9 meeting in the study -// Elf 2 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 7 meeting in the study -// Elf 5 meeting in the study -// Elf 2 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study // Elf 3 meeting in the study -// Elf 10 meeting in the study -// Elf 6 meeting in the study +// Elf 8 meeting in the study +// Elf 5 meeting in the study // ---------- // Ho! Ho! Ho! let’s deliver toys -// Reindeer 5 delivering toys -// Reindeer 9 delivering toys -// Reindeer 1 delivering toys -// Reindeer 8 delivering toys // Reindeer 7 delivering toys // Reindeer 4 delivering toys +// Reindeer 9 delivering toys +// Reindeer 3 delivering toys +// Reindeer 1 delivering toys // Reindeer 6 delivering toys +// Reindeer 5 delivering toys +// Reindeer 8 delivering toys // Reindeer 2 delivering toys -// Reindeer 3 delivering toys // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 8 meeting in the study -// Elf 4 meeting in the study -// Elf 7 meeting in the study +// Elf 1 meeting in the study +// Elf 3 meeting in the study +// Elf 6 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 1 meeting in the study // Elf 9 meeting in the study -// Elf 2 meeting in the study +// Elf 4 meeting in the study +// Elf 7 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 3 meeting in the study // Elf 8 meeting in the study // Elf 10 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 5 meeting in the study -// Elf 10 meeting in the study -// Elf 6 meeting in the study +// Elf 2 meeting in the study // ---------- // Ho! Ho! Ho! let’s deliver toys -// Reindeer 7 delivering toys -// Reindeer 5 delivering toys -// Reindeer 2 delivering toys // Reindeer 4 delivering toys -// Reindeer 9 delivering toys -// Reindeer 8 delivering toys +// Reindeer 2 delivering toys +// Reindeer 1 delivering toys // Reindeer 6 delivering toys // Reindeer 3 delivering toys -// Reindeer 1 delivering toys +// Reindeer 7 delivering toys +// Reindeer 5 delivering toys +// Reindeer 8 delivering toys +// Reindeer 9 delivering toys // ---------- // Ho! Ho! Ho! let’s meet in study +// Elf 6 meeting in the study // Elf 5 meeting in the study -// Elf 9 meeting in the study -// Elf 4 meeting in the study +// Elf 3 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 7 meeting in the study +// Elf 1 meeting in the study +// Elf 9 meeting in the study // Elf 6 meeting in the study -// Elf 2 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 5 meeting in the study -// Elf 6 meeting in the study -// Elf 3 meeting in the study +// Elf 8 meeting in the study +// Elf 10 meeting in the study +// Elf 7 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 1 meeting in the study // Elf 5 meeting in the study +// Elf 4 meeting in the study // Elf 9 meeting in the study // ---------- +// Ho! Ho! Ho! let’s deliver toys +// Reindeer 3 delivering toys +// Reindeer 9 delivering toys +// Reindeer 6 delivering toys +// Reindeer 1 delivering toys +// Reindeer 5 delivering toys +// Reindeer 2 delivering toys +// Reindeer 7 delivering toys +// Reindeer 4 delivering toys +// Reindeer 8 delivering toys +// ---------- // Ho! Ho! Ho! let’s meet in study +// Elf 3 meeting in the study +// Elf 2 meeting in the study // Elf 8 meeting in the study -// Elf 6 meeting in the study -// Elf 4 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study +// Elf 6 meeting in the study // Elf 10 meeting in the study -// Elf 3 meeting in the study -// Elf 4 meeting in the study +// Elf 7 meeting in the study // ---------- // Ho! Ho! Ho! let’s deliver toys +// Reindeer 5 delivering toys +// Reindeer 9 delivering toys // Reindeer 7 delivering toys -// Reindeer 4 delivering toys -// Reindeer 2 delivering toys // Reindeer 3 delivering toys // Reindeer 6 delivering toys // Reindeer 8 delivering toys +// Reindeer 2 delivering toys +// Reindeer 4 delivering toys // Reindeer 1 delivering toys -// Reindeer 5 delivering toys -// Reindeer 9 delivering toys // ---------- // Ho! Ho! Ho! let’s meet in study // Elf 9 meeting in the study -// Elf 7 meeting in the study +// Elf 5 meeting in the study +// Elf 1 meeting in the study +// ---------- +// Ho! Ho! Ho! let’s meet in study // Elf 4 meeting in the study +// Elf 3 meeting in the study +// Elf 10 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study // Elf 6 meeting in the study -// Elf 10 meeting in the study // Elf 2 meeting in the study +// Elf 7 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 4 meeting in the study -// Elf 5 meeting in the study +// Elf 8 meeting in the study +// Elf 9 meeting in the study // Elf 1 meeting in the study // ---------- +// Ho! Ho! Ho! let’s deliver toys +// Reindeer 5 delivering toys +// Reindeer 9 delivering toys +// Reindeer 6 delivering toys +// Reindeer 1 delivering toys +// Reindeer 7 delivering toys +// Reindeer 8 delivering toys +// Reindeer 4 delivering toys +// Reindeer 2 delivering toys +// Reindeer 3 delivering toys +// ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 6 meeting in the study -// Elf 8 meeting in the study +// Elf 10 meeting in the study // Elf 2 meeting in the study +// Elf 5 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 7 meeting in the study -// Elf 3 meeting in the study // Elf 9 meeting in the study +// Elf 3 meeting in the study +// Elf 7 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 8 meeting in the study -// Elf 10 meeting in the study +// Elf 6 meeting in the study // Elf 4 meeting in the study +// Elf 8 meeting in the study +// ---------- +// Ho! Ho! Ho! let’s meet in study +// Elf 1 meeting in the study +// Elf 7 meeting in the study +// Elf 3 meeting in the study // ---------- // Ho! Ho! Ho! let’s deliver toys -// Reindeer 9 delivering toys -// Reindeer 7 delivering toys -// Reindeer 2 delivering toys // Reindeer 6 delivering toys -// Reindeer 5 delivering toys -// Reindeer 4 delivering toys +// Reindeer 2 delivering toys // Reindeer 3 delivering toys -// Reindeer 8 delivering toys +// Reindeer 7 delivering toys +// Reindeer 4 delivering toys +// Reindeer 9 delivering toys // Reindeer 1 delivering toys +// Reindeer 8 delivering toys +// Reindeer 5 delivering toys // ---------- // Ho! Ho! Ho! let’s meet in study // Elf 9 meeting in the study -// Elf 1 meeting in the study +// Elf 8 meeting in the study // Elf 5 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 3 meeting in the study // Elf 6 meeting in the study -// Elf 8 meeting in the study +// Elf 7 meeting in the study +// Elf 2 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study +// Elf 10 meeting in the study // Elf 4 meeting in the study // Elf 1 meeting in the study -// Elf 7 meeting in the study // ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 2 meeting in the study -// Elf 7 meeting in the study -// Elf 5 meeting in the study +// Ho! Ho! Ho! let’s deliver toys +// Reindeer 8 delivering toys +// Reindeer 2 delivering toys +// Reindeer 3 delivering toys +// Reindeer 5 delivering toys +// Reindeer 9 delivering toys +// Reindeer 4 delivering toys +// Reindeer 7 delivering toys +// Reindeer 6 delivering toys +// Reindeer 1 delivering toys // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 7 meeting in the study +// Elf 3 meeting in the study // Elf 8 meeting in the study // Elf 6 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 8 meeting in the study // Elf 5 meeting in the study // Elf 9 meeting in the study +// Elf 4 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study +// Elf 10 meeting in the study +// Elf 2 meeting in the study // Elf 7 meeting in the study -// Elf 1 meeting in the study +// ---------- +// Ho! Ho! Ho! let’s meet in study +// Elf 9 meeting in the study +// Elf 2 meeting in the study // Elf 3 meeting in the study // ---------- +// Ho! Ho! Ho! let’s meet in study +// Elf 1 meeting in the study +// Elf 7 meeting in the study +// Elf 8 meeting in the study +// ---------- // Ho! Ho! Ho! let’s deliver toys -// Reindeer 2 delivering toys -// Reindeer 7 delivering toys -// Reindeer 6 delivering toys -// Reindeer 3 delivering toys // Reindeer 1 delivering toys +// Reindeer 5 delivering toys // Reindeer 4 delivering toys -// Reindeer 9 delivering toys +// Reindeer 3 delivering toys // Reindeer 8 delivering toys -// Reindeer 5 delivering toys +// Reindeer 2 delivering toys +// Reindeer 6 delivering toys +// Reindeer 7 delivering toys +// Reindeer 9 delivering toys +// ---------- +// Ho! Ho! Ho! let’s meet in study +// Elf 6 meeting in the study +// Elf 3 meeting in the study +// Elf 4 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 10 meeting in the study // Elf 2 meeting in the study -// Elf 8 meeting in the study +// Elf 5 meeting in the study +// Elf 1 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 5 meeting in the study -// Elf 7 meeting in the study +// Elf 8 meeting in the study +// Elf 9 meeting in the study // Elf 4 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study +// Elf 10 meeting in the study +// Elf 7 meeting in the study // Elf 6 meeting in the study -// Elf 8 meeting in the study -// Elf 2 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 1 meeting in the study -// Elf 3 meeting in the study -// Elf 9 meeting in the study +// Elf 5 meeting in the study +// Elf 6 meeting in the study +// Elf 7 meeting in the study // ---------- // Ho! Ho! Ho! let’s deliver toys +// Reindeer 3 delivering toys +// Reindeer 1 delivering toys +// Reindeer 8 delivering toys // Reindeer 5 delivering toys +// Reindeer 6 delivering toys // Reindeer 2 delivering toys +// Reindeer 7 delivering toys // Reindeer 9 delivering toys -// Reindeer 1 delivering toys // Reindeer 4 delivering toys -// Reindeer 6 delivering toys -// Reindeer 7 delivering toys -// Reindeer 8 delivering toys -// Reindeer 3 delivering toys // ---------- // Ho! Ho! Ho! let’s meet in study // Elf 3 meeting in the study -// Elf 9 meeting in the study -// Elf 6 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 7 meeting in the study +// Elf 4 meeting in the study // Elf 10 meeting in the study -// Elf 8 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 4 meeting in the study // Elf 8 meeting in the study -// Elf 5 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 5 meeting in the study // Elf 2 meeting in the study -// Elf 7 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 10 meeting in the study // Elf 9 meeting in the study -// Elf 7 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study // Elf 1 meeting in the study -// Elf 10 meeting in the study -// Elf 2 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study // Elf 5 meeting in the study -// Elf 9 meeting in the study -// Elf 4 meeting in the study +// Elf 6 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 8 meeting in the study -// Elf 5 meeting in the study // Elf 3 meeting in the study +// Elf 7 meeting in the study +// Elf 2 meeting in the study // ---------- // Ho! Ho! Ho! let’s deliver toys -// Reindeer 6 delivering toys // Reindeer 9 delivering toys -// Reindeer 5 delivering toys // Reindeer 8 delivering toys // Reindeer 3 delivering toys -// Reindeer 2 delivering toys +// Reindeer 5 delivering toys +// Reindeer 4 delivering toys // Reindeer 1 delivering toys +// Reindeer 2 delivering toys +// Reindeer 6 delivering toys // Reindeer 7 delivering toys -// Reindeer 4 delivering toys -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 6 meeting in the study -// Elf 7 meeting in the study -// Elf 2 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study // Elf 4 meeting in the study -// Elf 6 meeting in the study -// Elf 8 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 5 meeting in the study -// Elf 1 meeting in the study // Elf 9 meeting in the study +// Elf 10 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 10 meeting in the study +// Elf 1 meeting in the study // Elf 3 meeting in the study -// Elf 7 meeting in the study +// Elf 2 meeting in the study // ---------- // Ho! Ho! Ho! let’s deliver toys -// Reindeer 6 delivering toys +// Reindeer 8 delivering toys // Reindeer 5 delivering toys // Reindeer 2 delivering toys -// Reindeer 8 delivering toys -// Reindeer 7 delivering toys -// Reindeer 1 delivering toys -// Reindeer 4 delivering toys // Reindeer 9 delivering toys +// Reindeer 4 delivering toys // Reindeer 3 delivering toys +// Reindeer 1 delivering toys +// Reindeer 6 delivering toys +// Reindeer 7 delivering toys // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 9 meeting in the study -// Elf 2 meeting in the study -// Elf 4 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 1 meeting in the study -// Elf 9 meeting in the study +// Elf 7 meeting in the study +// Elf 6 meeting in the study // Elf 8 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 3 meeting in the study // Elf 5 meeting in the study -// Elf 8 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study +// Elf 3 meeting in the study // Elf 4 meeting in the study -// Elf 6 meeting in the study -// Elf 1 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study +// Elf 9 meeting in the study +// Elf 2 meeting in the study // Elf 10 meeting in the study +// ---------- +// Ho! Ho! Ho! let’s meet in study // Elf 6 meeting in the study +// Elf 1 meeting in the study // Elf 5 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 2 meeting in the study // Elf 7 meeting in the study // Elf 8 meeting in the study +// Elf 10 meeting in the study // ---------- // Ho! Ho! Ho! let’s deliver toys -// Reindeer 9 delivering toys -// Reindeer 7 delivering toys -// Reindeer 8 delivering toys -// Reindeer 6 delivering toys // Reindeer 1 delivering toys +// Reindeer 2 delivering toys // Reindeer 3 delivering toys +// Reindeer 9 delivering toys // Reindeer 5 delivering toys -// Reindeer 2 delivering toys // Reindeer 4 delivering toys +// Reindeer 6 delivering toys +// Reindeer 8 delivering toys +// Reindeer 7 delivering toys // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 9 meeting in the study // Elf 7 meeting in the study +// Elf 1 meeting in the study +// Elf 9 meeting in the study +// ---------- +// Ho! Ho! Ho! let’s meet in study // Elf 3 meeting in the study +// Elf 4 meeting in the study +// Elf 2 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 1 meeting in the study +// Elf 6 meeting in the study // Elf 10 meeting in the study -// Elf 4 meeting in the study +// Elf 8 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study // Elf 5 meeting in the study -// Elf 6 meeting in the study -// Elf 7 meeting in the study +// Elf 9 meeting in the study +// Elf 4 meeting in the study +// ---------- +// Ho! Ho! Ho! let’s deliver toys +// Reindeer 2 delivering toys +// Reindeer 9 delivering toys +// Reindeer 4 delivering toys +// Reindeer 7 delivering toys +// Reindeer 1 delivering toys +// Reindeer 3 delivering toys +// Reindeer 5 delivering toys +// Reindeer 6 delivering toys +// Reindeer 8 delivering toys // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 3 meeting in the study +// Elf 10 meeting in the study // Elf 5 meeting in the study // Elf 7 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 9 meeting in the study // Elf 1 meeting in the study -// Elf 4 meeting in the study +// Elf 6 meeting in the study +// Elf 9 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 10 meeting in the study +// Elf 3 meeting in the study // Elf 2 meeting in the study // Elf 4 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study // Elf 8 meeting in the study +// Elf 6 meeting in the study // Elf 9 meeting in the study -// Elf 2 meeting in the study +// ---------- +// Ho! Ho! Ho! let’s meet in study +// Elf 5 meeting in the study +// Elf 7 meeting in the study +// Elf 10 meeting in the study // ---------- // Ho! Ho! Ho! let’s deliver toys +// Reindeer 7 delivering toys // Reindeer 1 delivering toys -// Reindeer 9 delivering toys -// Reindeer 3 delivering toys -// Reindeer 6 delivering toys -// Reindeer 2 delivering toys // Reindeer 5 delivering toys -// Reindeer 7 delivering toys +// Reindeer 6 delivering toys // Reindeer 4 delivering toys +// Reindeer 3 delivering toys +// Reindeer 2 delivering toys +// Reindeer 9 delivering toys // Reindeer 8 delivering toys // ---------- // Ho! Ho! Ho! let’s meet in study // Elf 1 meeting in the study -// Elf 3 meeting in the study -// Elf 7 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 8 meeting in the study -// Elf 1 meeting in the study -// Elf 5 meeting in the study +// Elf 6 meeting in the study +// Elf 2 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 5 meeting in the study +// Elf 4 meeting in the study // Elf 3 meeting in the study -// Elf 8 meeting in the study +// Elf 5 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 9 meeting in the study -// Elf 6 meeting in the study // Elf 1 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 10 meeting in the study -// Elf 7 meeting in the study // Elf 9 meeting in the study +// Elf 2 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 4 meeting in the study // Elf 8 meeting in the study -// Elf 5 meeting in the study +// Elf 1 meeting in the study +// Elf 7 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 1 meeting in the study -// Elf 9 meeting in the study -// Elf 4 meeting in the study +// Elf 10 meeting in the study +// Elf 6 meeting in the study +// Elf 3 meeting in the study // ---------- // Ho! Ho! Ho! let’s deliver toys -// Reindeer 9 delivering toys +// Reindeer 7 delivering toys +// Reindeer 1 delivering toys // Reindeer 5 delivering toys // Reindeer 4 delivering toys +// Reindeer 3 delivering toys +// Reindeer 9 delivering toys // Reindeer 2 delivering toys -// Reindeer 8 delivering toys -// Reindeer 1 delivering toys // Reindeer 6 delivering toys -// Reindeer 3 delivering toys -// Reindeer 7 delivering toys +// Reindeer 8 delivering toys +// ---------- +// Ho! Ho! Ho! let’s meet in study +// Elf 4 meeting in the study +// Elf 5 meeting in the study +// Elf 9 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study +// Elf 7 meeting in the study +// Elf 1 meeting in the study // Elf 2 meeting in the study -// Elf 8 meeting in the study -// Elf 6 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 9 meeting in the study +// Elf 8 meeting in the study +// Elf 5 meeting in the study // Elf 6 meeting in the study -// Elf 7 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 3 meeting in the study +// Elf 10 meeting in the study // Elf 7 meeting in the study -// Elf 2 meeting in the study +// Elf 8 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 4 meeting in the study -// Elf 10 meeting in the study // Elf 1 meeting in the study +// Elf 2 meeting in the study +// Elf 9 meeting in the study // ---------- // Ho! Ho! Ho! let’s deliver toys -// Reindeer 9 delivering toys // Reindeer 1 delivering toys -// Reindeer 6 delivering toys -// Reindeer 4 delivering toys +// Reindeer 9 delivering toys +// Reindeer 8 delivering toys // Reindeer 2 delivering toys -// Reindeer 7 delivering toys +// Reindeer 4 delivering toys // Reindeer 5 delivering toys +// Reindeer 7 delivering toys +// Reindeer 6 delivering toys // Reindeer 3 delivering toys -// Reindeer 8 delivering toys // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 1 meeting in the study -// Elf 9 meeting in the study -// Elf 5 meeting in the study +// Elf 4 meeting in the study +// Elf 7 meeting in the study +// Elf 6 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 7 meeting in the study -// Elf 8 meeting in the study -// Elf 10 meeting in the study +// Elf 5 meeting in the study +// Elf 3 meeting in the study +// Elf 2 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study +// Elf 2 meeting in the study // Elf 10 meeting in the study -// Elf 6 meeting in the study -// Elf 9 meeting in the study +// Elf 8 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study +// Elf 9 meeting in the study +// Elf 1 meeting in the study // Elf 6 meeting in the study -// Elf 5 meeting in the study -// Elf 3 meeting in the study // ---------- // Ho! Ho! Ho! let’s deliver toys -// Reindeer 7 delivering toys -// Reindeer 8 delivering toys +// Reindeer 9 delivering toys // Reindeer 2 delivering toys +// Reindeer 7 delivering toys +// Reindeer 3 delivering toys // Reindeer 6 delivering toys -// Reindeer 9 delivering toys // Reindeer 4 delivering toys // Reindeer 5 delivering toys +// Reindeer 8 delivering toys // Reindeer 1 delivering toys -// Reindeer 3 delivering toys // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 2 meeting in the study // Elf 4 meeting in the study -// Elf 1 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 8 meeting in the study -// Elf 5 meeting in the study +// Elf 3 meeting in the study // Elf 7 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 2 meeting in the study -// Elf 9 meeting in the study -// Elf 10 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 7 meeting in the study -// Elf 1 meeting in the study // Elf 5 meeting in the study +// Elf 10 meeting in the study +// Elf 4 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 5 meeting in the study -// Elf 10 meeting in the study // Elf 3 meeting in the study +// Elf 1 meeting in the study +// Elf 9 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study +// Elf 8 meeting in the study // Elf 2 meeting in the study // Elf 6 meeting in the study -// Elf 9 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 3 meeting in the study +// Elf 7 meeting in the study +// Elf 4 meeting in the study // Elf 2 meeting in the study -// Elf 5 meeting in the study // ---------- // Ho! Ho! Ho! let’s deliver toys -// Reindeer 1 delivering toys -// Reindeer 9 delivering toys -// Reindeer 8 delivering toys -// Reindeer 5 delivering toys // Reindeer 6 delivering toys -// Reindeer 7 delivering toys // Reindeer 3 delivering toys -// Reindeer 2 delivering toys +// Reindeer 9 delivering toys // Reindeer 4 delivering toys +// Reindeer 5 delivering toys +// Reindeer 1 delivering toys +// Reindeer 2 delivering toys +// Reindeer 8 delivering toys +// Reindeer 7 delivering toys // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 4 meeting in the study -// Elf 1 meeting in the study -// Elf 8 meeting in the study +// Elf 7 meeting in the study +// Elf 10 meeting in the study +// Elf 5 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study // Elf 2 meeting in the study -// Elf 6 meeting in the study -// Elf 7 meeting in the study +// Elf 3 meeting in the study +// Elf 8 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 3 meeting in the study -// Elf 9 meeting in the study +// Elf 7 meeting in the study // Elf 1 meeting in the study +// Elf 9 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 2 meeting in the study -// Elf 10 meeting in the study -// Elf 9 meeting in the study +// Elf 7 meeting in the study +// Elf 5 meeting in the study +// Elf 6 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 1 meeting in the study // Elf 4 meeting in the study -// Elf 5 meeting in the study +// Elf 7 meeting in the study +// Elf 3 meeting in the study // ---------- // Ho! Ho! Ho! let’s deliver toys -// Reindeer 1 delivering toys -// Reindeer 2 delivering toys -// Reindeer 7 delivering toys -// Reindeer 8 delivering toys -// Reindeer 5 delivering toys // Reindeer 3 delivering toys -// Reindeer 9 delivering toys // Reindeer 4 delivering toys // Reindeer 6 delivering toys +// Reindeer 1 delivering toys +// Reindeer 8 delivering toys +// Reindeer 2 delivering toys +// Reindeer 9 delivering toys +// Reindeer 5 delivering toys +// Reindeer 7 delivering toys // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 3 meeting in the study +// Elf 10 meeting in the study // Elf 2 meeting in the study // Elf 8 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 8 meeting in the study -// Elf 7 meeting in the study +// Elf 5 meeting in the study // Elf 4 meeting in the study +// Elf 3 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study // Elf 6 meeting in the study -// Elf 10 meeting in the study -// Elf 1 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study // Elf 9 meeting in the study -// Elf 7 meeting in the study -// Elf 5 meeting in the study +// Elf 1 meeting in the study // ---------- // Ho! Ho! Ho! let’s deliver toys +// Reindeer 8 delivering toys // Reindeer 7 delivering toys -// Reindeer 9 delivering toys -// Reindeer 1 delivering toys -// Reindeer 5 delivering toys -// Reindeer 3 delivering toys // Reindeer 2 delivering toys -// Reindeer 6 delivering toys // Reindeer 4 delivering toys -// Reindeer 8 delivering toys +// Reindeer 6 delivering toys +// Reindeer 1 delivering toys +// Reindeer 3 delivering toys +// Reindeer 5 delivering toys +// Reindeer 9 delivering toys // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 3 meeting in the study +// Elf 7 meeting in the study +// Elf 5 meeting in the study // Elf 2 meeting in the study -// Elf 10 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 1 meeting in the study -// Elf 7 meeting in the study +// Elf 9 meeting in the study // Elf 3 meeting in the study +// Elf 4 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 4 meeting in the study +// Elf 6 meeting in the study +// Elf 1 meeting in the study // Elf 8 meeting in the study -// Elf 3 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study // Elf 10 meeting in the study -// Elf 2 meeting in the study -// Elf 6 meeting in the study +// Elf 5 meeting in the study +// Elf 1 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study +// Elf 4 meeting in the study +// Elf 9 meeting in the study // Elf 7 meeting in the study -// Elf 3 meeting in the study +// ---------- +// Ho! Ho! Ho! let’s meet in study +// Elf 5 meeting in the study +// Elf 6 meeting in the study // Elf 9 meeting in the study // ---------- // Ho! Ho! Ho! let’s deliver toys +// Reindeer 8 delivering toys +// Reindeer 6 delivering toys // Reindeer 1 delivering toys +// Reindeer 5 delivering toys +// Reindeer 4 delivering toys // Reindeer 9 delivering toys -// Reindeer 6 delivering toys -// Reindeer 7 delivering toys // Reindeer 2 delivering toys // Reindeer 3 delivering toys -// Reindeer 8 delivering toys -// Reindeer 4 delivering toys -// Reindeer 5 delivering toys +// Reindeer 7 delivering toys // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 5 meeting in the study +// Elf 8 meeting in the study // Elf 1 meeting in the study -// Elf 7 meeting in the study +// Elf 2 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study // Elf 4 meeting in the study -// Elf 10 meeting in the study -// Elf 6 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 5 meeting in the study +// Elf 3 meeting in the study // Elf 9 meeting in the study -// Elf 6 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 8 meeting in the study -// Elf 4 meeting in the study +// Elf 6 meeting in the study +// Elf 7 meeting in the study // Elf 10 meeting in the study // ---------- // Ho! Ho! Ho! let’s deliver toys +// Reindeer 4 delivering toys +// Reindeer 2 delivering toys // Reindeer 5 delivering toys -// Reindeer 6 delivering toys -// Reindeer 7 delivering toys // Reindeer 3 delivering toys -// Reindeer 2 delivering toys -// Reindeer 1 delivering toys -// Reindeer 4 delivering toys -// Reindeer 8 delivering toys // Reindeer 9 delivering toys +// Reindeer 6 delivering toys +// Reindeer 8 delivering toys +// Reindeer 1 delivering toys +// Reindeer 7 delivering toys // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 2 meeting in the study -// Elf 3 meeting in the study +// Elf 5 meeting in the study // Elf 1 meeting in the study +// Elf 8 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 4 meeting in the study +// Elf 2 meeting in the study // Elf 7 meeting in the study -// Elf 10 meeting in the study +// Elf 4 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 5 meeting in the study +// Elf 3 meeting in the study +// Elf 2 meeting in the study // Elf 6 meeting in the study -// Elf 8 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 8 meeting in the study +// Elf 10 meeting in the study // Elf 9 meeting in the study -// Elf 3 meeting in the study +// Elf 7 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 4 meeting in the study +// Elf 8 meeting in the study +// Elf 3 meeting in the study // Elf 6 meeting in the study -// Elf 1 meeting in the study // ---------- // Ho! Ho! Ho! let’s deliver toys // Reindeer 8 delivering toys -// Reindeer 4 delivering toys -// Reindeer 5 delivering toys // Reindeer 7 delivering toys -// Reindeer 1 delivering toys +// Reindeer 2 delivering toys // Reindeer 9 delivering toys // Reindeer 3 delivering toys +// Reindeer 4 delivering toys // Reindeer 6 delivering toys -// Reindeer 2 delivering toys +// Reindeer 5 delivering toys +// Reindeer 1 delivering toys // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 10 meeting in the study -// Elf 7 meeting in the study -// Elf 2 meeting in the study +// Elf 9 meeting in the study +// Elf 8 meeting in the study +// Elf 5 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 8 meeting in the study // Elf 1 meeting in the study -// Elf 2 meeting in the study +// Elf 4 meeting in the study +// Elf 3 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study // Elf 10 meeting in the study +// Elf 6 meeting in the study +// Elf 2 meeting in the study +// ---------- +// Ho! Ho! Ho! let’s meet in study // Elf 7 meeting in the study +// Elf 4 meeting in the study // Elf 1 meeting in the study // ---------- +// Ho! Ho! Ho! let’s deliver toys +// Reindeer 6 delivering toys +// Reindeer 9 delivering toys +// Reindeer 2 delivering toys +// Reindeer 4 delivering toys +// Reindeer 3 delivering toys +// Reindeer 8 delivering toys +// Reindeer 5 delivering toys +// Reindeer 1 delivering toys +// Reindeer 7 delivering toys +// ---------- // Ho! Ho! Ho! let’s meet in study +// Elf 9 meeting in the study // Elf 5 meeting in the study // Elf 2 meeting in the study +// ---------- +// Ho! Ho! Ho! let’s meet in study +// Elf 6 meeting in the study +// Elf 3 meeting in the study +// Elf 10 meeting in the study +// ---------- +// Ho! Ho! Ho! let’s meet in study // Elf 1 meeting in the study +// Elf 2 meeting in the study +// Elf 8 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 9 meeting in the study +// Elf 4 meeting in the study // Elf 3 meeting in the study +// Elf 10 meeting in the study +// ---------- +// Ho! Ho! Ho! let’s meet in study +// Elf 6 meeting in the study // Elf 7 meeting in the study +// Elf 9 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study +// Elf 1 meeting in the study // Elf 2 meeting in the study -// Elf 6 meeting in the study +// Elf 3 meeting in the study +// ---------- +// Ho! Ho! Ho! let’s meet in study +// Elf 10 meeting in the study +// Elf 4 meeting in the study // Elf 8 meeting in the study // ---------- // Ho! Ho! Ho! let’s deliver toys -// Reindeer 3 delivering toys +// Reindeer 6 delivering toys +// Reindeer 1 delivering toys +// Reindeer 5 delivering toys // Reindeer 2 delivering toys +// Reindeer 4 delivering toys // Reindeer 7 delivering toys -// Reindeer 6 delivering toys +// Reindeer 3 delivering toys // Reindeer 9 delivering toys // Reindeer 8 delivering toys -// Reindeer 1 delivering toys -// Reindeer 4 delivering toys -// Reindeer 5 delivering toys // ---------- // Ho! Ho! Ho! let’s meet in study +// Elf 1 meeting in the study +// Elf 9 meeting in the study +// Elf 5 meeting in the study +// ---------- +// Ho! Ho! Ho! let’s meet in study +// Elf 8 meeting in the study // Elf 4 meeting in the study -// Elf 3 meeting in the study -// Elf 10 meeting in the study +// Elf 7 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study // Elf 6 meeting in the study // Elf 1 meeting in the study -// Elf 3 meeting in the study +// Elf 7 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study +// Elf 9 meeting in the study // Elf 5 meeting in the study // Elf 3 meeting in the study -// Elf 8 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 7 meeting in the study // Elf 2 meeting in the study -// Elf 9 meeting in the study +// Elf 8 meeting in the study +// Elf 10 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 10 meeting in the study -// Elf 1 meeting in the study +// Elf 7 meeting in the study // Elf 5 meeting in the study +// Elf 4 meeting in the study // ---------- // Ho! Ho! Ho! let’s deliver toys +// Reindeer 5 delivering toys // Reindeer 9 delivering toys // Reindeer 3 delivering toys // Reindeer 7 delivering toys // Reindeer 6 delivering toys -// Reindeer 5 delivering toys -// Reindeer 8 delivering toys // Reindeer 4 delivering toys // Reindeer 1 delivering toys // Reindeer 2 delivering toys +// Reindeer 8 delivering toys // ---------- // Ho! Ho! Ho! let’s meet in study +// Elf 1 meeting in the study +// Elf 5 meeting in the study // Elf 4 meeting in the study -// Elf 3 meeting in the study -// Elf 8 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 8 meeting in the study -// Elf 10 meeting in the study +// Elf 3 meeting in the study // Elf 6 meeting in the study +// Elf 7 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 9 meeting in the study // Elf 2 meeting in the study -// Elf 4 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 5 meeting in the study -// Elf 9 meeting in the study -// Elf 3 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 7 meeting in the study // Elf 10 meeting in the study -// Elf 4 meeting in the study +// Elf 9 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 9 meeting in the study -// Elf 1 meeting in the study -// Elf 3 meeting in the study +// Elf 8 meeting in the study +// Elf 6 meeting in the study +// Elf 2 meeting in the study // ---------- // Ho! Ho! Ho! let’s deliver toys -// Reindeer 3 delivering toys +// Reindeer 7 delivering toys +// Reindeer 1 delivering toys // Reindeer 8 delivering toys +// Reindeer 3 delivering toys +// Reindeer 6 delivering toys // Reindeer 2 delivering toys -// Reindeer 7 delivering toys // Reindeer 4 delivering toys // Reindeer 9 delivering toys -// Reindeer 6 delivering toys -// Reindeer 1 delivering toys // Reindeer 5 delivering toys // ---------- // Ho! Ho! Ho! let’s meet in study +// Elf 4 meeting in the study +// Elf 1 meeting in the study // Elf 5 meeting in the study -// Elf 8 meeting in the study -// Elf 6 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study +// Elf 3 meeting in the study +// Elf 7 meeting in the study // Elf 10 meeting in the study -// Elf 2 meeting in the study -// Elf 5 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 2 meeting in the study // Elf 9 meeting in the study -// Elf 3 meeting in the study +// Elf 6 meeting in the study +// Elf 7 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 1 meeting in the study -// Elf 4 meeting in the study +// Elf 8 meeting in the study +// Elf 5 meeting in the study // Elf 2 meeting in the study // ---------- +// Ho! Ho! Ho! let’s meet in study +// Elf 7 meeting in the study +// Elf 5 meeting in the study +// Elf 3 meeting in the study +// ---------- // Ho! Ho! Ho! let’s deliver toys -// Reindeer 4 delivering toys -// Reindeer 2 delivering toys // Reindeer 1 delivering toys -// Reindeer 7 delivering toys -// Reindeer 8 delivering toys // Reindeer 5 delivering toys // Reindeer 3 delivering toys +// Reindeer 8 delivering toys +// Reindeer 7 delivering toys +// Reindeer 2 delivering toys // Reindeer 9 delivering toys +// Reindeer 4 delivering toys // Reindeer 6 delivering toys // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 7 meeting in the study +// Elf 4 meeting in the study // Elf 1 meeting in the study // Elf 10 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study +// Elf 7 meeting in the study // Elf 6 meeting in the study -// Elf 8 meeting in the study -// Elf 3 meeting in the study +// Elf 4 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study // Elf 9 meeting in the study // Elf 8 meeting in the study -// Elf 5 meeting in the study +// Elf 2 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 10 meeting in the study -// Elf 1 meeting in the study // Elf 7 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s deliver toys -// Reindeer 3 delivering toys -// Reindeer 9 delivering toys -// Reindeer 6 delivering toys -// Reindeer 7 delivering toys -// Reindeer 1 delivering toys -// Reindeer 5 delivering toys -// Reindeer 2 delivering toys -// Reindeer 4 delivering toys -// Reindeer 8 delivering toys -// ---------- -// Ho! Ho! Ho! let’s meet in study // Elf 3 meeting in the study -// Elf 7 meeting in the study // Elf 5 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 6 meeting in the study +// Elf 9 meeting in the study +// Elf 4 meeting in the study // Elf 2 meeting in the study -// Elf 5 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 4 meeting in the study // Elf 8 meeting in the study -// Elf 10 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 10 meeting in the study -// Elf 5 meeting in the study -// Elf 4 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study // Elf 1 meeting in the study -// Elf 3 meeting in the study -// Elf 9 meeting in the study +// Elf 6 meeting in the study // ---------- // Ho! Ho! Ho! let’s deliver toys +// Reindeer 2 delivering toys +// Reindeer 4 delivering toys // Reindeer 8 delivering toys -// Reindeer 6 delivering toys -// Reindeer 1 delivering toys +// Reindeer 3 delivering toys // Reindeer 5 delivering toys // Reindeer 7 delivering toys -// Reindeer 4 delivering toys -// Reindeer 2 delivering toys -// Reindeer 3 delivering toys +// Reindeer 6 delivering toys +// Reindeer 1 delivering toys // Reindeer 9 delivering toys // ---------- // Ho! Ho! Ho! let’s meet in study +// Elf 10 meeting in the study +// Elf 1 meeting in the study // Elf 8 meeting in the study -// Elf 2 meeting in the study -// Elf 4 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study +// Elf 4 meeting in the study // Elf 7 meeting in the study -// Elf 6 meeting in the study -// Elf 3 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 1 meeting in the study -// Elf 10 meeting in the study -// Elf 5 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study // Elf 2 meeting in the study -// Elf 9 meeting in the study -// Elf 6 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 10 meeting in the study -// Elf 4 meeting in the study // Elf 3 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 8 meeting in the study +// Elf 6 meeting in the study // Elf 5 meeting in the study -// Elf 2 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 1 meeting in the study -// Elf 5 meeting in the study -// Elf 7 meeting in the study +// Elf 9 meeting in the study +// Elf 2 meeting in the study +// Elf 3 meeting in the study // ---------- // Ho! Ho! Ho! let’s deliver toys // Reindeer 1 delivering toys +// Reindeer 5 delivering toys // Reindeer 7 delivering toys -// Reindeer 4 delivering toys // Reindeer 8 delivering toys // Reindeer 9 delivering toys -// Reindeer 6 delivering toys // Reindeer 2 delivering toys +// Reindeer 6 delivering toys // Reindeer 3 delivering toys -// Reindeer 5 delivering toys +// Reindeer 4 delivering toys // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 9 meeting in the study -// Elf 10 meeting in the study // Elf 1 meeting in the study +// Elf 8 meeting in the study +// Elf 4 meeting in the study +// ---------- +// Ho! Ho! Ho! let’s meet in study +// Elf 7 meeting in the study +// Elf 10 meeting in the study +// Elf 8 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study // Elf 6 meeting in the study // Elf 5 meeting in the study -// Elf 3 meeting in the study +// Elf 9 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 10 meeting in the study -// Elf 8 meeting in the study // Elf 2 meeting in the study +// Elf 3 meeting in the study +// Elf 8 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study // Elf 4 meeting in the study +// Elf 6 meeting in the study // Elf 1 meeting in the study -// Elf 10 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 7 meeting in the study -// Elf 10 meeting in the study -// Elf 8 meeting in the study // ---------- // Ho! Ho! Ho! let’s deliver toys -// Reindeer 2 delivering toys -// Reindeer 9 delivering toys // Reindeer 8 delivering toys -// Reindeer 4 delivering toys -// Reindeer 3 delivering toys +// Reindeer 9 delivering toys // Reindeer 7 delivering toys +// Reindeer 2 delivering toys +// Reindeer 3 delivering toys // Reindeer 5 delivering toys -// Reindeer 6 delivering toys // Reindeer 1 delivering toys +// Reindeer 6 delivering toys +// Reindeer 4 delivering toys // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 7 meeting in the study +// Elf 8 meeting in the study +// Elf 6 meeting in the study // Elf 10 meeting in the study -// Elf 5 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 4 meeting in the study -// Elf 9 meeting in the study -// Elf 6 meeting in the study +// Elf 1 meeting in the study +// Elf 2 meeting in the study +// Elf 7 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study +// Elf 5 meeting in the study // Elf 9 meeting in the study -// Elf 1 meeting in the study -// Elf 10 meeting in the study +// Elf 3 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study +// Elf 4 meeting in the study // Elf 3 meeting in the study -// Elf 9 meeting in the study -// Elf 2 meeting in the study +// Elf 6 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 8 meeting in the study -// Elf 3 meeting in the study +// Elf 5 meeting in the study // Elf 1 meeting in the study +// Elf 3 meeting in the study // ---------- // Ho! Ho! Ho! let’s deliver toys -// Reindeer 1 delivering toys +// Reindeer 2 delivering toys // Reindeer 3 delivering toys -// Reindeer 6 delivering toys +// Reindeer 1 delivering toys +// Reindeer 5 delivering toys // Reindeer 4 delivering toys +// Reindeer 7 delivering toys +// Reindeer 6 delivering toys // Reindeer 8 delivering toys -// Reindeer 5 delivering toys // Reindeer 9 delivering toys -// Reindeer 7 delivering toys -// Reindeer 2 delivering toys -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 2 meeting in the study -// Elf 7 meeting in the study -// Elf 5 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 4 meeting in the study -// Elf 5 meeting in the study -// Elf 8 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 9 meeting in the study -// Elf 3 meeting in the study -// Elf 6 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 10 meeting in the study +// Elf 8 meeting in the study // Elf 7 meeting in the study -// Elf 4 meeting in the study +// Elf 10 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study // Elf 1 meeting in the study -// Elf 2 meeting in the study -// Elf 8 meeting in the study +// Elf 9 meeting in the study +// Elf 6 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 9 meeting in the study -// Elf 4 meeting in the study +// Elf 3 meeting in the study +// Elf 2 meeting in the study // Elf 5 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 9 meeting in the study -// Elf 10 meeting in the study -// Elf 2 meeting in the study +// Elf 4 meeting in the study +// Elf 1 meeting in the study +// Elf 8 meeting in the study // ---------- // Ho! Ho! Ho! let’s deliver toys -// Reindeer 6 delivering toys -// Reindeer 2 delivering toys -// Reindeer 9 delivering toys +// Reindeer 3 delivering toys // Reindeer 7 delivering toys -// Reindeer 1 delivering toys // Reindeer 4 delivering toys -// Reindeer 3 delivering toys -// Reindeer 8 delivering toys +// Reindeer 1 delivering toys // Reindeer 5 delivering toys +// Reindeer 2 delivering toys +// Reindeer 8 delivering toys +// Reindeer 9 delivering toys +// Reindeer 6 delivering toys // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 6 meeting in the study -// Elf 10 meeting in the study -// Elf 7 meeting in the study +// Elf 9 meeting in the study +// Elf 3 meeting in the study +// Elf 2 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 5 meeting in the study -// Elf 2 meeting in the study -// Elf 3 meeting in the study +// Elf 7 meeting in the study +// Elf 10 meeting in the study +// Elf 6 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study // Elf 8 meeting in the study -// Elf 9 meeting in the study -// Elf 1 meeting in the study +// Elf 3 meeting in the study +// Elf 4 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 4 meeting in the study -// Elf 3 meeting in the study +// Elf 5 meeting in the study // Elf 7 meeting in the study +// Elf 1 meeting in the study // ---------- // Ho! Ho! Ho! let’s deliver toys -// Reindeer 6 delivering toys -// Reindeer 7 delivering toys -// Reindeer 4 delivering toys -// Reindeer 5 delivering toys -// Reindeer 2 delivering toys -// Reindeer 9 delivering toys // Reindeer 3 delivering toys +// Reindeer 9 delivering toys +// Reindeer 6 delivering toys // Reindeer 8 delivering toys // Reindeer 1 delivering toys +// Reindeer 5 delivering toys +// Reindeer 2 delivering toys +// Reindeer 4 delivering toys +// Reindeer 7 delivering toys // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 2 meeting in the study // Elf 6 meeting in the study -// Elf 10 meeting in the study +// Elf 2 meeting in the study +// Elf 9 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study +// Elf 10 meeting in the study +// Elf 3 meeting in the study // Elf 4 meeting in the study -// Elf 5 meeting in the study -// Elf 2 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study // Elf 5 meeting in the study -// Elf 1 meeting in the study +// Elf 7 meeting in the study // Elf 8 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 3 meeting in the study +// Elf 1 meeting in the study // Elf 7 meeting in the study // Elf 9 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 2 meeting in the study -// Elf 4 meeting in the study // Elf 8 meeting in the study +// Elf 2 meeting in the study +// Elf 5 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 6 meeting in the study // Elf 4 meeting in the study -// Elf 10 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s deliver toys -// Reindeer 7 delivering toys -// Reindeer 5 delivering toys -// Reindeer 6 delivering toys -// Reindeer 3 delivering toys -// Reindeer 1 delivering toys -// Reindeer 4 delivering toys -// Reindeer 8 delivering toys -// Reindeer 9 delivering toys -// Reindeer 2 delivering toys -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 5 meeting in the study // Elf 7 meeting in the study -// Elf 1 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 2 meeting in the study // Elf 3 meeting in the study -// Elf 4 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 9 meeting in the study // Elf 6 meeting in the study +// Elf 10 meeting in the study // Elf 8 meeting in the study // ---------- // Ho! Ho! Ho! let’s deliver toys // Reindeer 6 delivering toys -// Reindeer 2 delivering toys -// Reindeer 9 delivering toys // Reindeer 1 delivering toys // Reindeer 7 delivering toys // Reindeer 8 delivering toys -// Reindeer 4 delivering toys +// Reindeer 9 delivering toys // Reindeer 3 delivering toys // Reindeer 5 delivering toys +// Reindeer 4 delivering toys +// Reindeer 2 delivering toys // ---------- // Ho! Ho! Ho! let’s meet in study // Elf 7 meeting in the study -// Elf 3 meeting in the study -// Elf 10 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 8 meeting in the study // Elf 5 meeting in the study -// Elf 3 meeting in the study +// Elf 9 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study // Elf 1 meeting in the study @@ -5134,686 +2598,772 @@

    The Santa Claus Problem

    // Elf 3 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study +// Elf 4 meeting in the study +// Elf 2 meeting in the study // Elf 5 meeting in the study +// ---------- +// Ho! Ho! Ho! let’s meet in study +// Elf 1 meeting in the study // Elf 6 meeting in the study -// Elf 4 meeting in the study +// Elf 8 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study // Elf 2 meeting in the study -// Elf 9 meeting in the study -// Elf 10 meeting in the study +// Elf 5 meeting in the study +// Elf 3 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 3 meeting in the study -// Elf 7 meeting in the study // Elf 9 meeting in the study +// Elf 10 meeting in the study +// Elf 7 meeting in the study // ---------- // Ho! Ho! Ho! let’s deliver toys -// Reindeer 4 delivering toys -// Reindeer 3 delivering toys -// Reindeer 9 delivering toys // Reindeer 8 delivering toys -// Reindeer 7 delivering toys -// Reindeer 5 delivering toys // Reindeer 2 delivering toys // Reindeer 6 delivering toys +// Reindeer 7 delivering toys +// Reindeer 9 delivering toys +// Reindeer 3 delivering toys +// Reindeer 4 delivering toys +// Reindeer 5 delivering toys // Reindeer 1 delivering toys // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 6 meeting in the study -// Elf 4 meeting in the study -// Elf 5 meeting in the study +// Elf 1 meeting in the study +// Elf 10 meeting in the study +// Elf 8 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 2 meeting in the study -// Elf 8 meeting in the study -// Elf 1 meeting in the study +// Elf 5 meeting in the study +// Elf 3 meeting in the study +// Elf 6 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 7 meeting in the study +// Elf 2 meeting in the study +// Elf 4 meeting in the study // Elf 9 meeting in the study -// Elf 10 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 8 meeting in the study // Elf 7 meeting in the study // Elf 1 meeting in the study +// Elf 9 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 3 meeting in the study -// Elf 8 meeting in the study // Elf 5 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study +// Elf 3 meeting in the study // Elf 6 meeting in the study -// Elf 2 meeting in the study -// Elf 4 meeting in the study // ---------- // Ho! Ho! Ho! let’s deliver toys -// Reindeer 3 delivering toys -// Reindeer 5 delivering toys // Reindeer 9 delivering toys -// Reindeer 4 delivering toys // Reindeer 2 delivering toys // Reindeer 1 delivering toys +// Reindeer 4 delivering toys +// Reindeer 3 delivering toys // Reindeer 8 delivering toys -// Reindeer 7 delivering toys +// Reindeer 5 delivering toys // Reindeer 6 delivering toys +// Reindeer 7 delivering toys // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 1 meeting in the study -// Elf 9 meeting in the study -// Elf 5 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 3 meeting in the study // Elf 10 meeting in the study -// Elf 6 meeting in the study +// Elf 8 meeting in the study +// Elf 3 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 4 meeting in the study -// Elf 9 meeting in the study // Elf 7 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 5 meeting in the study +// Elf 1 meeting in the study // Elf 6 meeting in the study -// Elf 8 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 10 meeting in the study -// Elf 2 meeting in the study // Elf 4 meeting in the study +// Elf 2 meeting in the study +// Elf 7 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 1 meeting in the study +// Elf 10 meeting in the study // Elf 5 meeting in the study -// Elf 8 meeting in the study +// Elf 6 meeting in the study // ---------- // Ho! Ho! Ho! let’s deliver toys +// Reindeer 2 delivering toys +// Reindeer 7 delivering toys +// Reindeer 6 delivering toys // Reindeer 1 delivering toys // Reindeer 4 delivering toys // Reindeer 3 delivering toys -// Reindeer 5 delivering toys -// Reindeer 2 delivering toys // Reindeer 9 delivering toys // Reindeer 8 delivering toys -// Reindeer 6 delivering toys -// Reindeer 7 delivering toys +// Reindeer 5 delivering toys // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 10 meeting in the study -// Elf 5 meeting in the study -// Elf 4 meeting in the study +// Elf 9 meeting in the study +// Elf 8 meeting in the study +// Elf 1 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 7 meeting in the study // Elf 3 meeting in the study -// Elf 9 meeting in the study +// Elf 7 meeting in the study +// Elf 2 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study +// Elf 4 meeting in the study // Elf 6 meeting in the study -// Elf 2 meeting in the study // Elf 8 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 8 meeting in the study -// Elf 9 meeting in the study -// Elf 4 meeting in the study +// Elf 5 meeting in the study +// Elf 10 meeting in the study +// Elf 2 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 3 meeting in the study -// Elf 10 meeting in the study -// Elf 5 meeting in the study +// Elf 8 meeting in the study +// Elf 4 meeting in the study +// Elf 1 meeting in the study // ---------- // Ho! Ho! Ho! let’s deliver toys -// Reindeer 6 delivering toys -// Reindeer 1 delivering toys -// Reindeer 7 delivering toys -// Reindeer 9 delivering toys -// Reindeer 3 delivering toys -// Reindeer 5 delivering toys // Reindeer 2 delivering toys // Reindeer 8 delivering toys +// Reindeer 3 delivering toys +// Reindeer 6 delivering toys // Reindeer 4 delivering toys +// Reindeer 5 delivering toys +// Reindeer 9 delivering toys +// Reindeer 1 delivering toys +// Reindeer 7 delivering toys // ---------- // Ho! Ho! Ho! let’s meet in study // Elf 1 meeting in the study -// Elf 7 meeting in the study -// Elf 3 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study // Elf 9 meeting in the study -// Elf 6 meeting in the study -// Elf 2 meeting in the study +// Elf 7 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 5 meeting in the study // Elf 2 meeting in the study -// Elf 9 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study // Elf 8 meeting in the study -// Elf 4 meeting in the study -// Elf 2 meeting in the study +// Elf 5 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 1 meeting in the study -// Elf 9 meeting in the study +// Elf 6 meeting in the study // Elf 10 meeting in the study +// Elf 1 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study +// Elf 3 meeting in the study // Elf 6 meeting in the study +// Elf 4 meeting in the study +// ---------- +// Ho! Ho! Ho! let’s meet in study +// Elf 9 meeting in the study // Elf 5 meeting in the study -// Elf 8 meeting in the study +// Elf 7 meeting in the study // ---------- // Ho! Ho! Ho! let’s deliver toys -// Reindeer 6 delivering toys -// Reindeer 8 delivering toys +// Reindeer 2 delivering toys +// Reindeer 3 delivering toys // Reindeer 4 delivering toys -// Reindeer 5 delivering toys // Reindeer 7 delivering toys // Reindeer 1 delivering toys -// Reindeer 3 delivering toys +// Reindeer 8 delivering toys +// Reindeer 6 delivering toys +// Reindeer 5 delivering toys // Reindeer 9 delivering toys -// Reindeer 2 delivering toys // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 7 meeting in the study -// Elf 3 meeting in the study +// Elf 10 meeting in the study +// Elf 4 meeting in the study +// Elf 9 meeting in the study +// ---------- +// Ho! Ho! Ho! let’s meet in study // Elf 2 meeting in the study +// Elf 8 meeting in the study +// Elf 1 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 4 meeting in the study // Elf 5 meeting in the study +// Elf 3 meeting in the study // Elf 6 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study +// Elf 7 meeting in the study +// Elf 6 meeting in the study // Elf 9 meeting in the study -// Elf 8 meeting in the study -// Elf 1 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 4 meeting in the study // Elf 2 meeting in the study -// Elf 10 meeting in the study +// Elf 4 meeting in the study +// Elf 3 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study // Elf 10 meeting in the study -// Elf 9 meeting in the study -// Elf 7 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 1 meeting in the study -// Elf 4 meeting in the study // Elf 6 meeting in the study +// Elf 8 meeting in the study // ---------- // Ho! Ho! Ho! let’s deliver toys -// Reindeer 4 delivering toys -// Reindeer 6 delivering toys // Reindeer 8 delivering toys // Reindeer 5 delivering toys +// Reindeer 9 delivering toys +// Reindeer 4 delivering toys +// Reindeer 6 delivering toys // Reindeer 3 delivering toys +// Reindeer 1 delivering toys // Reindeer 7 delivering toys -// Reindeer 9 delivering toys // Reindeer 2 delivering toys -// Reindeer 1 delivering toys // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 3 meeting in the study -// Elf 9 meeting in the study -// Elf 6 meeting in the study +// Elf 2 meeting in the study +// Elf 5 meeting in the study +// Elf 4 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 7 meeting in the study +// Elf 1 meeting in the study +// Elf 4 meeting in the study // Elf 8 meeting in the study -// Elf 9 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 5 meeting in the study -// Elf 10 meeting in the study -// Elf 2 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 4 meeting in the study -// Elf 5 meeting in the study +// Elf 6 meeting in the study // Elf 1 meeting in the study +// Elf 7 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study // Elf 9 meeting in the study -// Elf 7 meeting in the study +// Elf 5 meeting in the study // Elf 4 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study +// Elf 8 meeting in the study // Elf 3 meeting in the study -// Elf 6 meeting in the study +// Elf 10 meeting in the study +// ---------- +// Ho! Ho! Ho! let’s meet in study // Elf 1 meeting in the study +// Elf 4 meeting in the study +// Elf 5 meeting in the study // ---------- // Ho! Ho! Ho! let’s deliver toys -// Reindeer 1 delivering toys +// Reindeer 8 delivering toys // Reindeer 6 delivering toys -// Reindeer 4 delivering toys // Reindeer 3 delivering toys -// Reindeer 7 delivering toys +// Reindeer 1 delivering toys // Reindeer 9 delivering toys -// Reindeer 2 delivering toys -// Reindeer 8 delivering toys +// Reindeer 7 delivering toys // Reindeer 5 delivering toys +// Reindeer 4 delivering toys +// Reindeer 2 delivering toys // ---------- // Ho! Ho! Ho! let’s meet in study +// Elf 2 meeting in the study +// Elf 1 meeting in the study // Elf 8 meeting in the study -// Elf 5 meeting in the study -// Elf 6 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 7 meeting in the study -// Elf 9 meeting in the study +// Elf 10 meeting in the study // Elf 3 meeting in the study +// Elf 7 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 1 meeting in the study // Elf 6 meeting in the study -// Elf 2 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 10 meeting in the study -// Elf 8 meeting in the study -// Elf 1 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 5 meeting in the study +// Elf 9 meeting in the study // Elf 4 meeting in the study -// Elf 2 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 10 meeting in the study -// Elf 2 meeting in the study +// Elf 5 meeting in the study +// Elf 7 meeting in the study // Elf 3 meeting in the study // ---------- // Ho! Ho! Ho! let’s deliver toys -// Reindeer 5 delivering toys // Reindeer 7 delivering toys -// Reindeer 2 delivering toys -// Reindeer 1 delivering toys -// Reindeer 8 delivering toys // Reindeer 4 delivering toys // Reindeer 9 delivering toys -// Reindeer 3 delivering toys // Reindeer 6 delivering toys +// Reindeer 5 delivering toys +// Reindeer 2 delivering toys +// Reindeer 3 delivering toys +// Reindeer 1 delivering toys +// Reindeer 8 delivering toys // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 9 meeting in the study -// Elf 6 meeting in the study -// Elf 7 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study +// Elf 3 meeting in the study // Elf 2 meeting in the study -// Elf 9 meeting in the study -// Elf 1 meeting in the study +// Elf 7 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 3 meeting in the study // Elf 8 meeting in the study // Elf 1 meeting in the study +// Elf 10 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 10 meeting in the study // Elf 6 meeting in the study // Elf 4 meeting in the study +// Elf 9 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study +// Elf 1 meeting in the study // Elf 5 meeting in the study -// Elf 9 meeting in the study -// Elf 8 meeting in the study +// Elf 7 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 5 meeting in the study -// Elf 4 meeting in the study -// Elf 3 meeting in the study +// Elf 8 meeting in the study +// Elf 6 meeting in the study +// Elf 1 meeting in the study // ---------- // Ho! Ho! Ho! let’s deliver toys -// Reindeer 5 delivering toys -// Reindeer 3 delivering toys -// Reindeer 7 delivering toys -// Reindeer 1 delivering toys // Reindeer 8 delivering toys +// Reindeer 7 delivering toys // Reindeer 2 delivering toys // Reindeer 6 delivering toys +// Reindeer 3 delivering toys +// Reindeer 1 delivering toys // Reindeer 9 delivering toys // Reindeer 4 delivering toys -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 7 meeting in the study -// Elf 9 meeting in the study -// Elf 8 meeting in the study +// Reindeer 5 delivering toys // ---------- // Ho! Ho! Ho! let’s meet in study // Elf 2 meeting in the study +// Elf 3 meeting in the study // Elf 10 meeting in the study +// ---------- +// Ho! Ho! Ho! let’s meet in study +// Elf 5 meeting in the study // Elf 1 meeting in the study +// Elf 4 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study +// Elf 9 meeting in the study // Elf 6 meeting in the study // Elf 8 meeting in the study -// Elf 3 meeting in the study +// ---------- +// Ho! Ho! Ho! let’s meet in study +// Elf 2 meeting in the study +// Elf 7 meeting in the study +// Elf 10 meeting in the study // ---------- // Ho! Ho! Ho! let’s deliver toys -// Reindeer 9 delivering toys +// Reindeer 6 delivering toys +// Reindeer 7 delivering toys +// Reindeer 1 delivering toys +// Reindeer 5 delivering toys // Reindeer 8 delivering toys // Reindeer 4 delivering toys // Reindeer 3 delivering toys +// Reindeer 9 delivering toys // Reindeer 2 delivering toys -// Reindeer 5 delivering toys -// Reindeer 1 delivering toys -// Reindeer 7 delivering toys -// Reindeer 6 delivering toys // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 5 meeting in the study -// Elf 6 meeting in the study +// Elf 8 meeting in the study // Elf 1 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study // Elf 4 meeting in the study -// Elf 7 meeting in the study -// Elf 8 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 9 meeting in the study +// Elf 6 meeting in the study // Elf 2 meeting in the study -// Elf 10 meeting in the study +// Elf 3 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study +// Elf 5 meeting in the study // Elf 7 meeting in the study +// Elf 10 meeting in the study +// ---------- +// Ho! Ho! Ho! let’s meet in study +// Elf 2 meeting in the study // Elf 9 meeting in the study -// Elf 3 meeting in the study +// Elf 7 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study // Elf 5 meeting in the study +// Elf 10 meeting in the study // Elf 1 meeting in the study -// Elf 6 meeting in the study // ---------- // Ho! Ho! Ho! let’s deliver toys -// Reindeer 4 delivering toys -// Reindeer 7 delivering toys // Reindeer 3 delivering toys -// Reindeer 9 delivering toys +// Reindeer 7 delivering toys // Reindeer 2 delivering toys +// Reindeer 9 delivering toys +// Reindeer 4 delivering toys +// Reindeer 5 delivering toys +// Reindeer 6 delivering toys // Reindeer 1 delivering toys // Reindeer 8 delivering toys -// Reindeer 6 delivering toys -// Reindeer 5 delivering toys // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 7 meeting in the study -// Elf 10 meeting in the study +// Elf 8 meeting in the study // Elf 4 meeting in the study +// Elf 6 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study // Elf 3 meeting in the study +// Elf 7 meeting in the study // Elf 6 meeting in the study -// Elf 4 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 4 meeting in the study -// Elf 8 meeting in the study +// Elf 2 meeting in the study +// Elf 5 meeting in the study // Elf 3 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 10 meeting in the study -// Elf 5 meeting in the study -// Elf 2 meeting in the study +// Elf 9 meeting in the study +// Elf 8 meeting in the study +// Elf 1 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study +// Elf 9 meeting in the study +// Elf 2 meeting in the study // Elf 6 meeting in the study +// ---------- +// Ho! Ho! Ho! let’s deliver toys +// Reindeer 9 delivering toys +// Reindeer 2 delivering toys +// Reindeer 4 delivering toys +// Reindeer 7 delivering toys +// Reindeer 8 delivering toys +// Reindeer 3 delivering toys +// Reindeer 1 delivering toys +// Reindeer 5 delivering toys +// Reindeer 6 delivering toys +// ---------- +// Ho! Ho! Ho! let’s meet in study // Elf 7 meeting in the study -// Elf 2 meeting in the study +// Elf 3 meeting in the study +// Elf 10 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 9 meeting in the study -// Elf 8 meeting in the study // Elf 1 meeting in the study +// Elf 4 meeting in the study +// Elf 6 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 1 meeting in the study +// Elf 9 meeting in the study // Elf 8 meeting in the study +// Elf 6 meeting in the study +// ---------- +// Ho! Ho! Ho! let’s meet in study +// Elf 5 meeting in the study // Elf 3 meeting in the study +// Elf 10 meeting in the study // ---------- // Ho! Ho! Ho! let’s deliver toys // Reindeer 8 delivering toys -// Reindeer 7 delivering toys // Reindeer 1 delivering toys +// Reindeer 9 delivering toys +// Reindeer 6 delivering toys // Reindeer 5 delivering toys +// Reindeer 3 delivering toys // Reindeer 2 delivering toys -// Reindeer 6 delivering toys // Reindeer 4 delivering toys -// Reindeer 3 delivering toys -// Reindeer 9 delivering toys +// Reindeer 7 delivering toys // ---------- // Ho! Ho! Ho! let’s meet in study // Elf 2 meeting in the study +// Elf 8 meeting in the study +// Elf 1 meeting in the study +// ---------- +// Ho! Ho! Ho! let’s meet in study // Elf 9 meeting in the study // Elf 4 meeting in the study +// Elf 7 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study // Elf 10 meeting in the study -// Elf 7 meeting in the study +// Elf 3 meeting in the study // Elf 6 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study +// Elf 2 meeting in the study +// Elf 4 meeting in the study // Elf 5 meeting in the study -// Elf 6 meeting in the study -// Elf 1 meeting in the study // ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 4 meeting in the study -// Elf 3 meeting in the study -// Elf 10 meeting in the study +// Ho! Ho! Ho! let’s deliver toys +// Reindeer 8 delivering toys +// Reindeer 5 delivering toys +// Reindeer 9 delivering toys +// Reindeer 3 delivering toys +// Reindeer 1 delivering toys +// Reindeer 7 delivering toys +// Reindeer 4 delivering toys +// Reindeer 6 delivering toys +// Reindeer 2 delivering toys // ---------- // Ho! Ho! Ho! let’s meet in study +// Elf 7 meeting in the study +// Elf 10 meeting in the study // Elf 2 meeting in the study -// Elf 8 meeting in the study -// Elf 6 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 1 meeting in the study -// Elf 7 meeting in the study // Elf 9 meeting in the study +// Elf 3 meeting in the study +// Elf 1 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study // Elf 8 meeting in the study -// Elf 5 meeting in the study // Elf 10 meeting in the study +// Elf 7 meeting in the study +// ---------- +// Ho! Ho! Ho! let’s meet in study +// Elf 2 meeting in the study +// Elf 6 meeting in the study +// Elf 5 meeting in the study // ---------- // Ho! Ho! Ho! let’s deliver toys -// Reindeer 6 delivering toys +// Reindeer 1 delivering toys // Reindeer 3 delivering toys // Reindeer 2 delivering toys -// Reindeer 9 delivering toys +// Reindeer 5 delivering toys // Reindeer 8 delivering toys +// Reindeer 6 delivering toys // Reindeer 4 delivering toys -// Reindeer 5 delivering toys -// Reindeer 1 delivering toys +// Reindeer 9 delivering toys // Reindeer 7 delivering toys // ---------- // Ho! Ho! Ho! let’s meet in study +// Elf 6 meeting in the study // Elf 4 meeting in the study -// Elf 1 meeting in the study // Elf 3 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study // Elf 5 meeting in the study -// Elf 7 meeting in the study -// Elf 9 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 4 meeting in the study -// Elf 10 meeting in the study +// Elf 2 meeting in the study // Elf 1 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study +// Elf 9 meeting in the study +// Elf 8 meeting in the study // Elf 7 meeting in the study +// ---------- +// Ho! Ho! Ho! let’s meet in study +// Elf 5 meeting in the study // Elf 10 meeting in the study // Elf 2 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 6 meeting in the study -// Elf 1 meeting in the study +// Elf 3 meeting in the study +// Elf 4 meeting in the study // Elf 8 meeting in the study // ---------- +// Ho! Ho! Ho! let’s deliver toys +// Reindeer 3 delivering toys +// Reindeer 2 delivering toys +// Reindeer 9 delivering toys +// Reindeer 1 delivering toys +// Reindeer 8 delivering toys +// Reindeer 5 delivering toys +// Reindeer 7 delivering toys +// Reindeer 6 delivering toys +// Reindeer 4 delivering toys +// ---------- // Ho! Ho! Ho! let’s meet in study // Elf 2 meeting in the study -// Elf 5 meeting in the study // Elf 10 meeting in the study +// Elf 1 meeting in the study +// ---------- +// Ho! Ho! Ho! let’s meet in study +// Elf 4 meeting in the study +// Elf 8 meeting in the study +// Elf 6 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study // Elf 7 meeting in the study +// Elf 9 meeting in the study // Elf 4 meeting in the study +// ---------- +// Ho! Ho! Ho! let’s meet in study // Elf 1 meeting in the study +// Elf 3 meeting in the study +// Elf 2 meeting in the study +// ---------- +// Ho! Ho! Ho! let’s meet in study +// Elf 5 meeting in the study +// Elf 10 meeting in the study +// Elf 8 meeting in the study // ---------- // Ho! Ho! Ho! let’s deliver toys // Reindeer 3 delivering toys // Reindeer 6 delivering toys -// Reindeer 5 delivering toys -// Reindeer 4 delivering toys // Reindeer 9 delivering toys +// Reindeer 7 delivering toys // Reindeer 2 delivering toys -// Reindeer 8 delivering toys // Reindeer 1 delivering toys -// Reindeer 7 delivering toys +// Reindeer 5 delivering toys +// Reindeer 8 delivering toys +// Reindeer 4 delivering toys // ---------- // Ho! Ho! Ho! let’s meet in study // Elf 9 meeting in the study -// Elf 3 meeting in the study -// Elf 1 meeting in the study +// Elf 7 meeting in the study +// Elf 10 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study +// Elf 1 meeting in the study +// Elf 3 meeting in the study // Elf 10 meeting in the study -// Elf 6 meeting in the study -// Elf 4 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study +// Elf 5 meeting in the study // Elf 2 meeting in the study // Elf 8 meeting in the study -// Elf 7 meeting in the study +// ---------- +// Ho! Ho! Ho! let’s deliver toys +// Reindeer 6 delivering toys +// Reindeer 8 delivering toys +// Reindeer 9 delivering toys +// Reindeer 3 delivering toys +// Reindeer 1 delivering toys +// Reindeer 4 delivering toys +// Reindeer 5 delivering toys +// Reindeer 2 delivering toys +// Reindeer 7 delivering toys +// ---------- +// Ho! Ho! Ho! let’s meet in study +// Elf 4 meeting in the study +// Elf 6 meeting in the study +// Elf 9 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 3 meeting in the study // Elf 2 meeting in the study // Elf 1 meeting in the study +// Elf 3 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 5 meeting in the study // Elf 7 meeting in the study +// Elf 10 meeting in the study +// Elf 5 meeting in the study +// ---------- +// Ho! Ho! Ho! let’s meet in study +// Elf 9 meeting in the study +// Elf 4 meeting in the study // Elf 3 meeting in the study // ---------- // Ho! Ho! Ho! let’s deliver toys -// Reindeer 5 delivering toys +// Reindeer 6 delivering toys // Reindeer 8 delivering toys -// Reindeer 9 delivering toys // Reindeer 7 delivering toys -// Reindeer 6 delivering toys // Reindeer 3 delivering toys +// Reindeer 2 delivering toys // Reindeer 4 delivering toys +// Reindeer 9 delivering toys // Reindeer 1 delivering toys -// Reindeer 2 delivering toys +// Reindeer 5 delivering toys // ---------- // Ho! Ho! Ho! let’s meet in study // Elf 6 meeting in the study -// Elf 4 meeting in the study +// Elf 5 meeting in the study // Elf 8 meeting in the study // ---------- +// Ho! Ho! Ho! let’s deliver toys +// Reindeer 8 delivering toys +// Reindeer 2 delivering toys +// Reindeer 5 delivering toys +// Reindeer 7 delivering toys +// Reindeer 4 delivering toys +// Reindeer 1 delivering toys +// Reindeer 3 delivering toys +// Reindeer 6 delivering toys +// Reindeer 9 delivering toys +// ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 5 meeting in the study // Elf 2 meeting in the study +// Elf 7 meeting in the study +// Elf 4 meeting in the study +// ---------- +// Ho! Ho! Ho! let’s meet in study // Elf 10 meeting in the study +// Elf 1 meeting in the study +// Elf 3 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 7 meeting in the study // Elf 9 meeting in the study +// Elf 5 meeting in the study // Elf 2 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 1 meeting in the study // Elf 6 meeting in the study -// Elf 5 meeting in the study -// ---------- -// Ho! Ho! Ho! let’s meet in study -// Elf 3 meeting in the study -// Elf 9 meeting in the study +// Elf 7 meeting in the study // Elf 8 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 7 meeting in the study -// Elf 6 meeting in the study -// Elf 10 meeting in the study +// Elf 5 meeting in the study +// Elf 1 meeting in the study +// Elf 4 meeting in the study // ---------- // Ho! Ho! Ho! let’s deliver toys +// Reindeer 4 delivering toys // Reindeer 5 delivering toys // Reindeer 1 delivering toys -// Reindeer 9 delivering toys -// Reindeer 4 delivering toys -// Reindeer 6 delivering toys // Reindeer 7 delivering toys -// Reindeer 3 delivering toys -// Reindeer 8 delivering toys +// Reindeer 9 delivering toys // Reindeer 2 delivering toys +// Reindeer 8 delivering toys +// Reindeer 3 delivering toys +// Reindeer 6 delivering toys // ---------- // Ho! Ho! Ho! let’s meet in study // Elf 3 meeting in the study +// Elf 10 meeting in the study // Elf 4 meeting in the study -// Elf 5 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 2 meeting in the study -// Elf 10 meeting in the study +// Elf 9 meeting in the study // Elf 1 meeting in the study +// Elf 7 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 9 meeting in the study -// Elf 1 meeting in the study +// Elf 2 meeting in the study +// Elf 10 meeting in the study // Elf 8 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 7 meeting in the study -// Elf 4 meeting in the study // Elf 5 meeting in the study +// Elf 6 meeting in the study +// Elf 10 meeting in the study +// ---------- +// Ho! Ho! Ho! let’s deliver toys +// Reindeer 4 delivering toys +// Reindeer 2 delivering toys +// Reindeer 3 delivering toys +// Reindeer 6 delivering toys +// Reindeer 5 delivering toys +// Reindeer 8 delivering toys +// Reindeer 7 delivering toys +// Reindeer 1 delivering toys +// Reindeer 9 delivering toys // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 10 meeting in the study -// Elf 3 meeting in the study +// Elf 4 meeting in the study // Elf 7 meeting in the study +// Elf 3 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study +// Elf 9 meeting in the study // Elf 1 meeting in the study -// Elf 6 meeting in the study +// Elf 5 meeting in the study +// ---------- +// Ho! Ho! Ho! let’s meet in study +// Elf 10 meeting in the study // Elf 2 meeting in the study +// Elf 8 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study // Elf 7 meeting in the study -// Elf 10 meeting in the study -// Elf 5 meeting in the study +// Elf 6 meeting in the study +// Elf 8 meeting in the study // ---------- // Ho! Ho! Ho! let’s deliver toys -// Reindeer 2 delivering toys // Reindeer 5 delivering toys -// Reindeer 3 delivering toys // Reindeer 7 delivering toys -// Reindeer 6 delivering toys -// Reindeer 9 delivering toys +// Reindeer 2 delivering toys +// Reindeer 3 delivering toys // Reindeer 8 delivering toys // Reindeer 4 delivering toys // Reindeer 1 delivering toys +// Reindeer 6 delivering toys +// Reindeer 9 delivering toys // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 7 meeting in the study +// Elf 4 meeting in the study // Elf 9 meeting in the study -// Elf 2 meeting in the study +// Elf 10 meeting in the study // ---------- // Ho! Ho! Ho! let’s meet in study -// Elf 3 meeting in the study -// Elf 8 meeting in the study +// Elf 7 meeting in the study // Elf 5 meeting in the study +// Elf 3 meeting in the study // ---------- // res0: Either[Throwable, Unit] = Left( // value = java.util.concurrent.TimeoutException: 2 seconds diff --git a/index.html b/index.html index 30c9b471..f91dda38 100644 --- a/index.html +++ b/index.html @@ -86,9 +86,9 @@
  • Txn
  • TVar
  • -
  • TQueue
  • -
  • TMVar
  • TSemaphore
  • +
  • TMVar
  • +
  • TQueue
  • The Santa Claus Problem
  • diff --git a/start.html b/start.html index 4fa9f30a..bdd977fd 100644 --- a/start.html +++ b/start.html @@ -86,9 +86,9 @@
  • Txn
  • TVar
  • -
  • TQueue
  • -
  • TMVar
  • TSemaphore
  • +
  • TMVar
  • +
  • TQueue
  • The Santa Claus Problem
  • diff --git a/theory/intro.html b/theory/intro.html index 157bc242..bae8dcbe 100644 --- a/theory/intro.html +++ b/theory/intro.html @@ -86,9 +86,9 @@
  • Txn
  • TVar
  • -
  • TQueue
  • -
  • TMVar
  • TSemaphore
  • +
  • TMVar
  • +
  • TQueue
  • The Santa Claus Problem
  • diff --git a/theory/tvar.html b/theory/tvar.html index 53afa007..41812ee4 100644 --- a/theory/tvar.html +++ b/theory/tvar.html @@ -86,9 +86,9 @@
  • Txn
  • TVar
  • -
  • TQueue
  • -
  • TMVar
  • TSemaphore
  • +
  • TMVar
  • +
  • TQueue
  • The Santa Claus Problem
  • @@ -125,13 +125,13 @@

    TVar

    import io.github.timwspence.cats.stm.STM val stm = STM.runtime[IO].unsafeRunSync() -// stm: STM[IO] = io.github.timwspence.cats.stm.STM$Make$$anon$1$$anon$2@732958ce +// stm: STM[IO] = io.github.timwspence.cats.stm.STM$Make$$anon$1$$anon$2@4226bf49 import stm._ val to = stm.commit(TVar.of(1)).unsafeRunSync() -// to: TVar[Int] = io.github.timwspence.cats.stm.STMLike$TVar@324963e4 +// to: TVar[Int] = io.github.timwspence.cats.stm.STMLike$TVar@2a21a90 val from = stm.commit(TVar.of(0)).unsafeRunSync() -// from: TVar[Int] = io.github.timwspence.cats.stm.STMLike$TVar@2e381034 +// from: TVar[Int] = io.github.timwspence.cats.stm.STMLike$TVar@6672d7c val txn: Txn[(Int, Int)] = for { balance <- from.get @@ -141,7 +141,7 @@

    TVar

    res2 <- to.get } yield res1 -> res2 // txn: Txn[(Int, Int)] = Bind( -// txn = Get(tvar = io.github.timwspence.cats.stm.STMLike$TVar@2e381034), +// txn = Get(tvar = io.github.timwspence.cats.stm.STMLike$TVar@6672d7c), // f = <function1> // ) diff --git a/theory/txn.html b/theory/txn.html index 71c178af..358861fe 100644 --- a/theory/txn.html +++ b/theory/txn.html @@ -86,9 +86,9 @@
  • Txn
  • TVar
  • -
  • TQueue
  • -
  • TMVar
  • TSemaphore
  • +
  • TMVar
  • +
  • TQueue
  • The Santa Claus Problem
  • @@ -132,7 +132,7 @@

    Overviewimport io.github.timwspence.cats.stm.STM val stm = STM.runtime[IO].unsafeRunSync() -// stm: STM[IO] = io.github.timwspence.cats.stm.STM$Make$$anon$1$$anon$2@799e09af +// stm: STM[IO] = io.github.timwspence.cats.stm.STM$Make$$anon$1$$anon$2@6e4089b2 import stm._ val prog: IO[(Int, Int)] = for { @@ -150,10 +150,10 @@

    Overview// prog: IO[(Int, Int)] = FlatMap( // ioe = FlatMap( // ioe = Uncancelable( -// body = cats.effect.IO$$$Lambda$11301/1592640862@69e39a2, +// body = cats.effect.IO$$$Lambda$11282/488506729@619e6b5, // event = cats.effect.tracing.TracingEvent$StackTrace // ), -// f = io.github.timwspence.cats.stm.STM$Make$$anon$1$$anon$2$$Lambda$11302/440097642@733541b, +// f = io.github.timwspence.cats.stm.STM$Make$$anon$1$$anon$2$$Lambda$11283/1935169023@2d5f6266, // event = cats.effect.tracing.TracingEvent$StackTrace // ), // f = <function1>, @@ -171,13 +171,13 @@

    Retriesimport io.github.timwspence.cats.stm.STM val stm = STM.runtime[IO].unsafeRunSync() -// stm: STM[IO] = io.github.timwspence.cats.stm.STM$Make$$anon$1$$anon$2@30e0aed1 +// stm: STM[IO] = io.github.timwspence.cats.stm.STM$Make$$anon$1$$anon$2@40b13df3 import stm._ val to = stm.commit(TVar.of(1)).unsafeRunSync() -// to: TVar[Int] = io.github.timwspence.cats.stm.STMLike$TVar@393a1a13 +// to: TVar[Int] = io.github.timwspence.cats.stm.STMLike$TVar@2ad6214e val from = stm.commit(TVar.of(0)).unsafeRunSync() -// from: TVar[Int] = io.github.timwspence.cats.stm.STMLike$TVar@4e9e77bf +// from: TVar[Int] = io.github.timwspence.cats.stm.STMLike$TVar@63b346ef val txn: IO[Unit] = stm.commit { for { @@ -189,10 +189,10 @@

    Retries// txn: IO[Unit] = FlatMap( // ioe = Uncancelable( -// body = cats.effect.IO$$$Lambda$11301/1592640862@539061fb, +// body = cats.effect.IO$$$Lambda$11282/488506729@35a954ad, // event = cats.effect.tracing.TracingEvent$StackTrace // ), -// f = io.github.timwspence.cats.stm.STM$Make$$anon$1$$anon$2$$Lambda$11302/440097642@66b3cb7e, +// f = io.github.timwspence.cats.stm.STM$Make$$anon$1$$anon$2$$Lambda$11283/1935169023@7c3ea94e, // event = cats.effect.tracing.TracingEvent$StackTrace // )

    txn.unsafeRunSync() will block until the transaction succeeds (or throws an @@ -208,13 +208,13 @@

    OrElseimport io.github.timwspence.cats.stm.STM val stm = STM.runtime[IO].unsafeRunSync() -// stm: STM[IO] = io.github.timwspence.cats.stm.STM$Make$$anon$1$$anon$2@f30af39 +// stm: STM[IO] = io.github.timwspence.cats.stm.STM$Make$$anon$1$$anon$2@67793bd6 import stm._ val to = stm.commit(TVar.of(1)).unsafeRunSync() -// to: TVar[Int] = io.github.timwspence.cats.stm.STMLike$TVar@32ae02ef +// to: TVar[Int] = io.github.timwspence.cats.stm.STMLike$TVar@1e048de8 val from = stm.commit(TVar.of(0)).unsafeRunSync() -// from: TVar[Int] = io.github.timwspence.cats.stm.STMLike$TVar@626132f8 +// from: TVar[Int] = io.github.timwspence.cats.stm.STMLike$TVar@6177aeb9 val transferHundred: Txn[Unit] = for { b <- from.get @@ -223,7 +223,7 @@

    OrElse_ <- to.modify(_ + 100) } yield () // transferHundred: Txn[Unit] = Bind( -// txn = Get(tvar = io.github.timwspence.cats.stm.STMLike$TVar@626132f8), +// txn = Get(tvar = io.github.timwspence.cats.stm.STMLike$TVar@6177aeb9), // f = <function1> // ) @@ -233,7 +233,7 @@

    OrElse_ <- to.modify(_ + balance) } yield () // transferRemaining: Txn[Unit] = Bind( -// txn = Get(tvar = io.github.timwspence.cats.stm.STMLike$TVar@626132f8), +// txn = Get(tvar = io.github.timwspence.cats.stm.STMLike$TVar@6177aeb9), // f = <function1> // ) @@ -245,11 +245,11 @@

    OrElse// txn: Txn[(Int, Int)] = Bind( // txn = OrElse( // txn = Bind( -// txn = Get(tvar = io.github.timwspence.cats.stm.STMLike$TVar@626132f8), +// txn = Get(tvar = io.github.timwspence.cats.stm.STMLike$TVar@6177aeb9), // f = <function1> // ), // fallback = Bind( -// txn = Get(tvar = io.github.timwspence.cats.stm.STMLike$TVar@626132f8), +// txn = Get(tvar = io.github.timwspence.cats.stm.STMLike$TVar@6177aeb9), // f = <function1> // ) // ), @@ -266,13 +266,13 @@

    Abortingimport io.github.timwspence.cats.stm.STM val stm = STM.runtime[IO].unsafeRunSync() -// stm: STM[IO] = io.github.timwspence.cats.stm.STM$Make$$anon$1$$anon$2@1a71fdf1 +// stm: STM[IO] = io.github.timwspence.cats.stm.STM$Make$$anon$1$$anon$2@680a1f00 import stm._ val to = stm.commit(TVar.of(1)).unsafeRunSync() -// to: TVar[Int] = io.github.timwspence.cats.stm.STMLike$TVar@10b2d0e1 +// to: TVar[Int] = io.github.timwspence.cats.stm.STMLike$TVar@46032e5c val from = stm.commit(TVar.of(0)).unsafeRunSync() -// from: TVar[Int] = io.github.timwspence.cats.stm.STMLike$TVar@52c90162 +// from: TVar[Int] = io.github.timwspence.cats.stm.STMLike$TVar@7cd280b9 val txn = for { balance <- from.get @@ -284,7 +284,7 @@

    Aborting_ <- to.modify(_ + 100) } yield () // txn: Txn[Unit] = Bind( -// txn = Get(tvar = io.github.timwspence.cats.stm.STMLike$TVar@52c90162), +// txn = Get(tvar = io.github.timwspence.cats.stm.STMLike$TVar@7cd280b9), // f = <function1> // )