// 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-02A TN_Widget.CreateTable([['Nate Bargatze','Legacy Arena at The BJCC','Birmingham, AL','Friday','5/29/2026','7:00 PM','7384114','Nate-Bargatze-5-29-2026'],['Dude Perfect: Squad Games Tour','Legacy Arena at The BJCC','Birmingham, AL','Wednesday','7/29/2026','7:00 PM','7562063','Dude-Perfect--Squad-Games-Tour-7-29-2026'],['Benson Boone','Legacy Arena at The BJCC','Birmingham, AL','Friday','8/28/2026','8:00 PM','7839876','Benson-Boone-8-28-2026'],['WWE: RAW','Legacy Arena at The BJCC','Birmingham, AL','Monday','9/7/2026','6:30 PM','7945593','WWE--RAW-9-7-2026'],['Elevation Nights: Steven Furtick, Elevation Worship & Elevation Rhythm','Legacy Arena at The BJCC','Birmingham, AL','Sunday','10/11/2026','7:00 PM','7907668','Elevation-Nights--Steven-Furtick--Elevation-Worship---Elevation-Rhythm-10-11-2026'],['Journey','Legacy Arena at The BJCC','Birmingham, AL','Tuesday','10/13/2026','7:30 PM','7956771','Journey-10-13-2026'],['CeCe Winans','Legacy Arena at The BJCC','Birmingham, AL','Wednesday','10/21/2026','7:00 PM','7752702','CeCe-Winans-10-21-2026'],['Leanne Morgan','Legacy Arena at The BJCC','Birmingham, AL','Friday','10/23/2026','7:00 PM','7827913','Leanne-Morgan-10-23-2026'],['The Red Clay Strays, Shane Smith and The Saints & Brent Cobb','Legacy Arena at The BJCC','Birmingham, AL','Saturday','10/31/2026','6:30 PM','7906852','The-Red-Clay-Strays--Shane-Smith-and-The-Saints---Brent-Cobb-10-31-2026'],['C.M. Newton Classic: Alabama Crimson Tide vs. TBD','Legacy Arena at The BJCC','Birmingham, AL','Saturday','12/12/2026','TBD','7863700','C-M--Newton-Classic--Alabama-Crimson-Tide-vs--TBD-12-12-2026']],'BJCC Arena','https://www.ticketnetwork.com/ticket/BJCC-Arena-events.aspx');