//
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-03A
TN_Widget.AddCss('//s3.amazonaws.com/TNService/pl-widget/styles/tnpl-results-widget.css');
TN_Widget.CreateTable([['Country Boom: Koe Wetzel, Nate Smith, Lil Jon & Kameron Marlowe - 3 Day Pass','Country Boom Grounds','West Salem, WI','Thursday','7/10/2025','TBD','6856699','Country-Boom--Koe-Wetzel--Nate-Smith--Lil-Jon---Kameron-Marlowe---3-Day-Pass-7-10-2025'],['Chase Matthew','The Rhythm Section Amphitheater','Mount Carroll, IL','Saturday','7/12/2025','6:00 PM','7158598','Chase-Matthew-7-12-2025'],['Hodag Country Festival: Nate Smith, Chase Matthew & Drew Baldridge (Time: TBD)','Hodag Country Festival','Rhinelander, WI','Sunday','7/13/2025','12:00 PM','6892459','Hodag-Country-Festival--Nate-Smith--Chase-Matthew---Drew-Baldridge--Time--TBD--7-13-2025'],['Keith Urban, Chase Matthew & Alana Springsteen','Fiddlers Green Amphitheatre','Englewood, CO','Thursday','7/17/2025','6:30 PM','6871562','Keith-Urban--Chase-Matthew---Alana-Springsteen-7-17-2025'],['Keith Urban, Chase Matthew & Alana Springsteen','Utah First Credit Union Amphitheatre','Salt Lake City, UT','Friday','7/18/2025','7:00 PM','6871551','Keith-Urban--Chase-Matthew---Alana-Springsteen-7-18-2025'],['Keith Urban, Chase Matthew & Alana Springsteen','Outdoor Amphitheater At Ford Idaho Center ','Nampa, ID','Saturday','7/19/2025','7:00 PM','6871663','Keith-Urban--Chase-Matthew---Alana-Springsteen-7-19-2025'],['Keith Urban, Karley Scott Collins, Alana Springsteen & Chase Matthew','California Mid-state Fair Grounds','Paso Robles, CA','Thursday','7/24/2025','7:00 PM','7020941','Keith-Urban--Karley-Scott-Collins--Alana-Springsteen---Chase-Matthew-7-24-2025'],['Keith Urban, Chase Matthew & Alana Springsteen','Intuit Dome','Inglewood, CA','Saturday','7/26/2025','7:00 PM','6871552','Keith-Urban--Chase-Matthew---Alana-Springsteen-7-26-2025'],['Chase Matthew','General Duffy's Waterhole','Redmond, OR','Saturday','8/9/2025','4:00 PM','7102421','Chase-Matthew-8-9-2025'],['Chase Matthew','The Republik - Honolulu','Honolulu, HI','Saturday','8/30/2025','8:00 PM','7138063','Chase-Matthew-8-30-2025']],'Chase Matthew','https://www.ticketnetwork.com');