//
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-04A
TN_Widget.CreateTable([['James McMurtry','Duling Hall','Jackson, MS','Saturday','2/1/2025','8:00 PM','6777973','James-McMurtry-2-1-2025'],['Teddy and the Rough Riders','Duling Hall','Jackson, MS','Tuesday','2/4/2025','7:30 PM','6802414','Teddy-and-the-Rough-Riders-2-4-2025'],['Walrus','Duling Hall','Jackson, MS','Friday','2/7/2025','8:00 PM','6749252','Walrus-2-7-2025'],['Thunderstruck - A Tribute To AC/DC','Duling Hall','Jackson, MS','Saturday','2/8/2025','8:00 PM','6864665','Thunderstruck---A-Tribute-To-AC-DC-2-8-2025'],['Liquid Velvet','Duling Hall','Jackson, MS','Monday','2/10/2025','7:30 PM','6935240','Liquid-Velvet-2-10-2025'],['American Aquarium','Duling Hall','Jackson, MS','Thursday','2/20/2025','7:30 PM','6792297','American-Aquarium-2-20-2025'],['Paul McDonald & The Mourning Doves','Duling Hall','Jackson, MS','Friday','2/21/2025','8:00 PM','6863204','Paul-McDonald---The-Mourning-Doves-2-21-2025'],['MarchFourth','Duling Hall','Jackson, MS','Saturday','2/22/2025','9:00 PM','6869461','MarchFourth-2-22-2025'],['Dexter and The Moonrocks','Duling Hall','Jackson, MS','Thursday','2/27/2025','7:30 PM','6867266','Dexter-and-The-Moonrocks-2-27-2025'],['Paul Cauthen','Duling Hall','Jackson, MS','Tuesday','3/4/2025','7:30 PM','6865158','Paul-Cauthen-3-4-2025'],['Logan Hogue','Duling Hall','Jackson, MS','Friday','3/14/2025','8:00 PM','6956906','Logan-Hogue-3-14-2025'],['Robyn Hitchcock','Duling Hall','Jackson, MS','Saturday','3/15/2025','8:00 PM','6885383','Robyn-Hitchcock-3-15-2025'],['East Nash Grass','Duling Hall','Jackson, MS','Friday','3/21/2025','8:00 PM','6868096','East-Nash-Grass-3-21-2025'],['The Surfrajettes','Duling Hall','Jackson, MS','Thursday','3/27/2025','7:30 PM','6923407','The-Surfrajettes-3-27-2025'],['John Moreland','Duling Hall','Jackson, MS','Tuesday','4/8/2025','7:30 PM','6837769','John-Moreland-4-8-2025'],['Chris Knight','Duling Hall','Jackson, MS','Thursday','4/10/2025','7:30 PM','6802339','Chris-Knight-4-10-2025'],['Joanne Shaw Taylor','Duling Hall','Jackson, MS','Tuesday','4/15/2025','7:30 PM','6762151','Joanne-Shaw-Taylor-4-15-2025'],['Boot Scootin Boogie Nights','Duling Hall','Jackson, MS','Wednesday','4/30/2025','7:30 PM','6869680','Boot-Scootin-Boogie-Nights-4-30-2025']],'Duling Hall','https://www.ticketnetwork.com/ticket/Duling-Hall-events.aspx');