// 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([['The Weeknd','Estadio GNP Seguros - Mexico City','Mexico City, Mexico','Monday','4/20/2026','9:00 PM','7395714','The-Weeknd-4-20-2026'],['The Weeknd','Estadio GNP Seguros - Mexico City','Mexico City, Mexico','Tuesday','4/21/2026','9:00 PM','7395715','The-Weeknd-4-21-2026'],['The Weeknd','Stade De France','Saint-Denis, France','Friday','7/10/2026','TBD','7396890','The-Weeknd-7-10-2026'],['The Weeknd','San Siro','Milan, Italy','Friday','7/24/2026','TBD','7396883','The-Weeknd-7-24-2026'],['The Weeknd','San Siro','Milan, Italy','Saturday','7/25/2026','TBD','7396884','The-Weeknd-7-25-2026'],['The Weeknd','Deutsche Bank Park','Frankfurt am Main, Germany','Thursday','7/30/2026','TBD','7396880','The-Weeknd-7-30-2026'],['The Weeknd','Deutsche Bank Park','Frankfurt am Main, Germany','Friday','7/31/2026','TBD','7396881','The-Weeknd-7-31-2026'],['The Weeknd','Wembley Stadium','London, United Kingdom','Friday','8/14/2026','7:00 PM','7396856','The-Weeknd-8-14-2026'],['The Weeknd','Wembley Stadium','London, United Kingdom','Saturday','8/15/2026','7:00 PM','7396849','The-Weeknd-8-15-2026'],['The Weeknd','Wembley Stadium','London, United Kingdom','Sunday','8/16/2026','7:00 PM','7396858','The-Weeknd-8-16-2026'],['The Weeknd','Wembley Stadium','London, United Kingdom','Tuesday','8/18/2026','7:00 PM','7402989','The-Weeknd-8-18-2026'],['The Weeknd','Estadio Metropolitano','Madrid, Spain','Saturday','8/29/2026','8:00 PM','7396764','The-Weeknd-8-29-2026'],['The Weeknd','Suncorp Stadium','Brisbane, Australia','Monday','11/20/2073','12:00 AM','5904256','The-Weeknd-11-20-2073'],['The Weeknd','Suncorp Stadium','Brisbane, Australia','Tuesday','11/21/2073','12:00 AM','5910354','The-Weeknd-11-21-2073'],['The Weeknd','Accor Stadium','Sydney, Australia','Friday','11/24/2073','12:00 AM','5904257','The-Weeknd-11-24-2073'],['The Weeknd','Accor Stadium','Sydney, Australia','Saturday','11/25/2073','12:00 AM','5910334','The-Weeknd-11-25-2073'],['The Weeknd','Accor Stadium','Sydney, Australia','Monday','11/27/2073','12:00 AM','6039283','The-Weeknd-11-27-2073'],['The Weeknd','Marvel Stadium','Melbourne, Australia','Friday','12/1/2073','12:00 AM','5904258','The-Weeknd-12-1-2073'],['The Weeknd','Marvel Stadium','Melbourne, Australia','Monday','12/4/2073','5:00 PM','5915674','The-Weeknd-12-4-2073'],['The Weeknd','Marvel Stadium','Melbourne, Australia','Tuesday','12/5/2073','12:00 AM','6039284','The-Weeknd-12-5-2073'],['The Weeknd','Eden Park - New Zealand','Auckland, New Zealand','Friday','12/8/2073','12:00 AM','6039285','The-Weeknd-12-8-2073'],['The Weeknd','Eden Park - New Zealand','Auckland, New Zealand','Saturday','12/9/2073','12:00 AM','6039286','The-Weeknd-12-9-2073']],'The Weeknd','http://www.ticketnetwork.com/en/search/?text=The%20Weeknd');