// 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([['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'],['NBA YoungBoy','Legacy Arena at The BJCC','Birmingham, AL','Wednesday','10/22/2025','7:30 PM','7160687','NBA-YoungBoy-10-22-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'],['The 85 South Show','Legacy Arena at The BJCC','Birmingham, AL','Friday','11/14/2025','8:00 PM','7171503','The-85-South-Show-11-14-2025'],['Brandy, Monica, Kelly Rowland & Muni Long','Legacy Arena at The BJCC','Birmingham, AL','Saturday','11/15/2025','8:00 PM','7235605','Brandy--Monica--Kelly-Rowland---Muni-Long-11-15-2025'],['C.M. Newton Classic: Alabama Crimson Tide vs. Arizona Wildcats','Legacy Arena at The BJCC','Birmingham, AL','Saturday','12/13/2025','TBD','7087691','C-M--Newton-Classic--Alabama-Crimson-Tide-vs--Arizona-Wildcats-12-13-2025'],['Matt Mathews','Legacy Arena at The BJCC','Birmingham, AL','Monday','12/29/2025','8:00 PM','7155007','Matt-Mathews-12-29-2025'],['Third Day & Zach Williams','Legacy Arena at The BJCC','Birmingham, AL','Friday','5/1/2026','7:00 PM','7225367','Third-Day---Zach-Williams-5-1-2026']],'BJCC Arena','https://www.ticketnetwork.com/ticket/BJCC-Arena-events.aspx');