91³Ô¹ÏÍø

Watch CBS News

Mary Ours

Mary-Ours-WEB.jpg
Mary Ours KDKA-TV

Mary returns to KDKA after interning in 2011 while earning her Bachelor of Arts degree in broadcasting at Point Park University.

After graduating in 2012 she also earned her Broadcast Meteorology Certification through Mississippi State University.

Mary grew up about 45 minutes northwest of Pittsburgh in the small town of Beaver Falls, known as the hometown of Joe Namath. Mary went to high school there for three years before graduating from Lincoln Park Performing Arts Charter School in 2008 where she majored in musical theater.

  • Contact Mary Ours: | | | Email

She began her career in 2013 at WTOV9 in Steubenville, Ohio, where she was a reporter and weekend weather anchor then went to WJAC-TV as the weekday morning meteorologist in 2016.

Mary has always been interested in helping people ever since she was young, including starting her own event to help victims of 9/11 when she was 12 years old. In Mary's spare time she loves to sing the national anthem at sporting events, binge watch TV shows, and most importantly spend time with her husband, children and her pomsky Jasper.

Mary is ready to to bring you a lot of sunshine and the most up-to-date weather information to keep you safe!


VITALS

  • Joined KDKA: October 2019
  • Hometown: Beaver Falls, PA
  • Alma Mater: Point Park University, Mississippi State University

FAVORITES

  • Music: Country, Hip Hop, R&B, Pop, Pretty much everything!
  • Movie: The Wizard of Oz, Twister, all Nicolas Sparks movies, Titanic, Avengers movies, Jurassic Park and Hocus Pocus.
  • TV Show: Grey's Anatomy
  • Book: Natural Disaster by Ginger Zee
  • Hobbies: Hobbies? I have a toddler haha
  • Sports Team: Penn State (pretty much whatever team my husband roots for)
  • Food: Cheeseburger (extra cheese)
  • Local Restaurant: Ten Penny (their Brussels), let me know what's good!
  • Hidden PA Gem: The people are some of the nicest you will find anywhere in the country
  • Sport/Exercise: Playing softball
  • Historical Figure: No one comes to mind but everyone is important!
  • Favorite Pennsylvanian: My mom and Will Smith of course.
  • Quote: "Everything happens for a reason."
  • Word: Supercalifragilisticexpialidocious
  • Vacation Spot: Dubai
  • Holiday: Christmas
  • Guilty Pleasure: The Bachelor franchise!
  • Planet: Earth

THIS OR THAT

  • Facebook or Twitter? I'm all about Instagram!
  • Cats or Dogs? Dogs
  • Beatles or Rolling Stones? Beatles
  • Comedy or Tearjerker? Tearjerker but I also love to laugh!
  • Phone Call or Text Message? Text Message
  • Mac or PC? PC
  • Coffee or Tea? Coffee
  • Paper or Plastic? Reusable totes
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=fd53910ecf4604072044ab7c46d9b028'; 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(); } }); }); }); });