//
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([['Above & Beyond','Warehouse Live Midtown','Houston, TX','Thursday','9/18/2025','7:00 PM','7285730','Above---Beyond-9-18-2025'],['Above & Beyond','Germania Insurance Amphitheater','Austin, TX','Friday','9/19/2025','7:00 PM','7111846','Above---Beyond-9-19-2025'],['Above & Beyond','Dos Equis Pavilion','Dallas, TX','Saturday','9/20/2025','7:00 PM','7111847','Above---Beyond-9-20-2025'],['Above & Beyond','The Depot - Salt Lake City','Salt Lake City, UT','Wednesday','9/24/2025','7:00 PM','7283971','Above---Beyond-9-24-2025'],['Above & Beyond','Warehouse 215','Phoenix, AZ','Friday','9/26/2025','8:00 PM','7285732','Above---Beyond-9-26-2025'],['Above & Beyond','Fiddlers Green Amphitheatre','Englewood, CO','Saturday','9/27/2025','7:30 PM','7111849','Above---Beyond-9-27-2025'],['Death From Above 1979','The Venue - ON','Peterborough, Canada','Wednesday','10/1/2025','7:00 PM','7246878','Death-From-Above-1979-10-1-2025'],['Above & Beyond','The Rady Shell at Jacobs Park','San Diego, CA','Thursday','10/2/2025','6:00 PM','7111850','Above---Beyond-10-2-2025'],['Above & Beyond','Nova SD','San Diego, CA','Thursday','10/2/2025','10:00 PM','7390760','Above---Beyond-10-2-2025'],['Death From Above 1979','The Biltmore Theatre','Oshawa, Canada','Friday','10/3/2025','8:00 PM','7246879','Death-From-Above-1979-10-3-2025'],['Above & Beyond','Exchange LA','Los Angeles, CA','Friday','10/3/2025','10:00 PM','7285731','Above---Beyond-10-3-2025'],['Above & Beyond','Shoreline Amphitheatre - CA','Mountain View, CA','Saturday','10/4/2025','7:00 PM','7111851','Above---Beyond-10-4-2025'],['CaveFest: Sam Bush, Leftover Salmon & Dan Tyminski - 2 Day Pass','The Caverns Above Ground Amphitheater - TN','Pelham, TN','Saturday','10/11/2025','TBD','7045513','CaveFest--Sam-Bush--Leftover-Salmon---Dan-Tyminski---2-Day-Pass-10-11-2025'],['CaveFest (Time: TBD)','The Caverns Above Ground Amphitheater - TN','Pelham, TN','Saturday','10/11/2025','12:00 PM','7089415','CaveFest--Time--TBD--10-11-2025'],['Above Ground','The Fonda Theatre','Los Angeles, CA','Sunday','10/26/2025','8:00 PM','7090458','Above-Ground-10-26-2025'],['Above The Covers','Anthem - Hard Rock Hotel & Casino','Sioux City, IA','Saturday','11/29/2025','8:00 PM','7315392','Above-The-Covers-11-29-2025'],['ChangeMaker Series: Two Worlds - Above and Below the Sea','The Carolina Theatre At Belk Place','Charlotte, NC','Wednesday','2/18/2026','7:00 PM','7336136','ChangeMaker-Series--Two-Worlds---Above-and-Below-the-Sea-2-18-2026']],'Above','http://www.ticketnetwork.com/en/search/?text=Above');