// 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([['Chris Janson','Abacoa Town Center Amphitheatre','Jupiter, FL','Friday','3/20/2026','6:00 PM','7633216','Chris-Janson-3-20-2026'],['Chris Janson','Anderson Music Hall','Hiawassee, GA','Saturday','3/21/2026','7:00 PM','7499073','Chris-Janson-3-21-2026'],['Chris Janson','Plaza Theater - Glasgow','Glasgow, KY','Saturday','3/28/2026','8:00 PM','7755692','Chris-Janson-3-28-2026'],['Chris Janson','Peoples Bank Theatre','Marietta, OH','Friday','4/17/2026','8:00 PM','7758578','Chris-Janson-4-17-2026'],['National Route 66 Centennial Kickoff: Little Big Town, Chris Janson, Gary Levox, & Gretchen Wilson','Great Southern Bank Arena','Springfield, MO','Thursday','4/30/2026','5:15 PM','7711839','National-Route-66-Centennial-Kickoff--Little-Big-Town--Chris-Janson--Gary-Levox----Gretchen-Wilson-4-30-2026'],['Chris Janson','Bottle & Cork','Dewey Beach, DE','Thursday','6/4/2026','8:00 PM','7726383','Chris-Janson-6-4-2026'],['Chris Janson','Innsbrook Pavilion','Glen Allen, VA','Friday','6/5/2026','7:00 PM','7689489','Chris-Janson-6-5-2026'],['River and Rails Festival: Chris Janson, Daughtry, George Birge, & Parmalee - 3 Day Pass','Three Sisters Park','Chillicothe, IL','Thursday','7/23/2026','TBD','7630292','River-and-Rails-Festival--Chris-Janson--Daughtry--George-Birge----Parmalee---3-Day-Pass-7-23-2026'],['County Line Country Fest: Brothers Osborne, Chris Janson, & Graham Barham - Friday','Country on the River Festival Grounds','Prairie Du Chien, WI','Friday','7/31/2026','8:00 AM','7559816','County-Line-Country-Fest--Brothers-Osborne--Chris-Janson----Graham-Barham---Friday-7-31-2026'],['Chris Janson','Hampton Beach Casino Ballroom','Hampton, NH','Saturday','8/29/2026','8:00 PM','7753494','Chris-Janson-8-29-2026']],'"Chris Janson"','https://www.ticketnetwork.com');