Watch CBS News

Mall Packed From Washington Monument To Capitol


Complete Inaugural Coverage


(AP Photo/Elise Amendola)
The inaugural ceremony is still a couple hours away, but the National Mall – east of 14th street, anyway – is already full.

Around 9:00 AM, CBS News correspondent Kimberly Dozier reports, the U.S. Park Police said the area between the Washington Monument and the Capitol was completely full.

Authorities say that anyone heading to the ceremony should now plan to enter the Mall grounds west of 14th street. They said they will "continue to monitor the crowds."

In other crowd news, a 68-year-old female fell onto the Metro tracks at 9:25 a.m. this morning at D.C.'s Gallery Place-Chinatown station on the Red Line.

"Riders can expect major delays while emergency personnel respond to the scene," Metro said in a statement. There is presently no Red Line train service at Metro Center or Gallery Pl-Chinatown Metrorail stations.

The situation adds to the transportation nightmares facing the millions who came to the city to celebrate Barack Obama's inauguration.

UPDATE: The woman, who was apparently not hit by a train, has been transported to an area hospital with non-life threatening injuries. The Red Line has reopened, but major delays continue.

UPDATE: Metro has put out a statement saying yesterday was its largest weekday ridership day ever, with 866,681 trips. Trains are even more crowded today.

View CBS News In
CBS News App Open
Chrome Safari Continue
`; function showPrivacyMessage() { document.querySelectorAll('iframe[data-source="codesnippet"], script[data-src], script[data-cmp-src]').forEach(el => { if (el.tagName === 'IFRAME') { const doc = el.contentDocument || el.contentWindow.document; // Inject external stylesheet into the iframe's const link = doc.createElement('link'); link.rel = 'stylesheet'; link.href = 'https://www.cbsnews.com/fly/fly/bundles/cbsnewscontent/css/cmp-banner.min.css?v=50747257b890e014813016b79ece0fb2'; 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 = '
'; const tempAttrs = tempDiv.firstChild.attributes; for (let i = 0; i