// 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-01A 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([['5 Seconds of Summer','OVO Hydro','Glasgow, United Kingdom','Monday','3/30/2026','6:30 PM','7529730','5-Seconds-of-Summer-3-30-2026'],['5 Seconds of Summer','Utilita Arena Birmingham','Birmingham, United Kingdom','Tuesday','3/31/2026','6:00 PM','7529731','5-Seconds-of-Summer-3-31-2026'],['5 Seconds of Summer','O2 Arena - London','London, United Kingdom','Thursday','4/2/2026','6:30 PM','7527712','5-Seconds-of-Summer-4-2-2026'],['5 Seconds of Summer','Co-Op Live','Manchester, United Kingdom','Saturday','4/4/2026','7:30 PM','7511754','5-Seconds-of-Summer-4-4-2026'],['5 Seconds of Summer','Utilita Arena Cardiff','Cardiff, United Kingdom','Sunday','4/5/2026','6:30 PM','7529729','5-Seconds-of-Summer-4-5-2026'],['5 Seconds of Summer','Mohegan Sun Arena - CT','Uncasville, CT','Friday','5/29/2026','8:00 PM','7511830','5-Seconds-of-Summer-5-29-2026'],['5 Seconds of Summer','Giant Center','Hershey, PA','Sunday','5/31/2026','8:00 PM','7511831','5-Seconds-of-Summer-5-31-2026'],['5 Seconds of Summer','TD Coliseum','Hamilton, Canada','Tuesday','6/2/2026','8:00 PM','7511825','5-Seconds-of-Summer-6-2-2026'],['5 Seconds of Summer','Centre Bell','Montreal, Canada','Wednesday','6/3/2026','8:00 PM','7511826','5-Seconds-of-Summer-6-3-2026'],['5 Seconds of Summer','TD Garden','Boston, MA','Friday','6/5/2026','8:00 PM','7511832','5-Seconds-of-Summer-6-5-2026'],['5 Seconds of Summer','CFG Bank Arena','Baltimore, MD','Sunday','6/7/2026','8:00 PM','7511833','5-Seconds-of-Summer-6-7-2026'],['5 Seconds of Summer','Rocket Arena','Cleveland, OH','Tuesday','6/9/2026','8:00 PM','7511835','5-Seconds-of-Summer-6-9-2026'],['5 Seconds of Summer','PPG Paints Arena','Pittsburgh, PA','Thursday','6/11/2026','8:00 PM','7511837','5-Seconds-of-Summer-6-11-2026'],['5 Seconds of Summer','Madison Square Garden','New York, NY','Saturday','6/13/2026','8:00 PM','7511838','5-Seconds-of-Summer-6-13-2026'],['5 Seconds of Summer','Madison Square Garden','New York, NY','Sunday','6/14/2026','8:00 PM','7532078','5-Seconds-of-Summer-6-14-2026'],['5 Seconds of Summer','State Farm Arena - GA','Atlanta, GA','Tuesday','6/16/2026','8:00 PM','7511840','5-Seconds-of-Summer-6-16-2026'],['5 Seconds of Summer','Kia Center','Orlando, FL','Wednesday','6/17/2026','8:00 PM','7511841','5-Seconds-of-Summer-6-17-2026'],['5 Seconds of Summer','Bridgestone Arena','Nashville, TN','Friday','6/19/2026','8:00 PM','7511842','5-Seconds-of-Summer-6-19-2026'],['5 Seconds of Summer','Moody Center ATX','Austin, TX','Sunday','6/21/2026','8:00 PM','7511843','5-Seconds-of-Summer-6-21-2026'],['5 Seconds of Summer','Dickies Arena','Fort Worth, TX','Tuesday','6/23/2026','8:00 PM','7511844','5-Seconds-of-Summer-6-23-2026'],['5 Seconds of Summer','Desert Diamond Arena','Glendale, AZ','Friday','6/26/2026','8:00 PM','7511845','5-Seconds-of-Summer-6-26-2026'],['5 Seconds of Summer','Honda Center','Anaheim, CA','Saturday','6/27/2026','8:00 PM','7511846','5-Seconds-of-Summer-6-27-2026'],['5 Seconds of Summer','Moda Center at the Rose Quarter','Portland, OR','Tuesday','6/30/2026','8:00 PM','7511847','5-Seconds-of-Summer-6-30-2026'],['5 Seconds of Summer','Climate Pledge Arena','Seattle, WA','Thursday','7/2/2026','8:00 PM','7511848','5-Seconds-of-Summer-7-2-2026'],['5 Seconds of Summer','Rogers Arena','Vancouver, Canada','Saturday','7/4/2026','8:00 PM','7511828','5-Seconds-of-Summer-7-4-2026']],'5 seconds of summer','http://www.ticketnetwork.com/en/search/?text=5%20seconds%20of%20summer');