// 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-03B 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([['Jersey Boys','Tuacahn Amphitheatre and Centre for the Arts','Ivins, UT','Saturday','7/13/2024','8:45 PM','6370114','Jersey-Boys-7-13-2024'],['Jersey Boys','Tuacahn Amphitheatre and Centre for the Arts','Ivins, UT','Monday','7/15/2024','8:45 PM','6370115','Jersey-Boys-7-15-2024'],['Jersey Boys','Tuacahn Amphitheatre and Centre for the Arts','Ivins, UT','Wednesday','7/17/2024','8:45 PM','6370116','Jersey-Boys-7-17-2024'],['Jersey Boys','Tuacahn Amphitheatre and Centre for the Arts','Ivins, UT','Friday','7/19/2024','8:45 PM','6370117','Jersey-Boys-7-19-2024'],['Jersey Boys','Tuacahn Amphitheatre and Centre for the Arts','Ivins, UT','Tuesday','7/23/2024','8:45 PM','6370118','Jersey-Boys-7-23-2024'],['Jersey Boys','Tuacahn Amphitheatre and Centre for the Arts','Ivins, UT','Friday','7/26/2024','8:45 PM','6370119','Jersey-Boys-7-26-2024'],['Jersey Boys','Tuacahn Amphitheatre and Centre for the Arts','Ivins, UT','Tuesday','7/30/2024','8:45 PM','6370120','Jersey-Boys-7-30-2024'],['Jersey Boys','Tuacahn Amphitheatre and Centre for the Arts','Ivins, UT','Saturday','8/3/2024','8:45 PM','6370121','Jersey-Boys-8-3-2024'],['Jersey Boys','Tuacahn Amphitheatre and Centre for the Arts','Ivins, UT','Monday','8/5/2024','8:45 PM','6370122','Jersey-Boys-8-5-2024'],['Jersey Boys','Tuacahn Amphitheatre and Centre for the Arts','Ivins, UT','Thursday','8/8/2024','8:45 PM','6370123','Jersey-Boys-8-8-2024'],['Jersey Boys','Tuacahn Amphitheatre and Centre for the Arts','Ivins, UT','Tuesday','8/13/2024','8:30 PM','6370124','Jersey-Boys-8-13-2024'],['Jersey Boys','Tuacahn Amphitheatre and Centre for the Arts','Ivins, UT','Thursday','8/15/2024','8:30 PM','6370125','Jersey-Boys-8-15-2024'],['Jersey Boys','Tuacahn Amphitheatre and Centre for the Arts','Ivins, UT','Saturday','8/17/2024','8:30 PM','6370126','Jersey-Boys-8-17-2024'],['Jersey Boys','Tuacahn Amphitheatre and Centre for the Arts','Ivins, UT','Monday','8/19/2024','8:30 PM','6370127','Jersey-Boys-8-19-2024'],['Jersey Boys','Tuacahn Amphitheatre and Centre for the Arts','Ivins, UT','Friday','8/23/2024','8:30 PM','6370128','Jersey-Boys-8-23-2024'],['Jersey Boys','Tuacahn Amphitheatre and Centre for the Arts','Ivins, UT','Tuesday','8/27/2024','8:30 PM','6370129','Jersey-Boys-8-27-2024'],['Jersey Boys','Tuacahn Amphitheatre and Centre for the Arts','Ivins, UT','Thursday','8/29/2024','8:30 PM','6370130','Jersey-Boys-8-29-2024'],['Jersey Boys','Tuacahn Amphitheatre and Centre for the Arts','Ivins, UT','Saturday','8/31/2024','8:30 PM','6370131','Jersey-Boys-8-31-2024'],['Jersey Boys','Tuacahn Amphitheatre and Centre for the Arts','Ivins, UT','Tuesday','9/3/2024','8:00 PM','6370132','Jersey-Boys-9-3-2024'],['Jersey Boys','Tuacahn Amphitheatre and Centre for the Arts','Ivins, UT','Saturday','9/7/2024','8:00 PM','6370133','Jersey-Boys-9-7-2024']],'Jersey Boys Tuacahn Amphitheatre and Centre for the Arts','http://www.ticketnetwork.com/en/search/?text=Jersey%20Boys%20Tuacahn%20Amphitheatre%20and%20Centre%20for%20the%20Arts');