//
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([['Wolfmother','Emo's East','Austin, TX','Sunday','6/7/2026','7:00 PM','7537121','Wolfmother-6-7-2026'],['Wolfmother','House Of Blues - Houston','Houston, TX','Monday','6/8/2026','7:00 PM','7537120','Wolfmother-6-8-2026'],['Wolfmother','Granada Theater - Dallas','Dallas, TX','Tuesday','6/9/2026','8:00 PM','7546582','Wolfmother-6-9-2026'],['Wolfmother','Buckhead Theatre','Atlanta, GA','Saturday','6/13/2026','8:00 PM','7537117','Wolfmother-6-13-2026'],['Wolfmother','The Orange Peel','Asheville, NC','Monday','6/15/2026','8:00 PM','7533424','Wolfmother-6-15-2026'],['Wolfmother','The Fillmore - Charlotte','Charlotte, NC','Tuesday','6/16/2026','8:00 PM','7537115','Wolfmother-6-16-2026'],['Wolfmother','The Norva','Norfolk, VA','Wednesday','6/17/2026','7:30 PM','7537227','Wolfmother-6-17-2026'],['Wolfmother','9:30 Club','Washington, DC','Friday','6/19/2026','8:00 PM','7537107','Wolfmother-6-19-2026'],['Wolfmother','Union Transfer','Philadelphia, PA','Saturday','6/20/2026','8:00 PM','7537768','Wolfmother-6-20-2026'],['Wolfmother','Citizens House Of Blues - Boston','Boston, MA','Sunday','6/21/2026','7:00 PM','7537103','Wolfmother-6-21-2026'],['Wolfmother','Brooklyn Steel','Brooklyn, NY','Tuesday','6/23/2026','8:00 PM','7537228','Wolfmother-6-23-2026'],['Wolfmother','History - Toronto','Toronto, Canada','Wednesday','6/24/2026','7:00 PM','7537133','Wolfmother-6-24-2026'],['Wolfmother','Saint Andrews Hall - Detroit','Detroit, MI','Friday','6/26/2026','7:00 PM','7537110','Wolfmother-6-26-2026'],['Wolfmother','First Avenue','Minneapolis, MN','Sunday','6/28/2026','8:00 PM','7537767','Wolfmother-6-28-2026'],['Wolfmother','Ogden Theatre','Denver, CO','Tuesday','6/30/2026','8:00 PM','7537229','Wolfmother-6-30-2026'],['Wolfmother','The Union Event Center','Salt Lake City, UT','Wednesday','7/1/2026','8:00 PM','7537124','Wolfmother-7-1-2026'],['Wolfmother','Revolution Hall - Portland','Portland, OR','Friday','7/3/2026','8:00 PM','7537226','Wolfmother-7-3-2026'],['Wolfmother','Commodore Ballroom','Vancouver, Canada','Saturday','7/4/2026','6:30 PM','7537136','Wolfmother-7-4-2026'],['Wolfmother','The Showbox','Seattle, WA','Sunday','7/5/2026','8:00 PM','7537230','Wolfmother-7-5-2026'],['Wolfmother','Channel 24','Sacramento, CA','Tuesday','7/7/2026','8:00 PM','7537129','Wolfmother-7-7-2026'],['Wolfmother','The Great American Music Hall','San Francisco, CA','Wednesday','7/8/2026','8:00 PM','7538657','Wolfmother-7-8-2026'],['Wolfmother','The Wiltern','Los Angeles, CA','Saturday','7/11/2026','7:00 PM','7537605','Wolfmother-7-11-2026'],['Wolfmother','The Observatory - North Park','San Diego, CA','Sunday','7/12/2026','7:00 PM','7537126','Wolfmother-7-12-2026']],'Wolfmother','http://www.ticketnetwork.com/en/search/?text=Wolfmother');