//
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([['Nashville Predators vs. Dallas Stars','Bridgestone Arena','Nashville, TN','Wednesday','4/16/2025','7:00 PM','6545342','Nashville-Predators-vs--Dallas-Stars-4-16-2025'],['DreamHack','Kay Bailey Hutchison Convention Center','Dallas, TX','Friday','5/23/2025','TBD','6928792','DreamHack-5-23-2025'],['DreamHack','Kay Bailey Hutchison Convention Center','Dallas, TX','Saturday','5/24/2025','TBD','6928793','DreamHack-5-24-2025'],['DreamHack','Kay Bailey Hutchison Convention Center','Dallas, TX','Sunday','5/25/2025','TBD','6928794','DreamHack-5-25-2025'],['Fan Expo Dallas - 3 Day Pass','Kay Bailey Hutchison Convention Center','Dallas, TX','Friday','5/30/2025','TBD','6792786','Fan-Expo-Dallas---3-Day-Pass-5-30-2025'],['Fan Expo Dallas - Friday','Kay Bailey Hutchison Convention Center','Dallas, TX','Friday','5/30/2025','12:00 PM','6768919','Fan-Expo-Dallas---Friday-5-30-2025'],['Oddities & Curiosities','Kay Bailey Hutchison Convention Center','Dallas, TX','Saturday','5/31/2025','10:00 AM','6796033','Oddities---Curiosities-5-31-2025'],['Fan Expo Dallas - Saturday','Kay Bailey Hutchison Convention Center','Dallas, TX','Saturday','5/31/2025','12:00 PM','6768920','Fan-Expo-Dallas---Saturday-5-31-2025'],['Oddities & Curiosities','Kay Bailey Hutchison Convention Center','Dallas, TX','Sunday','6/1/2025','10:00 AM','6796034','Oddities---Curiosities-6-1-2025'],['Fan Expo Dallas - Sunday','Kay Bailey Hutchison Convention Center','Dallas, TX','Sunday','6/1/2025','12:00 PM','6768921','Fan-Expo-Dallas---Sunday-6-1-2025'],['Collect A Con - 2 Day Pass','Kay Bailey Hutchison Convention Center','Dallas, TX','Saturday','6/14/2025','TBD','6930641','Collect-A-Con---2-Day-Pass-6-14-2025'],['Collect A Con - Saturday','Kay Bailey Hutchison Convention Center','Dallas, TX','Saturday','6/14/2025','10:00 AM','6930645','Collect-A-Con---Saturday-6-14-2025'],['Collect A Con - Sunday','Kay Bailey Hutchison Convention Center','Dallas, TX','Sunday','6/15/2025','10:00 AM','6930648','Collect-A-Con---Sunday-6-15-2025'],['Anime Impulse - 2 Day Pass','Kay Bailey Hutchison Convention Center','Dallas, TX','Saturday','11/15/2025','TBD','6929336','Anime-Impulse---2-Day-Pass-11-15-2025'],['Anime Impulse','Kay Bailey Hutchison Convention Center','Dallas, TX','Saturday','11/15/2025','12:00 PM','6929331','Anime-Impulse-11-15-2025'],['Anime Impulse','Kay Bailey Hutchison Convention Center','Dallas, TX','Sunday','11/16/2025','12:00 PM','6929332','Anime-Impulse-11-16-2025']],'Dallas Convention Center','https://www.ticketnetwork.com/ticket/Dallas-Convention-Center-events.aspx');