// 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-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([['Twenty One Pilots','Ball Arena','Denver, CO','Thursday','8/15/2024','8:00 PM','6346043','Twenty-One-Pilots-8-15-2024'],['Twenty One Pilots','Ball Arena','Denver, CO','Friday','8/16/2024','8:00 PM','6358552','Twenty-One-Pilots-8-16-2024'],['Twenty One Pilots','Delta Center','Salt Lake City, UT','Sunday','8/18/2024','8:00 PM','6346045','Twenty-One-Pilots-8-18-2024'],['Twenty One Pilots','Moda Center at the Rose Quarter','Portland, OR','Wednesday','8/21/2024','8:00 PM','6346047','Twenty-One-Pilots-8-21-2024'],['Twenty One Pilots','Climate Pledge Arena','Seattle, WA','Thursday','8/22/2024','7:00 PM','6346048','Twenty-One-Pilots-8-22-2024'],['Twenty One Pilots','Oakland Arena','Oakland, CA','Saturday','8/24/2024','8:00 PM','6346050','Twenty-One-Pilots-8-24-2024'],['Twenty One Pilots','Golden 1 Center','Sacramento, CA','Sunday','8/25/2024','8:00 PM','6346051','Twenty-One-Pilots-8-25-2024'],['Twenty One Pilots','Intuit Dome','Inglewood, CA','Tuesday','8/27/2024','8:00 PM','6346053','Twenty-One-Pilots-8-27-2024'],['Twenty One Pilots','Intuit Dome','Inglewood, CA','Wednesday','8/28/2024','8:00 PM','6346055','Twenty-One-Pilots-8-28-2024'],['Twenty One Pilots','Footprint Center','Phoenix, AZ','Friday','8/30/2024','8:00 PM','6346056','Twenty-One-Pilots-8-30-2024'],['Twenty One Pilots','MGM Grand Garden Arena','Las Vegas, NV','Saturday','8/31/2024','8:00 PM','6346057','Twenty-One-Pilots-8-31-2024'],['Twenty One Pilots','Moody Center ATX','Austin, TX','Tuesday','9/3/2024','8:00 PM','6346059','Twenty-One-Pilots-9-3-2024'],['Twenty One Pilots','Toyota Center - TX','Houston, TX','Wednesday','9/4/2024','8:00 PM','6346060','Twenty-One-Pilots-9-4-2024'],['Twenty One Pilots','American Airlines Center','Dallas, TX','Friday','9/6/2024','8:00 PM','6346061','Twenty-One-Pilots-9-6-2024'],['Twenty One Pilots','American Airlines Center','Dallas, TX','Saturday','9/7/2024','8:00 PM','6357274','Twenty-One-Pilots-9-7-2024'],['Twenty One Pilots','Gas South Arena','Duluth, GA','Tuesday','9/10/2024','8:00 PM','6346062','Twenty-One-Pilots-9-10-2024'],['Twenty One Pilots','Kia Center','Orlando, FL','Wednesday','9/11/2024','8:00 PM','6346063','Twenty-One-Pilots-9-11-2024'],['Twenty One Pilots','PNC Arena','Raleigh, NC','Friday','9/13/2024','8:00 PM','6346064','Twenty-One-Pilots-9-13-2024'],['Twenty One Pilots','Wells Fargo Center - PA','Philadelphia, PA','Saturday','9/14/2024','8:00 PM','6346065','Twenty-One-Pilots-9-14-2024'],['Twenty One Pilots','CFG Bank Arena','Baltimore, MD','Sunday','9/15/2024','8:00 PM','6346066','Twenty-One-Pilots-9-15-2024'],['Twenty One Pilots','Prudential Center','Newark, NJ','Tuesday','9/17/2024','8:00 PM','6346067','Twenty-One-Pilots-9-17-2024'],['Twenty One Pilots','Barclays Center','Brooklyn, NY','Wednesday','9/18/2024','8:00 PM','6346069','Twenty-One-Pilots-9-18-2024'],['Twenty One Pilots','TD Garden','Boston, MA','Friday','9/20/2024','8:00 PM','6346070','Twenty-One-Pilots-9-20-2024'],['Twenty One Pilots','TD Garden','Boston, MA','Saturday','9/21/2024','8:00 PM','6357820','Twenty-One-Pilots-9-21-2024'],['Twenty One Pilots','Centre Bell','Montreal, Canada','Wednesday','9/25/2024','8:00 PM','6346082','Twenty-One-Pilots-9-25-2024']],'twenty one pilots','http://www.ticketnetwork.com/en/search/?text=twenty%20one%20pilots');