// 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([['Chris Young','Grand Casino Hotel & Resort','Shawnee, OK','Friday','8/1/2025','8:00 PM','7218232','Chris-Young-8-1-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'],['OC Smoke Show: Chris Young, Chris Janson, The Band Perry & Dylan Schneider','Rancho Mission Viejo Riding Park','San Juan Capistrano, CA','Saturday','8/16/2025','1:00 PM','7193530','OC-Smoke-Show--Chris-Young--Chris-Janson--The-Band-Perry---Dylan-Schneider-8-16-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'],['Forever Young Tour: Mark McGrath, Kid N Play, All-4-One, Montell Jordan, O-Town, Ryan Cabrera, LFO & Chris Kirkpatrick','Marymoor Park','Redmond, WA','Saturday','8/23/2025','5:30 PM','7144974','Forever-Young-Tour--Mark-McGrath--Kid-N-Play--All-4-One--Montell-Jordan--O-Town--Ryan-Cabrera--LFO---Chris-Kirkpatrick-8-23-2025'],['Forever Young Tour: Vanilla Ice, O-Town, Ryan Cabrera, LFO & Chris Kirkpatrick','Nebraska State Fairgrounds','Grand Island, NE','Saturday','8/30/2025','7:30 PM','7053826','Forever-Young-Tour--Vanilla-Ice--O-Town--Ryan-Cabrera--LFO---Chris-Kirkpatrick-8-30-2025'],['Stars of Texas Music Festival: Chris Young, Clint Black & Pat Green - 3 Day Pass','Texas Motorplex','Ennis, TX','Friday','10/3/2025','TBD','7141840','Stars-of-Texas-Music-Festival--Chris-Young--Clint-Black---Pat-Green---3-Day-Pass-10-3-2025']],'Chris Young','https://www.ticketnetwork.com');