//
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-02A
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([['Pixies, Spoon & Fazerdaze','Gallagher Square at Petco Park','San Diego, CA','Wednesday','8/27/2025','6:00 PM','7009164','Pixies--Spoon---Fazerdaze-8-27-2025'],['Pixies, Spoon & Fazerdaze','Greek Theatre - U.C. Berkeley','Berkeley, CA','Thursday','8/28/2025','6:00 PM','7009163','Pixies--Spoon---Fazerdaze-8-28-2025'],['Pixies, Spoon & Fazerdaze','McMenamins Historic Edgefield Amphitheater','Troutdale, OR','Saturday','8/30/2025','6:00 PM','7009256','Pixies--Spoon---Fazerdaze-8-30-2025'],['Pixies, Spoon & Fazerdaze','KettleHouse Amphitheater','Bonner, MT','Sunday','8/31/2025','7:00 PM','7009260','Pixies--Spoon---Fazerdaze-8-31-2025'],['Pixies, Spoon & Fazerdaze','Red Rocks Amphitheatre','Morrison, CO','Tuesday','9/2/2025','6:30 PM','7009063','Pixies--Spoon---Fazerdaze-9-2-2025'],['Pixies, Spoon & Fazerdaze','Oklahoma City Zoo Amphitheatre','Oklahoma City, OK','Thursday','9/4/2025','6:30 PM','7009613','Pixies--Spoon---Fazerdaze-9-4-2025'],['Pixies, Spoon & Fazerdaze','Moody Amphitheater','Austin, TX','Friday','9/5/2025','6:30 PM','7009261','Pixies--Spoon---Fazerdaze-9-5-2025'],['Pixies, Spoon & Fazerdaze','White Oak Music Hall - Lawn','Houston, TX','Saturday','9/6/2025','5:00 PM','7009259','Pixies--Spoon---Fazerdaze-9-6-2025'],['Pixies, Spoon & Fazerdaze','Avondale Brewing Company','Birmingham, AL','Monday','9/8/2025','6:00 PM','7009258','Pixies--Spoon---Fazerdaze-9-8-2025'],['Pixies, Spoon & Fazerdaze','Red Hat Amphitheater','Raleigh, NC','Tuesday','9/9/2025','7:00 PM','7009299','Pixies--Spoon---Fazerdaze-9-9-2025'],['Pixies, Spoon & Fazerdaze','Asheville Yards Amphitheater','Asheville, NC','Wednesday','9/10/2025','6:00 PM','7009370','Pixies--Spoon---Fazerdaze-9-10-2025'],['Bourbon & Beyond Festival: The Lumineers, Phish, Sturgill Simpson & Noah Kahan - 4 Day Pass','Highland Festival Grounds at Kentucky Expo Center','Louisville, KY','Thursday','9/11/2025','TBD','6842775','Bourbon---Beyond-Festival--The-Lumineers--Phish--Sturgill-Simpson---Noah-Kahan---4-Day-Pass-9-11-2025'],['Pixies, Spoon & Fazerdaze','Stage AE','Pittsburgh, PA','Friday','9/12/2025','6:30 PM','7009257','Pixies--Spoon---Fazerdaze-9-12-2025'],['Bourbon & Beyond Festival: Sturgill Simpson, Jack White, Vance Joy & Ringo Starr and His All-Starr Band - Saturday','Highland Festival Grounds at Kentucky Expo Center','Louisville, KY','Saturday','9/13/2025','12:00 PM','6842779','Bourbon---Beyond-Festival--Sturgill-Simpson--Jack-White--Vance-Joy---Ringo-Starr-and-His-All-Starr-Band---Saturday-9-13-2025'],['Pixies, Spoon & Fazerdaze','The Salt Shed Outdoors - Chicago','Chicago, IL','Monday','9/15/2025','6:00 PM','7009262','Pixies--Spoon---Fazerdaze-9-15-2025'],['Pixies, Spoon & Fazerdaze','Stifel Theatre','St. Louis, MO','Tuesday','9/16/2025','6:30 PM','7107014','Pixies--Spoon---Fazerdaze-9-16-2025'],['Pixies, Spoon & Fazerdaze','The Pinnacle At Nashville Yards','Nashville, TN','Wednesday','9/17/2025','6:30 PM','7009263','Pixies--Spoon---Fazerdaze-9-17-2025'],['Jesse McCartney','Orpheum Theatre - Boston','Boston, MA','Tuesday','10/7/2025','8:00 PM','7233829','Jesse-McCartney-10-7-2025'],['The Cult','Orpheum Theatre - Boston','Boston, MA','Saturday','10/11/2025','8:00 PM','7271595','The-Cult-10-11-2025'],['Louis C.K.','Orpheum Theatre - Boston','Boston, MA','Thursday','10/16/2025','7:30 PM','7015925','Louis-C-K--10-16-2025'],['Louis C.K.','Orpheum Theatre - Boston','Boston, MA','Friday','10/17/2025','7:30 PM','7010940','Louis-C-K--10-17-2025'],['Louis C.K.','Orpheum Theatre - Boston','Boston, MA','Saturday','10/18/2025','7:30 PM','7011069','Louis-C-K--10-18-2025'],['Lao Lang','Orpheum Theatre - Boston','Boston, MA','Sunday','10/19/2025','8:00 PM','7293590','Lao-Lang-10-19-2025'],['Dermot Kennedy','Orpheum Theatre - Boston','Boston, MA','Saturday','10/25/2025','8:00 PM','7160953','Dermot-Kennedy-10-25-2025'],['Alessia Cara','Orpheum Theatre - Boston','Boston, MA','Saturday','11/8/2025','8:00 PM','6989509','Alessia-Cara-11-8-2025'],['Patti Smith','Orpheum Theatre - Boston','Boston, MA','Monday','11/24/2025','8:00 PM','6982876','Patti-Smith-11-24-2025'],['Pixies','The Republik - Honolulu','Honolulu, HI','Monday','12/1/2025','8:00 PM','7317103','Pixies-12-1-2025'],['Whiskey Myers','Orpheum Theatre - Boston','Boston, MA','Saturday','12/13/2025','7:00 PM','7291784','Whiskey-Myers-12-13-2025'],['Calum Scott','Orpheum Theatre - Boston','Boston, MA','Saturday','4/25/2026','8:00 PM','7081595','Calum-Scott-4-25-2026']],'Pixies','http://www.ticketnetwork.com/en/search/?text=Pixies');