// var TN_Widget = function() { var months = ["", "Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec"]; return { newWindow : true, CreateEventRow : function(row, isAlt) { var t = row[4].split("/"); t[0] = months[t[0]]; t[2] = ", " + t[2]; return "

" + t[0] + " " + "" + t[1] + "" + t[2] + "

" + row[3].substring(0,3) + " " + row[5] + "

" + row[0] + "

" + row[1] + " - " + row[2] + "

" + this.btnText + "" + ""; }, AddCss: function(cssUrl) { var fileref=document.createElement("link"); fileref.setAttribute("rel", "stylesheet"); fileref.setAttribute("type", "text/css"); fileref.setAttribute("href", cssUrl); document.getElementsByTagName("head")[0].appendChild(fileref); }, CreateTable : function(eventData,kwds,url) { if(typeof(TN_SetWidgetOptions) == "function") TN_SetWidgetOptions(); //for backwards compatability var newTable = []; for(var cntr = 0; cntr < eventData.length; cntr++) newTable.push(this.CreateEventRow(eventData[cntr], cntr % 2 == 1)); var objToAddTo; var footerLink = "" + this.footerText + ""; if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML = "" + newTable.join('') + "" + footerLink + "
"; } else if(document.querySelector(".tnpl_results_container") != null) { document.querySelector(".tnpl_results_container").innerHTML = "" + newTable.join('') + "" + footerLink + "
"; } else document.write("
" + newTable.join('') + "" + footerLink + "
"); } }; }(); //BPW-TNSERV-01A TN_Widget.AddCss('//s3.amazonaws.com/TNService/pl-widget/styles/tnpl-results-widget.css'); TN_Widget.CreateTable([['Mt. Joy','Synovus Bank Amphitheater at Chastain Park','Atlanta, GA','Saturday','4/18/2026','8:00 PM','7551966','Mt--Joy-4-18-2026'],['Columbus Fury vs. Grand Rapids Rise','Nationwide Arena','Columbus, OH','Sunday','4/19/2026','2:00 PM','7580047','Columbus-Fury-vs--Grand-Rapids-Rise-4-19-2026'],['That This Nation Shall Live','Elgin Performing Arts Center','Elgin, IL','Sunday','4/19/2026','3:30 PM','7391346','That-This-Nation-Shall-Live-4-19-2026'],['VNV Nation','Nile Theater - AZ','Mesa, AZ','Thursday','4/23/2026','7:00 PM','7656035','VNV-Nation-4-23-2026'],['Willie Nelson','Synovus Bank Amphitheater at Chastain Park','Atlanta, GA','Thursday','4/23/2026','8:00 PM','7803246','Willie-Nelson-4-23-2026'],['Alabama Shakes','Synovus Bank Amphitheater at Chastain Park','Atlanta, GA','Friday','4/24/2026','8:00 PM','7624559','Alabama-Shakes-4-24-2026'],['The Mother Hips','Aviator Nation Dreamland','Malibu, CA','Friday','4/24/2026','8:00 PM','7751930','The-Mother-Hips-4-24-2026'],['Jay Leno','Legends Casino Event Center','Toppenish, WA','Friday','4/24/2026','8:00 PM','7548455','Jay-Leno-4-24-2026'],['Chicago Stars FC vs. Boston Legacy FC','Northwestern Medicine Field At Martin Stadium','Evanston, IL','Saturday','4/25/2026','5:30 PM','7681988','Chicago-Stars-FC-vs--Boston-Legacy-FC-4-25-2026'],['Jon Batiste & Atlanta Pops Orchestra','Synovus Bank Amphitheater at Chastain Park','Atlanta, GA','Saturday','4/25/2026','8:00 PM','7742477','Jon-Batiste---Atlanta-Pops-Orchestra-4-25-2026']],'"Live Nation"','https://www.ticketnetwork.com');