//
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-04A
TN_Widget.AddCss('//s3.amazonaws.com/TNService/pl-widget/styles/tnpl-results-widget.css');
TN_Widget.CreateTable([['St. Louis Cardinals vs. Chicago Cubs (Post Game Concert by Jordan Davis)','Busch Stadium','St. Louis, MO','Friday','5/29/2026','7:15 PM','7367668','St--Louis-Cardinals-vs--Chicago-Cubs--Post-Game-Concert-by-Jordan-Davis--5-29-2026'],['Jordan Davis','Hartford HealthCare Amphitheater','Bridgeport, CT','Friday','6/12/2026','7:00 PM','7808135','Jordan-Davis-6-12-2026'],['Jordan Davis','Pier Six Pavilion','Baltimore, MD','Saturday','6/13/2026','8:00 PM','7808133','Jordan-Davis-6-13-2026'],['The Country Fest: Jordan Davis, Treaty Oak Revival, Zach Top & Kane Brown - 4 Day Pass','Clay's Resort Jellystone Park','North Lawrence, OH','Wednesday','6/17/2026','TBD','7338468','The-Country-Fest--Jordan-Davis--Treaty-Oak-Revival--Zach-Top---Kane-Brown---4-Day-Pass-6-17-2026'],['The Country Fest: Jordan Davis & Shane Profit - Wednesday','Clay's Resort Jellystone Park','North Lawrence, OH','Wednesday','6/17/2026','11:00 AM','7338469','The-Country-Fest--Jordan-Davis---Shane-Profit---Wednesday-6-17-2026'],['Jordan Davis','Sunset Amphitheatre - Sunset Station - NV','Henderson, NV','Friday','6/19/2026','8:00 PM','7914541','Jordan-Davis-6-19-2026'],['Boots & Brews Country Music Festival: Jordan Davis & Gretchen Wilson','Morgan Hill Outdoor Sports Center','Morgan Hill, CA','Saturday','6/20/2026','3:00 PM','7624739','Boots---Brews-Country-Music-Festival--Jordan-Davis---Gretchen-Wilson-6-20-2026'],['WYRK Towne Auto Taste of Country: Luke Bryan & Jordan Davis','Sahlen Field','Buffalo, NY','Friday','6/26/2026','5:30 PM','7530713','WYRK-Towne-Auto-Taste-of-Country--Luke-Bryan---Jordan-Davis-6-26-2026'],['Jordan Davis','The Colosseum At Caesars Windsor','Windsor, Canada','Saturday','6/27/2026','8:00 PM','7594614','Jordan-Davis-6-27-2026'],['Windy City Smokeout Festival: Hootie and The Blowfish, Blake Shelton, Jordan Davis & Lainey Wilson - 4 Day Pass','Windy City Smokeout','Chicago, IL','Thursday','7/9/2026','TBD','7522489','Windy-City-Smokeout-Festival--Hootie-and-The-Blowfish--Blake-Shelton--Jordan-Davis---Lainey-Wilson---4-Day-Pass-7-9-2026']],'Jordan Davis','https://www.ticketnetwork.com');