// 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 t = row[4].split("/"); t[0] = months[t[0]]; t[2] = ", " + t[2]; return "

" + t[0] + " " + "" + t[1] + "" + t[2] + "

" + row[3].substring(0,3) + " " + row[5] + "

" + row[0] + "

" + row[1] + " - " + row[2] + "

" + this.btnText + "" + ""; }, 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 newTable = []; for(var cntr = 0; cntr < eventData.length; cntr++) newTable.push(this.CreateEventRow(eventData[cntr], cntr % 2 == 1)); var objToAddTo; var footerLink = "" + this.footerText + ""; if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML = "" + newTable.join('') + "" + footerLink + "
"; } else if(document.querySelector(".tnpl_results_container") != null) { document.querySelector(".tnpl_results_container").innerHTML = "" + newTable.join('') + "" + footerLink + "
"; } else document.write("
" + newTable.join('') + "" + footerLink + "
"); } }; }(); //BPW-TNSERV-02A TN_Widget.AddCss('//s3.amazonaws.com/TNService/pl-widget/styles/tnpl-results-widget.css'); TN_Widget.CreateTable([['Mumford and Sons & Marcus King Band','John Paul Jones Arena','Charlottesville, VA','Sunday','9/20/2026','7:30 PM','7748356','Mumford-and-Sons---Marcus-King-Band-9-20-2026'],['Mumford and Sons & Marcus King Band','Acrisure Amphitheater','Grand Rapids, MI','Tuesday','9/22/2026','7:30 PM','7748358','Mumford-and-Sons---Marcus-King-Band-9-22-2026'],['Mumford and Sons & Marcus King Band','Kohl Center','Madison, WI','Wednesday','9/23/2026','7:30 PM','7748359','Mumford-and-Sons---Marcus-King-Band-9-23-2026'],['Mumford and Sons & Marcus King Band','Coca-Cola Amphitheater at the BJCC','Birmingham, AL','Tuesday','9/29/2026','7:30 PM','7748360','Mumford-and-Sons---Marcus-King-Band-9-29-2026'],['Mumford and Sons & Marcus King Band','The Cynthia Woods Mitchell Pavilion','Spring, TX','Thursday','10/1/2026','7:30 PM','7748336','Mumford-and-Sons---Marcus-King-Band-10-1-2026'],['The Marcus King Band','Margaritaville Resort Casino','Bossier City, LA','Friday','10/2/2026','8:00 PM','8075353','The-Marcus-King-Band-10-2-2026'],['Grand Ole Opry: Rhett Akins, Marcus King & The Oak Ridge Boys','Grand Ole Opry House','Nashville, TN','Saturday','10/3/2026','7:00 PM','7512933','Grand-Ole-Opry--Rhett-Akins--Marcus-King---The-Oak-Ridge-Boys-10-3-2026'],['Grand Ole Opry: Rhett Akins, Marcus King & The Oak Ridge Boys','Grand Ole Opry House','Nashville, TN','Saturday','10/3/2026','9:30 PM','7884695','Grand-Ole-Opry--Rhett-Akins--Marcus-King---The-Oak-Ridge-Boys-10-3-2026'],['The Marcus King Band','House Of Blues - Anaheim','Anaheim, CA','Wednesday','12/2/2026','7:00 PM','8195731','The-Marcus-King-Band-12-2-2026'],['The Marcus King Band','The Theater at Virgin Hotels - Las Vegas','Las Vegas, NV','Thursday','12/3/2026','8:30 PM','8195734','The-Marcus-King-Band-12-3-2026']],'Marcus King','https://www.ticketnetwork.com');