// var TN_Widget = function() { return { //Options newWindow : true, linkText : "Tickets", tixUrl : "https://www.ticketnetwork.com/tix/", trackingParams : "", custLink : true, //depricated kbid : "", //Overwrittable functions trackingLink :"", CreateCustomUrl : function(row) { return this.tixUrl + row[7] + "-tickets-"+ row[6] + ".aspx"; }, CreateEventRow : function(row, isAlt) { return "" + row[3] +"
"+"" + row[4] + "
"+"" + row[5] + ""+"" + row[0] +"" + row[1] +"
" + row[2] +""+""+ this.linkText+ ""; }, 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,kywrds,url) { if(typeof(TN_SetWidgetOptions) == "function") TN_SetWidgetOptions(); //for backwards compatability if(this.kbid != "") this.trackingParams = "?img=249&kbid="+this.kbid; var newTable = []; for(var cntr = 0; cntr < eventData.length; cntr++) newTable.push(this.CreateEventRow(eventData[cntr], cntr % 2 == 1)); var objToAddTo; if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML = '' + newTable.join('') + '
'; } else document.write('
' + newTable.join('') + '
'); if(eventData.length >= 100 && kywrds != undefined) { if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML += '
See all events for '+ kywrds + ' on TicketNetwork.com
'; } else { document.write("
See all events for "+ kywrds + " on TicketNetwork.com
"); } } if(eventData.length > 0) { document.getElementById("previewNote").style.display = "none"; } } }; }(); //BPW-TNSERV-04A TN_Widget.CreateTable([['Mumford & Sons','Utilita Arena Birmingham','Birmingham, United Kingdom','Sunday','12/7/2025','6:00 PM','7046626','Mumford---Sons-12-7-2025'],['Mumford & Sons','Utilita Arena Cardiff','Cardiff, United Kingdom','Monday','12/8/2025','6:30 PM','7046627','Mumford---Sons-12-8-2025'],['Mumford & Sons','O2 Arena - London','London, United Kingdom','Wednesday','12/10/2025','6:30 PM','7046628','Mumford---Sons-12-10-2025'],['Mumford & Sons','O2 Arena - London','London, United Kingdom','Thursday','12/11/2025','6:30 PM','7051399','Mumford---Sons-12-11-2025'],['Wild Horses Music Festival: Mumford & Sons, Lord Huron & Sierra Ferrell','Petco Park','San Diego, CA','Saturday','12/27/2025','4:00 PM','7358803','Wild-Horses-Music-Festival--Mumford---Sons--Lord-Huron---Sierra-Ferrell-12-27-2025'],['Innings Festival: Mumford and Sons, Twenty One Pilots & Blink-182 - 3 Day Pass','Tempe Beach Park','Tempe, AZ','Friday','2/20/2026','TBD','7398394','Innings-Festival--Mumford-and-Sons--Twenty-One-Pilots---Blink-182---3-Day-Pass-2-20-2026'],['Innings Festival: Mumford and Sons, Goo Goo Dolls & Myles Smith - Friday','Tempe Beach Park','Tempe, AZ','Friday','2/20/2026','12:00 PM','7398395','Innings-Festival--Mumford-and-Sons--Goo-Goo-Dolls---Myles-Smith---Friday-2-20-2026'],['Mumford & Sons','Hyde Park - London','London, United Kingdom','Saturday','7/4/2026','2:00 PM','7589522','Mumford---Sons-7-4-2026'],['Hinterland Music Festival: Katseye, Lorde, Mumford and Sons, & Kali Uchis - 4 Day Pass','Avenue of the Saints Amphitheater and Event Center','Saint Charles, IA','Thursday','7/30/2026','TBD','7577114','Hinterland-Music-Festival--Katseye--Lorde--Mumford-and-Sons----Kali-Uchis---4-Day-Pass-7-30-2026']],'Mumford And Sons','https://www.ticketnetwork.com/ticket/Mumford-And-Sons-events.aspx');