// 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([['Les Miserables','George S. and Dolores Dore Eccles Theater','Salt Lake City, UT','Friday','3/14/2025','1:00 PM','6887755','Les-Miserables-3-14-2025'],['Les Miserables','George S. and Dolores Dore Eccles Theater','Salt Lake City, UT','Friday','3/14/2025','7:30 PM','6885496','Les-Miserables-3-14-2025'],['Les Miserables','George S. and Dolores Dore Eccles Theater','Salt Lake City, UT','Saturday','3/15/2025','1:00 PM','6887701','Les-Miserables-3-15-2025'],['Les Miserables','Sondheim Theatre - London','London, United Kingdom','Saturday','3/15/2025','7:30 PM','6312389','Les-Miserables-3-15-2025'],['Les Miserables - School Edition','SCERA Center: Showhouse II','Orem, UT','Saturday','3/15/2025','7:30 PM','6666670','Les-Miserables---School-Edition-3-15-2025'],['Les Miserables','Sondheim Theatre - London','London, United Kingdom','Monday','3/17/2025','7:30 PM','6312390','Les-Miserables-3-17-2025'],['Les Miserables - School Edition','SCERA Center: Showhouse II','Orem, UT','Monday','3/17/2025','7:30 PM','6666671','Les-Miserables---School-Edition-3-17-2025'],['Les Miserables','Sondheim Theatre - London','London, United Kingdom','Tuesday','3/18/2025','7:30 PM','6312391','Les-Miserables-3-18-2025'],['Les Miserables','Bass Performance Hall','Fort Worth, TX','Tuesday','3/18/2025','7:30 PM','6305745','Les-Miserables-3-18-2025'],['Les Miserables - School Edition','SCERA Center: Showhouse II','Orem, UT','Tuesday','3/18/2025','7:30 PM','6666672','Les-Miserables---School-Edition-3-18-2025'],['Les Miserables','Sondheim Theatre - London','London, United Kingdom','Wednesday','3/19/2025','7:30 PM','6312392','Les-Miserables-3-19-2025'],['Les Miserables','Bass Performance Hall','Fort Worth, TX','Wednesday','3/19/2025','7:30 PM','6305746','Les-Miserables-3-19-2025'],['Les Miserables','Sondheim Theatre - London','London, United Kingdom','Thursday','3/20/2025','2:30 PM','6312393','Les-Miserables-3-20-2025'],['Les Miserables','Sondheim Theatre - London','London, United Kingdom','Thursday','3/20/2025','7:30 PM','6312394','Les-Miserables-3-20-2025'],['Les Miserables','Bass Performance Hall','Fort Worth, TX','Thursday','3/20/2025','7:30 PM','6305747','Les-Miserables-3-20-2025'],['Les Miserables - School Edition','SCERA Center: Showhouse II','Orem, UT','Thursday','3/20/2025','7:30 PM','6666673','Les-Miserables---School-Edition-3-20-2025'],['Les Miserables','Bass Performance Hall','Fort Worth, TX','Friday','3/21/2025','1:30 PM','6305749','Les-Miserables-3-21-2025'],['Les Miserables','Sondheim Theatre - London','London, United Kingdom','Friday','3/21/2025','7:30 PM','6312395','Les-Miserables-3-21-2025'],['Les Miserables','Bass Performance Hall','Fort Worth, TX','Friday','3/21/2025','7:30 PM','6305748','Les-Miserables-3-21-2025'],['Les Miserables - School Edition','SCERA Center: Showhouse II','Orem, UT','Friday','3/21/2025','7:30 PM','6666674','Les-Miserables---School-Edition-3-21-2025'],['Les Miserables','Bass Performance Hall','Fort Worth, TX','Saturday','3/22/2025','1:30 PM','6305750','Les-Miserables-3-22-2025'],['Les Miserables','Sondheim Theatre - London','London, United Kingdom','Saturday','3/22/2025','2:30 PM','6312396','Les-Miserables-3-22-2025'],['Les Miserables','Bass Performance Hall','Fort Worth, TX','Saturday','3/22/2025','7:30 PM','6305751','Les-Miserables-3-22-2025'],['Les Miserables - School Edition','SCERA Center: Showhouse II','Orem, UT','Saturday','3/22/2025','7:30 PM','6666675','Les-Miserables---School-Edition-3-22-2025'],['Les Miserables','Bass Performance Hall','Fort Worth, TX','Sunday','3/23/2025','1:30 PM','6305752','Les-Miserables-3-23-2025']],'les miserables','http://www.ticketnetwork.com/en/search/?text=les%20miserables');