//
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([['The Struts','Brooklyn Paramount','Brooklyn, NY','Friday','8/22/2025','7:00 PM','7094975','The-Struts-8-22-2025'],['The Struts','The Fillmore - Philadelphia','Philadelphia, PA','Saturday','8/23/2025','8:00 PM','7094914','The-Struts-8-23-2025'],['The Struts','Greenfield Lake Amphitheater','Wilmington, NC','Sunday','8/24/2025','5:00 PM','7094912','The-Struts-8-24-2025'],['The Struts','Hard Rock Live - Orlando','Orlando, FL','Tuesday','8/26/2025','8:00 PM','7094903','The-Struts-8-26-2025'],['The Struts','Jannus Live','St. Petersburg, FL','Wednesday','8/27/2025','8:00 PM','7094974','The-Struts-8-27-2025'],['2025 Rocklahoma Festival: Shinedown, Breaking Benjamin, Three Days Grace & Five Finger Death Punch - 3 Day Pass','Pryor Creek Festival Grounds','Pryor, OK','Friday','8/29/2025','TBD','7021920','2025-Rocklahoma-Festival--Shinedown--Breaking-Benjamin--Three-Days-Grace---Five-Finger-Death-Punch---3-Day-Pass-8-29-2025'],['The Struts','Heaven Stage at Masquerade - GA','Atlanta, GA','Friday','8/29/2025','7:00 PM','7094911','The-Struts-8-29-2025'],['The Struts','The Factory - Chesterfield','St. Louis, MO','Saturday','8/30/2025','8:00 PM','7094918','The-Struts-8-30-2025'],['The Struts','Bel-Aire Backyard','Las Vegas, NV','Friday','9/12/2025','8:00 PM','6998228','The-Struts-9-12-2025'],['The Struts','Ace of Spades','Sacramento, CA','Saturday','9/13/2025','8:00 PM','7094910','The-Struts-9-13-2025'],['The Struts','Harrahs South Shore Showroom','Stateline, NV','Sunday','9/14/2025','8:00 PM','7094950','The-Struts-9-14-2025'],['The Struts','Knitting Factory Spokane','Spokane, WA','Tuesday','9/16/2025','8:00 PM','7094905','The-Struts-9-16-2025'],['The Struts','The Showbox','Seattle, WA','Thursday','9/18/2025','8:00 PM','7095137','The-Struts-9-18-2025'],['The Struts','Roseland Theater','Portland, OR','Friday','9/19/2025','8:00 PM','7094839','The-Struts-9-19-2025'],['The Struts','Revolution Concert House and Event Center','Garden City, ID','Saturday','9/20/2025','8:00 PM','7094913','The-Struts-9-20-2025'],['The Struts','The Depot - Salt Lake City','Salt Lake City, UT','Monday','9/22/2025','7:00 PM','7094907','The-Struts-9-22-2025'],['The Struts','Ogden Theatre','Denver, CO','Tuesday','9/23/2025','8:00 PM','7095138','The-Struts-9-23-2025'],['The Struts','House Of Blues - Houston','Houston, TX','Thursday','9/25/2025','7:00 PM','7094951','The-Struts-9-25-2025'],['The Struts','The Echo Lounge and Music Hall','Dallas, TX','Friday','9/26/2025','7:00 PM','7094952','The-Struts-9-26-2025'],['The Struts','Stable Hall','San Antonio, TX','Saturday','9/27/2025','9:15 PM','7095139','The-Struts-9-27-2025'],['The Struts','Emo's East','Austin, TX','Sunday','9/28/2025','7:00 PM','7094949','The-Struts-9-28-2025'],['The Struts','Revel Entertainment Center','Albuquerque, NM','Tuesday','9/30/2025','8:00 PM','7094841','The-Struts-9-30-2025'],['The Struts','Rialto Theatre - Tucson','Tucson, AZ','Wednesday','10/1/2025','8:00 PM','7157454','The-Struts-10-1-2025'],['The Struts','The Wiltern','Los Angeles, CA','Friday','10/3/2025','8:00 PM','7157077','The-Struts-10-3-2025'],['The Struts','House Of Blues - San Diego','San Diego, CA','Saturday','10/4/2025','8:00 PM','7157078','The-Struts-10-4-2025']],'The Struts','http://www.ticketnetwork.com/en/search/?text=The Struts');