//
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-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([['Peter Hook And The Light','Agora Theatre','Cleveland, OH','Sunday','8/23/2026','8:00 PM','7357119','Peter-Hook-And-The-Light-8-23-2026'],['Peter Hook And The Light','History - Toronto','Toronto, Canada','Thursday','8/27/2026','7:00 PM','7357093','Peter-Hook-And-The-Light-8-27-2026'],['Peter Hook And The Light','Metro Chicago','Chicago, IL','Friday','8/28/2026','8:00 PM','7357045','Peter-Hook-And-The-Light-8-28-2026'],['Peter Hook And The Light','Metro Chicago','Chicago, IL','Saturday','8/29/2026','8:00 PM','7357047','Peter-Hook-And-The-Light-8-29-2026'],['Peter Hook And The Light','Royal Oak Music Theatre','Royal Oak, MI','Monday','8/31/2026','7:00 PM','7357120','Peter-Hook-And-The-Light-8-31-2026'],['Peter Hook And The Light','First Avenue','Minneapolis, MN','Tuesday','9/1/2026','8:00 PM','7357121','Peter-Hook-And-The-Light-9-1-2026'],['Peter Hook And The Light','Citizens House Of Blues - Boston','Boston, MA','Friday','9/4/2026','7:30 PM','7357084','Peter-Hook-And-The-Light-9-4-2026'],['Peter Hook And The Light','Brooklyn Paramount','Brooklyn, NY','Saturday','9/5/2026','7:00 PM','7357085','Peter-Hook-And-The-Light-9-5-2026'],['Peter Hook And The Light','Union Transfer','Philadelphia, PA','Monday','9/7/2026','8:00 PM','7357122','Peter-Hook-And-The-Light-9-7-2026'],['Peter Hook And The Light','9:30 Club','Washington, DC','Tuesday','9/8/2026','7:00 PM','7357086','Peter-Hook-And-The-Light-9-8-2026'],['Peter Hook And The Light','White Oak Music Hall - Downstairs','Houston, TX','Thursday','9/10/2026','7:00 PM','7357087','Peter-Hook-And-The-Light-9-10-2026'],['Peter Hook And The Light','House Of Blues - Dallas','Dallas, TX','Friday','9/11/2026','7:00 PM','7357088','Peter-Hook-And-The-Light-9-11-2026'],['Peter Hook And The Light','Ogden Theatre','Denver, CO','Monday','9/14/2026','8:00 PM','7357123','Peter-Hook-And-The-Light-9-14-2026'],['Peter Hook And The Light','The Van Buren','Phoenix, AZ','Tuesday','9/15/2026','7:30 PM','7357089','Peter-Hook-And-The-Light-9-15-2026'],['Peter Hook And The Light','The Sound At The Del Mar Fairgrounds','Del Mar, CA','Friday','9/18/2026','8:00 PM','7357091','Peter-Hook-And-The-Light-9-18-2026'],['Peter Hook And The Light','Hollywood Palladium','Los Angeles, CA','Saturday','9/19/2026','8:00 PM','7357092','Peter-Hook-And-The-Light-9-19-2026'],['Peter Hook And The Light','Warfield','San Francisco, CA','Monday','9/21/2026','8:00 PM','7357124','Peter-Hook-And-The-Light-9-21-2026'],['Peter Hook And The Light','Mountain Winery','Saratoga, CA','Tuesday','9/22/2026','7:30 PM','7357125','Peter-Hook-And-The-Light-9-22-2026'],['Peter Hook And The Light','The Showbox','Seattle, WA','Friday','9/25/2026','8:30 PM','7357126','Peter-Hook-And-The-Light-9-25-2026'],['Peter Hook And The Light','McMenamins Crystal Ballroom','Portland, OR','Saturday','9/26/2026','8:30 PM','7357049','Peter-Hook-And-The-Light-9-26-2026'],['Peter Hook And The Light','Commodore Ballroom','Vancouver, Canada','Sunday','9/27/2026','7:00 PM','7357094','Peter-Hook-And-The-Light-9-27-2026']],'Peter Hook','http://www.ticketnetwork.com/en/search/?text=Peter%20Hook');