// 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([['Hamilton','Mortensen Hall at Bushnell Theatre','Hartford, CT','Sunday','11/9/2025','1:00 PM','7111697','Hamilton-11-9-2025'],['Hamilton','Richard Rodgers Theatre','New York, NY','Sunday','11/9/2025','1:00 PM','7091841','Hamilton-11-9-2025'],['Hamilton','Mortensen Hall at Bushnell Theatre','Hartford, CT','Sunday','11/9/2025','6:30 PM','7111698','Hamilton-11-9-2025'],['Chris D'Elia','FirstOntario Concert Hall','Hamilton, Canada','Sunday','11/9/2025','7:00 PM','7105062','Chris-D-Elia-11-9-2025'],['Hamilton','Richard Rodgers Theatre','New York, NY','Sunday','11/9/2025','7:00 PM','7091839','Hamilton-11-9-2025'],['The Bad Plus','The Hamilton','Washington, DC','Sunday','11/9/2025','8:00 PM','7171823','The-Bad-Plus-11-9-2025'],['Candlelight: Tribute to ABBA','The Westdale','Hamilton, Canada','Sunday','11/9/2025','8:45 PM','7347135','Candlelight--Tribute-to-ABBA-11-9-2025'],['Hamilton','The Victoria Palace Theatre','London, United Kingdom','Monday','11/10/2025','7:30 PM','7036551','Hamilton-11-10-2025'],['Colgate Raiders vs. Drexel Dragons ','Cotterell Court','Hamilton, NY','Tuesday','11/11/2025','7:00 PM','7298286','Colgate-Raiders-vs--Drexel-Dragons--11-11-2025'],['Hamilton','Richard Rodgers Theatre','New York, NY','Tuesday','11/11/2025','7:00 PM','7091845','Hamilton-11-11-2025'],['Hamilton','The Victoria Palace Theatre','London, United Kingdom','Tuesday','11/11/2025','7:30 PM','7036552','Hamilton-11-11-2025'],['Hamilton','Mortensen Hall at Bushnell Theatre','Hartford, CT','Tuesday','11/11/2025','7:30 PM','7111699','Hamilton-11-11-2025'],['Hamilton','Richard Rodgers Theatre','New York, NY','Wednesday','11/12/2025','1:00 PM','7091850','Hamilton-11-12-2025'],['Hamilton','Richard Rodgers Theatre','New York, NY','Wednesday','11/12/2025','7:00 PM','7091848','Hamilton-11-12-2025'],['Hamilton','The Victoria Palace Theatre','London, United Kingdom','Wednesday','11/12/2025','7:30 PM','7036553','Hamilton-11-12-2025'],['Ron Sexsmith','The Westdale','Hamilton, Canada','Wednesday','11/12/2025','7:30 PM','7258770','Ron-Sexsmith-11-12-2025'],['Hamilton','Mortensen Hall at Bushnell Theatre','Hartford, CT','Wednesday','11/12/2025','7:30 PM','7111700','Hamilton-11-12-2025'],['Amateur Night','Levity Comedy Club & Lounge','Hamilton, Canada','Wednesday','11/12/2025','8:00 PM','7459605','Amateur-Night-11-12-2025'],['Butterfield Bermuda Championship','Port Royal Golf Course','Hamilton, Bermuda','Thursday','11/13/2025','8:00 AM','6887461','Butterfield-Bermuda-Championship-11-13-2025'],['Hamilton','The Victoria Palace Theatre','London, United Kingdom','Thursday','11/13/2025','2:30 PM','7036554','Hamilton-11-13-2025'],['Hamilton','Richard Rodgers Theatre','New York, NY','Thursday','11/13/2025','7:00 PM','7091852','Hamilton-11-13-2025'],['Hamilton','The Victoria Palace Theatre','London, United Kingdom','Thursday','11/13/2025','7:30 PM','7036555','Hamilton-11-13-2025'],['Hamilton','Mortensen Hall at Bushnell Theatre','Hartford, CT','Thursday','11/13/2025','7:30 PM','7111701','Hamilton-11-13-2025'],['Mockery of The Movies','Levity Comedy Club & Lounge','Hamilton, Canada','Thursday','11/13/2025','8:00 PM','7462531','Mockery-of-The-Movies-11-13-2025'],['Butterfield Bermuda Championship','Port Royal Golf Course','Hamilton, Bermuda','Friday','11/14/2025','8:00 AM','6887462','Butterfield-Bermuda-Championship-11-14-2025']],'hamilton','http://www.ticketnetwork.com/en/search/?text=hamilton');