//
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 += '';
} else {
document.write("");
}
}
if(eventData.length > 0) {
document.getElementById("previewNote").style.display = "none";
}
}
};
}();
//BPW-TNSERV-03A
TN_Widget.CreateTable([['Grits & Greens','Duling Hall','Jackson, MS','Saturday','9/20/2025','7:30 PM','7261242','Grits---Greens-9-20-2025'],['BunnaB','Duling Hall','Jackson, MS','Wednesday','9/24/2025','7:30 PM','7267667','BunnaB-9-24-2025'],['Modern Bodies & Juno Dunes','Duling Hall','Jackson, MS','Thursday','9/25/2025','7:30 PM','7042668','Modern-Bodies---Juno-Dunes-9-25-2025'],['Robyn Hitchcock','Duling Hall','Jackson, MS','Friday','9/26/2025','8:00 PM','7136162','Robyn-Hitchcock-9-26-2025'],['Ben Sollee','Duling Hall','Jackson, MS','Thursday','10/9/2025','7:30 PM','7244962','Ben-Sollee-10-9-2025'],['The Petty Things','Duling Hall','Jackson, MS','Friday','10/10/2025','8:00 PM','7227515','The-Petty-Things-10-10-2025'],['The Melvins','Duling Hall','Jackson, MS','Saturday','10/11/2025','8:00 PM','7154646','The-Melvins-10-11-2025'],['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'],['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'],['Liam St. John','Duling Hall','Jackson, MS','Monday','12/15/2025','7:30 PM','7217280','Liam-St--John-12-15-2025']],'Duling Hall','https://www.ticketnetwork.com/ticket/Duling-Hall-events.aspx');