//
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([['Metamorphosis Arts and Music Project: Illenium & Ganja White Night - 2 Day Pass','Orlando Amphitheater at Central Florida Fairgrounds','Orlando, FL','Friday','8/28/2026','TBD','7943484','Metamorphosis-Arts-and-Music-Project--Illenium---Ganja-White-Night---2-Day-Pass-8-28-2026'],['Camp Alderwild: Of The Trees & Daily Bread - 2 Day Pass','Town Park Telluride','Telluride, CO','Friday','8/28/2026','TBD','7733697','Camp-Alderwild--Of-The-Trees---Daily-Bread---2-Day-Pass-8-28-2026'],['Buckaroo: Old Crow Medicine Show & Marty Stuart - Friday','The Essentia Health Plaza at the Lights','West Fargo, ND','Friday','8/28/2026','6:00 PM','7735418','Buckaroo--Old-Crow-Medicine-Show---Marty-Stuart---Friday-8-28-2026'],['Koe Wetzel & Shane Smith and The Saints','Meadow Brook Amphitheatre','Rochester Hills, MI','Friday','8/28/2026','6:45 PM','7764147','Koe-Wetzel---Shane-Smith-and-The-Saints-8-28-2026'],['Alabama - The Band','Hunter Pavilion At Ravinia','Highland Park, IL','Friday','8/28/2026','7:30 PM','7800930','Alabama---The-Band-8-28-2026'],['Dave Matthews Band','Fiddlers Green Amphitheatre','Englewood, CO','Friday','8/28/2026','7:30 PM','7705611','Dave-Matthews-Band-8-28-2026'],['Great Outdoors Comedy Festival: Matt Rife - Friday Evening','Prince's Island Park','Calgary, Canada','Friday','8/28/2026','7:30 PM','7495757','Great-Outdoors-Comedy-Festival--Matt-Rife---Friday-Evening-8-28-2026'],['Great Outdoors Comedy Festival: Bill Burr - Friday Evening','Brockton Fields at Stanley Park','Vancouver, Canada','Friday','8/28/2026','7:30 PM','7496367','Great-Outdoors-Comedy-Festival--Bill-Burr---Friday-Evening-8-28-2026'],['Pitbull & Lil Jon','The Meadows Music Theatre','Hartford, CT','Friday','8/28/2026','8:00 PM','7680972','Pitbull---Lil-Jon-8-28-2026'],['Emma - The Play','Allen Elizabeth Theatre - Oregon Shakespeare Festival','Ashland, OR','Friday','8/28/2026','8:00 PM','7752050','Emma---The-Play-8-28-2026']],'"Festival"','https://www.ticketnetwork.com');