//
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-04B
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 Budos Band','Baby's All Right - Brooklyn ','Brooklyn, NY','Friday','5/30/2025','7:00 PM','7080424','The-Budos-Band-5-30-2025'],['The Budos Band','Baby's All Right - Brooklyn ','Brooklyn, NY','Saturday','5/31/2025','7:00 PM','7080426','The-Budos-Band-5-31-2025'],['The Budos Band','Danforth Music Hall Theatre','Toronto, Canada','Friday','6/27/2025','8:00 PM','7085010','The-Budos-Band-6-27-2025'],['The Budos Band','MTelus','Montreal, Canada','Saturday','6/28/2025','8:30 PM','7097460','The-Budos-Band-6-28-2025'],['The Budos Band','The Woodward Theater - Cincinnati','Cincinnati, OH','Tuesday','7/15/2025','7:30 PM','7085011','The-Budos-Band-7-15-2025'],['The Budos Band','The Basement East - Nashville','Nashville, TN','Wednesday','7/16/2025','8:00 PM','7083326','The-Budos-Band-7-16-2025'],['The Budos Band','Variety Playhouse','Atlanta, GA','Thursday','7/17/2025','8:00 PM','7085012','The-Budos-Band-7-17-2025'],['The Budos Band','Charleston Pour House','Charleston, SC','Friday','7/18/2025','8:30 PM','7085013','The-Budos-Band-7-18-2025'],['The Budos Band','Hatch Amphitheater','Asheville, NC','Saturday','7/19/2025','7:00 PM','7085014','The-Budos-Band-7-19-2025'],['The Budos Band','New Realm Brewing','Virginia Beach, VA','Sunday','7/20/2025','5:30 PM','7085015','The-Budos-Band-7-20-2025'],['The Budos Band','The Catalyst','Santa Cruz, CA','Friday','8/22/2025','8:30 PM','7083416','The-Budos-Band-8-22-2025'],['The Budos Band','Warfield','San Francisco, CA','Saturday','8/23/2025','8:30 PM','7085016','The-Budos-Band-8-23-2025'],['The Budos Band','Ace of Spades','Sacramento, CA','Sunday','8/24/2025','8:00 PM','7083957','The-Budos-Band-8-24-2025'],['The Budos Band','Treefort Music Hall','Boise, ID','Wednesday','8/27/2025','7:00 PM','7085017','The-Budos-Band-8-27-2025'],['The Budos Band','Revolution Hall - Portland','Portland, OR','Thursday','8/28/2025','8:00 PM','7083364','The-Budos-Band-8-28-2025'],['The Budos Band','Commodore Ballroom','Vancouver, Canada','Friday','8/29/2025','7:30 PM','7085018','The-Budos-Band-8-29-2025'],['The Budos Band','Thalia Hall','Chicago, IL','Friday','9/12/2025','8:00 PM','7083379','The-Budos-Band-9-12-2025'],['The Budos Band','Assembly Kingston','Kingston, NY','Saturday','9/20/2025','8:00 PM','7085020','The-Budos-Band-9-20-2025'],['The Budos Band','The Novo','Los Angeles, CA','Friday','10/10/2025','8:30 PM','7085230','The-Budos-Band-10-10-2025'],['The Budos Band','The Observatory - North Park','San Diego, CA','Saturday','10/11/2025','8:00 PM','7085021','The-Budos-Band-10-11-2025'],['The Budos Band','The Fox Theatre - Pomona','Pomona, CA','Sunday','10/12/2025','8:00 PM','7085022','The-Budos-Band-10-12-2025'],['The Budos Band','Granada Theater - Dallas','Dallas, TX','Friday','11/21/2025','8:00 PM','7085023','The-Budos-Band-11-21-2025'],['The Budos Band','Mohawk - Austin Outdoors','Austin, TX','Saturday','11/22/2025','8:00 PM','7085024','The-Budos-Band-11-22-2025'],['The Budos Band','The Heights','Houston, TX','Sunday','11/23/2025','8:00 PM','7085025','The-Budos-Band-11-23-2025'],['The Budos Band','9:30 Club','Washington, DC','Saturday','12/6/2025','7:00 PM','7084024','The-Budos-Band-12-6-2025'],['The Budos Band','Gothic Theatre','Englewood, CO','Tuesday','12/30/2025','9:00 PM','7085027','The-Budos-Band-12-30-2025'],['The Budos Band','Gothic Theatre','Englewood, CO','Wednesday','12/31/2025','9:00 PM','7085028','The-Budos-Band-12-31-2025']],'The Budos Band','http://www.ticketnetwork.com/en/search/?text=The Budos Band');