// 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([['Chris Young','The Fruit Yard Amphitheater','Modesto, CA','Friday','5/9/2025','7:30 PM','6961698','Chris-Young-5-9-2025'],['Chris Young','Tachi Palace Hotel & Casino','Lemoore, CA','Saturday','5/10/2025','8:00 PM','7050658','Chris-Young-5-10-2025'],['Chris Young','Los Angeles County Fair','Pomona, CA','Sunday','5/11/2025','7:30 PM','7006794','Chris-Young-5-11-2025'],['Carolina Country Music Festival: Kid Rock, Jelly Roll, Lainey Wilson & Rascal Flatts - 4 Day Pass','Burroughs & Chapin Pavilion Place','Myrtle Beach, SC','Thursday','6/5/2025','TBD','6552607','Carolina-Country-Music-Festival--Kid-Rock--Jelly-Roll--Lainey-Wilson---Rascal-Flatts---4-Day-Pass-6-5-2025'],['Chris Young','Greater Lima Region Park & Amphitheater','Lima, OH','Friday','6/20/2025','7:30 PM','7070790','Chris-Young-6-20-2025'],['Chris Young','Capitol Federal Amphitheater','Andover, KS','Saturday','8/2/2025','7:30 PM','6993796','Chris-Young-8-2-2025'],['Chris Young','Tulalip Amphitheatre','Marysville, WA','Friday','8/8/2025','7:00 PM','7053507','Chris-Young-8-8-2025'],['Chris Young','Spokane Live At Spokane Tribe Casino','Airway Heights, WA','Saturday','8/9/2025','8:00 PM','7118683','Chris-Young-8-9-2025'],['Chris Young','Maine Savings Amphitheater','Bangor, ME','Friday','8/22/2025','6:30 PM','7091887','Chris-Young-8-22-2025'],['YQM Country Fest: Luke Bryan, Chris Young & Dylan Scott - Saturday','Site MusiquArt Site','Dieppe, Canada','Saturday','8/23/2025','1:00 PM','6786960','YQM-Country-Fest--Luke-Bryan--Chris-Young---Dylan-Scott---Saturday-8-23-2025']],'Chris Young','https://www.ticketnetwork.com');