//
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([['Mumford and Sons, Lord Huron & Dylan Gossett','Fenway Park','Boston, MA','Monday','6/22/2026','6:00 PM','7748345','Mumford-and-Sons--Lord-Huron---Dylan-Gossett-6-22-2026'],['Cavendish Beach Music Festival: Dylan Gossett, Muscadine Bloodline & Ashley McBryde - 3 Day Pass','Cavendish Beach Music Festival','Green Gables, Canada','Thursday','7/9/2026','TBD','7338070','Cavendish-Beach-Music-Festival--Dylan-Gossett--Muscadine-Bloodline---Ashley-McBryde---3-Day-Pass-7-9-2026'],['Cavendish Beach Music Festival: Dylan Gossett, Avery Anna & Chase McDaniel - Thursday','Cavendish Beach Music Festival','Green Gables, Canada','Thursday','7/9/2026','12:00 PM','7338073','Cavendish-Beach-Music-Festival--Dylan-Gossett--Avery-Anna---Chase-McDaniel---Thursday-7-9-2026'],['Dylan Gossett','Summit Stage At Snow King Mountain Resort','Jackson, WY','Friday','7/17/2026','6:00 PM','7705745','Dylan-Gossett-7-17-2026'],['The Red Clay Strays, Dylan Gossett & Sweet Talk','Denny Sanford Premier Center','Sioux Falls, SD','Sunday','8/16/2026','6:30 PM','7906827','The-Red-Clay-Strays--Dylan-Gossett---Sweet-Talk-8-16-2026'],['The Red Clay Strays, Dylan Gossett & Sweet Talk','Alerus Center','Grand Forks, ND','Tuesday','8/18/2026','6:30 PM','7906828','The-Red-Clay-Strays--Dylan-Gossett---Sweet-Talk-8-18-2026'],['The Red Clay Strays, Dylan Gossett & Sweet Talk','Bismarck Event Center','Bismarck, ND','Wednesday','8/19/2026','6:30 PM','7906829','The-Red-Clay-Strays--Dylan-Gossett---Sweet-Talk-8-19-2026'],['The Red Clay Strays, Dylan Gossett & Sweet Talk','Adams Event Center','Missoula, MT','Saturday','8/22/2026','6:30 PM','7906831','The-Red-Clay-Strays--Dylan-Gossett---Sweet-Talk-8-22-2026'],['Dylan Gossett & Charles Wesley Godwin','Cooks Garage','Lubbock, TX','Friday','8/28/2026','7:00 PM','7938799','Dylan-Gossett---Charles-Wesley-Godwin-8-28-2026'],['Dylan Gossett & Charles Wesley Godwin','WhiteWater Amphitheater','New Braunfels, TX','Saturday','8/29/2026','7:30 PM','7941063','Dylan-Gossett---Charles-Wesley-Godwin-8-29-2026']],'Dylan Gossett','https://www.ticketnetwork.com');