// 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-01B 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([['Hamilton','Sarofim Hall - Hobby Center','Houston, TX','Tuesday','3/4/2025','7:30 PM','6260889','Hamilton-3-4-2025'],['Hamilton','Sarofim Hall - Hobby Center','Houston, TX','Wednesday','3/5/2025','7:30 PM','6260890','Hamilton-3-5-2025'],['Hamilton','Sarofim Hall - Hobby Center','Houston, TX','Thursday','3/6/2025','7:30 PM','6260891','Hamilton-3-6-2025'],['Hamilton','Sarofim Hall - Hobby Center','Houston, TX','Friday','3/7/2025','7:30 PM','6260892','Hamilton-3-7-2025'],['Hamilton','Sarofim Hall - Hobby Center','Houston, TX','Saturday','3/8/2025','2:00 PM','6260893','Hamilton-3-8-2025'],['Hamilton','Sarofim Hall - Hobby Center','Houston, TX','Saturday','3/8/2025','8:00 PM','6260894','Hamilton-3-8-2025'],['Hamilton','Sarofim Hall - Hobby Center','Houston, TX','Sunday','3/9/2025','1:30 PM','6260895','Hamilton-3-9-2025'],['Hamilton','Sarofim Hall - Hobby Center','Houston, TX','Sunday','3/9/2025','7:00 PM','6260896','Hamilton-3-9-2025'],['Hamilton','Sarofim Hall - Hobby Center','Houston, TX','Tuesday','3/11/2025','7:30 PM','6260897','Hamilton-3-11-2025'],['Hamilton','Sarofim Hall - Hobby Center','Houston, TX','Wednesday','3/12/2025','7:30 PM','6260898','Hamilton-3-12-2025'],['Hamilton','Sarofim Hall - Hobby Center','Houston, TX','Thursday','3/13/2025','7:30 PM','6260899','Hamilton-3-13-2025'],['Hamilton','Sarofim Hall - Hobby Center','Houston, TX','Friday','3/14/2025','7:30 PM','6260900','Hamilton-3-14-2025'],['Hamilton','Sarofim Hall - Hobby Center','Houston, TX','Saturday','3/15/2025','2:00 PM','6260901','Hamilton-3-15-2025'],['Hamilton','Sarofim Hall - Hobby Center','Houston, TX','Saturday','3/15/2025','7:30 PM','6260902','Hamilton-3-15-2025'],['Hamilton','Sarofim Hall - Hobby Center','Houston, TX','Sunday','3/16/2025','1:30 PM','6260903','Hamilton-3-16-2025'],['Hamilton','Sarofim Hall - Hobby Center','Houston, TX','Sunday','3/16/2025','7:00 PM','6260904','Hamilton-3-16-2025'],['Hamilton','Sarofim Hall - Hobby Center','Houston, TX','Tuesday','3/18/2025','7:30 PM','6260905','Hamilton-3-18-2025'],['Hamilton','Sarofim Hall - Hobby Center','Houston, TX','Wednesday','3/19/2025','7:30 PM','6260906','Hamilton-3-19-2025'],['Hamilton','Sarofim Hall - Hobby Center','Houston, TX','Thursday','3/20/2025','7:30 PM','6260907','Hamilton-3-20-2025'],['Hamilton','Sarofim Hall - Hobby Center','Houston, TX','Friday','3/21/2025','7:30 PM','6260908','Hamilton-3-21-2025'],['Hamilton','Sarofim Hall - Hobby Center','Houston, TX','Saturday','3/22/2025','2:00 PM','6260909','Hamilton-3-22-2025'],['Hamilton','Sarofim Hall - Hobby Center','Houston, TX','Saturday','3/22/2025','7:30 PM','6260910','Hamilton-3-22-2025'],['Hamilton','Sarofim Hall - Hobby Center','Houston, TX','Sunday','3/23/2025','1:30 PM','6260911','Hamilton-3-23-2025'],['Hamilton','Sarofim Hall - Hobby Center','Houston, TX','Sunday','3/23/2025','7:00 PM','6260912','Hamilton-3-23-2025']],'Hamilton Musical Houston','http://www.ticketnetwork.com/en/search/?text=Hamilton%20Musical%20Houston');