// 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([['The Hu - Band','The Fillmore Silver Spring','Silver Spring, MD','Tuesday','5/12/2026','7:00 PM','7731649','The-Hu---Band-5-12-2026'],['The Hu - Band','Palladium Times Square','New York, NY','Wednesday','5/13/2026','7:00 PM','7731650','The-Hu---Band-5-13-2026'],['The Hu - Band','College Street Music Hall','New Haven, CT','Thursday','5/14/2026','7:00 PM','7731662','The-Hu---Band-5-14-2026'],['The Hu - Band','Sherman Theater','Stroudsburg, PA','Friday','5/15/2026','7:00 PM','7731668','The-Hu---Band-5-15-2026'],['The Hu - Band','The Rave - Milwaukee','Milwaukee, WI','Monday','5/18/2026','7:00 PM','7731669','The-Hu---Band-5-18-2026'],['The Hu - Band','EPIC Event Center - WI','Green Bay, WI','Tuesday','5/19/2026','7:00 PM','7731670','The-Hu---Band-5-19-2026'],['The Hu - Band','Myth Live','Saint Paul, MN','Wednesday','5/20/2026','7:00 PM','7731684','The-Hu---Band-5-20-2026'],['The Hu - Band','Minglewood Hall','Memphis, TN','Friday','5/22/2026','7:00 PM','7731651','The-Hu---Band-5-22-2026'],['The Hu - Band','The Pavilion at Toyota Music Factory','Irving, TX','Saturday','5/23/2026','7:00 PM','7731652','The-Hu---Band-5-23-2026'],['The Hu - Band','The Aztec Theatre ','San Antonio, TX','Sunday','5/24/2026','7:00 PM','7731653','The-Hu---Band-5-24-2026'],['The Hu - Band & Apocalyptica','Warehouse Live Midtown','Houston, TX','Tuesday','5/26/2026','7:00 PM','7735094','The-Hu---Band---Apocalyptica-5-26-2026'],['The Hu - Band','Diamond Ballroom','Oklahoma City, OK','Wednesday','5/27/2026','7:00 PM','7731688','The-Hu---Band-5-27-2026'],['The Hu - Band','The Van Buren','Phoenix, AZ','Friday','5/29/2026','7:00 PM','7731654','The-Hu---Band-5-29-2026'],['The Hu - Band','The Theater at Virgin Hotels - Las Vegas','Las Vegas, NV','Saturday','5/30/2026','7:00 PM','7731692','The-Hu---Band-5-30-2026'],['The Hu - Band','Harrah's Southern California Casino & Resort','Valley Center, CA','Sunday','5/31/2026','7:00 PM','7731656','The-Hu---Band-5-31-2026'],['The Hu - Band','Grand Sierra Theatre','Reno, NV','Thursday','6/4/2026','7:00 PM','7731657','The-Hu---Band-6-4-2026'],['The Hu - Band','The Catalyst','Santa Cruz, CA','Friday','6/5/2026','9:00 PM','7797269','The-Hu---Band-6-5-2026'],['The Hu - Band','The Wiltern','Los Angeles, CA','Saturday','6/6/2026','7:00 PM','7731658','The-Hu---Band-6-6-2026'],['The Hu - Band','House Of Blues - Anaheim','Anaheim, CA','Sunday','6/7/2026','6:00 PM','7731659','The-Hu---Band-6-7-2026']],'The Hu','http://www.ticketnetwork.com/en/search/?text=The%20Hu');