//
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-01A
TN_Widget.CreateTable([['WWE: Smackdown','Gainbridge Fieldhouse','Indianapolis, IN','Friday','1/31/2025','7:30 PM','6869580','WWE--Smackdown-1-31-2025'],['WWE: Royal Rumble','Lucas Oil Stadium','Indianapolis, IN','Saturday','2/1/2025','5:30 PM','6530614','WWE--Royal-Rumble-2-1-2025'],['WWE: Raw','Rocket Mortgage FieldHouse','Cleveland, OH','Monday','2/3/2025','7:30 PM','6797361','WWE--Raw-2-3-2025'],['WWE: Smackdown','FedExForum','Memphis, TN','Friday','2/7/2025','7:00 PM','6797357','WWE--Smackdown-2-7-2025'],['WWE: NXT Live','Lakeland Armory','Lakeland, FL','Friday','2/7/2025','7:30 PM','6852961','WWE--NXT-Live-2-7-2025'],['WWE: NXT Live','University Area CDC Gymnasium','Tampa, FL','Saturday','2/8/2025','7:30 PM','6852960','WWE--NXT-Live-2-8-2025'],['WWE: Monday Night RAW','Bridgestone Arena','Nashville, TN','Monday','2/10/2025','6:30 PM','6747969','WWE--Monday-Night-RAW-2-10-2025'],['WWE: Smackdown','Capital One Arena','Washington, DC','Friday','2/14/2025','7:30 PM','6876772','WWE--Smackdown-2-14-2025'],['WWE: NXT Live','Entertainment & Sports Arena','Washington, DC','Saturday','2/15/2025','5:30 PM','6917278','WWE--NXT-Live-2-15-2025'],['WWE: Raw','Spectrum Center','Charlotte, NC','Monday','2/17/2025','7:30 PM','6797363','WWE--Raw-2-17-2025'],['WWE: Smackdown','Smoothie King Center','New Orleans, LA','Friday','2/21/2025','6:30 PM','6797358','WWE--Smackdown-2-21-2025'],['WWE: NXT Live','Havert L. Fenn Center','Fort Pierce, FL','Friday','2/21/2025','7:30 PM','6852958','WWE--NXT-Live-2-21-2025'],['WWE: NXT Live','Alan Jay Arena','Sebring, FL','Saturday','2/22/2025','7:30 PM','6852959','WWE--NXT-Live-2-22-2025'],['WWE: WWE vs. Raw','Heritage Bank Center','Cincinnati, OH','Monday','2/24/2025','7:30 PM','6911117','WWE--WWE-vs--Raw-2-24-2025'],['WWE: NXT Live','The Andrew J Brady ICON Music Center','Cincinnati, OH','Tuesday','2/25/2025','7:30 PM','6958914','WWE--NXT-Live-2-25-2025'],['WWE: Smackdown','Scotiabank Arena','Toronto, Canada','Friday','2/28/2025','7:30 PM','6911122','WWE--Smackdown-2-28-2025'],['WWE: Elimination Chamber','Rogers Centre','Toronto, Canada','Saturday','3/1/2025','5:30 PM','6813866','WWE--Elimination-Chamber-3-1-2025'],['WWE: Raw','KeyBank Center','Buffalo, NY','Monday','3/3/2025','7:30 PM','6911114','WWE--Raw-3-3-2025'],['WWE: NXT Live','Jacksonville Armory','Jacksonville, FL','Friday','3/7/2025','7:30 PM','6936512','WWE--NXT-Live-3-7-2025'],['WWE: Raw','Madison Square Garden','New York, NY','Monday','3/10/2025','7:30 PM','6903969','WWE--Raw-3-10-2025'],['WWE: Road To Wrestlemania','Motorpoint Arena - Nottingham','Nottingham, United Kingdom','Sunday','3/23/2025','7:00 PM','6881552','WWE--Road-To-Wrestlemania-3-23-2025'],['WWE: Road To Wrestlemania','Ziggo Dome','Amsterdam, Netherlands','Sunday','3/30/2025','7:00 PM','6876561','WWE--Road-To-Wrestlemania-3-30-2025'],['WWE: Raw','O2 Arena - London','London, United Kingdom','Monday','3/31/2025','6:00 PM','6881795','WWE--Raw-3-31-2025'],['WWE: NXT Live','Crystal River Armory','Crystal River, FL','Friday','4/4/2025','7:30 PM','6942543','WWE--NXT-Live-4-4-2025'],['WWE: NXT Live','Martin Luther King Jr Recreation Center','Gainesville, FL','Saturday','4/5/2025','7:30 PM','6936511','WWE--NXT-Live-4-5-2025'],['WWE: Raw','Target Center','Minneapolis, MN','Monday','4/7/2025','6:30 PM','6869887','WWE--Raw-4-7-2025'],['WWE: Smackdown','Climate Pledge Arena','Seattle, WA','Friday','4/11/2025','4:30 PM','6927915','WWE--Smackdown-4-11-2025'],['WWE: Raw','Golden 1 Center','Sacramento, CA','Monday','4/14/2025','4:30 PM','6911118','WWE--Raw-4-14-2025'],['WWE WrestleMania Pre-Party: 2 Day Pass','WSKY Stadium','Las Vegas, NV','Saturday','4/19/2025','TBD','6625963','WWE-WrestleMania-Pre-Party--2-Day-Pass-4-19-2025'],['WWE WrestleMania - 2 Day Pass','Allegiant Stadium','Las Vegas, NV','Saturday','4/19/2025','TBD','6425691','WWE-WrestleMania---2-Day-Pass-4-19-2025'],['WWE WrestleMania Pre-Party: Saturday','WSKY Stadium','Las Vegas, NV','Saturday','4/19/2025','12:00 PM','6625972','WWE-WrestleMania-Pre-Party--Saturday-4-19-2025'],['WWE Wrestlemania Pre-Party: Sunday','WSKY Stadium','Las Vegas, NV','Sunday','4/20/2025','12:00 PM','6625973','WWE-Wrestlemania-Pre-Party--Sunday-4-20-2025'],['WWE: NXT Live','Dade City Armory','Dade City, FL','Friday','4/25/2025','7:30 PM','6936510','WWE--NXT-Live-4-25-2025'],['WWE: Smackdown','Frost Bank Center','San Antonio, TX','Friday','6/6/2025','6:30 PM','6955717','WWE--Smackdown-6-6-2025'],['WWE: SummerSlam - 2 Day Pass','MetLife Stadium','East Rutherford, NJ','Saturday','8/2/2025','TBD','6731651','WWE--SummerSlam---2-Day-Pass-8-2-2025'],['WWE: SummerSlam','MetLife Stadium','East Rutherford, NJ','Saturday','8/2/2025','7:00 PM','6731622','WWE--SummerSlam-8-2-2025'],['WWE: SummerSlam','MetLife Stadium','East Rutherford, NJ','Sunday','8/3/2025','7:00 PM','6731623','WWE--SummerSlam-8-3-2025']],'WWE Raw','https://www.ticketnetwork.com/ticket/WWE-Raw-events.aspx');