//
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 = "";
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([['Chase Matthew','Tanana Valley State Fairgrounds','Fairbanks, AK','Saturday','5/30/2026','6:00 PM','7690673','Chase-Matthew-5-30-2026'],['Country Kickoff: Chase Matthew, Dustin Lynch, Vincent Mason & Alexandra Kay','Skydeck on Broadway','Nashville, TN','Tuesday','6/2/2026','6:00 PM','7897022','Country-Kickoff--Chase-Matthew--Dustin-Lynch--Vincent-Mason---Alexandra-Kay-6-2-2026'],['Country Summer: Cole Swindell, Keith Urban & Koe Wetzel - 3 Day Pass','Sonoma County Fairgrounds','Santa Rosa, CA','Friday','6/12/2026','TBD','7880500','Country-Summer--Cole-Swindell--Keith-Urban---Koe-Wetzel---3-Day-Pass-6-12-2026'],['Country Summer: Keith Urban, Chase Matthew & Ingrid Andress - Saturday','Sonoma County Fairgrounds','Santa Rosa, CA','Saturday','6/13/2026','1:00 PM','7880498','Country-Summer--Keith-Urban--Chase-Matthew---Ingrid-Andress---Saturday-6-13-2026'],['Chase Matthew','Bottle & Cork','Dewey Beach, DE','Wednesday','6/17/2026','8:00 PM','7749428','Chase-Matthew-6-17-2026'],['Tailgate N Tallboys Music Festival: Zach Top, Treaty Oak Revival & Jessie Murph - 4 Day Pass','Tailgate N' Tallboys - Normal','Normal, IL','Thursday','6/18/2026','TBD','7503974','Tailgate-N-Tallboys-Music-Festival--Zach-Top--Treaty-Oak-Revival---Jessie-Murph---4-Day-Pass-6-18-2026'],['Tailgate N Tallboys Music Festival: Treaty Oak Revival, Wyatt Flores & Chase Matthew - Friday','Tailgate N' Tallboys - Normal','Normal, IL','Friday','6/19/2026','12:00 PM','7503973','Tailgate-N-Tallboys-Music-Festival--Treaty-Oak-Revival--Wyatt-Flores---Chase-Matthew---Friday-6-19-2026'],['The Country Fest: Kane Brown, Brantley Gilbert & Chase Matthew - Saturday','Clay's Resort Jellystone Park','North Lawrence, OH','Saturday','6/20/2026','11:00 AM','7338472','The-Country-Fest--Kane-Brown--Brantley-Gilbert---Chase-Matthew---Saturday-6-20-2026'],['Chase Matthew & Terri Clark','Linn County Fairgrounds - IA','Central City, IA','Saturday','6/27/2026','7:30 PM','7716025','Chase-Matthew---Terri-Clark-6-27-2026'],['Nate Smith & Chase Matthew','Stampede Arena - Greeley','Greeley, CO','Thursday','7/2/2026','8:00 PM','7698657','Nate-Smith---Chase-Matthew-7-2-2026']],'Chase Matthew','https://www.ticketnetwork.com');