// 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-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([['Twenty One Pilots','TQL Stadium','Cincinnati, OH','Thursday','9/18/2025','8:00 PM','7211916','Twenty-One-Pilots-9-18-2025'],['Twenty One Pilots','Budweiser Stage - Toronto','Toronto, Canada','Saturday','9/20/2025','8:00 PM','7211943','Twenty-One-Pilots-9-20-2025'],['Twenty One Pilots','American Family Insurance Amphitheater','Milwaukee, WI','Tuesday','9/23/2025','8:00 PM','7211918','Twenty-One-Pilots-9-23-2025'],['Twenty One Pilots','Credit Union 1 Amphitheatre','Tinley Park, IL','Wednesday','9/24/2025','8:00 PM','7211919','Twenty-One-Pilots-9-24-2025'],['Twenty One Pilots','Hersheypark Stadium','Hershey, PA','Saturday','9/27/2025','8:00 PM','7211921','Twenty-One-Pilots-9-27-2025'],['Twenty One Pilots','The Pavilion At Star Lake','Burgettstown, PA','Sunday','9/28/2025','8:00 PM','7211922','Twenty-One-Pilots-9-28-2025'],['Twenty One Pilots','Xfinity Theatre','Hartford, CT','Tuesday','9/30/2025','8:00 PM','7211924','Twenty-One-Pilots-9-30-2025'],['Twenty One Pilots','Maine Savings Amphitheater','Bangor, ME','Wednesday','10/1/2025','8:00 PM','7211925','Twenty-One-Pilots-10-1-2025'],['Twenty One Pilots','Northwell at Jones Beach Theater','Wantagh, NY','Saturday','10/4/2025','8:00 PM','7211927','Twenty-One-Pilots-10-4-2025'],['Twenty One Pilots','Jiffy Lube Live','Bristow, VA','Sunday','10/5/2025','8:00 PM','7211928','Twenty-One-Pilots-10-5-2025'],['Twenty One Pilots','Veterans United Home Loans Amphitheater','Virginia Beach, VA','Tuesday','10/7/2025','8:00 PM','7211929','Twenty-One-Pilots-10-7-2025'],['Twenty One Pilots','PNC Music Pavilion - Charlotte','Charlotte, NC','Wednesday','10/8/2025','8:00 PM','7211931','Twenty-One-Pilots-10-8-2025'],['Twenty One Pilots','iTHINK Financial Amphitheatre','West Palm Beach, FL','Friday','10/10/2025','8:00 PM','7211933','Twenty-One-Pilots-10-10-2025'],['Twenty One Pilots','MidFlorida Credit Union Amphitheatre At The Florida State Fairgrounds','Tampa, FL','Saturday','10/11/2025','8:00 PM','7211934','Twenty-One-Pilots-10-11-2025'],['Twenty One Pilots','The Wharf Amphitheatre','Orange Beach, AL','Tuesday','10/14/2025','8:00 PM','7211936','Twenty-One-Pilots-10-14-2025'],['Twenty One Pilots','Ameris Bank Amphitheatre','Alpharetta, GA','Wednesday','10/15/2025','8:00 PM','7211937','Twenty-One-Pilots-10-15-2025'],['Twenty One Pilots','Coca-Cola Amphitheater at the BJCC','Birmingham, AL','Friday','10/17/2025','8:00 PM','7211938','Twenty-One-Pilots-10-17-2025'],['Twenty One Pilots','Walmart AMP','Rogers, AR','Sunday','10/19/2025','8:00 PM','7211939','Twenty-One-Pilots-10-19-2025'],['Twenty One Pilots','Dos Equis Pavilion','Dallas, TX','Monday','10/20/2025','8:00 PM','7211940','Twenty-One-Pilots-10-20-2025'],['Twenty One Pilots','North Island Credit Union Amphitheatre','Chula Vista, CA','Thursday','10/23/2025','8:00 PM','7211941','Twenty-One-Pilots-10-23-2025'],['Twenty One Pilots','BMO Stadium','Los Angeles, CA','Saturday','10/25/2025','8:00 PM','7211942','Twenty-One-Pilots-10-25-2025']],'Twenty One Pilots','http://www.ticketnetwork.com/en/search/?text=Twenty One Pilots');