
<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:16:11 GMT</lastBuildDate>
<pubDate>Thu, 2 Apr 2026 13:43:00 GMT</pubDate>
<copyright>Copyright &#xA9; 2026 Houlton High Alumni Association</copyright>
<atom:link href="https://www.houltonalumni.com/news/news_rss.asp?cat=1001" rel="self" type="application/rss+xml"></atom:link>
<item>
<title>A Record Year for Scholarships — and a Hall of Fame Moment for Houlton Radio</title>
<link>https://www.houltonalumni.com/news/news.asp?id=726495</link>
<guid>https://www.houltonalumni.com/news/news.asp?id=726495</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>Record Scholarships and a Hall of Fame Honor | 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;
      --green: #2d5a3d;
    }

    body {
      font-family: 'Source Serif 4', Georgia, serif;
      background: var(--cream);
      color: var(--charcoal);
      line-height: 1.75;
    }

    /* ── Header ── */
    .article-header {
      background: var(--green);
      color: white;
      padding: 3rem 2rem 2.5rem;
      text-align: center;
      position: relative;
      overflow: hidden;
    }
    .article-header::after {
      content: '';
      position: absolute;
      bottom: 0; left: 0; right: 0;
      height: 4px;
      background: var(--gold);
    }
    .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(1.8rem, 4.5vw, 3rem);
      font-weight: 700;
      line-height: 1.2;
      max-width: 760px;
      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);
    }

    /* ── Stat callout ── */
    .stat-row {
      display: flex;
      gap: 1.5rem;
      margin: 2.5rem 0;
      flex-wrap: wrap;
    }
    .stat-box {
      flex: 1 1 160px;
      background: var(--navy);
      color: white;
      padding: 1.25rem 1.5rem;
      text-align: center;
    }
    .stat-box .number {
      font-family: 'Playfair Display', serif;
      font-size: 2.4rem;
      color: var(--gold);
      line-height: 1;
      display: block;
    }
    .stat-box .label {
      font-size: .78rem;
      letter-spacing: .1em;
      text-transform: uppercase;
      margin-top: .4rem;
      opacity: .8;
    }

    /* ── Pull quote ── */
    .pull-quote {
      margin: 2.5rem 0;
      padding: 1.5rem 2rem;
      background: var(--green);
      color: white;
      position: relative;
    }
    .pull-quote::before {
      content: '\201C';
      font-family: 'Playfair Display', serif;
      font-size: 5rem;
      color: var(--gold);
      opacity: .4;
      position: absolute;
      top: -.5rem;
      left: 1rem;
      line-height: 1;
    }
    .pull-quote p {
      font-family: 'Playfair Display', serif;
      font-style: italic;
      font-size: 1.1rem;
      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;
    }

    /* ── Spotlight box ── */
    .spotlight {
      border: 1px solid var(--rule);
      background: white;
      padding: 1.75rem 2rem;
      margin: 2.5rem 0;
    }
    .spotlight h3 {
      font-family: 'Playfair Display', serif;
      font-size: 1.2rem;
      color: var(--green);
      margin-bottom: .75rem;
    }
    .spotlight p { font-size: .95rem; margin-bottom: .9rem; }
    .spotlight p:last-child { margin: 0; }

    /* ── Footer ── */
    .article-footer {
      max-width: 720px;
      margin: 0 auto;
      padding: 1.5rem 1.5rem 3rem;
      border-top: 1px solid var(--rule);
      font-size: .8rem;
      color: var(--mid-gray);
      letter-spacing: .04em;
    }
  </style>
</head>
<body>

<header class="article-header">
  <div class="kicker">Class of 2025 · Alumni Recognition</div>
  <h1>A Record Year for Scholarships — and a <em>Hall of Fame</em> Moment for Houlton Radio</h1>
  <p class="byline">By Jon McLaughlin '73 &amp; Rick Nickerson '81 &nbsp;·&nbsp; Originally published in The North Star Magazine, Fall/Winter 2025</p>
</header>

<article class="article-body">

  <p class="lead">The Houlton High School Alumni Association awarded 30 scholarships to the Class of 2025 — nearly half the graduating class — totaling $79,000, while one of WHOU's most celebrated alumni was inducted into the Maine Broadcaster's Hall of Fame.</p>

  <div class="stat-row">
    <div class="stat-box">
      <span class="number">30</span>
      <span class="label">Scholarships Awarded</span>
    </div>
    <div class="stat-box">
      <span class="number">$79K</span>
      <span class="label">Presented at Last Chapel</span>
    </div>
    <div class="stat-box">
      <span class="number">$100K+</span>
      <span class="label">Paid Out in Jan. 2026<br />(multi-year renewables)</span>
    </div>
    <div class="stat-box">
      <span class="number">14</span>
      <span class="label">Sub-Funds Contributed</span>
    </div>
  </div>

  <p>The Class of 2025 was smaller than usual — 70 graduates — but the Association's giving was anything but modest. Presenting scholarships to nearly 50 percent of the class, the HHSAA delivered an average award of just over $2,600 per recipient. That number doesn't even capture the full picture: the Association is currently in year four of a four-year renewable scholarship commitment to several students, which pushed total scholarship spending to over $100,000 in January 2026.</p>

  <p>Scholarships were drawn from 14 named sub-funds and combined with contributions from the Annual Fund and the Alumni Endowment Fund. Among the largest contributors this year were the Henry, Elizabeth and Janet White Fund ($14,000 across six recipients), the Roger M. Rines Fund (nearly $18,000 to six students), and the Hamilton and Maxine Giberson Fund ($12,000 to five students).</p>

  <p>Notably, 2025 also saw the first award from the Bob Fields Family Fund, established in honor of Bob Fields, Class of 1951. His fund was paired with other scholarships to support McKenna Avery, who is studying Business at the University of Arizona.</p>

  <h2>Students Head to Campuses Across the Country</h2>

  <p>Recipients from this year's class are pursuing fields as varied as Marine Engineering, Aviation, Nursing, Special Education, Computer Science, and Criminal Justice — at institutions ranging from the University of Maine system to Maine Maritime Academy, Roger Williams University, and Blue Line Aviation in North Carolina.</p>

  <p>Jack Hodgkins earned his pilot's license during his senior year at Houlton Municipal Airport and is now working toward his Commercial Airline license. Two graduates are heading to the University of New England, and two will study Nursing at the University of Maine at Fort Kent.</p>

  <div class="pull-quote">
    <p>We are proud of them, our newest alums, and wish them immense success and happiness in their lives ahead.</p>
    <cite>— Jon McLaughlin '73, HHSAA Executive Director</cite>
  </div>

  <h2>A Houlton Radio Legend Earns His Highest Honor</h2>

  <div class="spotlight">
    <h3>🎙 Mike Dow '82 Inducted into the Maine Broadcaster's Hall of Fame</h3>
    <p>On October 18, 2025, Michael Dow — a 1982 graduate of Houlton High School — was inducted into the Maine Broadcaster's Hall of Fame, the highest professional honor in his field.</p>
    <p>Dow's career in radio began in Houlton. He worked full-time at WHOU from 1984 to 1991, credits the station with shaping who he became as a broadcaster, and has kept that connection alive over four decades. He went on to co-host the long-running Mike &amp; Mike Show, hosted The Big Morning Show on stations across Maine, and now serves as Operations Manager for Star 97.7 in Ellsworth.</p>
    <p>He also hosts the Military Musicians Showcase on Wreaths Across America Radio, interviewing veterans and active-duty personnel who are musicians — work he calls one of the greatest honors of his life.</p>
    <p>Dow was characteristically humble about the recognition: "I'm not sure how this happened but I have big feelings about receiving my profession's greatest honor. To be part of a group that includes personal heroes like Eddie Driscoll and George Hale is a little surreal."</p>
    <p>He remains a passionate advocate for Houlton — from the Rotary Radio Auction and Temple Theatre to the teachers at HHS who shaped him. Congratulations, Mike. You make Houlton High School proud.</p>
  </div>

  <h2>A New Fund to Support Students Right Now</h2>

  <p>Beyond scholarships for graduates, the HHSAA also launched the <strong>Houlton Student Opportunity Fund</strong> in 2025 — a new initiative focused on removing financial barriers for current HHS students. The fund provides assistance for things like driver's education, musical instrument purchases, field trips, and extracurricular activities: opportunities that shape students during their school years, not just after graduation.</p>

  <p>The board seeded the fund with $10,000 and applied for a matching grant, with a goal of building the fund to $30,000. Giving Tuesday 2025 (December 2) focused exclusively on growing this program. Contributions can be made online at <strong>houltonalumni.com</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>Thu, 2 Apr 2026 14:43:00 GMT</pubDate>
</item>
<item>
<title>Gloria Brown Austin ’82 honored</title>
<link>https://www.houltonalumni.com/news/news.asp?id=57103</link>
<guid>https://www.houltonalumni.com/news/news.asp?id=57103</guid>
<description><![CDATA[

Gloria Brown Austin was honored this fall by the Maine
Interscholastic Athletic Administrators Association for her outstanding
achievements in print media. Austin, who has worked for the Houlton Pioneer
Times for more than 20 years, was nominated for this award by several athletic
directors, including Houlton’s Bruce Nason. She was in competition with
reporters from throughout the state. Austin
is married to Corey Austin and they have a son, Will. Read more about Austin and her
accomplishments in the most recent alumni newsletter.

<br><img alt="" title="" src="https://www.houltonalumni.com/resource/resmgr/images/austin.jpg">]]></description>
<pubDate>Fri, 21 Jan 2011 20:38:32 GMT</pubDate>
</item>
<item>
<title>Last Chapel 2009</title>
<link>https://www.houltonalumni.com/news/news.asp?id=26751</link>
<guid>https://www.houltonalumni.com/news/news.asp?id=26751</guid>
<description><![CDATA[Andy Mooers has captured and condensed this year's Last Chapel event for the HHS 2009 graduates.&nbsp; The video can also be found at:<br><a href="http://www.youtube.com/watch?v=-Z-IAp2Oy5I">http://www.youtube.com/watch?v=-Z-IAp2Oy5I</a><br><input id="gwProxy" type="hidden"><input onclick="jsCall();" id="jsProxy" type="hidden"><div id="refHTML">&nbsp;</div><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/-Z-IAp2Oy5I&amp;hl=en&amp;fs=1&amp;"><param name="allowFullScreen" value="true"><param name="allowscriptaccess" value="always"><embed src="http://www.youtube.com/v/-Z-IAp2Oy5I&amp;hl=en&amp;fs=1&amp;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></object><input id="gwProxy" type="hidden"><!--Session data--><input onclick="jsCall();" id="jsProxy" type="hidden"><div id="refHTML"></div>]]></description>
<pubDate>Thu, 4 Jun 2009 03:18:13 GMT</pubDate>
</item>
</channel>
</rss>
