//
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 += '';
} else {
document.write("");
}
}
if(eventData.length > 0) {
document.getElementById("previewNote").style.display = "none";
}
}
};
}();
//BPW-TNSERV-03A
TN_Widget.CreateTable([['Liam St. John','Duling Hall','Jackson, MS','Monday','12/15/2025','7:30 PM','7217280','Liam-St--John-12-15-2025'],['Vamps - Band','Duling Hall','Jackson, MS','Saturday','12/20/2025','8:00 PM','7584112','Vamps---Band-12-20-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'],['North Mississippi Allstars','Duling Hall','Jackson, MS','Saturday','2/14/2026','8:00 PM','7575155','North-Mississippi-Allstars-2-14-2026'],['Nik Parr and The Selfless Lovers','Duling Hall','Jackson, MS','Thursday','2/19/2026','7:30 PM','7582938','Nik-Parr-and-The-Selfless-Lovers-2-19-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'],['Pat Metheny','Duling Hall','Jackson, MS','Monday','3/2/2026','8:00 PM','7575750','Pat-Metheny-3-2-2026'],['Pat Metheny','Duling Hall','Jackson, MS','Tuesday','3/3/2026','8:00 PM','7575751','Pat-Metheny-3-3-2026'],['The Wood Brothers','Duling Hall','Jackson, MS','Wednesday','3/4/2026','7:30 PM','7525569','The-Wood-Brothers-3-4-2026'],['Eggy','Duling Hall','Jackson, MS','Thursday','3/12/2026','7:30 PM','7556759','Eggy-3-12-2026'],['Band of Heathens','Duling Hall','Jackson, MS','Friday','3/13/2026','8:00 PM','7575151','Band-of-Heathens-3-13-2026'],['Fust & Merce Lemon','Duling Hall','Jackson, MS','Sunday','4/12/2026','7:30 PM','7601289','Fust---Merce-Lemon-4-12-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');