// 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-01A TN_Widget.AddCss('//s3.amazonaws.com/TNService/pl-widget/styles/tnpl-results-widget.css'); TN_Widget.CreateTable([['John Anderson','Dakota Magic Casino','Hankinson, ND','Friday','6/13/2025','8:00 PM','6927670','John-Anderson-6-13-2025'],['John Anderson','Northern Lights Casino','Walker, MN','Sunday','6/15/2025','6:00 PM','7006409','John-Anderson-6-15-2025'],['John Anderson','New Barn Theatre','Mount Vernon, KY','Saturday','7/19/2025','7:30 PM','7041081','John-Anderson-7-19-2025'],['John Anderson','Missouri State Fairground','Sedalia, MO','Tuesday','8/12/2025','7:30 PM','7076018','John-Anderson-8-12-2025'],['John Anderson','Fox Theatre - Hutchinson','Hutchinson, KS','Thursday','8/14/2025','7:30 PM','7039444','John-Anderson-8-14-2025'],['John Crist','Anderson Music Hall','Hiawassee, GA','Sunday','9/28/2025','7:00 PM','7071717','John-Crist-9-28-2025'],['John Anderson','Rialto Square Theatre','Joliet, IL','Thursday','10/9/2025','7:30 PM','7138640','John-Anderson-10-9-2025'],['John Anderson','Adler Theatre','Davenport, IA','Friday','10/10/2025','7:30 PM','7138641','John-Anderson-10-10-2025'],['Jim Curry - John Denver Tribute','Paramount Theatre - Anderson','Anderson, IN','Thursday','11/6/2025','7:00 PM','6968265','Jim-Curry---John-Denver-Tribute-11-6-2025']],'John Anderson','https://www.ticketnetwork.com');