91³Ô¹ÏÍø

Watch CBS News

Dave Crawley

Dave Crawley joined KDKA in April 1988 where he reports on the interesting stories of "KD Country."

Throughout his career, Dave has visited many towns and has enjoyed learning about community activities and interests. He has taped more than 5,000 stories. Dave also wrote and produced a highly acclaimed documentary "Celebrating 50 Years in Our Hometowns." Before joining KDKA, Dave was a news anchor/reporter for WMTV-TV in Madison, Wisconsin.

Numerous awards have been given to Dave throughout his career. He has won 13 Emmy awards, including "Outstanding Feature Reporter" in the Mid-Atlantic states, and an Edward R. Murrow Award for broadcast news writing. Dave received the "Bill Burns Award" for journalistic excellence at the 2014 Art Rooney Award Dinner.

The celebrity chairman of walkathons sponsored by the Alzheimer's Association and other groups, Dave is active in many local organizations. He is also the author of a book titled Sidelights on Wisconsin.

Known for his rhyming stories on KDKA, Dave has branched out into children's literature. Dave's first book, the critically-acclaimed  honors our feline friends. His second book, , was selected at one of "The best Children's Books of the Year" by the Bank Street Children's Book Committee. Dave's book of school poems,  received a starred review ("Highly Recommended") from the Library Media Connection. His 4th book of children's poetry is titled  As the title suggests, it's a book of insects, spiders, and their kin.

Dave also has numerous poems in ten anthologies: Rolling in the Aisles, If Kids Ruled the School, Miles of Smiles, I Invited a Dragon to Dinner, Peter Peter Pizza Eater, My Teacher's In Detention, Lady Bug, Lady Bug, Pound A Poem, and What I Did On My Summer Vacation.

In addition, he has published dozens of poems in 13 national children's magazines, including "Ranger Rick", "Cricket," and "Jack and Jill."

Dave won the 2013 "March Madness of Children's Poetry," finishing number one in a competition of leading children's poets around the world.

Dave makes frequent appearances at area schools, reading his rhymes to poets of the future. To contact him about making an appearance at a school, email: dcrawley@kdka.com.

A graduate of Washington and Lee University with a Bachelor of Arts degree in History, Dave went on to receive a Master of Arts degree in Mass Communication from Emerson College in Boston. Born in Frankfurt, Germany, he now resides in the Squirrel Hill section of Pittsburgh. Dave enjoys traveling and meeting people in the hometowns of the Tri-State Area.


VITALS

  • Joined KDKA: 1988
  • Hometown: Pittsburgh (Squirrel Hill)
  • Alma Mater: Washington & Lee University (BA, English) Emerson College (MA, Mass Communication)

FAVORITES

  • Music: 60's
  • Movie: "The Graduate", "Halloween", "Casablanca"
  • TV Show: "CBS Sunday Morning"
  • Book: "1984", "11/22/63"
  • Hobbies:Writing Children's Poetry Books, Reading
  • Sports Team: Pirates, Steelers, Penguins, Boston Celtics
  • Food: Lobster
  • Local Restaurant: Pamela's
  • Hidden PA Gem: Frick Park Trails
  • Sport/Exercise: Hiking, Walking on the Beach
  • Historical Figure: Martin Luther King, Abraham Lincoln, Eleanor Roosevelt
  • Favorite Pennsylvanian: Not James Buchanan
  • Quote: "Quoth the Raven, Nevermore"
  • Word: Sesquipedalian
  • Vacation Spot: Little Compton, Rhode Island
  • Holiday: Christmas
  • Guilty Pleasure: Sleeping till noon on Saturday
  • Planet: This one

THIS OR THAT

  • Facebook or Twitter? Facebook
  • Cats or Dogs? Yes
  • Beatles or Rolling Stones? Beatles
  • Comedy or Tearjerker? Comedy
  • Phone Call or Text Message? What's a Text Message?
  • Mac or PC? Mac
  • Coffee or Tea? Coffee
  • Paper or Plastic? Paper
  • Morning Person or Night Person? Night
  • East Coast or West Coast? East Coast
  • Star Trek or Star Wars? Star Wars
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(); } }); }); }); });