
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Latest News</title>
<link>https://www.houltonalumni.com/news/default.asp</link>
<description><![CDATA[ Keep up-to-date with the latest news straight from&nbsp;us to you! ]]></description>
<lastBuildDate>Mon, 20 Jul 2026 10:17:50 GMT</lastBuildDate>
<pubDate>Sat, 2 May 2026 13:34:00 GMT</pubDate>
<copyright>Copyright &#xA9; 2026 Houlton High Alumni Association</copyright>
<atom:link href="https://www.houltonalumni.com/news/news_rss.asp?cat=1274" rel="self" type="application/rss+xml"></atom:link>
<item>
<title>Alums Come Home: A Drive-In Night to Remember</title>
<link>https://www.houltonalumni.com/news/news.asp?id=726494</link>
<guid>https://www.houltonalumni.com/news/news.asp?id=726494</guid>
<description><![CDATA[<!DOCTYPE html>
<html lang="en"><head>
  <meta charset="UTF-8" />
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  <title>Alums Come Home: A Drive-In Night to Remember | HHSAA</title>
  <link href="https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,700;1,400&amp;family=Source+Serif+4:wght@300;400;600&amp;display=swap" rel="stylesheet" />
  <style>
    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

    :root {
      --navy: #1a2a44;
      --gold: #c9a84c;
      --cream: #faf7f2;
      --charcoal: #2e2e2e;
      --mid-gray: #666;
      --rule: #d4c8a8;
    }

    body {
      font-family: 'Source Serif 4', Georgia, serif;
      background: var(--cream);
      color: var(--charcoal);
      line-height: 1.75;
    }

    /* ── Header ── */
    .article-header {
      background: var(--navy);
      color: white;
      padding: 3rem 2rem 2.5rem;
      text-align: center;
      position: relative;
      overflow: hidden;
    }
    .article-header::before {
      content: '';
      position: absolute;
      inset: 0;
      background: repeating-linear-gradient(
        -45deg, transparent, transparent 40px,
        rgba(201,168,76,.06) 40px, rgba(201,168,76,.06) 41px
      );
    }
    .kicker {
      display: inline-block;
      font-family: 'Source Serif 4', serif;
      font-weight: 600;
      font-size: .75rem;
      letter-spacing: .2em;
      text-transform: uppercase;
      color: var(--gold);
      border: 1px solid var(--gold);
      padding: .3rem .9rem;
      margin-bottom: 1.4rem;
    }
    .article-header h1 {
      font-family: 'Playfair Display', Georgia, serif;
      font-size: clamp(2rem, 5vw, 3.2rem);
      font-weight: 700;
      line-height: 1.15;
      max-width: 720px;
      margin: 0 auto 1rem;
    }
    .article-header h1 em {
      font-style: italic;
      color: var(--gold);
    }
    .byline {
      font-size: .85rem;
      color: rgba(255,255,255,.65);
      letter-spacing: .05em;
    }

    /* ── Body ── */
    .article-body {
      max-width: 720px;
      margin: 0 auto;
      padding: 3rem 1.5rem 4rem;
    }

    .lead {
      font-size: 1.2rem;
      font-weight: 300;
      line-height: 1.85;
      color: var(--navy);
      border-left: 3px solid var(--gold);
      padding-left: 1.25rem;
      margin-bottom: 2.5rem;
    }

    p { margin-bottom: 1.4rem; }

    h2 {
      font-family: 'Playfair Display', serif;
      font-size: 1.5rem;
      color: var(--navy);
      margin: 2.5rem 0 1rem;
      padding-bottom: .4rem;
      border-bottom: 1px solid var(--rule);
    }

    /* ── Pull quote ── */
    .pull-quote {
      margin: 2.5rem 0;
      padding: 1.5rem 2rem;
      background: var(--navy);
      color: white;
      position: relative;
    }
    .pull-quote::before {
      content: '\201C';
      font-family: 'Playfair Display', serif;
      font-size: 5rem;
      color: var(--gold);
      opacity: .5;
      position: absolute;
      top: -.5rem;
      left: 1rem;
      line-height: 1;
    }
    .pull-quote p {
      font-family: 'Playfair Display', serif;
      font-style: italic;
      font-size: 1.15rem;
      line-height: 1.6;
      margin: 0;
      padding-left: 1rem;
    }
    .pull-quote cite {
      display: block;
      font-family: 'Source Serif 4', serif;
      font-style: normal;
      font-size: .8rem;
      color: var(--gold);
      letter-spacing: .08em;
      text-transform: uppercase;
      margin-top: .8rem;
      padding-left: 1rem;
    }

    /* ── Results box ── */
    .results-box {
      background: white;
      border: 1px solid var(--rule);
      padding: 1.5rem 2rem;
      margin: 2rem 0;
    }
    .results-box h3 {
      font-family: 'Playfair Display', serif;
      font-size: 1.1rem;
      color: var(--navy);
      margin-bottom: 1rem;
    }
    .results-box ul {
      list-style: none;
      padding: 0;
    }
    .results-box li {
      padding: .4rem 0;
      border-bottom: 1px solid #eee;
      font-size: .92rem;
    }
    .results-box li:last-child { border: none; }
    .results-box strong {
      color: var(--navy);
      margin-right: .4rem;
    }

    /* ── Footer tag ── */
    .article-footer {
      max-width: 720px;
      margin: 0 auto;
      padding: 0 1.5rem 3rem;
      border-top: 1px solid var(--rule);
      padding-top: 1.5rem;
      font-size: .8rem;
      color: var(--mid-gray);
      letter-spacing: .04em;
    }
  </style>
</head>
<body>

<header class="article-header">
  <div class="kicker">Summer 2025 Events</div>
  <h1>Alums Come Home: A <em>Drive-In Night</em> to Remember</h1>
  <p class="byline">By Karen Eleiott Donato '69 &nbsp;·&nbsp; Originally published in The North Star Magazine, Fall/Winter 2025</p>
</header>

<article class="article-body">

  <p class="lead">July brought the Houlton community together for a multi-year reunion weekend that transformed Millar Arena into a nostalgic drive-in and sent golfers out to Houlton Country Club — a celebration of old friendships, shared memories, and deep Shiretown pride.</p>

  <p>It started on the fairways. The Alumni Golf Scramble, organized by Jerry York '70 and assisted by Misty Gallop Marino, launched the day's activities on July 5th at the Houlton Country Club. With 68 participants on the course, it was another strong showing for one of the HHSAA's most beloved annual traditions.</p>

  <div class="results-box">
    <h3>⛳ 2025 Golf Scramble Results</h3>
    <ul>
      <li><strong>1st Place:</strong> Marty Bouchard '87, Kyle Bouchard '15, Kolleen Bouchard '18, Scott Spurling '80</li>
      <li><strong>2nd Place:</strong> Pat Howe '18, Dana Brown, Sean Dolomont, David Tucker '20, Barrett Good '00</li>
      <li><strong>3rd Place:</strong> Ryan Bushey '97, Chris Bell '96, Caleb Bell '95, Daniel Peabody '93</li>
      <li><strong>4th Place:</strong> Isaac Vega '20, Ben Grant '19, Tyler MacDonald '19, Jed Gilpatrick</li>
    </ul>
  </div>

  <p>Then came the evening — and the alumni committee outdid itself. The goal: transform the cavernous Millar Arena into something that felt like a homecoming. What they built was a drive-in theater crossed with a dairy bar memory, complete with vintage cars, a massive screen, and the warm hum of hundreds of conversations happening all at once.</p>

  <h2>Popcorn, Onion Rings, and Old Photographs</h2>

  <p>The arena was dressed in traditional black and white swag, anchored by a giant balloon arch stretching from one giant popcorn centerpiece to another at the entrance. Three gleaming vintage cars — loaned for the night by Raymond Carmichael '71, Gail Sanders Marshall '74, and Doug Fitzpatrick '84 — sat parked inside the arena, adding an unmistakable Borderland Drive-In feel to the room.</p>

  <p>Food was a highlight from start to finish. Eric and Heather LaFontaine of "Wine Until Nine" handled the social hour with charcuterie boards and a full beverage selection. Serena Vandevender Fitzpatrick '95 reprised a fan favorite — the famous fried onion rings from York's Dairy Bar recipe — prepared with help from Laurine Thompson Wilson '71. Sliders, finger foods, fresh fruit, and treats from Sweet Pea Pantry and the Pastry Corner rounded out the buffet. Admission was $25, with proceeds going toward senior scholarships.</p>

  <div class="pull-quote">
    <p>The giant screen showing music videos was almost the size of the Borderland!! Lots of area for dancing — believe it or not I didn't dance.</p>
    <cite>— Tammy Ritchie '74</cite>
  </div>

  <p>Thanks to Fred Grant '88, Owen Gallop '17, and their crew, a 30' × 17' screen displayed music videos and provided the soundtrack for the evening, while a second large screen ran a continuous loop of yearbook photos — sports teams, clubs, class events — giving attendees a living slideshow of shared history.</p>

  <h2>More Than Just a Party</h2>

  <p>Seating areas with sofas and easy chairs (courtesy of Rent-A-Center) gave guests space to settle in for deeper conversations. Temple Theatre popcorn made the rounds. Corn-hole and cribbage offered alternative entertainment. The popular photo booth — hosted by Chuck '90 and Tina Daly of Maine Magic Mirror — captured hundreds of smiles from people who may not have seen each other in years.</p>

  <p>The following morning, the celebration continued with a Sunday brunch at Lakeside Restaurant at the Houlton Community Golf Course. Clear skies, calm lake water, and a beautiful summer day provided the perfect backdrop to close out the weekend.</p>

  <p>The social event planning team included Fred Grant '88, Rachel Fitzpatrick '93, Karen Eleiott Donato '69, Nancy Ketch '82, Susi Ingraham Walbridge '77, Bonnie Burton Upton '69, Lainey Herring Tarr '09, Owen Gallop '17, and Serena Vandevender Fitzpatrick '95 — months of meetings, countless details, and an event that will be remembered for years.</p>

  <p>Can't make it to every year's events? The multi-year social happens every five years. Mark your calendars now — the next one is in <strong>2030</strong>.</p>

</article>

<footer class="article-footer">
  © Houlton High School Alumni Association &nbsp;·&nbsp; Originally published in <em>The North Star Magazine</em>, Vol. 29, Issue 1
</footer>

</body></html>]]></description>
<pubDate>Sat, 2 May 2026 14:34:00 GMT</pubDate>
</item>
<item>
<title>Alumni Band Entertains at HHS Basketball Game</title>
<link>https://www.houltonalumni.com/news/news.asp?id=57332</link>
<guid>https://www.houltonalumni.com/news/news.asp?id=57332</guid>
<description><![CDATA[On Saturday January 8th fans at the Houlton varsity boy game versus Madawaska 
were treated to a performance by the Houlton High School Alumni Band.&nbsp; These 
dedicated individuals gathered for one hour to rehearse for the pregame and 
halftime festivities. The most experienced alumni were David Flemington class of 
1951 and Mike Clark class of 1954.&nbsp; This year's family award was a tie between 
combined mother-daughter classmates.&nbsp; Jill Hutchinson Sewell and Brittany 
Henderson Benn from the class of 1979 were joined by Lizz Sewell and Jersha Benn 
from the class of 2007.&nbsp; The band was directed by Joe Fagnant and David 
McGillicuddy and treated to lunch by the MSAD #29 Music Boosters organized by 
Peggy McGary assisted by Sherri Targonski and Leslie Ross.<br><br>The 
following alumni participated:Dave Flemington ’51, Michael Clark ’54, Gary 
Bossie '57, Bob Ellis ’61, Penny Saunders Nevers ’61, Dave McGillicuddy ’62, 
Jerry Riley '63, Brittany (Henderson) Benn '79, Jill (Hutchinson) Sewell ’79, 
Debbie Melvin 79', Fred Grant ’88, Tyler Rowe '05, Adam Brown ’05, Matt Cummings 
’05, Corey Lewis '06, Aaron Fitzpatrick '06, Lizz Sewell ’07, Jerusha Benn ’07, 
Max Rush '08, Derek Thomas '09,&nbsp; Stephannie Kreyssig '10, Ashley Hannigan '10, 
Jordan Codrey '10, Madison Lezotte '10.&nbsp; Current HHS band members Chelsey 
Murray, Megan Gerath, and Alex York assisted. <br><img alt="" title="" src="https://www.houltonalumni.com/resource/resmgr/102_1059.jpg"><img alt="" title="" src="https://www.houltonalumni.com/resource/resmgr/images/p1000132.jpg">]]></description>
<pubDate>Wed, 26 Jan 2011 02:57:18 GMT</pubDate>
</item>
<item>
<title>Class of &apos;43 Celebrates 65th!</title>
<link>https://www.houltonalumni.com/news/news.asp?id=17105</link>
<guid>https://www.houltonalumni.com/news/news.asp?id=17105</guid>
<description><![CDATA[<img alt="" src="https://www.houltonalumni.com/resource/resmgr/images/1943-65th-sm.jpg" border="0"><br>Members of the Houlton High School class of 1943 got together Thursday, July 3 
at the Elm Tree Diner for their 65th reunion. Sitting from left are, Norman St. 
Peter, Valla Hall, Robert Gogan and James Chadwick; middle row, Ken Larson, 
Robert Anderson, Jack Smart, Alice McQuarrie, Joe Wilcox and Rober Callnan. 
Standing in the back row, Albert Madigan, Doreen Burnier, Jack Burlock, Lois 
Cumming, Lois Hovey and Robert Johnston.<br><br>]]></description>
<pubDate>Thu, 31 Jul 2008 21:06:18 GMT</pubDate>
</item>
<item>
<title>$4,000 pledged to HHS Alumni Association</title>
<link>https://www.houltonalumni.com/news/news.asp?id=12864</link>
<guid>https://www.houltonalumni.com/news/news.asp?id=12864</guid>
<description><![CDATA[		<div><span style="font-family: Arial; font-size: 10pt; color: rgb(0, 0, 255);" class="129380415-07022008">Through the efforts of 10 volunteer callers, the HHS Alumni Association 
got nearly $4000 closer to the goal of $40,000 for the Annual Fund at York's of 
Houlton on Monday, February 4th.&nbsp; </span></div>
<div><span class="129380415-07022008"></span>&nbsp;</div>
<div><span style="font-family: Arial; font-size: 10pt; color: rgb(0, 0, 255);" class="129380415-07022008">Callers placed calls Monday evening to HHS alumni and asked for pledges 
to the Annual Fund, the proceeds of which are used to fund scholarships and 
other unmet needs of the school.</span></div>
<div><span class="129380415-07022008"></span>&nbsp;</div>
<div><span style="font-family: Arial; font-size: 10pt; color: rgb(0, 0, 255);" class="129380415-07022008">The 
Annual Fund runs from July to June of each year, and the balance as of January 
31 was $30,164.&nbsp; When the pledges from Monday's phonathon are received the 
balance will be nearly $4000 closer to the goal.</span></div>
<div><span class="129380415-07022008"></span>&nbsp;</div>
<div><span style="font-family: Arial; font-size: 10pt; color: rgb(0, 0, 255);" class="129380415-07022008">The 
Alumni Association wants to thank all the people who have contributed to the 
fund, and also wants to thank all the volunteers who donate their time, talent 
and funds to the Association.<br><img alt="" src="https://www.houltonalumni.com/resource/resmgr/phonathon0208/07_expedition_016.jpg" align="" border="0"><img alt="" src="https://www.houltonalumni.com/resource/resmgr/phonathon0208/07_expedition_018.jpg" align="" border="0"><br><img alt="" src="https://www.houltonalumni.com/resource/resmgr/phonathon0208/07_expedition_019.jpg" align="" border="0"><img alt="" src="https://www.houltonalumni.com/resource/resmgr/phonathon0208/07_expedition_020.jpg" align="" border="0"><br><img alt="" src="https://www.houltonalumni.com/resource/resmgr/phonathon0208/07_expedition_021.jpg" align="" border="0"><img alt="" src="https://www.houltonalumni.com/resource/resmgr/phonathon0208/07_expedition_023.jpg" align="" border="0"><br><img alt="" src="https://www.houltonalumni.com/resource/resmgr/phonathon0208/07_expedition_024.jpg" align="" border="0"><img alt="" src="https://www.houltonalumni.com/resource/resmgr/phonathon0208/07_expedition_025.jpg" align="" border="0"><br><img alt="" src="https://www.houltonalumni.com/resource/resmgr/phonathon0208/07_expedition_027.jpg" align="" border="0"><img alt="" src="https://www.houltonalumni.com/resource/resmgr/phonathon0208/07_expedition_028.jpg" align="" border="0"><br><img alt="" src="https://www.houltonalumni.com/resource/resmgr/phonathon0208/07_expedition_029.jpg" align="" border="0"><img alt="" src="https://www.houltonalumni.com/resource/resmgr/phonathon0208/07_expedition_030.jpg" align="" border="0"><br><img alt="" src="https://www.houltonalumni.com/resource/resmgr/phonathon0208/07_expedition_031.jpg" align="" border="0"><img alt="" src="https://www.houltonalumni.com/resource/resmgr/phonathon0208/07_expedition_032.jpg" align="" border="0"><br><img alt="" src="https://www.houltonalumni.com/resource/resmgr/phonathon0208/07_expedition_033.jpg" align="" border="0"><br></span></div>	
	
	
	]]></description>
<pubDate>Fri, 8 Feb 2008 18:28:10 GMT</pubDate>
</item>
<item>
<title>Alumni Band 08 Pictures</title>
<link>https://www.houltonalumni.com/news/news.asp?id=12607</link>
<guid>https://www.houltonalumni.com/news/news.asp?id=12607</guid>
<description><![CDATA[

<p class="MsoNormal"><span style="font-weight: bold; font-style: italic;">Alumni Band a Hit at HHS Basketball Game<o:p></o:p></span></p>

<p class="MsoNormal"><span style="font-weight: bold; font-style: italic;"><o:p>&nbsp;</o:p></span></p>

<p style="font-family: Verdana;" class="MsoNormal"><span style="font-size: 10pt;">On Saturday January 5th, the fans of the Houlton vs. <st1:City w:st="on"><st1:place w:st="on">Calais</st1:place></st1:City> girls basketball
game were treated to an exciting performance by the HHS Alumni band.<span style="font-size: 10pt;">&nbsp; </span>Many fans were pleased with the great sound
that was generated from the alumni band of close to forty musicians, who only
met for one hour to rehearse their music.<span style="font-size: 10pt;">&nbsp;
</span>The oldest graduate was David Flemington from the class of 1951.<span style="font-size: 10pt;">&nbsp; </span>Doug Anderson ’02 was the alum that traveled
the furthest as he was in Houlton on vacation from his teaching job in <st1:place w:st="on"><st1:City w:st="on">Nara</st1:City>, <st1:country-region w:st="on">Japan</st1:country-region></st1:place>.<span style="font-size: 10pt;">&nbsp; </span>The Alumni band had a variety of classes
represented, with the greatest response from the class of 2007 represented by
ten members.<span style="font-size: 10pt;">&nbsp; </span>There were also four
members of the <st1:City w:st="on"><st1:place w:st="on">Hutchinson</st1:place></st1:City>
family; Jan, Jill and daughters Franny and Lizz performing.</span></p>

<p style="font-family: Verdana;" class="MsoNormal"><o:p>&nbsp;</o:p></p>

<span style="font-size: 10pt; font-family: Verdana;">David McGillicuddy and Joe Fagnant conducted the
alumni band.<span style="font-size: 10pt;">&nbsp; </span>The band was treated to
lunch by the MSAD #29 Music Boosters under the working of Janice and Katie
Good.<span style="font-size: 10pt;">&nbsp; </span>Mr. McGillicuddy and Mr. Fagnant
are both looking forward to next years Alumni Band game and hope that more
alumni come out to play in January in 2009. </span><br style="font-family: Verdana;"><br style="font-family: Verdana;">

<p class="MsoNormal" style="margin-right: -9pt; font-family: Verdana;"><span style="font-weight: bold;">The following alumni
participated:<o:p></o:p></span></p>

<span style="font-size: 10pt; font-family: Verdana;">Dave Flemington ’51, Michael Clark ’54, Bob Ellis ’61,
Penny Nevers ’61, Dave McGillicuddy ’62, Rhonda Shaw ‘70, Clay Good ’74, Jan
(Hutchinson) Winkler ’77, Brian Longstaff ’77, Jill (Hutchinson) Sewell ’79,
Debbie Melvin ’79, Karen (Kennedy) Mead ’79, Brittany Benn ’79, Carol (Murray)
Kiesman ’82, Fred Grant ’88, Alicia Jewell ’01, Adam Courtemanche ’02, Doug
Anderson ’02, Jordan Hill ’05, Adam Brown ’05, Matt Cummings ’05, Franny Sewell
’06, Nick Foster ’06, Corey Lewis ’06, Sarah Harbison ’06, Aaron Fitzpatrick
’06, Anna Schools ’07, Molly Dunn ’07, Katie Nickerson ’07, Lizz Sewell ’07,
Mario Garcia ’07, Eric Anderson ’07, Jake McFarland ’07, Curtis Libby ’07,
Michael Cleary ’07, Jerusha Benn ’07, Sam Carter ‘07</span><br><br><img alt="" src="https://www.houltonalumni.com/resource/resmgr/alumniband08/alumband-003.jpg" align="" border="0"><br><br><img alt="" src="https://www.houltonalumni.com/resource/resmgr/alumniband08/alumband-004.jpg" align="" border="0"><br><br><img alt="" src="https://www.houltonalumni.com/resource/resmgr/alumniband08/alumband-005.jpg" align="" border="0"><br><br><img alt="" src="https://www.houltonalumni.com/resource/resmgr/alumniband08/alumband-006.jpg" align="" border="0"><br><br><img alt="" src="https://www.houltonalumni.com/resource/resmgr/alumniband08/alumband-007.jpg" align="" border="0"><br><br><img alt="" src="https://www.houltonalumni.com/resource/resmgr/alumniband08/alumband-008.jpg" align="" border="0"><br><br><img alt="" src="https://www.houltonalumni.com/resource/resmgr/alumniband08/alumband-009.jpg" align="" border="0"><br><br><img alt="" src="https://www.houltonalumni.com/resource/resmgr/alumniband08/alumband-010.jpg" align="" border="0"><br><br><img alt="" src="https://www.houltonalumni.com/resource/resmgr/alumniband08/alumband-011.jpg" align="" border="0"><br><br><img alt="" src="https://www.houltonalumni.com/resource/resmgr/alumniband08/alumband-012.jpg" align="" border="0"><br><br><img alt="" src="https://www.houltonalumni.com/resource/resmgr/alumniband08/alumband-013.jpg" align="" border="0"><br>	
	
	
	]]></description>
<pubDate>Wed, 30 Jan 2008 14:22:07 GMT</pubDate>
</item>
</channel>
</rss>
