// 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-03A TN_Widget.AddCss('//s3.amazonaws.com/TNService/pl-widget/styles/tnpl-results-widget.css'); TN_Widget.CreateTable([['Dylan Gossett','London Music Hall - Ontario','London, Canada','Tuesday','5/13/2025','7:00 PM','6872015','Dylan-Gossett-5-13-2025'],['Dylan Gossett','Elements Night Club - Kitchener','Kitchener, Canada','Wednesday','5/14/2025','7:00 PM','6872016','Dylan-Gossett-5-14-2025'],['Dylan Gossett','Kee To Bala','Bala, Canada','Friday','5/16/2025','7:00 PM','6872017','Dylan-Gossett-5-16-2025'],['Dylan Gossett','Le Theatre Capitole','Quebec, Canada','Tuesday','5/20/2025','8:00 PM','6872018','Dylan-Gossett-5-20-2025'],['Dylan Gossett','Southam Hall at National Arts Centre','Ottawa, Canada','Wednesday','5/21/2025','8:00 PM','6872020','Dylan-Gossett-5-21-2025'],['Dylan Gossett','MTelus','Montreal, Canada','Friday','5/23/2025','8:00 PM','6872019','Dylan-Gossett-5-23-2025'],['Dylan Gossett','Jannus Live','St. Petersburg, FL','Thursday','5/29/2025','8:00 PM','6872195','Dylan-Gossett-5-29-2025'],['Dylan Gossett','House Of Blues - Orlando','Orlando, FL','Friday','5/30/2025','7:00 PM','6872000','Dylan-Gossett-5-30-2025'],['Dylan Gossett','Backyard at Revolution Live Outdoors','Fort Lauderdale, FL','Saturday','5/31/2025','7:00 PM','6872005','Dylan-Gossett-5-31-2025'],['Carolina Country Music Festival: Kid Rock, Jelly Roll, Lainey Wilson & Rascal Flatts - 4 Day Pass','Burroughs & Chapin Pavilion Place','Myrtle Beach, SC','Thursday','6/5/2025','TBD','6552607','Carolina-Country-Music-Festival--Kid-Rock--Jelly-Roll--Lainey-Wilson---Rascal-Flatts---4-Day-Pass-6-5-2025']],'Dylan Gossett','https://www.ticketnetwork.com');