//
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([['GWAR','Williwaw','Anchorage, AK','Saturday','8/2/2025','6:00 PM','7155380','GWAR-8-2-2025'],['GWAR','The Crofoot Ballroom','Pontiac, MI','Wednesday','9/17/2025','6:00 PM','7235658','GWAR-9-17-2025'],['GWAR','Roxian Theatre','McKees Rocks, PA','Thursday','9/18/2025','7:00 PM','7235805','GWAR-9-18-2025'],['GWAR','Bogarts','Cincinnati, OH','Friday','9/19/2025','7:00 PM','7235804','GWAR-9-19-2025'],['GWAR','Globe Iron','Cleveland, OH','Sunday','9/21/2025','7:00 PM','7236871','GWAR-9-21-2025'],['GWAR','Rockwell At The Complex','Salt Lake City, UT','Saturday','10/18/2025','6:00 PM','7235402','GWAR-10-18-2025'],['GWAR','Marquee Theatre - AZ','Tempe, AZ','Monday','10/20/2025','6:30 PM','7235403','GWAR-10-20-2025'],['GWAR','Brooklyn Bowl - Las Vegas','Las Vegas, NV','Wednesday','10/22/2025','6:00 PM','7235404','GWAR-10-22-2025'],['GWAR','House Of Blues - Anaheim','Anaheim, CA','Thursday','10/23/2025','6:00 PM','7235405','GWAR-10-23-2025'],['GWAR','Virginia Street Brewhouse - Reno','Reno, NV','Friday','10/24/2025','7:00 PM','7235406','GWAR-10-24-2025'],['GWAR','The UC Theatre','Berkeley, CA','Saturday','10/25/2025','7:00 PM','7235407','GWAR-10-25-2025'],['GWAR','Midtown Ballroom','Bend, OR','Sunday','10/26/2025','7:00 PM','7235408','GWAR-10-26-2025'],['GWAR','Showbox SoDo','Seattle, WA','Monday','10/27/2025','7:00 PM','7235409','GWAR-10-27-2025'],['GWAR','Vogue Theatre - BC','Vancouver, Canada','Wednesday','10/29/2025','7:00 PM','7235410','GWAR-10-29-2025'],['GWAR','Penticton Trade & Convention Centre','Penticton, Canada','Thursday','10/30/2025','6:30 PM','7235411','GWAR-10-30-2025'],['GWAR','MacEwan Hall','Calgary, Canada','Friday','10/31/2025','7:00 PM','7235412','GWAR-10-31-2025'],['GWAR','Fan Park at Ice District','Edmonton, Canada','Saturday','11/1/2025','6:30 PM','7235413','GWAR-11-1-2025'],['GWAR','Knitting Factory Spokane','Spokane, WA','Monday','11/3/2025','7:00 PM','7235414','GWAR-11-3-2025'],['GWAR','The Summit Music Hall','Denver, CO','Wednesday','11/5/2025','7:00 PM','7235415','GWAR-11-5-2025'],['GWAR','Bourbon Theatre - NE','Lincoln, NE','Thursday','11/6/2025','7:00 PM','7235416','GWAR-11-6-2025'],['GWAR','Vibes Event Center','San Antonio, TX','Saturday','11/8/2025','7:00 PM','7235417','GWAR-11-8-2025'],['GWAR','House Of Blues - Dallas','Dallas, TX','Sunday','11/9/2025','7:00 PM','7235419','GWAR-11-9-2025'],['GWAR','Marathon Music Works','Nashville, TN','Tuesday','11/11/2025','7:00 PM','7235420','GWAR-11-11-2025'],['GWAR','Piedmont Hall','Greensboro, NC','Wednesday','11/12/2025','6:30 PM','7235421','GWAR-11-12-2025'],['GWAR','Heaven Stage at Masquerade - GA','Atlanta, GA','Thursday','11/13/2025','6:30 PM','7235422','GWAR-11-13-2025'],['GWAR','The Ritz Ybor','Tampa, FL','Sunday','11/16/2025','5:30 PM','7235423','GWAR-11-16-2025'],['GWAR','Nevermore Hall','Baltimore, MD','Tuesday','11/18/2025','7:00 PM','7235424','GWAR-11-18-2025'],['GWAR','Worcester Palladium','Worcester, MA','Wednesday','11/19/2025','7:00 PM','7235425','GWAR-11-19-2025'],['GWAR','The Fillmore - Philadelphia','Philadelphia, PA','Thursday','11/20/2025','7:00 PM','7235426','GWAR-11-20-2025'],['GWAR','Palladium Times Square','New York, NY','Friday','11/21/2025','7:00 PM','7235427','GWAR-11-21-2025'],['GWAR','The Norva','Norfolk, VA','Saturday','11/22/2025','7:00 PM','7235428','GWAR-11-22-2025']],'Gwar','http://www.ticketnetwork.com/en/search/?text=Gwar');