Montana
What To Do And Not To Do When Spotting A Celebrity In Montana
I’m going to be honest, I’ve lived in Bozeman for years, and I have yet to spot anyone famous.
I bring this up because it seems that celebrity spotting’s are a big deal here in Montana, especially around the Bozeman area. Just in the last couple of weeks there have been Shaq and Justin Timberlake sightings, although it should be noted the two weren’t together.
Shaq decided to stop into McKenzie River Pizza in Belgrade and took a photo with the staff, while Justin Timberlake actually lives outside of Bozeman and so I’m not sure you get as many points seeing him out and about.
There are others, Glen Close has a place here, Sam Elliot has been spotted in town, as well as Michael Keaton, and Kurt Russell, and I had a co-worker swear we were in line with Cameron Diaz one time at an event over at The Armory.
So, yes, famous people hang out around Bozeman. However, when you encounter one, there are certain rules you should be aware of.
What do do when encountering famous people in Montana
First, are they with their family or are they eating? If so, maybe a head nod and you move on. Don’t be that person that goes up and interrupts them or worse, just stands there until they acknowledge you. While they may be famous, they still have a right to enjoy a meal or time with their family out in public.
Second, if they are alone, be cool. Don’t rush up to them and ask for 50 billion things. Approach them, calmly, say hello, let them know you’re a big fan. See how they respond, if they are gracious, then maybe ask for a picture. But don’t blow it by acting a fool.
Finally, if they come across as rude, don’t take it personal. Some of these folks work several hours a day, and maybe you caught them in a moment. Yes, it’s super cool for you to meet a celebrity, but for them, you’re the 500th person they’ve had to meet that day. You have to know when to walk away.
Have you ever ran into a celebrity? Who was it? Did you have a chance to talk with them? How was their reaction? Let us know by sending us a message on our app.
13 Famous Celebrities You Could Run Into in Montana
Whether they’re fly fishing, performing at local venues, or just grabbing a coffee downtown, these stars are blending into Montana life
Gallery Credit: jessejames
10 Celebrities Who’ve Lived In Missoula
Sure, tons of celebrities like to visit Montana but here are 10 who actually lived in Missoula.
Gallery Credit: Mike Smith
Montana
Viewpoint: Proposed law creates new risks for Montana businesses
Bruce Gillespie
Spring is typically a season of optimism. Entrepreneurs are opening new businesses, family farms and ranches are calving and planning for the next season, and existing small business owners are reviewing their finances and planning for growth.
However, at precisely this moment, Congress is considering legislation that would make those plans harder and riskier for Montana’s small businesses and agricultural producers. The Credit Card Competition Act (CCCA), also known as the Durbin-Marshall bill, may be marketed as pro-competition, but its real-world consequences would fall squarely on local businesses, farmers, ranchers, and the community banks they rely on.
We have seen before what happens when Washington underestimates the importance of these institutions. After the 2010 Durbin Amendment regulated debit card interchange fees, small banks were forced to roll back services or merge with larger institutions. The result was a steady erosion of community banking, particularly in rural states like Montana where alternatives are limited.
The Credit Card Competition Act threatens to repeat that mistake on an even larger scale.
Montana’s economy depends on relationship banking. In rural towns and small cities alike, smaller, community banks are often the only institutions willing to take the time to understand a seasonal business, a start-up operation, or a multigenerational farm. These lenders don’t just process transactions — they provide the credit that allows businesses to hire workers, buy equipment, and survive lean months. By decreasing the revenue small banks receive from credit card transactions, the Credit Card Competition Act does the exact opposite of what its name implies—it consolidates financial resources with larger banks and forces smaller, more local, lenders to limit credit access and cut services.
Research indicates that legislation like the CCCA would cost community banks billions of dollars annually in lost revenue. For Montana banks, that lost revenue would translate directly into fewer small business loans, tighter credit standards, and less flexibility for agricultural producers who depend on operating loans to get through the year.
Community banks are not a niche player in small business finance — they are the backbone. Nationwide, they provide the majority of small business credit and the vast majority of farm loans. In Montana, where agriculture, tourism, construction, and energy drive local economies, weakening community banks means weakening the businesses that sustain our state as a whole.
Analysts have warned that the CCCA would also make unsecured credit harder to access as banks respond by tightening eligibility requirements. For a new Montana business owner trying to finance inventory or payroll in January, or for a rancher seeking seasonal credit, that tightening could have catastrophic consequences. This comes at a time when Montana businesses are already navigating higher input costs, workforce challenges, and economic uncertainty.
Supporters of the CCCA promise savings by claiming that credit card fees would decrease, but what they don’t mention is that small businesses in rural states like Montana will get left in the dust with less available credit, and fewer choices.
As a state legislator, I believe that decisions made in Washington should strengthen — not undermine — the small businesses and farms that form the backbone of Montana’s economy. As we begin a new year defined by planning, investment, and opportunity, Congress should learn from past mistakes and reject the Credit Card Competition Act.
Senator Gillespie represents Senate District 9 in the Montana State Legislature.
Montana
Bring your Treasures to the Montana Appraisal Fair in Billings
`;
//Diable page scrollable
let body = document.querySelector(“body”);
body.classList.add(“aarp-c-modal–open”);
let closeButton = modal.nextElementSibling;
if (uxdiaUrl) {
modal.parentElement.parentElement.classList.add(
“uxdia-c-lightbox__container”,
);
modal.classList.add(“uxdia-c-coi-modal__content”);
closeButton
? closeButton.classList.add(“uxdia-c-coi-close-button”)
: “”;
closeButton
? (closeButton.dataset.formelementid = “COI-ALERT-CLOSE-UXDIA”)
: “”;
modal.querySelector(“#sendmail-btn”).dataset.formelementid =
“COI-ALERT-SEND-UXDIA”;
}
//Remove aarp-c-modal–closed class
const interval = setInterval(() => {
const modal = document.querySelector(
“.aarp-c-modal:has(.uxdia-c-coi-modal__content)”,
);
if (modal && modal.classList.contains(“aarp-c-modal–closed”)) {
modal.classList.remove(“aarp-c-modal–closed”);
clearInterval(interval);
}
}, 500);
const modalCloseButton = document.querySelector(
“.uxdia-c-coi-close-button”,
);
const parentModalContainer = document.querySelector(
“.aarp-c-modal__overlay”,
).parentElement;
const modalContainer = document.querySelector(
“.aarp-c-modal__container”,
);
const sendMailBtn = document.querySelector(“#sendmail-btn”);
// Close on button click
modalCloseButton.addEventListener(“click”, () => {
body.classList.remove(“aarp-c-modal–open”);
parentModalContainer.classList.add(“aarp-coi-modal-closed”);
});
// Close only when clicking outside modal
parentModalContainer.addEventListener(“click”, (e) => {
// Ignore click if it’s inside modal OR on sendmail button
if (
!modalContainer.contains(e.target) &&
!e.target.closest(“#sendmail-btn”)
) {
body.classList.remove(“aarp-c-modal–open”);
parentModalContainer.classList.add(“aarp-coi-modal-closed”);
}
});
const atCookie = decodeURIComponent(
AARP.StayingSharp.evs.cookie[“at”],
);
const cookiesObj = atCookie.split(“&”).reduce(function (n, o) {
const x = o.split(“=”);
n[x[0]] = x[1];
return n;
}, {});
const userFirstName = cookiesObj.f
? cookiesObj.f.replace(/+/g, ” “)
: AARP?.store?.getState()?.cookie?.at?.f;
const title = modal.querySelector(“#emailverification-modal-title”);
if (title) {
if (userFirstName) {
title.textContent = greetingText + ” ” + userFirstName;
} else {
title.textContent = “Please confirm your email address”;
}
}
const button = $(“#sendmail-btn”);
if (button) {
$(“#sendmail-btn”).addEventListener(“click”, function (event) {
event.preventDefault();
AARP.StayingSharp.evs.sendEvsEmail();
if (uxdiaUrl) {
let modalDescriptionElements = modal.querySelectorAll(
“.sharp-c-coi-modal__padding”,
);
title.textContent = “Thank you!”;
modalDescriptionElements[0]
? (modalDescriptionElements[0].innerHTML = `A verification email is waiting for you in your inbox. Simply click the link in the email and you are good to go!`)
: “”;
modalDescriptionElements[1]?.remove();
button.remove();
closeButton
? (closeButton.dataset.formelementid = “COI-TY-CLOSE-UXDIA”)
: “”;
} else {
// Hide popup here
AARP.Everywhere.GlobalModal.close();
}
});
AARP.StayingSharp.openModal(
“sharp-c-coi-modal”,
closedCoiModalCallback,
);
}
}
},
showConfirmationModal: function (data, confirmCallback, cancelCallback) {
const modal = document.querySelector(“#aarp-c-modal-content”);
if (modal) {
modal.innerHTML = “;
const yesButton = document.getElementById(“confirm-modal-yes-btn”);
const noButton = document.getElementById(“confirm-modal-no-btn”);
const titleElement = document.getElementById(“confirm-modal-title”);
const messageElement = document.getElementById(
“confirm-modal-message”,
);
if (data) {
if (yesButton && data.positiveButtonText) {
yesButton.textContent = data.positiveButtonText;
}
if (noButton && data.negativeButtonText) {
noButton.textContent = data.negativeButtonText;
}
if (titleElement && data.title) {
titleElement.textContent = data.title;
}
if (messageElement && data.message) {
messageElement.textContent = data.message;
}
}
if (yesButton) {
yesButton.addEventListener(“click”, function (event) {
event.preventDefault();
if (confirmCallback) {
confirmCallback();
}
AARP.Everywhere.GlobalModal.close();
});
}
if (noButton) {
noButton.addEventListener(“click”, function (event) {
event.preventDefault();
if (cancelCallback) {
cancelCallback();
}
AARP.Everywhere.GlobalModal.close();
});
AARP.StayingSharp.openModal(“sharp-c-coi-modal”);
}
}
},
drawErrorMssgOverlay: function () {
// $(“#email-verification-failed”).classList.classList.remove(“sharp-c-coi-modal–close”)
},
drawThankYouOverlay: function () {
// $(“#thankyou-popup”).classList.classList.remove(“sharp-c-coi-modal–close”)
},
drawRewardsThankYouOverlay: function () {
const modal = document.querySelector(“#aarp-c-modal-content”);
if (modal) {
modal.parentElement.classList.add(“sharp-c-coi-modal__popup”);
if (uxdiaUrl) {
modal.parentElement.parentElement.classList.add(
“uxdia-c-lightbox__container”,
);
modal.classList.add(“uxdia-c-coi-modal__content”);
modal.innerHTML = `
`;
let closeButton = modal.nextElementSibling;
closeButton
? closeButton.classList.add(“uxdia-c-coi-close-button”)
: “”;
closeButton
? (closeButton.dataset.formelementid = “COI-TY-CLOSE-UXDIA”)
: “”;
} else {
modal.innerHTML = `
`;
}
const userFirstName = AARP?.store?.getState()?.cookie?.at?.f || “”;
const title = modal.querySelector(“#emailverification-modal-title”);
if (title) {
title.textContent = “Thank You” + ” ” + userFirstName;
}
const button = $(“#continue-btn”);
if (button) {
$(“#continue-btn”).addEventListener(“click”, function (event) {
event.preventDefault();
// hide popup here
AARP.Everywhere.GlobalModal.close();
});
AARP.StayingSharp.openModal(“sharp-c-coi-modal”);
}
}
},
};
if (
(AARP?.StayingSharp?.apiConstants?.isEditMode === “false” &&
AARP?.StayingSharp?.apiConstants?.isPreviewMode === “false”) ||
(AARP?.Everywhere?.isAuthor === false &&
AARP?.Everywhere?.isEdit === false)
) {
if (window.location.href.includes(“stayingsharp”)) {
AARP.readyStateLoader(function () {
const checkAppViewParam = AARP.StayingSharp?.utils?.getQueryString(
“EXP”,
window.parent.location.href,
);
sessionStorage.setItem(“STAYINGSHARP_COI_MODAL_DISPLAY”, “COIMODAL”);
if (
sessionStorage.getItem(“STAYINGSHARP_LEGAL_MODAL_DISPLAY”) ===
“LEGALMODAL” ||
sessionStorage.getItem(“STAYINGSHARP_FREE_TRIAL_MODAL_DISPLAY”) ===
“FREETRIALMODAL” ||
sessionStorage.getItem(“FREE_TRIAL_ASSESMENT_MODAL_DISPLAY”) ===
“FREETRIALASSESMENTMODAL” ||
sessionStorage.getItem(“ASSESSMENT_REMINDER_MODAL”) ||
checkAppViewParam === “staying_sharp_app”
) {
return;
}
document.addEventListener(“FREE_TRIAL_ASSES_MODAL_LOADED”, () => {
if (
sessionStorage.getItem(“STAYINGSHARP_ACTIVE_MODAL_DISPLAY”) ===
“UNAUTHMODAL” ||
sessionStorage.getItem(“STAYINGSHARP_LEGAL_MODAL_DISPLAY”) ===
“LEGALMODAL” ||
sessionStorage.getItem(
“STAYINGSHARP_FREE_TRIAL_MODAL_DISPLAY”,
) === “FREETRIALMODAL” ||
sessionStorage.getItem(“FREE_TRIAL_ASSESMENT_MODAL_DISPLAY”) ===
“FREETRIALASSESMENTMODAL”
) {
return;
}
AARP.StayingSharp.evs.doEvsCheck();
});
});
} else {
AARP.StayingSharp.evs.doEvsCheck();
}
}
})();
Montana
Montana Might Get a Rare Northern Lights Show This Week
Montana’s Weather Transformation
After days of gloomy, wet, and even snowy weather across Montana, things are finally starting to turn around. And just in time, too, because we could be in for a pretty incredible night sky show.
Forecasters say skies are expected to clear enough for a strong chance to see the Aurora Borealis Wednesday night into early Thursday morning.
According to the National Oceanic and Atmospheric Administration, conditions are lining up across a wide stretch of the northern U.S. That includes much of Montana, along with parts of Idaho, Wyoming, North Dakota, and South Dakota. If everything comes together, this could be one of those rare nights when the lights dip farther south than usual.
Maximize Your Aurora Viewing Experience
Of course, it all comes down to cloud cover. Even with strong solar activity, clouds can block the view. If you are planning to head out, keep an eye on local conditions. The best viewing window is usually late at night into the early morning hours, away from city lights.
READ MORE: Two Beautiful Montana Locations That Have Dark Skies
There is also a bigger weather picture starting to take shape.
Summer Forecast: Drier Days Ahead
The Old Farmer’s Almanac is calling for a dry summer across both eastern and western Montana. Both regions are expected to trend drier than average, though western Montana could see slightly cooler temperatures. That could take some of the edge off the heat during peak summer months.
READ MORE: Farmer’s Almanac Predicts Dry Montana Summer with Wild Temperature Swings
For now, though, all eyes are on the sky. If the clouds cooperate, Wednesday night could bring a rare and memorable light show across Big Sky Country.
45 Jaw-Dropping Photos Of Montana’s Northern Lights
Locals submitted their best photos of Montana’s Northern Lights and they are absolutely breathtaking. Which is your favorite?
Gallery Credit: Chris
WOW: 19 Exotic-Looking Animals Surprisingly Found in America
While some are native and others arrived by accident, there are animals living quite happily in the U.S. that will make you say, “No way!” From seriously big cats to the pinkest bird you’ve ever seen, here are some of the most exotic creatures calling America home.
Gallery Credit: Stephen Lenz
-
South Dakota2 minutes ago
SD Lottery Powerball, Lotto America winning numbers for April 29, 2026
-
Tennessee8 minutes agoMeet the Tennessee high school all-state boys and girls bowling teams for 2026
-
Texas14 minutes agoTexas parks department warns not to touch baby animals as ‘fawning season’ approaches
-
Utah20 minutes agoGame 5, First Round | Utah Mammoth
-
Vermont26 minutes ago
VT Lottery Powerball, Gimme 5 results for April 29, 2026
-
Virginia32 minutes agoVirginia Lottery Powerball, Pick 3 Night results for April 29, 2026
-
Wisconsin44 minutes ago
Wisconsin Lottery Powerball, Pick 3 results for April 29, 2026
-
West Virginia50 minutes agoNorwin area: Trip to West Virginia, rummage sale, art workshops, more