Winners of the Past Five Ice-out Contests

In the past 5 years, 6 people have won.

  1. In 2012, Judy Lavely from Danville, VT won on April 8th at 5:25 PM.
  2. In 2013, Gary Clark from Barre, VT won on April 24th at 8:46 AM.
  3. In 2014, Kelsey Phillips from Iowa City, IA; and Bill Brochu from Springfield, MA won on April 29th at 10:06 AM.
  4. In 2015, Mary Numa from West Haven CT won on April 29th at 6:14 PM.
  5. In 2016, Pamela Swift from Barre, VT won on April 12th at 5:04 PM.

Contents of array:

Array
(
    [0] => Array
        (
            [0] => 2012
            [1] => Judy Lavely
            [2] => Danville, VT
            [3] => 4/8/12
            [4] => 5:25 p.m.
        )

    [1] => Array
        (
            [0] => 2013
            [1] => Gary Clark
            [2] => Barre, VT
            [3] => 4/24/13
            [4] => 8:46 a.m.
        )

    [2] => Array
        (
            [0] => 2014
            [1] => Array
                (
                    [0] => Kelsey Phillips
                    [1] => Bill Brochu
                )

            [2] => Array
                (
                    [0] => Iowa City, IA
                    [1] => Springfield, MA
                )

            [3] => 4/29/14
            [4] => 10:06 a.m.
        )

    [3] => Array
        (
            [0] => 2015
            [1] => Mary Numa
            [2] => West Haven CT
            [3] => 4/29/15
            [4] => 6:14 p.m.
        )

    [4] => Array
        (
            [0] => 2016
            [1] => Pamela Swift
            [2] => Barre, VT
            [3] => 4/12/16
            [4] => 5:04 p.m.
        )

)