//
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 "
";
}
},
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 += '';
} else {
document.write("");
}
}
}
};
}();
//BPW-TNSERV-01A
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([['Hawthorne Heights','The Blue Note - MO','Columbia, MO','Tuesday','12/9/2025','7:30 PM','7406315','Hawthorne-Heights-12-9-2025'],['Hawthorne Heights','Manchester Music Hall','Lexington, KY','Thursday','3/5/2026','8:00 PM','7528337','Hawthorne-Heights-3-5-2026'],['Hawthorne Heights','The Castle Theatre','Bloomington, IL','Friday','3/6/2026','7:00 PM','7528228','Hawthorne-Heights-3-6-2026'],['Hawthorne Heights','First Avenue','Minneapolis, MN','Monday','3/9/2026','7:00 PM','7528628','Hawthorne-Heights-3-9-2026'],['Hawthorne Heights','The Slowdown','Omaha, NE','Wednesday','3/11/2026','7:00 PM','7528624','Hawthorne-Heights-3-11-2026'],['Hawthorne Heights','The Summit Music Hall','Denver, CO','Thursday','3/12/2026','7:00 PM','7528290','Hawthorne-Heights-3-12-2026'],['Hawthorne Heights','The Depot - Salt Lake City','Salt Lake City, UT','Friday','3/13/2026','7:00 PM','7528291','Hawthorne-Heights-3-13-2026'],['Hawthorne Heights','Treefort Music Hall','Boise, ID','Saturday','3/14/2026','7:00 PM','7528626','Hawthorne-Heights-3-14-2026'],['Hawthorne Heights','Knitting Factory Spokane','Spokane, WA','Sunday','3/15/2026','7:00 PM','7528292','Hawthorne-Heights-3-15-2026'],['Hawthorne Heights','El Corazon','Seattle, WA','Tuesday','3/17/2026','7:00 PM','7528623','Hawthorne-Heights-3-17-2026'],['Hawthorne Heights','Roseland Theater','Portland, OR','Wednesday','3/18/2026','7:00 PM','7528330','Hawthorne-Heights-3-18-2026'],['Hawthorne Heights','Speakeasy Bar and Grill at Legends Lounge & Event Center','Bakersfield, CA','Friday','3/20/2026','6:00 PM','7530548','Hawthorne-Heights-3-20-2026'],['Hawthorne Heights','House Of Blues - Anaheim','Anaheim, CA','Saturday','3/21/2026','6:00 PM','7528293','Hawthorne-Heights-3-21-2026'],['Hawthorne Heights','Belasco Theater - LA','Los Angeles, CA','Sunday','3/22/2026','7:00 PM','7528294','Hawthorne-Heights-3-22-2026'],['Hawthorne Heights','House Of Blues - San Diego','San Diego, CA','Monday','3/23/2026','7:00 PM','7528296','Hawthorne-Heights-3-23-2026'],['Hawthorne Heights','Marquee Theatre - AZ','Tempe, AZ','Tuesday','3/24/2026','8:00 PM','7528298','Hawthorne-Heights-3-24-2026'],['Hawthorne Heights','Sunshine Theatre','Albuquerque, NM','Wednesday','3/25/2026','7:30 PM','7528622','Hawthorne-Heights-3-25-2026'],['Hawthorne Heights','House Of Blues - Dallas','Dallas, TX','Friday','3/27/2026','7:00 PM','7528311','Hawthorne-Heights-3-27-2026'],['Hawthorne Heights','Vibes Event Center','San Antonio, TX','Saturday','3/28/2026','7:00 PM','7528625','Hawthorne-Heights-3-28-2026'],['Hawthorne Heights','Emo's East','Austin, TX','Sunday','3/29/2026','7:00 PM','7528313','Hawthorne-Heights-3-29-2026'],['Hawthorne Heights','House Of Blues - Houston','Houston, TX','Tuesday','3/31/2026','6:00 PM','7528325','Hawthorne-Heights-3-31-2026'],['Hawthorne Heights','Little Rock Hall - AR','Little Rock, AR','Wednesday','4/1/2026','7:00 PM','7528326','Hawthorne-Heights-4-1-2026']],'hawthorne heights','http://www.ticketnetwork.com/en/search/?text=hawthorne%20heights');