//
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([['The New Pornographers','Wilbur Theatre - MA','Boston, MA','Wednesday','4/22/2026','8:00 PM','7571088','The-New-Pornographers-4-22-2026'],['The New Pornographers','Webster Hall','New York, NY','Thursday','4/23/2026','8:00 PM','7570382','The-New-Pornographers-4-23-2026'],['The New Pornographers','Keswick Theatre','Glenside, PA','Friday','4/24/2026','8:00 PM','7575298','The-New-Pornographers-4-24-2026'],['The New Pornographers','Water Street Music Hall','Rochester, NY','Saturday','4/25/2026','7:00 PM','7569676','The-New-Pornographers-4-25-2026'],['The New Pornographers','El Club','Detroit, MI','Monday','4/27/2026','7:00 PM','7571301','The-New-Pornographers-4-27-2026'],['The New Pornographers','Mr Small's Theatre','Pittsburgh, PA','Wednesday','4/29/2026','7:30 PM','7570364','The-New-Pornographers-4-29-2026'],['The New Pornographers','House Of Blues - Cleveland','Cleveland, OH','Thursday','4/30/2026','7:00 PM','7570363','The-New-Pornographers-4-30-2026'],['The New Pornographers','Turner Hall Ballroom','Milwaukee, WI','Friday','5/1/2026','8:00 PM','7570747','The-New-Pornographers-5-1-2026'],['The New Pornographers','Fitzgerald Theater','Saint Paul, MN','Saturday','5/2/2026','8:00 PM','7570383','The-New-Pornographers-5-2-2026'],['The New Pornographers','Metro Chicago','Chicago, IL','Sunday','5/3/2026','7:30 PM','7571299','The-New-Pornographers-5-3-2026'],['The New Pornographers','Gothic Theatre','Englewood, CO','Tuesday','5/5/2026','8:00 PM','7570384','The-New-Pornographers-5-5-2026'],['The New Pornographers','The Commonwealth Room','Salt Lake City, UT','Wednesday','5/6/2026','8:00 PM','7570386','The-New-Pornographers-5-6-2026'],['The New Pornographers','The Showbox','Seattle, WA','Friday','5/8/2026','8:00 PM','7574987','The-New-Pornographers-5-8-2026'],['The New Pornographers','Aladdin Theater','Portland, OR','Saturday','5/9/2026','8:00 PM','7571298','The-New-Pornographers-5-9-2026'],['The New Pornographers','Castro Theatre','San Francisco, CA','Monday','5/11/2026','8:00 PM','7570362','The-New-Pornographers-5-11-2026'],['The New Pornographers','Teragram Ballroom','Los Angeles, CA','Tuesday','5/12/2026','7:00 PM','7570385','The-New-Pornographers-5-12-2026'],['The New Pornographers','The Crescent Ballroom - Phoenix','Phoenix, AZ','Wednesday','5/13/2026','7:30 PM','7571089','The-New-Pornographers-5-13-2026'],['The New Pornographers','Mohawk - Austin Outdoors','Austin, TX','Friday','5/15/2026','8:00 PM','7571302','The-New-Pornographers-5-15-2026'],['The New Pornographers','The Kessler','Dallas, TX','Saturday','5/16/2026','7:00 PM','7571300','The-New-Pornographers-5-16-2026'],['The New Pornographers','Chelsea's Live','Baton Rouge, LA','Sunday','5/17/2026','8:00 PM','7571303','The-New-Pornographers-5-17-2026'],['The New Pornographers','Variety Playhouse','Atlanta, GA','Tuesday','5/19/2026','7:30 PM','7570746','The-New-Pornographers-5-19-2026'],['The New Pornographers','Haw River Ballroom','Saxapahaw, NC','Wednesday','5/20/2026','8:00 PM','7572547','The-New-Pornographers-5-20-2026'],['The New Pornographers','9:30 Club','Washington, DC','Thursday','5/21/2026','7:00 PM','7570389','The-New-Pornographers-5-21-2026']],'The New Pornographers','http://www.ticketnetwork.com/en/search/?text=The%20New%20Pornographers');