;(function () { // Function that contains the logic to create the popup function createPopup() { const __storageId__ = 'V3_nice-popup-f5292b5e-11e1-48bb-abae-e6fb5cc859b7' const __iFrameUrl__ = 'https://www.boostlysms.com//webform/popup?s=9d54e34b-f6c4-4411-9974-08cf3818bdb3' const __displayDelayMs__ = '0' const __visitationTokenExpirationInSeconds__ = '86400000' // const __noteInLocalStorage__ = 'true' const visitationToken = localStorage.getItem(__storageId__) || '{}' const { lastVisitedAt, hasSubscribed, displayCount } = JSON.parse(visitationToken) if (lastVisitedAt) { const lastVisitDate = new Date(lastVisitedAt) const currentTime = new Date() const difference = currentTime - lastVisitDate // Check if the popup has already been displayed twice if ( difference < __visitationTokenExpirationInSeconds__ && displayCount >= 2 ) { return } } if (hasSubscribed === true) { return } setTimeout(() => { const newDisplayCount = (displayCount || 0) + 1 localStorage.setItem( __storageId__, JSON.stringify({ lastVisitedAt: new Date().toISOString(), displayCount: newDisplayCount, }), ) const d = document.createElement('dialog') d.id = 'nice-popup-1' d.style.width = '90vw' d.style.maxWidth = '684px' d.style.minHeight = '512px' d.style.height = '100%' d.style.maxHeight = '581px' d.style.border = 'none' d.style.background = 'transparent' d.style.overflow = 'auto' d.style.padding = '0px' d.style.margin = '0 auto' d.style.top = '50%' d.style.transform = 'translateY(-50%)' const s = document.createElement('style') s.innerHTML = ` #${d.id} { -ms-overflow-style: none; scrollbar-width: none !important; background: rgba(0,0,0,0.4); } #${d.id}::-webkit-scrollbar { display: none; } #${d.id}::backdrop { background: rgba(0,0,0,0.4); } ` d.addEventListener('click', (e) => { const rect = d.getBoundingClientRect() const isInDialog = rect.top <= e.clientY && e.clientY <= rect.top + rect.height && rect.left <= e.clientX && e.clientX <= rect.left + rect.width if (!isInDialog) { d.close() } }) const f = document.createElement('iframe') f.style.border = 'none' f.style.background = 'none' f.style.width = '100%' // f.style.height = '100%' f.style.minHeight = '577px' f.src = __iFrameUrl__ d.append(f) document.body.append(d) document.body.append(s) f.addEventListener('load', () => { d.showModal() }) d.addEventListener('close', () => { f.remove() s.remove() d.remove() }) window.addEventListener('message', (event) => { if (typeof event.data === 'string') { // Check if data is a string console.log(event.data) if (event.data === 'close') { f.remove() s.remove() d.remove() } else if (event.data.indexOf('height') > -1) { try { f.style.minHeight = event.data.split(':')[1].trim() + 'px' } catch (e) {} } } else if (event.data && event.data.event) { console.log(`Received event: ${event.data.event}`) } }) }, __displayDelayMs__) } // Check if the document has already loaded if (document.readyState === 'complete') { // If it's already loaded, execute the popup logic immediately createPopup() } else { // If not, add the event listener for 'load' window.addEventListener('load', createPopup) } })()
top of page
MarchMadness-Header-1.jpg

March
Mayhem

March 19th - April 8th

Image-1.jpg

March Mayhem
at URGE THK

Indulge in the excitement of March Madness with Urge Taphouse Kitchen's exclusive specials! From now until April 8th, we're serving up a winning lineup of game-time delights to satisfy your cravings. Bite into our mouthwatering BBQ Brisket Sliders, savor the fiery kick of our Buffalo Chicken Fries, or delight in the return of our crowd-favorite Stuffed Mushrooms. And that's not all—enjoy unbeatable deals like (10) Boneless Wings for just $12, along with $2 off beer and wine to keep the celebration going strong. Don't miss out on these slam-dunk offers, available exclusively during game-time at Urge THK! 

WineWednesday-Image-1.jpg

Score Big with Our Limited Time Specials!

Elevate your March Madness experience with Urge Taphouse Kitchen's unbeatable lineup of game-time delights! From our savory BBQ Brisket Sliders to the fiery indulgence of our Buffalo Chicken Fries, each bite is a slam dunk of flavor. Join us for exclusive deals like (10) Boneless Wings for just $12 and enjoy $2 off beer and wine as you cheer on your favorite team. With our limited-time specials, every game day is a victory at Urge THK!

Event Specials

Special Menu:

BBQ Brisket Sliders
Buffalo Chicken Fries
Stuffed Mushrooms

Special Deals:

(10) Boneless Wings $12
$2 off Beer
$2 off Wine

(Offers and special menu items are only available during game-time)

Additional information

Event time

During Any March Madness Game

Location

Urge Taphouse Kitchen, Rancho Bernardo, CA

rip-transition-1.jpg
Reserve-Table.jpg

YOUR TABLE AWAITS!

In the heart of San Diego, it offers more than meals—it's an experience. With our signature American flavors and top-tier brews, we promise every meal is an unforgettable journey! Save a table today!

rip-transition-2.jpg
bottom of page