// 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 += '
See all events for '+ kywrds + ' on TicketNetwork.com
'; } else { document.write("
See all events for "+ kywrds + " on TicketNetwork.com
"); } } if(eventData.length > 0) { document.getElementById("previewNote").style.display = "none"; } } }; }(); //BPW-TNSERV-04A TN_Widget.CreateTable([['WWE: Road To Wrestlemania','ZAG-Arena','Hannover, Germany','Sunday','3/16/2025','7:00 PM','6878747','WWE--Road-To-Wrestlemania-3-16-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 WrestleMania Week - 3 Day Pass','T-Mobile Arena','Las Vegas, NV','Friday','4/18/2025','TBD','6990197','WWE-WrestleMania-Week---3-Day-Pass-4-18-2025'],['WWE Wrestlemania 41 - 2 Day Pass','Allegiant Stadium','Las Vegas, NV','Saturday','4/19/2025','TBD','6425691','WWE-Wrestlemania-41---2-Day-Pass-4-19-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 Pre-Party: Saturday','WSKY Stadium','Las Vegas, NV','Saturday','4/19/2025','11:30 AM','6625972','WWE-WrestleMania-Pre-Party--Saturday-4-19-2025'],['WWE Wrestlemania 41','Allegiant Stadium','Las Vegas, NV','Saturday','4/19/2025','3:30 PM','6425689','WWE-Wrestlemania-41-4-19-2025'],['WWE Wrestlemania Pre-Party: Sunday','WSKY Stadium','Las Vegas, NV','Sunday','4/20/2025','11:30 AM','6625973','WWE-Wrestlemania-Pre-Party--Sunday-4-20-2025'],['WWE Wrestlemania 41','Allegiant Stadium','Las Vegas, NV','Sunday','4/20/2025','3:30 PM','6425690','WWE-Wrestlemania-41-4-20-2025'],['2026 WWE WrestleMania 42 - 2 Day Pass','Caesars Superdome','New Orleans, LA','Saturday','4/11/2026','TBD','7011159','2026-WWE-WrestleMania-42---2-Day-Pass-4-11-2026'],['WWE Wrestlemania Pre-Party - Saturday','Premium Tailgate Tent - Baton Rouge','New Orleans, LA','Saturday','4/11/2026','11:30 AM','7026051','WWE-Wrestlemania-Pre-Party---Saturday-4-11-2026'],['2026 WWE WrestleMania 42','Caesars Superdome','New Orleans, LA','Saturday','4/11/2026','3:30 PM','7011160','2026-WWE-WrestleMania-42-4-11-2026'],['WWE Wrestlemania Pre-Party - Sunday','Premium Tailgate Tent - Baton Rouge','New Orleans, LA','Sunday','4/12/2026','11:30 AM','7026052','WWE-Wrestlemania-Pre-Party---Sunday-4-12-2026'],['2026 WWE WrestleMania 42','Caesars Superdome','New Orleans, LA','Sunday','4/12/2026','3:30 PM','7011161','2026-WWE-WrestleMania-42-4-12-2026']],'WrestleMania','https://www.ticketnetwork.com/ticket/WrestleMania-events.aspx');