// var TN_Widget = function() { return { //Options newWindow : true, linkText : "Tickets", tixUrl : "https://www.ticketnetwork.com/tix/", trackingParams : "", custLink : true, //depricated kbid : "", //Overwrittable functions trackingLink :"", CreateCustomUrl : function(row) { return this.tixUrl + row[7] + "-tickets-"+ row[6] + ".aspx"; }, CreateEventRow : function(row, isAlt) { return "" + row[3] +"
"+"" + row[4] + "
"+"" + row[5] + ""+"" + row[0] +"" + row[1] +"
" + row[2] +""+""+ this.linkText+ ""; }, 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,kywrds,url) { if(typeof(TN_SetWidgetOptions) == "function") TN_SetWidgetOptions(); //for backwards compatability if(this.kbid != "") this.trackingParams = "?img=249&kbid="+this.kbid; var newTable = []; for(var cntr = 0; cntr < eventData.length; cntr++) newTable.push(this.CreateEventRow(eventData[cntr], cntr % 2 == 1)); var objToAddTo; if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML = '' + newTable.join('') + '
'; } else document.write('
' + newTable.join('') + '
'); if(eventData.length >= 100 && kywrds != undefined) { if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML += '
See all events for '+ kywrds + ' on TicketNetwork.com
'; } else { document.write("
See all events for "+ kywrds + " on TicketNetwork.com
"); } } if(eventData.length > 0) { document.getElementById("previewNote").style.display = "none"; } } }; }(); //BPW-TNSERV-01A TN_Widget.CreateTable([['Shinedown, Beartooth & Morgan Wade','Legacy Arena at The BJCC','Birmingham, AL','Tuesday','5/13/2025','7:00 PM','6944617','Shinedown--Beartooth---Morgan-Wade-5-13-2025'],['The Queens: 4 Legends, 1 Stage - Gladys Knight, Patti LaBelle, Chaka Khan & Stephanie Mills','Legacy Arena at The BJCC','Birmingham, AL','Saturday','5/17/2025','8:00 PM','7048275','The-Queens--4-Legends--1-Stage---Gladys-Knight--Patti-LaBelle--Chaka-Khan---Stephanie-Mills-5-17-2025'],['Heart','Legacy Arena at The BJCC','Birmingham, AL','Friday','6/20/2025','7:30 PM','7022598','Heart-6-20-2025'],['WWE: Raw','Legacy Arena at The BJCC','Birmingham, AL','Monday','7/14/2025','6:30 PM','7092037','WWE--Raw-7-14-2025'],['Keyshia Cole','Legacy Arena at The BJCC','Birmingham, AL','Thursday','7/17/2025','7:00 PM','7099768','Keyshia-Cole-7-17-2025'],['Dude Perfect','Legacy Arena at The BJCC','Birmingham, AL','Sunday','7/20/2025','7:00 PM','6746566','Dude-Perfect-7-20-2025'],['Disney's Descendants & Zombies: Worlds Collide','Legacy Arena at The BJCC','Birmingham, AL','Thursday','9/11/2025','7:00 PM','6813767','Disney-s-Descendants---Zombies--Worlds-Collide-9-11-2025'],['MercyMe, TobyMac & Matthew West','Legacy Arena at The BJCC','Birmingham, AL','Thursday','9/25/2025','7:00 PM','7104247','MercyMe--TobyMac---Matthew-West-9-25-2025'],['Cody Johnson','Legacy Arena at The BJCC','Birmingham, AL','Friday','10/24/2025','7:30 PM','7085442','Cody-Johnson-10-24-2025'],['Cody Johnson','Legacy Arena at The BJCC','Birmingham, AL','Saturday','10/25/2025','7:30 PM','7068802','Cody-Johnson-10-25-2025'],['Brandon Lake','Legacy Arena at The BJCC','Birmingham, AL','Thursday','11/6/2025','7:00 PM','7077521','Brandon-Lake-11-6-2025'],['Auburn Tigers vs. Arizona Wildcats','Legacy Arena at The BJCC','Birmingham, AL','Saturday','12/13/2025','TBD','7087691','Auburn-Tigers-vs--Arizona-Wildcats-12-13-2025']],'BJCC Arena','https://www.ticketnetwork.com/ticket/BJCC-Arena-events.aspx');