// 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-02A 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','Richard Rodgers Theatre','New York, NY','Saturday','3/7/2026','1:00 PM','7310450','Hamilton-3-7-2026'],['Murder on the Orient Express','Theatre Aquarius','Hamilton, Canada','Saturday','3/7/2026','1:30 PM','7757971','Murder-on-the-Orient-Express-3-7-2026'],['Hamilton','CIBC Theatre','Chicago, IL','Saturday','3/7/2026','1:30 PM','7169881','Hamilton-3-7-2026'],['Hamilton','The Victoria Palace Theatre','London, United Kingdom','Saturday','3/7/2026','2:30 PM','7036652','Hamilton-3-7-2026'],['Ryan Hamilton','Magooby's Joke House','Lutherville Timonium, MD','Saturday','3/7/2026','7:00 PM','7738648','Ryan-Hamilton-3-7-2026'],['Hamilton','Richard Rodgers Theatre','New York, NY','Saturday','3/7/2026','7:00 PM','7310446','Hamilton-3-7-2026'],['Hamilton','The Victoria Palace Theatre','London, United Kingdom','Saturday','3/7/2026','7:30 PM','7036653','Hamilton-3-7-2026'],['Murder on the Orient Express','Theatre Aquarius','Hamilton, Canada','Saturday','3/7/2026','7:30 PM','7757972','Murder-on-the-Orient-Express-3-7-2026'],['Hamilton','CIBC Theatre','Chicago, IL','Saturday','3/7/2026','7:30 PM','7169882','Hamilton-3-7-2026'],['Stop Light Observations','The Hamilton','Washington, DC','Saturday','3/7/2026','8:00 PM','7576350','Stop-Light-Observations-3-7-2026'],['TWICE','TD Coliseum','Hamilton, Canada','Saturday','3/7/2026','8:00 PM','7480538','TWICE-3-7-2026'],['Ryan Hamilton','Magooby's Joke House','Lutherville Timonium, MD','Saturday','3/7/2026','9:30 PM','7738649','Ryan-Hamilton-3-7-2026'],['Hamilton','Richard Rodgers Theatre','New York, NY','Sunday','3/8/2026','1:00 PM','7310421','Hamilton-3-8-2026'],['Hamilton','CIBC Theatre','Chicago, IL','Sunday','3/8/2026','1:00 PM','7169883','Hamilton-3-8-2026'],['Murder on the Orient Express','Theatre Aquarius','Hamilton, Canada','Sunday','3/8/2026','1:30 PM','7757973','Murder-on-the-Orient-Express-3-8-2026'],['Ryan Hamilton','Magooby's Joke House','Lutherville Timonium, MD','Sunday','3/8/2026','7:00 PM','7738650','Ryan-Hamilton-3-8-2026'],['Hamilton','CIBC Theatre','Chicago, IL','Sunday','3/8/2026','7:00 PM','7169965','Hamilton-3-8-2026'],['R&B and Southern Soul Fest: Anthony Hamilton & October London','Cable Dahmer Arena','Independence, MO','Sunday','3/8/2026','7:00 PM','7415258','R-B-and-Southern-Soul-Fest--Anthony-Hamilton---October-London-3-8-2026'],['Glen Phillips','The Hamilton','Washington, DC','Sunday','3/8/2026','8:00 PM','7525615','Glen-Phillips-3-8-2026'],['Bethany Hamilton','Florence Civic Center','Florence, SC','Monday','3/9/2026','7:00 PM','7422683','Bethany-Hamilton-3-9-2026'],['Hamilton','The Victoria Palace Theatre','London, United Kingdom','Monday','3/9/2026','7:30 PM','7036654','Hamilton-3-9-2026'],['Hadestown','FirstOntario Concert Hall','Hamilton, Canada','Monday','3/9/2026','7:30 PM','7537646','Hadestown-3-9-2026'],['Journey','TD Coliseum','Hamilton, Canada','Monday','3/9/2026','7:30 PM','7545784','Journey-3-9-2026'],['Hamilton','Richard Rodgers Theatre','New York, NY','Tuesday','3/10/2026','7:00 PM','7310426','Hamilton-3-10-2026'],['Hamilton','The Victoria Palace Theatre','London, United Kingdom','Tuesday','3/10/2026','7:30 PM','7131394','Hamilton-3-10-2026']],'hamilton','http://www.ticketnetwork.com/en/search/?text=hamilton');