// 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-01A TN_Widget.CreateTable([['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'],['Wiz Khalifa','Isleta Amphitheater','Albuquerque, NM','Thursday','7/31/2025','6:30 PM','7167093','Wiz-Khalifa-7-31-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'],['Lil Wayne','Isleta Amphitheater','Albuquerque, NM','Sunday','9/14/2025','8:00 PM','7194087','Lil-Wayne-9-14-2025'],['Falling In Reverse','Isleta Amphitheater','Albuquerque, NM','Tuesday','9/23/2025','6:30 PM','7168495','Falling-In-Reverse-9-23-2025'],['Jonas Brothers','Isleta Amphitheater','Albuquerque, NM','Tuesday','9/30/2025','7:30 PM','7217275','Jonas-Brothers-9-30-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 & Corrosion of Conformity','Isleta Amphitheater','Albuquerque, NM','Thursday','10/23/2025','6:45 PM','7094184','Alice-Cooper--Judas-Priest---Corrosion-of-Conformity-10-23-2025'],['A Day To Remember & Yellowcard','Isleta Amphitheater','Albuquerque, NM','Sunday','10/26/2025','6:15 PM','7193881','A-Day-To-Remember---Yellowcard-10-26-2025']],'Isleta Amphitheater','https://www.ticketnetwork.com/ticket/Isleta-Amphitheater-events.aspx');