// var TN_Widget = function() { return { //Options newWindow : true, linkText : "view
tickets", tixUrl : "http://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[0] +"" + row[1] +"
" + row[2] +"" + row[3] +"
" + row[4] + "
" + row[5] + ""+ 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([['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'],['The Writers' Round - Songwriter Nights','Duling Hall','Jackson, MS','Tuesday','12/2/2025','7:30 PM','7547473','The-Writers--Round---Songwriter-Nights-12-2-2025'],['Johnny Mullenax','Duling Hall','Jackson, MS','Wednesday','12/3/2025','7:30 PM','7511579','Johnny-Mullenax-12-3-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'],['Happy Landing','Duling Hall','Jackson, MS','Wednesday','12/31/2025','8:00 PM','7507719','Happy-Landing-12-31-2025'],['The Writers' Round - Songwriter Nights','Duling Hall','Jackson, MS','Tuesday','1/6/2026','7:30 PM','7547468','The-Writers--Round---Songwriter-Nights-1-6-2026'],['Marbin','Duling Hall','Jackson, MS','Thursday','1/22/2026','7:30 PM','7541901','Marbin-1-22-2026'],['The Sadies','Duling Hall','Jackson, MS','Friday','1/30/2026','8:00 PM','7489170','The-Sadies-1-30-2026'],['The Writers' Round - Songwriter Nights','Duling Hall','Jackson, MS','Tuesday','2/3/2026','7:30 PM','7547479','The-Writers--Round---Songwriter-Nights-2-3-2026'],['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'],['Couyons of Comedy & DJ Rhett','Duling Hall','Jackson, MS','Saturday','2/28/2026','9:00 PM','7541314','Couyons-of-Comedy---DJ-Rhett-2-28-2026'],['The Wood Brothers','Duling Hall','Jackson, MS','Wednesday','3/4/2026','7:30 PM','7525569','The-Wood-Brothers-3-4-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','http://www.ticketnetwork.com/ticket/Duling-Hall-events.aspx');