//
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([['Aaron Wolf','Felton Music Hall','Felton, CA','Sunday','6/21/2026','8:00 PM','7726446','Aaron-Wolf-6-21-2026'],['Sea Wolf Solo','Brick & Mortar Music Hall','San Francisco, CA','Wednesday','6/24/2026','8:30 PM','7976219','Sea-Wolf-Solo-6-24-2026'],['Patrick Wolf','Music Hall At Valley Bar','Phoenix, AZ','Sunday','6/28/2026','7:00 PM','7860433','Patrick-Wolf-6-28-2026'],['The Bullet Boys & Lone Wolf James','Blue Ocean Music Hall','Salisbury, MA','Sunday','8/9/2026','8:00 PM','7934176','The-Bullet-Boys---Lone-Wolf-James-8-9-2026'],['Julia Wolf','Franklin Music Hall','Philadelphia, PA','Wednesday','9/30/2026','8:00 PM','7863349','Julia-Wolf-9-30-2026'],['Lynch Mob & Lone Wolf James','Blue Ocean Music Hall','Salisbury, MA','Thursday','10/1/2026','8:00 PM','7908002','Lynch-Mob---Lone-Wolf-James-10-1-2026'],['Julia Wolf','Newport Music Hall','Columbus, OH','Friday','10/9/2026','8:00 PM','7863350','Julia-Wolf-10-9-2026'],['Christos Papadopoulos - The Lion and the Wolf','Royal Theatre - BC','Victoria, Canada','Friday','11/6/2026','7:30 PM','7993185','Christos-Papadopoulos---The-Lion-and-the-Wolf-11-6-2026'],['Christos Papadopoulos - The Lion and the Wolf','Royal Theatre - BC','Victoria, Canada','Saturday','11/7/2026','7:30 PM','7993186','Christos-Papadopoulos---The-Lion-and-the-Wolf-11-7-2026'],['Michelle Wolf','Town Hall Theatre - NY','New York, NY','Thursday','11/19/2026','7:00 PM','7954687','Michelle-Wolf-11-19-2026'],['San Francisco Symphony: Peter And The Wolf','Davies Symphony Hall','San Francisco, CA','Sunday','12/13/2026','2:00 PM','7847206','San-Francisco-Symphony--Peter-And-The-Wolf-12-13-2026'],['Colorado Symphony Orchestra: Christopher Dragon - Peter And The Wolf','Boettcher Concert Hall','Denver, CO','Sunday','2/21/2027','2:30 PM','7807373','Colorado-Symphony-Orchestra--Christopher-Dragon---Peter-And-The-Wolf-2-21-2027'],['Utah Symphony: Peter and The Wolf','Abravanel Hall','Salt Lake City, UT','Saturday','4/17/2027','11:00 AM','7846427','Utah-Symphony--Peter-and-The-Wolf-4-17-2027'],['Utah Symphony: Peter and The Wolf','Abravanel Hall','Salt Lake City, UT','Saturday','4/17/2027','12:30 PM','7846428','Utah-Symphony--Peter-and-The-Wolf-4-17-2027']],'wolf hall','http://www.ticketnetwork.com/en/search/?text=wolf%20hall');