//
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-01A
TN_Widget.CreateTable([['US Gymnastics Championships: Senior Men - 2 Session Pass','Smoothie King Center','New Orleans, LA','Thursday','8/7/2025','TBD','7123517','US-Gymnastics-Championships--Senior-Men---2-Session-Pass-8-7-2025'],['US Gymnastics Championships: Junior Men','Smoothie King Center','New Orleans, LA','Thursday','8/7/2025','1:30 PM','7124235','US-Gymnastics-Championships--Junior-Men-8-7-2025'],['US Gymnastics Championships: Senior Men','Smoothie King Center','New Orleans, LA','Thursday','8/7/2025','7:00 PM','7124245','US-Gymnastics-Championships--Senior-Men-8-7-2025'],['US Gymnastics Championships: Junior Women - 2 Session Pass','Smoothie King Center','New Orleans, LA','Friday','8/8/2025','TBD','7123505','US-Gymnastics-Championships--Junior-Women---2-Session-Pass-8-8-2025'],['US Gymnastics Championships: Junior Women','Smoothie King Center','New Orleans, LA','Friday','8/8/2025','1:45 PM','7124246','US-Gymnastics-Championships--Junior-Women-8-8-2025'],['US Gymnastics Championships: Senior Women','Smoothie King Center','New Orleans, LA','Friday','8/8/2025','6:45 PM','7124236','US-Gymnastics-Championships--Senior-Women-8-8-2025'],['US Gymnastics Championships: Junior Men','Smoothie King Center','New Orleans, LA','Saturday','8/9/2025','12:00 PM','7124237','US-Gymnastics-Championships--Junior-Men-8-9-2025'],['US Gymnastics Championships: Senior Men','Smoothie King Center','New Orleans, LA','Saturday','8/9/2025','5:30 PM','7124238','US-Gymnastics-Championships--Senior-Men-8-9-2025'],['US Gymnastics Championships: Junior Women','Smoothie King Center','New Orleans, LA','Sunday','8/10/2025','12:45 PM','7124239','US-Gymnastics-Championships--Junior-Women-8-10-2025'],['US Gymnastics Championships: Senior Women','Smoothie King Center','New Orleans, LA','Sunday','8/10/2025','6:00 PM','7124241','US-Gymnastics-Championships--Senior-Women-8-10-2025'],['NCAA Women's Gymnastics Championship - Semifinals 1','Dickies Arena','Fort Worth, TX','Thursday','4/16/2026','TBD','7104335','NCAA-Women-s-Gymnastics-Championship---Semifinals-1-4-16-2026'],['NCAA Women's Gymnastics Championship - Semifinals 2','Dickies Arena','Fort Worth, TX','Thursday','4/16/2026','TBD','7104336','NCAA-Women-s-Gymnastics-Championship---Semifinals-2-4-16-2026'],['NCAA Women's Gymnastics Championship - Finals','Dickies Arena','Fort Worth, TX','Saturday','4/18/2026','TBD','7104337','NCAA-Women-s-Gymnastics-Championship---Finals-4-18-2026']],'Gymnastics','http://www.ticketnetwork.com/ticket/Gymnastics-events.aspx');