// 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([['Kip Moore','Beasley Coliseum','Pullman, WA','Saturday','4/18/2026','7:00 PM','7773453','Kip-Moore-4-18-2026'],['Billy Currington & Kip Moore','Grand Casino Hinckley Amphitheater','Hinckley, MN','Friday','6/5/2026','7:00 PM','7745377','Billy-Currington---Kip-Moore-6-5-2026'],['Billy Currington & Kip Moore','Landmark Credit Union Live','Milwaukee, WI','Saturday','6/6/2026','7:00 PM','7741939','Billy-Currington---Kip-Moore-6-6-2026'],['Billy Currington & Kip Moore','Saint Louis Music Park','Maryland Heights, MO','Friday','6/12/2026','7:00 PM','7741942','Billy-Currington---Kip-Moore-6-12-2026'],['Billy Currington & Kip Moore','Lauridsen Amphitheater at Water Works Park','Des Moines, IA','Saturday','6/13/2026','6:30 PM','7741943','Billy-Currington---Kip-Moore-6-13-2026'],['Billy Currington & Kip Moore','The Rooftop at Pier 17','New York, NY','Friday','7/17/2026','6:15 PM','7744381','Billy-Currington---Kip-Moore-7-17-2026'],['Billy Currington & Kip Moore','Stone Pony Summer Stage','Asbury Park, NJ','Saturday','7/18/2026','5:30 PM','7741944','Billy-Currington---Kip-Moore-7-18-2026'],['Billy Currington & Kip Moore','Maine Savings Amphitheater','Bangor, ME','Friday','7/24/2026','7:00 PM','7741945','Billy-Currington---Kip-Moore-7-24-2026'],['Billy Currington & Kip Moore','Hartford HealthCare Amphitheater','Bridgeport, CT','Saturday','7/25/2026','7:00 PM','7741946','Billy-Currington---Kip-Moore-7-25-2026'],['Kip Moore','Indian Ranch','Webster, MA','Sunday','7/26/2026','1:00 PM','7790908','Kip-Moore-7-26-2026']],'"Kip Moore"','https://www.ticketnetwork.com');