ADVERTISEMENT

NBA: Bulls survive Mavs

Published Jan 6, 2018 11:53 am
Chicago Bulls guard Kris Dunn (32) scores in front of Dallas Mavericks forward Dirk Nowitzki (41).  (AP Photo/Michael Ainsworth) Chicago Bulls guard Kris Dunn (32) scores in front of Dallas Mavericks forward Dirk Nowitzki (41). (AP Photo/Michael Ainsworth)DALLAS - Kris Dunn scored a career-high 32 points, Justin Holiday added 23 and the Chicago Bulls held off a frantic Dallas rally in a 127-124 victory over the Mavericks on Friday night. Rookie Lauri Markkanen had 16 with an emphatic follow-up dunk during a surge that put the Bulls up 10 with 1:08 to play. The Mavericks slowly trimmed the deficit with full-court pressure and fouls in the final minute. Dallas actually had a shot to tie, but Yogi Ferrell's 3-pointer at the buzzer was short. The teams combined for 35 points in the final 68 seconds. 76ERS 114, PISTONS 78 PHILADELPHIA - Ben Simmons and Joel Embiid sparked Philadelphia to a mammoth lead in a romp over Detroit. Embiid had 23 points and nine rebounds. Simmons had 19 points and nine assists to lead the Sixers to their fourth straight win, which moved them back to .500. CELTICS 91, TIMBERWOLVES 84 BOSTON - Marcus Smart scored 16 of his 18 points in the second half, Kyrie Irving had 16 points, nine rebounds and eight assists and Boston pulled away in the fourth quarter to beat Minnesota. Terry Rozier had 14 points and nine rebounds, Aron Baynes had 11 points and 10 rebounds and Jaylen Brown also scored 11 for Boston, which has won five straight and six of seven. RAPTORS 129, BUCKS 110 MILWAUKEE - Jonas Valanciunas scored all of his 20 points in the decisive third quarter and Toronto beat Milwaukee for the second time this week. Toronto outscored Milwaukee 43-19 in the third quarter to win its fourth consecutive game, including a 131-127 overtime victory over the Bucks on Monday. The Raptors have won 10 of 12. HEAT 107, KNICKS 103, OT MIAMI - Wayne Ellington scored 24 points, Goran Dragic added 19 and Miami survived a back-and-forth flurry in the final minutes to beat New York in overtime. Josh Richardson scored 18 and Tyler Johnson added 16 for Miami, which went 19 for 20 from the foul line — 13 for 13 after halftime. The Heat set a franchise record by taking 42 3-pointers, and Ellington had another team all-time mark by attempting 16. SPURS 103, SUNS 89 SAN ANTONIO - Kawhi Leonard and Manu Ginobili each scored 21 points, and San Antonio got its ninth straight home win over Phoenix. Ginobili joined Vince Carter as the only 40-year-old players to score 20 points off the bench. He shot 7 for 10 from the field in setting a season high for points. NUGGETS 99, JAZZ 91 DENVER - Trey Lyles scored a career-high 26 points, Jamal Murray also had 26 points and Denver beat Utah. Lyles also grabbed seven rebounds. He averaged 21 points and 7.5 rebounds in the two home games against his former team to help the Nuggets split the season series with the Jazz. Denver outscored the Jazz 38-16 in the third quarter after trailing by three at halftime. TRAIL BLAZERS 110, HAWKS 89 PORTLAND, Ore. - CJ McCollum had 20 points and Portland beat Atlanta. Damian Lillard added 14 points before sitting for the fourth quarter and the Blazers snapped a three-game losing streak to the Hawks at the Moda Center. Seven of Portland's players were in double figures. WIZARDS 102, GRIZZLIES 100 MEMPHIS, Tenn. - Bradley Beal scored 34 points, John Wall added 25 points and nine assists, and Washington survived a late Memphis rally. Markieff Morris, who had 12 points and matched his career high with 17 rebounds, converted a pair of free throws with 3 seconds left to provide the winning margin. Washington has won four straight. HORNETS 108, LAKERS 94 LOS ANGELES - Kemba Walker had 19 points and seven assists, and Charlotte wrapped up a solid road trip with its first back-to-back victories since Thanksgiving, beating spiraling Los Angeles. Jeremy Lamb scored 17 points and Marvin Williams added 16 for the Hornets, who won three of four in California and avenged their home loss to the Lakers last month. Six players scored in double figures for Charlotte, which has won four of six overall. (The Associated Press)
ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.