// 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-04A TN_Widget.CreateTable([['Mississippi Symphony Orchestra','Duling Hall','Jackson, MS','Saturday','10/18/2025','8:00 PM','7271975','Mississippi-Symphony-Orchestra-10-18-2025'],['Jordy Searcy','Duling Hall','Jackson, MS','Sunday','10/26/2025','7:30 PM','7238766','Jordy-Searcy-10-26-2025'],['The Arcadian Wild','Duling Hall','Jackson, MS','Tuesday','10/28/2025','7:30 PM','7262478','The-Arcadian-Wild-10-28-2025'],['The Droptines','Duling Hall','Jackson, MS','Friday','10/31/2025','8:00 PM','7392641','The-Droptines-10-31-2025'],['The Band Feel','Duling Hall','Jackson, MS','Wednesday','11/5/2025','7:30 PM','7433055','The-Band-Feel-11-5-2025'],['Rumours ATL - A Fleetwood Mac Tribute','Duling Hall','Jackson, MS','Friday','11/7/2025','8:00 PM','7315754','Rumours-ATL---A-Fleetwood-Mac-Tribute-11-7-2025'],['Sunny Sweeney','Duling Hall','Jackson, MS','Sunday','11/9/2025','7:30 PM','7378885','Sunny-Sweeney-11-9-2025'],['Pigeons Playing Ping Pong & Eddie 9V','Duling Hall','Jackson, MS','Tuesday','11/11/2025','7:30 PM','7271293','Pigeons-Playing-Ping-Pong---Eddie-9V-11-11-2025'],['William Montgomery & Jeff Richards','Duling Hall','Jackson, MS','Thursday','11/13/2025','7:30 PM','7378962','William-Montgomery---Jeff-Richards-11-13-2025'],['Rock And Roll Playhouse - The Music of Taylor Swift For Kids','Duling Hall','Jackson, MS','Saturday','11/15/2025','12:00 PM','7315881','Rock-And-Roll-Playhouse---The-Music-of-Taylor-Swift-For-Kids-11-15-2025'],['Charlie Mars','Duling Hall','Jackson, MS','Saturday','11/15/2025','8:00 PM','7317488','Charlie-Mars-11-15-2025'],['Mustache The Band','Duling Hall','Jackson, MS','Friday','12/5/2025','9:00 PM','7383464','Mustache-The-Band-12-5-2025'],['Jake Xerxes Fussell','Duling Hall','Jackson, MS','Sunday','12/7/2025','7:30 PM','7403496','Jake-Xerxes-Fussell-12-7-2025'],['Liam St. John','Duling Hall','Jackson, MS','Monday','12/15/2025','7:30 PM','7217280','Liam-St--John-12-15-2025'],['James McMurtry','Duling Hall','Jackson, MS','Saturday','2/7/2026','8:00 PM','7477778','James-McMurtry-2-7-2026'],['Couyons of Comedy & DJ Rhett','Duling Hall','Jackson, MS','Saturday','2/28/2026','6:30 PM','7488367','Couyons-of-Comedy---DJ-Rhett-2-28-2026'],['SAW The Musical','Duling Hall','Jackson, MS','Tuesday','4/14/2026','7:30 PM','7422667','SAW-The-Musical-4-14-2026'],['SAW The Musical','Duling Hall','Jackson, MS','Wednesday','4/15/2026','7:30 PM','7418095','SAW-The-Musical-4-15-2026'],['Ty Segall','Duling Hall','Jackson, MS','Thursday','5/7/2026','7:30 PM','7475529','Ty-Segall-5-7-2026']],'Duling Hall','https://www.ticketnetwork.com/ticket/Duling-Hall-events.aspx');