//
var TN_Widget = function() {
var months = ["", "Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec"];
return {
newWindow : true,
CreateEventRow : function(row, isAlt) {
var dateArray = row[4].split('/');
var date = months[dateArray[0]] + " " + dateArray[1];
var parking = row[0].split(':')[0]
if (parking !== "PARKING") {
return "
";
}
},
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,kwds,url) {
if(typeof(TN_SetWidgetOptions) == "function")
TN_SetWidgetOptions();
//for backwards compatability
var newResults = [];
for(var cntr = 0; cntr < eventData.length; cntr++)
newResults.push(this.CreateEventRow(eventData[cntr], cntr % 2 == 1));
var objToAddTo;
if(objToAddTo = document.getElementById("tn_results_container")) {
objToAddTo.innerHTML = '' + newResults.join('') + '
';
} else
document.write('' + newResults.join('') + '
');
if(eventData.length >= 101 && kwds != undefined) {
if(objToAddTo = document.getElementById("tn_results_container")) {
objToAddTo.innerHTML += '';
} else {
document.write("");
}
}
}
};
}();
//BPW-TNSERV-03A
TN_Widget.AddCss('//tn-widget.seatics.com/widget2Css/results-style-1.css');
TN_Widget.AddCss('//s3.amazonaws.com/ticketnetwork/fonts/TTNorms/TTNorms.css');
TN_Widget.CreateTable([['WWE: Raw','Sames Auto Arena','Laredo, TX','Monday','4/27/2026','6:30 PM','7764770','WWE--Raw-4-27-2026'],['WWE: Smackdown','BOK Center','Tulsa, OK','Friday','5/1/2026','6:30 PM','7764767','WWE--Smackdown-5-1-2026'],['WWE: NXT Live','Lakeland Armory','Lakeland, FL','Friday','5/1/2026','7:30 PM','7856060','WWE--NXT-Live-5-1-2026'],['WWE: NXT Live','Venice Community Center','Venice, FL','Saturday','5/2/2026','7:30 PM','7856058','WWE--NXT-Live-5-2-2026'],['WWE: Raw','CHI Health Center Omaha','Omaha, NE','Monday','5/4/2026','6:30 PM','7764777','WWE--Raw-5-4-2026'],['WWE: Smackdown','VyStar Veterans Memorial Arena','Jacksonville, FL','Friday','5/8/2026','7:30 PM','7764762','WWE--Smackdown-5-8-2026'],['WWE: Backlash','Benchmark International Arena','Tampa, FL','Saturday','5/9/2026','6:30 PM','7716039','WWE--Backlash-5-9-2026'],['WWE: Raw','Thompson Boling Arena at Food City Center','Knoxville, TN','Monday','5/11/2026','7:30 PM','7764771','WWE--Raw-5-11-2026'],['Ring of Honor Wrestling: Supercard of Honor','Wicomico Civic Center','Salisbury, MD','Friday','5/15/2026','TBD','7841252','Ring-of-Honor-Wrestling--Supercard-of-Honor-5-15-2026'],['WWE: Smackdown','Colonial Life Arena','Columbia, SC','Friday','5/15/2026','7:30 PM','7764773','WWE--Smackdown-5-15-2026'],['WWE: Raw','First Horizon Coliseum At Greensboro Complex','Greensboro, NC','Monday','5/18/2026','7:30 PM','7764775','WWE--Raw-5-18-2026'],['WWE: Smackdown','Rupp Arena At Central Bank Center','Lexington, KY','Friday','5/22/2026','7:30 PM','7764774','WWE--Smackdown-5-22-2026'],['WWE: NXT Live','Havert L. Fenn Center','Fort Pierce, FL','Friday','5/22/2026','7:30 PM','7735071','WWE--NXT-Live-5-22-2026'],['WWE: NXT Live','Martin Luther King Jr Recreation Center','Gainesville, FL','Saturday','5/23/2026','7:30 PM','7856057','WWE--NXT-Live-5-23-2026'],['WWE: Saturday Night's Main Event','Allen County War Memorial Coliseum','Fort Wayne, IN','Saturday','5/23/2026','7:30 PM','7814989','WWE--Saturday-Night-s-Main-Event-5-23-2026'],['WWE: Raw','Value City Arena at The Schottenstein Center','Columbus, OH','Monday','5/25/2026','7:00 PM','7846655','WWE--Raw-5-25-2026'],['WWE: Raw','Inalpi Arena','Torino, Italy','Monday','6/1/2026','TBD','7754503','WWE--Raw-6-1-2026'],['WWE','Palazzo dello Sport - Roma','Rome, Italy','Saturday','6/6/2026','TBD','7877359','WWE-6-6-2026'],['WWE: NXT Live','Lowell Memorial Auditorium','Lowell, MA','Tuesday','6/9/2026','7:30 PM','7832805','WWE--NXT-Live-6-9-2026'],['WWE: Friday Night Smackdown','Amica Mutual Pavilion','Providence, RI','Friday','6/12/2026','7:30 PM','7833392','WWE--Friday-Night-Smackdown-6-12-2026'],['WWE: Raw','CFG Bank Arena','Baltimore, MD','Monday','6/15/2026','7:30 PM','7764776','WWE--Raw-6-15-2026'],['WWE: Smackdown','T-Mobile Center','Kansas City, MO','Friday','6/19/2026','6:30 PM','7764778','WWE--Smackdown-6-19-2026'],['WWE: Raw','O2 Arena - London','London, United Kingdom','Monday','6/22/2026','6:30 PM','7895732','WWE--Raw-6-22-2026'],['WWE: Saturday Night's Main Event','Madison Square Garden','New York, NY','Saturday','7/18/2026','7:30 PM','7843174','WWE--Saturday-Night-s-Main-Event-7-18-2026'],['WWE: SummerSlam - 2 Day Pass','US Bank Stadium','Minneapolis, MN','Saturday','8/1/2026','TBD','7243617','WWE--SummerSlam---2-Day-Pass-8-1-2026']],'ring of honor wrestling','http://www.ticketnetwork.com/en/search/?text=ring%20of%20honor%20wrestling');