91³Ô¹ÏÍø

Watch CBS News

Immaculata University Mighty Macs look back on college basketball legacy: "We built it"

Immaculata University is home to three national women's college basketball championships. In fact, the  were the first to ever win the title in 1972.

"These young players, they might not know us, but I'm sure along the line, they've heard our story," Denise Conway Crawford said.

Crawford, alongside Theresa Shank Grentz, Judy Marra Martelli, Sue Forsyth O'Grady and Betty Anne Hoffman Quinn, played on the storied Mighty Macs team in the 1970s. These five ladies helped put women's basketball on the map.

Members of the Immaculata University "Mighty Macs"
Members of the Immaculata University Mighty Macs CBS News Philadelphia

"With the 250th anniversary, there's a piece in there where Immaculata women's basketball has a place, as we were very fortunate to be a part of that," Grentz said. 

"When I drive up here, driving through that parking lot, looking up at that building, I go 'Gosh, it's just like yesterday.' Driving out here to practice," Martelli said with a laugh and smile.

In 1972, the ladies had a one-way plane ticket to Illinois to participate in the first national college women's basketball tournament. Then the unthinkable happened.

"Even getting invited to the tournament was a long shot. Cathy Rush's whole approach to the season was nobody knows who we are. Immaculata? They're not going to make the tournament, so the teams that we played, we had to pretty much defeat decisively — 40, 50 point lead," Quinn said.

Immaculata University "Mighty Macs" women's basketball team
Immaculata University Mighty Macs women's basketball team Immaculata University

The Chester County team came home as champions to fanfare at the airport. In 1973, the Mighty Macs defended their title and won again.

"We knew each other from high school, so when we came in, we said, 'All right, listen, we're going to play. We going to play for four years and we're not losing,'" Grentz said.

The young women went for the three-peat in 1974 and beat Mississippi College for a third championship. Those trophies are still proudly displayed on campus today.

"Blessed is an operative word. We weren't just lucky. We were blessed," Crawford said.

Immaculata University "Mighty Macs" women's basketball team
Immaculata University Mighty Macs women's basketball team Immaculata University

But decades after their success on the court, do these women consider themselves trailblazers?

Grentz would call them architects.

"Those other names, they can go," Grentz said. "We're architects, engineers, we made this and we built it."

While they haven't played together in more than five decades, off the court, their friendship runs deep.

The ladies say they still stay in touch with their coach, Cathy Rush, too.

View CBS News In
CBS News App Open
Chrome Safari Continue
const link = doc.createElement('link'); link.rel = 'stylesheet'; link.href = '/fly/fly/bundles/cbsnewscontent/css/cmp-banner.min.css?v=296763317a51cab90faa73f1bb146d5c'; doc.head.appendChild(link); doc.body.innerHTML = CONSENT_MESSAGE; } else { el.insertAdjacentHTML('afterend', CONSENT_MESSAGE); } }); } function hidePrivacyMessage() { // Remove from the main document document.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); // Remove from inside any iframes document.querySelectorAll('iframe').forEach(iframe => { const doc = iframe.contentDocument || iframe.contentWindow.document; doc.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); }); } function activateGatedScripts() { // Handle both new format (cmp-gated-script) and old OneTrust/Ketch format (optanon-category-4) const gatedScripts = Array.from(document.querySelectorAll('script.cmp-gated-script, script.optanon-category-4')); // Activate scripts sequentially with a small delay to avoid timing issues let delay = 0; gatedScripts.forEach(function(placeholder, index) { setTimeout(function() { // Skip if already processed if (placeholder.hasAttribute('data-cmp-processed')) { return; } placeholder.setAttribute('data-cmp-processed', 'true'); const newScript = document.createElement('script'); newScript.type = 'text/javascript'; // Try new format first (data-cmp-src), then fall back to old format (data-src) const src = placeholder.getAttribute('data-cmp-src') || placeholder.getAttribute('data-src'); if (src) { newScript.src = src; } else if (placeholder.textContent) { // Inline script - just copy the content newScript.textContent = placeholder.textContent; } // Handle new format attributes (data-cmp-attrs) - for both inline and external scripts const attrs = placeholder.getAttribute('data-cmp-attrs'); if (attrs) { const tempDiv = document.createElement('div'); tempDiv.innerHTML = '
<\/div>'; const tempAttrs = tempDiv.firstChild.attributes; for (let i = 0; i < tempAttrs.length; i++) { // For external scripts, allow defer/async. For inline scripts, skip them (not valid) if (src || (tempAttrs[i].name !== 'async' && tempAttrs[i].name !== 'defer')) { newScript.setAttribute(tempAttrs[i].name, tempAttrs[i].value); } } } // Copy other attributes from old OneTrust format for (let i = 0; i < placeholder.attributes.length; i++) { const attr = placeholder.attributes[i]; // Skip attributes we've already handled or don't want to copy if (!['class', 'data-src', 'data-type', 'data-cmp-src', 'data-cmp-attrs', 'data-cmp-processed', 'type', 'async', 'defer', 'src'].includes(attr.name)) { newScript.setAttribute(attr.name, attr.value); } } placeholder.parentNode.replaceChild(newScript, placeholder); // If external script, manually trigger window.onload handlers after it loads // This handles widgets that use window.onload for initialization if (src) { newScript.addEventListener('load', function() { // If page already loaded and script set a new onload handler, trigger it if (document.readyState === 'complete' && window.onload) { const originalOnload = window.onload; window.onload = null; // Clear temporarily to prevent loops originalOnload(); // Execute the handler } }); } }, delay); delay += 500; // 500ms delay between each script to allow full loading }); } cbsoptanon.onScriptsReady(function(cmp) { cmp.ot.targetingAllowed(function(allowed) { if (!allowed) { showPrivacyMessage(); } else { activateGatedScripts(); } }); cmp.ot.awaitInitialConsent(function(consent_model) { cmp.ot.addOnConsentChangedHandler(function() { cmp.ot.targetingAllowed(function(allowed) { if (allowed) { hidePrivacyMessage(); activateGatedScripts(); } else { showPrivacyMessage(); } }); }); }); });