//
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-01B
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([['Tyler Childers','Isleta Amphitheater','Albuquerque, NM','Thursday','6/5/2025','8:00 PM','6826122','Tyler-Childers-6-5-2025'],['Pierce The Veil, Sleeping with Sirens & Beach Weather','Isleta Amphitheater','Albuquerque, NM','Tuesday','6/17/2025','7:00 PM','6861040','Pierce-The-Veil--Sleeping-with-Sirens---Beach-Weather-6-17-2025'],['Dierks Bentley, Zach Top & The Band Loula','Isleta Amphitheater','Albuquerque, NM','Saturday','6/21/2025','7:00 PM','6994494','Dierks-Bentley--Zach-Top---The-Band-Loula-6-21-2025'],['Styx, Kevin Cronin & Don Felder','Isleta Amphitheater','Albuquerque, NM','Saturday','6/28/2025','6:45 PM','6868940','Styx--Kevin-Cronin---Don-Felder-6-28-2025'],['The Marias','Isleta Amphitheater','Albuquerque, NM','Tuesday','7/15/2025','8:00 PM','7104183','The-Marias-7-15-2025'],['Jason Aldean, Nate Smith & RaeLynn','Isleta Amphitheater','Albuquerque, NM','Thursday','7/24/2025','7:30 PM','6944225','Jason-Aldean--Nate-Smith---RaeLynn-7-24-2025'],['Creed','Isleta Amphitheater','Albuquerque, NM','Monday','8/4/2025','7:00 PM','6874504','Creed-8-4-2025'],['Counting Crows & The Gaslight Anthem','Isleta Amphitheater','Albuquerque, NM','Tuesday','8/5/2025','7:30 PM','7032258','Counting-Crows---The-Gaslight-Anthem-8-5-2025'],['Alabama Shakes','Isleta Amphitheater','Albuquerque, NM','Friday','8/8/2025','8:00 PM','6977772','Alabama-Shakes-8-8-2025'],['Def Leppard','Isleta Amphitheater','Albuquerque, NM','Tuesday','8/12/2025','7:00 PM','7044865','Def-Leppard-8-12-2025'],['Lainey Wilson, Ernest & Kaitlin Butts','Isleta Amphitheater','Albuquerque, NM','Friday','8/15/2025','7:00 PM','6964653','Lainey-Wilson--Ernest---Kaitlin-Butts-8-15-2025'],['Live & Collective Soul','Isleta Amphitheater','Albuquerque, NM','Monday','8/18/2025','6:00 PM','7044698','Live---Collective-Soul-8-18-2025'],['Tedeschi Trucks Band','Isleta Amphitheater','Albuquerque, NM','Tuesday','8/19/2025','7:00 PM','6946845','Tedeschi-Trucks-Band-8-19-2025'],['Big Time Rush & Katelyn Tarver','Isleta Amphitheater','Albuquerque, NM','Friday','8/22/2025','7:00 PM','7001302','Big-Time-Rush---Katelyn-Tarver-8-22-2025'],['The Offspring, Jimmy Eat World & New Found Glory','Isleta Amphitheater','Albuquerque, NM','Tuesday','8/26/2025','7:00 PM','7020569','The-Offspring--Jimmy-Eat-World---New-Found-Glory-8-26-2025'],['Pantera','Isleta Amphitheater','Albuquerque, NM','Sunday','8/31/2025','7:00 PM','7006359','Pantera-8-31-2025'],['Goo Goo Dolls & Dashboard Confessional','Isleta Amphitheater','Albuquerque, NM','Tuesday','9/9/2025','7:30 PM','6827533','Goo-Goo-Dolls---Dashboard-Confessional-9-9-2025'],['Suicideboys ','Isleta Amphitheater','Albuquerque, NM','Wednesday','9/10/2025','6:30 PM','7075985','Suicideboys--9-10-2025'],['Jordan Davis','Isleta Amphitheater','Albuquerque, NM','Saturday','9/20/2025','7:00 PM','7068619','Jordan-Davis-9-20-2025'],['Breaking Benjamin & Three Days Grace','Isleta Amphitheater','Albuquerque, NM','Friday','10/10/2025','7:00 PM','7083014','Breaking-Benjamin---Three-Days-Grace-10-10-2025'],['Alice Cooper & Judas Priest','Isleta Amphitheater','Albuquerque, NM','Thursday','10/23/2025','6:45 PM','7094184','Alice-Cooper---Judas-Priest-10-23-2025']],'Isleta Amphitheater ','http://www.ticketnetwork.com/en/search/?text=Isleta Amphitheater ');