// 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','Paramount Theatre - Seattle','Seattle, WA','Saturday','2/22/2025','2:00 PM','6258749','Hamilton-2-22-2025'],['Hamilton','Paramount Theatre - Seattle','Seattle, WA','Saturday','2/22/2025','8:00 PM','6258750','Hamilton-2-22-2025'],['Hamilton','Paramount Theatre - Seattle','Seattle, WA','Sunday','2/23/2025','1:00 PM','6261849','Hamilton-2-23-2025'],['Hamilton','Paramount Theatre - Seattle','Seattle, WA','Sunday','2/23/2025','7:00 PM','6256764','Hamilton-2-23-2025'],['Hamilton','Paramount Theatre - Seattle','Seattle, WA','Tuesday','2/25/2025','7:30 PM','6254968','Hamilton-2-25-2025'],['Hamilton','Paramount Theatre - Seattle','Seattle, WA','Wednesday','2/26/2025','7:30 PM','6254969','Hamilton-2-26-2025'],['Hamilton','Paramount Theatre - Seattle','Seattle, WA','Thursday','2/27/2025','1:30 PM','6254970','Hamilton-2-27-2025'],['Hamilton','Paramount Theatre - Seattle','Seattle, WA','Thursday','2/27/2025','7:30 PM','6254971','Hamilton-2-27-2025'],['Hamilton','Paramount Theatre - Seattle','Seattle, WA','Friday','2/28/2025','8:00 PM','6261852','Hamilton-2-28-2025'],['Hamilton','Paramount Theatre - Seattle','Seattle, WA','Saturday','3/1/2025','2:00 PM','6258751','Hamilton-3-1-2025'],['Hamilton','Paramount Theatre - Seattle','Seattle, WA','Saturday','3/1/2025','8:00 PM','6258752','Hamilton-3-1-2025'],['Hamilton','Paramount Theatre - Seattle','Seattle, WA','Sunday','3/2/2025','1:00 PM','6258753','Hamilton-3-2-2025'],['Hamilton','First Interstate Center for the Arts','Spokane, WA','Tuesday','4/8/2025','7:30 PM','6461320','Hamilton-4-8-2025'],['Hamilton','First Interstate Center for the Arts','Spokane, WA','Wednesday','4/9/2025','7:30 PM','6461321','Hamilton-4-9-2025'],['Hamilton','First Interstate Center for the Arts','Spokane, WA','Thursday','4/10/2025','7:30 PM','6461322','Hamilton-4-10-2025'],['Hamilton','First Interstate Center for the Arts','Spokane, WA','Friday','4/11/2025','7:30 PM','6461323','Hamilton-4-11-2025'],['Hamilton','First Interstate Center for the Arts','Spokane, WA','Saturday','4/12/2025','1:00 PM','6461327','Hamilton-4-12-2025'],['Hamilton','First Interstate Center for the Arts','Spokane, WA','Saturday','4/12/2025','7:30 PM','6461324','Hamilton-4-12-2025'],['Hamilton','First Interstate Center for the Arts','Spokane, WA','Sunday','4/13/2025','1:00 PM','6461325','Hamilton-4-13-2025'],['Hamilton','First Interstate Center for the Arts','Spokane, WA','Sunday','4/13/2025','7:00 PM','6461328','Hamilton-4-13-2025'],['Hamilton','First Interstate Center for the Arts','Spokane, WA','Tuesday','4/15/2025','7:30 PM','6461329','Hamilton-4-15-2025'],['Hamilton','First Interstate Center for the Arts','Spokane, WA','Wednesday','4/16/2025','7:30 PM','6461330','Hamilton-4-16-2025'],['Hamilton','First Interstate Center for the Arts','Spokane, WA','Thursday','4/17/2025','7:30 PM','6461331','Hamilton-4-17-2025'],['Hamilton','First Interstate Center for the Arts','Spokane, WA','Friday','4/18/2025','1:00 PM','6461334','Hamilton-4-18-2025'],['Hamilton','First Interstate Center for the Arts','Spokane, WA','Friday','4/18/2025','7:30 PM','6461332','Hamilton-4-18-2025'],['Hamilton','First Interstate Center for the Arts','Spokane, WA','Saturday','4/19/2025','1:00 PM','6461335','Hamilton-4-19-2025'],['Hamilton','First Interstate Center for the Arts','Spokane, WA','Saturday','4/19/2025','7:30 PM','6461333','Hamilton-4-19-2025'],['Hamilton','First Interstate Center for the Arts','Spokane, WA','Sunday','4/20/2025','1:00 PM','6461336','Hamilton-4-20-2025']],'Hamilton Musical Washington','http://www.ticketnetwork.com/en/search/?text=Hamilton%20Musical%20Washington');