//
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([['Matt Rife','Utah First Credit Union Amphitheatre','Salt Lake City, UT','Friday','6/6/2025','8:00 PM','6959512','Matt-Rife-6-6-2025'],['Styx, Kevin Cronin & Don Felder','Utah First Credit Union Amphitheatre','Salt Lake City, UT','Wednesday','6/11/2025','6:45 PM','6868936','Styx--Kevin-Cronin---Don-Felder-6-11-2025'],['Pierce The Veil, Sleeping with Sirens & Beach Weather','Utah First Credit Union Amphitheatre','Salt Lake City, UT','Friday','6/20/2025','7:00 PM','6861042','Pierce-The-Veil--Sleeping-with-Sirens---Beach-Weather-6-20-2025'],['Incubus & Manchester Orchestra','Utah First Credit Union Amphitheatre','Salt Lake City, UT','Saturday','7/12/2025','7:30 PM','6955496','Incubus---Manchester-Orchestra-7-12-2025'],['Keith Urban, Chase Matthew & Alana Springsteen','Utah First Credit Union Amphitheatre','Salt Lake City, UT','Friday','7/18/2025','7:00 PM','6871551','Keith-Urban--Chase-Matthew---Alana-Springsteen-7-18-2025'],['Jason Aldean, Nate Smith & RaeLynn','Utah First Credit Union Amphitheatre','Salt Lake City, UT','Saturday','7/26/2025','7:30 PM','6944226','Jason-Aldean--Nate-Smith---RaeLynn-7-26-2025'],['Rufus Du Sol','Utah First Credit Union Amphitheatre','Salt Lake City, UT','Sunday','8/10/2025','7:30 PM','6771870','Rufus-Du-Sol-8-10-2025'],['Chris Stapleton','Utah First Credit Union Amphitheatre','Salt Lake City, UT','Friday','8/15/2025','7:00 PM','6919630','Chris-Stapleton-8-15-2025'],['Chris Stapleton','Utah First Credit Union Amphitheatre','Salt Lake City, UT','Saturday','8/16/2025','7:30 PM','6938608','Chris-Stapleton-8-16-2025'],['Goo Goo Dolls & Dashboard Confessional','Utah First Credit Union Amphitheatre','Salt Lake City, UT','Tuesday','8/26/2025','7:30 PM','6827529','Goo-Goo-Dolls---Dashboard-Confessional-8-26-2025'],['Toto, Christopher Cross, & Men at Work','Utah First Credit Union Amphitheatre','Salt Lake City, UT','Wednesday','8/27/2025','6:45 PM','6874433','Toto--Christopher-Cross----Men-at-Work-8-27-2025'],['Billy Idol & Joan Jett and The Blackhearts','Utah First Credit Union Amphitheatre','Salt Lake City, UT','Friday','9/5/2025','7:30 PM','6944292','Billy-Idol---Joan-Jett-and-The-Blackhearts-9-5-2025'],['Thomas Rhett, Tucker Wetmore & The Castellows','Utah First Credit Union Amphitheatre','Salt Lake City, UT','Saturday','9/20/2025','7:30 PM','6710424','Thomas-Rhett--Tucker-Wetmore---The-Castellows-9-20-2025']],'USANA Amphitheatre ','http://www.ticketnetwork.com/en/search/?text=USANA Amphitheatre ');