// 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-04A TN_Widget.AddCss('//s3.amazonaws.com/TNService/pl-widget/styles/tnpl-results-widget.css'); TN_Widget.CreateTable([['A Man Named Cash - Tribute to Johnny Cash','Smyrna Opera House','Smyrna, DE','Saturday','10/4/2025','7:00 PM','7355232','A-Man-Named-Cash---Tribute-to-Johnny-Cash-10-4-2025'],['James Garner - Tribute To Johnny Cash','Egyptian Theatre - Boise','Boise, ID','Friday','10/10/2025','7:00 PM','7304269','James-Garner---Tribute-To-Johnny-Cash-10-10-2025'],['Terry Lee Goffee - Tribute to Johnny Cash','Struthers Library Theatre','Warren, PA','Friday','10/10/2025','8:00 PM','7318395','Terry-Lee-Goffee---Tribute-to-Johnny-Cash-10-10-2025'],['A Man Named Cash - Tribute to Johnny Cash','Norwood Theatre','Norwood, MA','Saturday','10/11/2025','7:30 PM','6940405','A-Man-Named-Cash---Tribute-to-Johnny-Cash-10-11-2025'],['James Garner - Tribute To Johnny Cash','State Theatre for the Arts','Red Bluff, CA','Friday','10/17/2025','7:30 PM','7454758','James-Garner---Tribute-To-Johnny-Cash-10-17-2025'],['The Man In Black: Tribute To Johnny Cash','Caesars Atlantic City','Atlantic City, NJ','Friday','10/24/2025','9:00 PM','7257831','The-Man-In-Black--Tribute-To-Johnny-Cash-10-24-2025'],['The Man In Black: Tribute To Johnny Cash','Newton Theatre','Newton, NJ','Saturday','10/25/2025','8:00 PM','7272673','The-Man-In-Black--Tribute-To-Johnny-Cash-10-25-2025'],['The Man In Black: Tribute To Johnny Cash','Plymouth Memorial Hall','Plymouth, MA','Sunday','10/26/2025','7:00 PM','7263408','The-Man-In-Black--Tribute-To-Johnny-Cash-10-26-2025'],['We Walk The Line - A Johnny Cash Tribute','Centre In The Square - Ontario','Kitchener, Canada','Saturday','11/1/2025','7:30 PM','7057413','We-Walk-The-Line---A-Johnny-Cash-Tribute-11-1-2025'],['Folsom Prison Revisited - Tribute To Johnny Cash','Burton Cummings Theatre','Winnipeg, Canada','Wednesday','11/12/2025','7:30 PM','7315764','Folsom-Prison-Revisited---Tribute-To-Johnny-Cash-11-12-2025']],'Johnny Cash','https://www.ticketnetwork.com');