// 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-03A TN_Widget.AddCss('//s3.amazonaws.com/TNService/pl-widget/styles/tnpl-results-widget.css'); TN_Widget.CreateTable([['Witness For The Prosecution','London County Hall','London, United Kingdom','Wednesday','9/2/2026','7:30 PM','7388579','Witness-For-The-Prosecution-9-2-2026'],['Gary Clark Jr.','Peace Concert Hall At The Peace Center - SC','Greenville, SC','Wednesday','9/2/2026','7:30 PM','8023520','Gary-Clark-Jr--9-2-2026'],['Witness For The Prosecution','London County Hall','London, United Kingdom','Thursday','9/3/2026','2:30 PM','7388580','Witness-For-The-Prosecution-9-3-2026'],['Witness For The Prosecution','London County Hall','London, United Kingdom','Thursday','9/3/2026','7:30 PM','7388581','Witness-For-The-Prosecution-9-3-2026'],['Happy Together Tour','Uihlein Hall At Marcus Center','Milwaukee, WI','Thursday','9/3/2026','7:30 PM','7849929','Happy-Together-Tour-9-3-2026'],['Witness For The Prosecution','London County Hall','London, United Kingdom','Friday','9/4/2026','7:30 PM','7388582','Witness-For-The-Prosecution-9-4-2026'],['Ben Rector','Jones Hall for the Performing Arts','Houston, TX','Friday','9/4/2026','7:30 PM','8144591','Ben-Rector-9-4-2026'],['Duane Betts & Palmetto Motel','White Hall At Vashon Center For The Arts','Vashon, WA','Friday','9/4/2026','7:30 PM','8091813','Duane-Betts---Palmetto-Motel-9-4-2026'],['Stella Heath','Forbes Hall at Clark Center For The Performing Arts','Arroyo Grande, CA','Friday','9/4/2026','7:30 PM','7903388','Stella-Heath-9-4-2026'],['Rio Da Yung OG','Charleston Music Hall','Charleston, SC','Friday','9/4/2026','8:00 PM','7963259','Rio-Da-Yung-OG-9-4-2026']],'"All For The Hall"','https://www.ticketnetwork.com');