// 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([['Purity Ring','ACL Live At The Moody Theater','Austin, TX','Saturday','11/8/2025','8:00 PM','7264241','Purity-Ring-11-8-2025'],['Hairball','ACL Live At The Moody Theater','Austin, TX','Sunday','11/9/2025','8:00 PM','7211821','Hairball-11-9-2025'],['Wyclef Jean','ACL Live At The Moody Theater','Austin, TX','Monday','11/10/2025','9:00 PM','7344113','Wyclef-Jean-11-10-2025'],['Straight No Chaser','ACL Live At The Moody Theater','Austin, TX','Tuesday','11/11/2025','7:30 PM','7151742','Straight-No-Chaser-11-11-2025'],['Sarah Millican','ACL Live At The Moody Theater','Austin, TX','Wednesday','11/12/2025','8:00 PM','6864252','Sarah-Millican-11-12-2025'],['Of Monsters and Men','ACL Live At The Moody Theater','Austin, TX','Thursday','11/13/2025','8:00 PM','7314397','Of-Monsters-and-Men-11-13-2025'],['Hannah Berner','ACL Live At The Moody Theater','Austin, TX','Friday','11/14/2025','8:00 PM','7166202','Hannah-Berner-11-14-2025'],['Yandel','ACL Live At The Moody Theater','Austin, TX','Friday','11/21/2025','8:00 PM','7458229','Yandel-11-21-2025'],['Joe Bonamassa','ACL Live At The Moody Theater','Austin, TX','Saturday','11/22/2025','8:00 PM','7121581','Joe-Bonamassa-11-22-2025'],['John Crist','ACL Live At The Moody Theater','Austin, TX','Sunday','11/23/2025','7:00 PM','7071746','John-Crist-11-23-2025']],'"Austin City Limits"','https://www.ticketnetwork.com');