// 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 "
" + row[3].substring(0,3) + "
" + date + "" + row[5] + "
" + row[0] + "" + row[1] + ", " + row[2] + "
"; } }, 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 += '
See all events for '+ kwds + ' on TicketNetwork.com
'; } else { document.write("
See all events for "+ kwds + " on TicketNetwork.com
"); } } } }; }(); //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([['Finding Neverland','Young Living Centre Stage At Hale Centre Theatre','Sandy, UT','Monday','5/5/2025','7:30 PM','6656988','Finding-Neverland-5-5-2025'],['Finding Neverland','Young Living Centre Stage At Hale Centre Theatre','Sandy, UT','Tuesday','5/6/2025','7:30 PM','6656989','Finding-Neverland-5-6-2025'],['Finding Neverland','Young Living Centre Stage At Hale Centre Theatre','Sandy, UT','Wednesday','5/7/2025','7:30 PM','6656990','Finding-Neverland-5-7-2025'],['Finding Neverland','Young Living Centre Stage At Hale Centre Theatre','Sandy, UT','Thursday','5/8/2025','7:30 PM','6656991','Finding-Neverland-5-8-2025'],['Finding Neverland','Young Living Centre Stage At Hale Centre Theatre','Sandy, UT','Friday','5/9/2025','7:30 PM','6656992','Finding-Neverland-5-9-2025'],['Finding Neverland','Young Living Centre Stage At Hale Centre Theatre','Sandy, UT','Saturday','5/10/2025','12:30 PM','6657036','Finding-Neverland-5-10-2025'],['Finding Neverland','Young Living Centre Stage At Hale Centre Theatre','Sandy, UT','Saturday','5/10/2025','4:00 PM','6657042','Finding-Neverland-5-10-2025'],['Finding Neverland','Young Living Centre Stage At Hale Centre Theatre','Sandy, UT','Saturday','5/10/2025','7:30 PM','6656993','Finding-Neverland-5-10-2025'],['Finding Neverland','Young Living Centre Stage At Hale Centre Theatre','Sandy, UT','Monday','5/12/2025','7:30 PM','6656994','Finding-Neverland-5-12-2025'],['Finding Neverland','Young Living Centre Stage At Hale Centre Theatre','Sandy, UT','Tuesday','5/13/2025','7:30 PM','6656995','Finding-Neverland-5-13-2025'],['Finding Neverland','Young Living Centre Stage At Hale Centre Theatre','Sandy, UT','Wednesday','5/14/2025','7:30 PM','6656996','Finding-Neverland-5-14-2025'],['Finding Neverland','Young Living Centre Stage At Hale Centre Theatre','Sandy, UT','Thursday','5/15/2025','7:30 PM','6656997','Finding-Neverland-5-15-2025'],['Finding Neverland','Young Living Centre Stage At Hale Centre Theatre','Sandy, UT','Friday','5/16/2025','4:00 PM','6657056','Finding-Neverland-5-16-2025'],['Finding Neverland','Young Living Centre Stage At Hale Centre Theatre','Sandy, UT','Friday','5/16/2025','7:30 PM','6656998','Finding-Neverland-5-16-2025'],['Finding Neverland','Young Living Centre Stage At Hale Centre Theatre','Sandy, UT','Saturday','5/17/2025','12:30 PM','6657037','Finding-Neverland-5-17-2025'],['Finding Neverland','Young Living Centre Stage At Hale Centre Theatre','Sandy, UT','Saturday','5/17/2025','4:00 PM','6657043','Finding-Neverland-5-17-2025'],['Finding Neverland','Young Living Centre Stage At Hale Centre Theatre','Sandy, UT','Saturday','5/17/2025','7:30 PM','6656999','Finding-Neverland-5-17-2025'],['Finding Neverland','Young Living Centre Stage At Hale Centre Theatre','Sandy, UT','Monday','5/19/2025','7:30 PM','6657000','Finding-Neverland-5-19-2025'],['Finding Neverland','Young Living Centre Stage At Hale Centre Theatre','Sandy, UT','Tuesday','5/20/2025','7:30 PM','6657001','Finding-Neverland-5-20-2025'],['Finding Neverland','Young Living Centre Stage At Hale Centre Theatre','Sandy, UT','Wednesday','5/21/2025','7:30 PM','6657002','Finding-Neverland-5-21-2025'],['Finding Neverland','Young Living Centre Stage At Hale Centre Theatre','Sandy, UT','Thursday','5/22/2025','7:30 PM','6657003','Finding-Neverland-5-22-2025'],['Finding Neverland','Young Living Centre Stage At Hale Centre Theatre','Sandy, UT','Friday','5/23/2025','7:30 PM','6657004','Finding-Neverland-5-23-2025'],['Finding Neverland','Young Living Centre Stage At Hale Centre Theatre','Sandy, UT','Saturday','5/24/2025','12:30 PM','6657038','Finding-Neverland-5-24-2025'],['Finding Neverland','Young Living Centre Stage At Hale Centre Theatre','Sandy, UT','Saturday','5/24/2025','4:00 PM','6657044','Finding-Neverland-5-24-2025'],['Finding Neverland','Young Living Centre Stage At Hale Centre Theatre','Sandy, UT','Saturday','5/24/2025','7:30 PM','6657005','Finding-Neverland-5-24-2025']],'finding neverland','http://www.ticketnetwork.com/en/search/?text=finding%20neverland');