//
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([['Aftershock Festival: Blink-182, All Time Low, Taking Back Sunday & Alkaline Trio - Thursday','Discovery Park','Sacramento, CA','Thursday','10/2/2025','11:00 AM','6866344','Aftershock-Festival--Blink-182--All-Time-Low--Taking-Back-Sunday---Alkaline-Trio---Thursday-10-2-2025'],['All Time Low','KettleHouse Amphitheater','Bonner, MT','Saturday','10/4/2025','8:00 PM','7213418','All-Time-Low-10-4-2025'],['All Time Low','JJ's Live','Fayetteville, AR','Wednesday','10/8/2025','7:00 PM','7213482','All-Time-Low-10-8-2025'],['All Time Low','The Criterion - Oklahoma City','Oklahoma City, OK','Thursday','10/9/2025','7:00 PM','7213481','All-Time-Low-10-9-2025'],['All Time Low','Steelhouse Omaha','Omaha, NE','Saturday','10/11/2025','7:00 PM','7213420','All-Time-Low-10-11-2025'],['All Time Low','Red Rocks Amphitheatre','Morrison, CO','Sunday','10/12/2025','7:00 PM','7213415','All-Time-Low-10-12-2025'],['All Time Low','Wamu Theater At Lumen Field Event Center','Seattle, WA','Tuesday','10/14/2025','7:00 PM','7213417','All-Time-Low-10-14-2025'],['All Time Low','The Union Event Center','Salt Lake City, UT','Thursday','10/16/2025','6:30 PM','7213419','All-Time-Low-10-16-2025'],['All Time Low','San Jose Civic','San Jose, CA','Tuesday','10/21/2025','7:00 PM','7213416','All-Time-Low-10-21-2025'],['All Time Low','YouTube Theater at Hollywood Park','Inglewood, CA','Wednesday','10/22/2025','7:00 PM','7213452','All-Time-Low-10-22-2025'],['All Time Low','Arizona Financial Theatre','Phoenix, AZ','Thursday','10/23/2025','7:00 PM','7213450','All-Time-Low-10-23-2025'],['All Time Low','South Side Ballroom at Gilley's','Dallas, TX','Saturday','10/25/2025','7:00 PM','7213451','All-Time-Low-10-25-2025'],['All Time Low','Boeing Center at Tech Port','San Antonio, TX','Sunday','10/26/2025','7:00 PM','7213532','All-Time-Low-10-26-2025'],['All Time Low','The Factory - Chesterfield','St. Louis, MO','Tuesday','10/28/2025','7:00 PM','7213476','All-Time-Low-10-28-2025'],['All Time Low','Vibrant Music Hall','Waukee, IA','Wednesday','10/29/2025','7:00 PM','7213479','All-Time-Low-10-29-2025'],['All Time Low','The Sylvee - WI','Madison, WI','Friday','10/31/2025','7:00 PM','7213472','All-Time-Low-10-31-2025'],['All Time Low','GLC Live at 20 Monroe','Grand Rapids, MI','Sunday','11/2/2025','7:00 PM','7213470','All-Time-Low-11-2-2025'],['All Time Low','The Fillmore - Detroit','Detroit, MI','Monday','11/3/2025','7:00 PM','7213467','All-Time-Low-11-3-2025'],['All Time Low','History - Toronto','Toronto, Canada','Wednesday','11/5/2025','8:00 PM','7213477','All-Time-Low-11-5-2025'],['All Time Low','KEMBA Live!','Columbus, OH','Friday','11/7/2025','7:00 PM','7213465','All-Time-Low-11-7-2025'],['All Time Low','The Andrew J Brady ICON Music Center','Cincinnati, OH','Saturday','11/8/2025','7:00 PM','7213475','All-Time-Low-11-8-2025'],['All Time Low','Avondale Brewing Company','Birmingham, AL','Tuesday','11/11/2025','6:00 PM','7213468','All-Time-Low-11-11-2025'],['All Time Low','Coca-Cola Roxy','Atlanta, GA','Wednesday','11/12/2025','7:00 PM','7213466','All-Time-Low-11-12-2025'],['All Time Low','War Memorial Auditorium - FL','Fort Lauderdale, FL','Friday','11/14/2025','7:00 PM','7213533','All-Time-Low-11-14-2025'],['All Time Low','The BayCare Sound','Clearwater, FL','Saturday','11/15/2025','7:00 PM','7213535','All-Time-Low-11-15-2025']],'all time low','http://www.ticketnetwork.com/en/search/?text=all%20time%20low');