//
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([['Mountain Music Festival: Andy Frasco and The U.N., Melvin Seals and JGB & The Floozies - 3 Day Pass','Ace Adventure Resort','Oak Hill, WV','Thursday','6/4/2026','TBD','7727152','Mountain-Music-Festival--Andy-Frasco-and-The-U-N---Melvin-Seals-and-JGB---The-Floozies---3-Day-Pass-6-4-2026'],['CMA Fest - 4 Day Pass','Nissan Stadium - Nashville','Nashville, TN','Thursday','6/4/2026','TBD','7203803','CMA-Fest---4-Day-Pass-6-4-2026'],['CMA Fest: Ella Langley, Jason Aldean & Tucker Wetmore - Thursday','Nissan Stadium - Nashville','Nashville, TN','Thursday','6/4/2026','7:00 PM','7203805','CMA-Fest--Ella-Langley--Jason-Aldean---Tucker-Wetmore---Thursday-6-4-2026'],['Guitars and Gasoline: The Glorious Sons, Default, & The Northern Pikes - Friday','Calabogie Motorsports Park','Calabogie, Canada','Friday','6/5/2026','TBD','7672057','Guitars-and-Gasoline--The-Glorious-Sons--Default----The-Northern-Pikes---Friday-6-5-2026'],['Governors Ball Music Festival: Lorde, Stray Kids, Kali Uchis & ASAP Rocky - 3 Day Pass','Flushing Meadows - Corona Park','Flushing, NY','Friday','6/5/2026','TBD','7664946','Governors-Ball-Music-Festival--Lorde--Stray-Kids--Kali-Uchis---ASAP-Rocky---3-Day-Pass-6-5-2026'],['High Tide Festival: Louis The Child, The Chainsmokers, Elderbrook & Bob Moses - 2 Day Pass','Riverfront Park - North Charleston','North Charleston, SC','Friday','6/5/2026','TBD','7747393','High-Tide-Festival--Louis-The-Child--The-Chainsmokers--Elderbrook---Bob-Moses---2-Day-Pass-6-5-2026'],['Let's Go Music Festival: Sublime & AJR - 2 Day Pass','Anne Arundel County Fairgrounds','Crownsville, MD','Friday','6/5/2026','TBD','7798176','Let-s-Go-Music-Festival--Sublime---AJR---2-Day-Pass-6-5-2026'],['Cathead Jam - 2 Day Pass','Cathead Distillery','Jackson, MS','Friday','6/5/2026','TBD','7593132','Cathead-Jam---2-Day-Pass-6-5-2026'],['Force Fields Music Festival: Zeds Dead, Ganja White Night, & Tape B - 2 Day Pass','Chippewa Valley Festival Grounds','Cadott, WI','Friday','6/5/2026','TBD','7589019','Force-Fields-Music-Festival--Zeds-Dead--Ganja-White-Night----Tape-B---2-Day-Pass-6-5-2026'],['Denver Tattoo Arts Festival','National Western Complex','Denver, CO','Friday','6/5/2026','TBD','7491253','Denver-Tattoo-Arts-Festival-6-5-2026']],'"Festival"','https://www.ticketnetwork.com');