// 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 "
" + row[3].substring(0,3) + "
" + date + "" + row[5] + "
" + row[0] + "" + row[1] + ", " + row[2] + "
"; } }, 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 += '
See all events for '+ kwds + ' on TicketNetwork.com
'; } else { document.write("
See all events for "+ kwds + " on TicketNetwork.com
"); } } } }; }(); //BPW-TNSERV-03A 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([['Riot Fest Late Night: Senses Fail','Cobra Lounge','Chicago, IL','Saturday','9/20/2025','10:00 PM','7320129','Riot-Fest-Late-Night--Senses-Fail-9-20-2025'],['Senses Fail & Story Of The Year','The Eastern - GA','Atlanta, GA','Monday','11/17/2025','7:30 PM','7352885','Senses-Fail---Story-Of-The-Year-11-17-2025'],['Senses Fail & Story Of The Year','The Ritz - Raleigh','Raleigh, NC','Tuesday','11/18/2025','7:30 PM','7352842','Senses-Fail---Story-Of-The-Year-11-18-2025'],['Senses Fail & Story Of The Year','Nevermore Hall','Baltimore, MD','Wednesday','11/19/2025','7:30 PM','7352843','Senses-Fail---Story-Of-The-Year-11-19-2025'],['Senses Fail & Story Of The Year','Franklin Music Hall','Philadelphia, PA','Friday','11/21/2025','8:00 PM','7352892','Senses-Fail---Story-Of-The-Year-11-21-2025'],['Senses Fail & Story Of The Year','Palladium Times Square','New York, NY','Saturday','11/22/2025','8:00 PM','7352844','Senses-Fail---Story-Of-The-Year-11-22-2025'],['Senses Fail & Story Of The Year','Roadrunner','Brighton, MA','Sunday','11/23/2025','7:30 PM','7352899','Senses-Fail---Story-Of-The-Year-11-23-2025'],['Senses Fail & Story Of The Year','Buffalo Riverworks','Buffalo, NY','Monday','11/24/2025','7:30 PM','7352845','Senses-Fail---Story-Of-The-Year-11-24-2025'],['Senses Fail & Story Of The Year','Saint Andrews Hall - Detroit','Detroit, MI','Tuesday','11/25/2025','6:30 PM','7352846','Senses-Fail---Story-Of-The-Year-11-25-2025'],['Senses Fail & Story Of The Year','Roxian Theatre','McKees Rocks, PA','Saturday','11/29/2025','8:00 PM','7352847','Senses-Fail---Story-Of-The-Year-11-29-2025'],['Senses Fail & Story Of The Year','Bogarts','Cincinnati, OH','Sunday','11/30/2025','7:30 PM','7352848','Senses-Fail---Story-Of-The-Year-11-30-2025'],['Senses Fail & Story Of The Year','The Rave II - Milwaukee','Milwaukee, WI','Tuesday','12/2/2025','7:30 PM','7353425','Senses-Fail---Story-Of-The-Year-12-2-2025'],['Senses Fail & Story Of The Year','The Fillmore - Minneapolis','Minneapolis, MN','Wednesday','12/3/2025','7:30 PM','7352849','Senses-Fail---Story-Of-The-Year-12-3-2025'],['Senses Fail & Story Of The Year - 2 Day Pass','The Summit Music Hall','Denver, CO','Friday','12/5/2025','TBD','7352850','Senses-Fail---Story-Of-The-Year---2-Day-Pass-12-5-2025'],['Senses Fail & Story Of The Year','The Summit Music Hall','Denver, CO','Friday','12/5/2025','8:00 PM','7352852','Senses-Fail---Story-Of-The-Year-12-5-2025'],['Senses Fail & Story Of The Year','The Summit Music Hall','Denver, CO','Saturday','12/6/2025','8:00 PM','7352851','Senses-Fail---Story-Of-The-Year-12-6-2025'],['Senses Fail & Story Of The Year','Rockwell At The Complex','Salt Lake City, UT','Sunday','12/7/2025','6:30 PM','7353426','Senses-Fail---Story-Of-The-Year-12-7-2025'],['Senses Fail & Story Of The Year','Showbox SoDo','Seattle, WA','Tuesday','12/9/2025','7:30 PM','7352901','Senses-Fail---Story-Of-The-Year-12-9-2025'],['Senses Fail & Story Of The Year','Revolution Hall - Portland','Portland, OR','Wednesday','12/10/2025','7:30 PM','7353441','Senses-Fail---Story-Of-The-Year-12-10-2025'],['Senses Fail & Story Of The Year','House Of Blues - Anaheim','Anaheim, CA','Friday','12/12/2025','7:00 PM','7352853','Senses-Fail---Story-Of-The-Year-12-12-2025'],['Senses Fail & Story Of The Year','Riverside Municipal Auditorium','Riverside, CA','Saturday','12/13/2025','7:00 PM','7352854','Senses-Fail---Story-Of-The-Year-12-13-2025']],'Senses Fail','http://www.ticketnetwork.com/en/search/?text=Senses%20Fail');