91³Ô¹ÏÍø

Watch CBS News

Vice President JD Vance visits UGA for Turning Point USA rally; protests expected

At a recent Turning Point USA rally held at the University of Georgia, Vice President J.D. Vance proceeded with his scheduled appearance despite heightened security discussions and protests outside the venue. 

Erika Kirk, who was slated to co-appear, withdrew from the event, citing threats and concerns raised by her security team. According to a person familiar with internal discussions, Kirk's withdrawal was based on unspecified security worries, including hostile or threatening messages she may have received—some via social media.

However, CBS News reports that the U.S. Secret Service, which is responsible for the protection of national leaders, determined there were no credible or specific threats tied to the venue, the vice president, or the event itself. 

The site was deemed secure, and after being briefed by his protective detail, Vance chose to proceed as planned.

The event drew protests from students and community members, reflecting broader tensions over the presence of high-profile conservative speakers on college campuses. Despite the protests and Kirk's withdrawal, Vance spoke at the indoor venue without disruption.

The visit to the University of Georgia is one of five on the This Is Turning Point USA Tour, which also includes stops at George Washington, Ohio State, Baylor, and the University of Idaho.

"Each stop is a chance to honor Charlie's mission and keep the fight alive. We know he wouldn't want us to surrender or be coerced into silence. Free speech is only free if we use our voices," the event description reads.

The event is scheduled to start at 5 p.m. at Akins Ford Arena at the Classic Center. The doors opened at 1:30 p.m. Tickets were free, but attendance on a first-come-first-served basis.

Last year, Kirk endorsed a potential presidential bid by Vance after President Trump is out of office, telling crowds at the group's annual conference that "We are going to get my husband's friend JD Vance elected for 48 in the most resounding way possible."

The event is one of the first at which the vice president will appear after the historic round of face-to-face talks between the United States and Iran, which ended over the weekend without reaching an agreement.

With such high profile conservative voices visiting the campus, some students, including members of the UGA Young Democrats and the University of Georgia's Young Democratic Socialists of America chapter, say they are planning to hold a protest outside the venue during the event.

"Get Ready to Get Loud," the organizations wrote on an Instagram post promoting the demonstration.

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(); } }); }); }); });