//
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-04A
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([['CCW - Coastal Championship Wrestling','The Tank Brewing Co.','Miami, FL','Friday','3/6/2026','8:00 PM','7740234','CCW---Coastal-Championship-Wrestling-3-6-2026'],['Tank','UBS Arena','Elmont, NY','Saturday','4/4/2026','8:00 PM','7729527','Tank-4-4-2026'],['CCW - Coastal Championship Wrestling','The Tank Brewing Co.','Miami, FL','Saturday','4/4/2026','8:00 PM','7740235','CCW---Coastal-Championship-Wrestling-4-4-2026'],['The R&B Experience DC: Tank, SWV, Ginuwine & Tamar Braxton','Capital One Arena','Washington, DC','Saturday','4/11/2026','8:00 PM','7746553','The-R-B-Experience-DC--Tank--SWV--Ginuwine---Tamar-Braxton-4-11-2026'],['R&B Music Experience: The Legacy Series','UBS Arena','Elmont, NY','Saturday','4/18/2026','8:00 PM','7737639','R-B-Music-Experience--The-Legacy-Series-4-18-2026'],['CCW - Coastal Championship Wrestling','The Tank Brewing Co.','Miami, FL','Saturday','5/2/2026','8:00 PM','7740237','CCW---Coastal-Championship-Wrestling-5-2-2026'],['Tank & K. Michelle','HEB Center at Cedar Park','Cedar Park, TX','Saturday','5/2/2026','8:00 PM','7716065','Tank---K--Michelle-5-2-2026'],['Tank and the Bangas, Big Freedia & Dawn Richard','The Joy Theater','New Orleans, LA','Saturday','5/2/2026','10:00 PM','7735419','Tank-and-the-Bangas--Big-Freedia---Dawn-Richard-5-2-2026'],['Netflix Is A Joke Festival: Tank Top Talks with Matt Braunger','Skunk Room At The Elysian Theater','Los Angeles, CA','Thursday','5/7/2026','8:00 PM','7706927','Netflix-Is-A-Joke-Festival--Tank-Top-Talks-with-Matt-Braunger-5-7-2026'],['CCW - Coastal Championship Wrestling','The Tank Brewing Co.','Miami, FL','Saturday','6/6/2026','8:00 PM','7740238','CCW---Coastal-Championship-Wrestling-6-6-2026'],['CCW - Coastal Championship Wrestling','The Tank Brewing Co.','Miami, FL','Saturday','7/4/2026','8:00 PM','7740239','CCW---Coastal-Championship-Wrestling-7-4-2026'],['CCW - Coastal Championship Wrestling','The Tank Brewing Co.','Miami, FL','Saturday','8/1/2026','8:00 PM','7740240','CCW---Coastal-Championship-Wrestling-8-1-2026']],'tank','http://www.ticketnetwork.com/en/search/?text=tank');