// 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 t = row[4].split("/"); t[0] = months[t[0]]; t[2] = ", " + t[2]; return "

" + t[0] + " " + "" + t[1] + "" + t[2] + "

" + row[3].substring(0,3) + " " + row[5] + "

" + row[0] + "

" + row[1] + " - " + row[2] + "

" + this.btnText + "" + ""; }, 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 newTable = []; for(var cntr = 0; cntr < eventData.length; cntr++) newTable.push(this.CreateEventRow(eventData[cntr], cntr % 2 == 1)); var objToAddTo; var footerLink = "" + this.footerText + ""; if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML = "" + newTable.join('') + "" + footerLink + "
"; } else if(document.querySelector(".tnpl_results_container") != null) { document.querySelector(".tnpl_results_container").innerHTML = "" + newTable.join('') + "" + footerLink + "
"; } else document.write("
" + newTable.join('') + "" + footerLink + "
"); } }; }(); //BPW-TNSERV-03B TN_Widget.AddCss('//s3.amazonaws.com/TNService/pl-widget/styles/tnpl-results-widget.css'); TN_Widget.CreateTable([['Deer Valley Music Festival: Patriotic Pops','Snow Park Outdoor Amphitheater','Park City, UT','Thursday','7/3/2025','7:30 PM','7100475','Deer-Valley-Music-Festival--Patriotic-Pops-7-3-2025'],['Deer Valley Music Festival: A Salute to John Williams','Snow Park Outdoor Amphitheater','Park City, UT','Saturday','7/5/2025','7:30 PM','7100468','Deer-Valley-Music-Festival--A-Salute-to-John-Williams-7-5-2025'],['Deer Valley Music Festival: Stravinsky's The Soldiers Tale','Snow Park Outdoor Amphitheater','Park City, UT','Wednesday','7/9/2025','8:00 PM','7100476','Deer-Valley-Music-Festival--Stravinsky-s-The-Soldiers-Tale-7-9-2025'],['Deer Valley Music Festival: Common','Snow Park Outdoor Amphitheater','Park City, UT','Friday','7/11/2025','7:30 PM','7100471','Deer-Valley-Music-Festival--Common-7-11-2025'],['Deer Valley Music Festival: The Music of Paul Simon','Snow Park Outdoor Amphitheater','Park City, UT','Saturday','7/12/2025','7:30 PM','7100481','Deer-Valley-Music-Festival--The-Music-of-Paul-Simon-7-12-2025'],['Deer Valley Music Festival: Mozart vs. Salieri','Snow Park Outdoor Amphitheater','Park City, UT','Wednesday','7/16/2025','8:00 PM','7100474','Deer-Valley-Music-Festival--Mozart-vs--Salieri-7-16-2025'],['Deer Valley Music Festival: Disney In Concert','Snow Park Outdoor Amphitheater','Park City, UT','Friday','7/18/2025','7:30 PM','7100467','Deer-Valley-Music-Festival--Disney-In-Concert-7-18-2025'],['Deer Valley Music Festival: Ballet Music - Ravel & Stravinsky','Snow Park Outdoor Amphitheater','Park City, UT','Wednesday','7/23/2025','8:00 PM','7100469','Deer-Valley-Music-Festival--Ballet-Music---Ravel---Stravinsky-7-23-2025'],['Deer Valley Music Festival: Lindsey Stirling','Snow Park Outdoor Amphitheater','Park City, UT','Friday','7/25/2025','7:30 PM','7100472','Deer-Valley-Music-Festival--Lindsey-Stirling-7-25-2025'],['Deer Valley Music Festival: Beethoven's Symphony No. 1','Snow Park Outdoor Amphitheater','Park City, UT','Wednesday','7/30/2025','8:00 PM','7100470','Deer-Valley-Music-Festival--Beethoven-s-Symphony-No--1-7-30-2025'],['Deer Valley Music Festival: The Beach Boys','Snow Park Outdoor Amphitheater','Park City, UT','Friday','8/1/2025','7:30 PM','7100478','Deer-Valley-Music-Festival--The-Beach-Boys-8-1-2025'],['Deer Valley Music Festival: The Beach Boys','Snow Park Outdoor Amphitheater','Park City, UT','Saturday','8/2/2025','7:30 PM','7100479','Deer-Valley-Music-Festival--The-Beach-Boys-8-2-2025'],['Deer Valley Music Festival: Mozart & Haydn','Snow Park Outdoor Amphitheater','Park City, UT','Wednesday','8/6/2025','8:00 PM','7100473','Deer-Valley-Music-Festival--Mozart---Haydn-8-6-2025'],['Deer Valley Music Festival: The Music of Journey','Snow Park Outdoor Amphitheater','Park City, UT','Friday','8/8/2025','7:30 PM','7100480','Deer-Valley-Music-Festival--The-Music-of-Journey-8-8-2025'],['Deer Valley Music Festival: Tchaikovsky's 1812 Overture','Snow Park Outdoor Amphitheater','Park City, UT','Saturday','8/9/2025','7:30 PM','7100477','Deer-Valley-Music-Festival--Tchaikovsky-s-1812-Overture-8-9-2025']],'music festival','https://www.ticketnetwork.com');