//
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-04A
TN_Widget.CreateTable([['Billy Idol Should Be Dead - Film','Minglewood Hall','Memphis, TN','Thursday','3/12/2026','8:00 PM','7738383','Billy-Idol-Should-Be-Dead---Film-3-12-2026'],['Becky Robinson','Minglewood Hall','Memphis, TN','Saturday','3/28/2026','8:00 PM','7671112','Becky-Robinson-3-28-2026'],['Pat Metheny','Minglewood Hall','Memphis, TN','Sunday','3/29/2026','8:00 PM','7570221','Pat-Metheny-3-29-2026'],['Watchhouse','Minglewood Hall','Memphis, TN','Tuesday','3/31/2026','8:00 PM','7601655','Watchhouse-3-31-2026'],['Devin the Dude','Minglewood Hall','Memphis, TN','Tuesday','4/14/2026','8:00 PM','7740837','Devin-the-Dude-4-14-2026'],['Steel Panther','Minglewood Hall','Memphis, TN','Wednesday','4/15/2026','8:00 PM','7705986','Steel-Panther-4-15-2026'],['Howard Jones','Minglewood Hall','Memphis, TN','Thursday','4/16/2026','8:00 PM','7719106','Howard-Jones-4-16-2026'],['The Crane Wives','Minglewood Hall','Memphis, TN','Friday','4/17/2026','8:00 PM','7703883','The-Crane-Wives-4-17-2026'],['Curren$y','Minglewood Hall','Memphis, TN','Thursday','4/23/2026','8:00 PM','7740115','Curren-y-4-23-2026'],['Primal Cage Wars','Minglewood Hall','Memphis, TN','Saturday','4/25/2026','6:00 PM','7768484','Primal-Cage-Wars-4-25-2026'],['The Dip','Minglewood Hall','Memphis, TN','Sunday','4/26/2026','8:00 PM','7557990','The-Dip-4-26-2026'],['moe.','Minglewood Hall','Memphis, TN','Friday','5/8/2026','8:00 PM','7764694','moe--5-8-2026'],['Whitechapel','Minglewood Hall','Memphis, TN','Tuesday','5/12/2026','8:00 PM','7709387','Whitechapel-5-12-2026'],['Juvenile and The 400 Degreez Band','Minglewood Hall','Memphis, TN','Friday','5/15/2026','8:00 PM','7679866','Juvenile-and-The-400-Degreez-Band-5-15-2026'],['Henry Cho','Minglewood Hall','Memphis, TN','Saturday','5/16/2026','8:00 PM','7414360','Henry-Cho-5-16-2026'],['The Hu - Band','Minglewood Hall','Memphis, TN','Friday','5/22/2026','7:00 PM','7731651','The-Hu---Band-5-22-2026'],['Buckethead','Minglewood Hall','Memphis, TN','Tuesday','6/9/2026','8:00 PM','7794246','Buckethead-6-9-2026'],['Daniel Donato's Cosmic Country','Minglewood Hall','Memphis, TN','Thursday','9/10/2026','8:00 PM','7717093','Daniel-Donato-s-Cosmic-Country-9-10-2026'],['Big Head Todd and The Monsters','Minglewood Hall','Memphis, TN','Sunday','3/1/2076','7:30 PM','7354866','Big-Head-Todd-and-The-Monsters-3-1-2076']],'Minglewood Hall','http://www.ticketnetwork.com/ticket/Minglewood-Hall-events.aspx');