//
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([['Tito Double P','Talking Stick Resort Amphitheatre','Phoenix, AZ','Saturday','3/22/2025','8:00 PM','6928568','Tito-Double-P-3-22-2025'],['Tito Double P','Talking Stick Resort Amphitheatre','Phoenix, AZ','Sunday','3/23/2025','8:00 PM','6954130','Tito-Double-P-3-23-2025'],['Papa Roach & Rise Against','Talking Stick Resort Amphitheatre','Phoenix, AZ','Tuesday','3/25/2025','7:00 PM','6814066','Papa-Roach---Rise-Against-3-25-2025'],['Santana','Talking Stick Resort Amphitheatre','Phoenix, AZ','Friday','4/18/2025','8:00 PM','6874755','Santana-4-18-2025'],['Billy Idol & Joan Jett and The Blackhearts','Talking Stick Resort Amphitheatre','Phoenix, AZ','Wednesday','4/30/2025','7:30 PM','6944273','Billy-Idol---Joan-Jett-and-The-Blackhearts-4-30-2025'],['UFest: A Day To Remember, Seether & We Came As Romans','Talking Stick Resort Amphitheatre','Phoenix, AZ','Saturday','5/3/2025','2:45 PM','6956970','UFest--A-Day-To-Remember--Seether---We-Came-As-Romans-5-3-2025'],['Halsey','Talking Stick Resort Amphitheatre','Phoenix, AZ','Monday','5/12/2025','7:00 PM','6989483','Halsey-5-12-2025'],['Outlaw Music Festival: Willie Nelson, Bob Dylan, Billy Strings & Sierra Hull','Talking Stick Resort Amphitheatre','Phoenix, AZ','Tuesday','5/13/2025','5:00 PM','6967987','Outlaw-Music-Festival--Willie-Nelson--Bob-Dylan--Billy-Strings---Sierra-Hull-5-13-2025'],['Simple Minds','Talking Stick Resort Amphitheatre','Phoenix, AZ','Sunday','5/25/2025','7:00 PM','6955432','Simple-Minds-5-25-2025'],['Tyler Childers','Talking Stick Resort Amphitheatre','Phoenix, AZ','Sunday','6/8/2025','8:00 PM','6826124','Tyler-Childers-6-8-2025'],['Ivan Cornejo','Talking Stick Resort Amphitheatre','Phoenix, AZ','Friday','6/13/2025','8:00 PM','6943433','Ivan-Cornejo-6-13-2025'],['Pierce The Veil, Sleeping with Sirens & Beach Weather','Talking Stick Resort Amphitheatre','Phoenix, AZ','Sunday','6/15/2025','7:00 PM','6861039','Pierce-The-Veil--Sleeping-with-Sirens---Beach-Weather-6-15-2025'],['Dierks Bentley, Zach Top & The Band Loula','Talking Stick Resort Amphitheatre','Phoenix, AZ','Friday','6/20/2025','7:00 PM','6994493','Dierks-Bentley--Zach-Top---The-Band-Loula-6-20-2025'],['Big Time Rush & Katelyn Tarver','Talking Stick Resort Amphitheatre','Phoenix, AZ','Saturday','8/23/2025','7:00 PM','7001303','Big-Time-Rush---Katelyn-Tarver-8-23-2025'],['Nelly, Ja Rule & Eve','Talking Stick Resort Amphitheatre','Phoenix, AZ','Thursday','8/28/2025','8:00 PM','6872273','Nelly--Ja-Rule---Eve-8-28-2025'],['Hozier','Talking Stick Resort Amphitheatre','Phoenix, AZ','Tuesday','10/7/2025','7:30 PM','6968313','Hozier-10-7-2025']],'Talking Stick Resort Amphitheatre','http://www.ticketnetwork.com/en/search/?text=Talking%20Stick%20Resort%20Amphitheatre');