//
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 dateArray = row[4].split('/');
var date = months[dateArray[0]] + " " + dateArray[1];
var parking = row[0].split(':')[0]
if (parking !== "PARKING") {
return "
";
}
},
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 newResults = [];
for(var cntr = 0; cntr < eventData.length; cntr++)
newResults.push(this.CreateEventRow(eventData[cntr], cntr % 2 == 1));
var objToAddTo;
if(objToAddTo = document.getElementById("tn_results_container")) {
objToAddTo.innerHTML = '' + newResults.join('') + '
';
} else
document.write('' + newResults.join('') + '
');
if(eventData.length >= 101 && kwds != undefined) {
if(objToAddTo = document.getElementById("tn_results_container")) {
objToAddTo.innerHTML += '';
} else {
document.write("");
}
}
}
};
}();
//BPW-TNSERV-04A
TN_Widget.AddCss('//tn-widget.seatics.com/widget2Css/results-style-1.css');
TN_Widget.AddCss('//s3.amazonaws.com/ticketnetwork/fonts/TTNorms/TTNorms.css');
TN_Widget.CreateTable([['2025 New Orleans Jazz And Heritage Festival: Weekend 1: Dave Matthews Band, Lil Wayne and The Roots, Kacey Musgraves & John Fogerty - 4 Day Pass','New Orleans Fair Grounds','New Orleans, LA','Thursday','4/24/2025','TBD','6549122','2025-New-Orleans-Jazz-And-Heritage-Festival--Weekend-1--Dave-Matthews-Band--Lil-Wayne-and-The-Roots--Kacey-Musgraves---John-Fogerty---4-Day-Pass-4-24-2025'],['Kacey Musgraves & Paul Stamets','Ryman Auditorium','Nashville, TN','Sunday','6/22/2025','7:30 PM','7012009','Kacey-Musgraves---Paul-Stamets-6-22-2025'],['Zootown Festival: Hozier, Kacey Musgraves, Jason Isbell and The 400 Unit & Lake Street Dive - 2 Day Pass','Missoula County Fairgrounds','Missoula, MT','Friday','7/4/2025','TBD','6838674','Zootown-Festival--Hozier--Kacey-Musgraves--Jason-Isbell-and-The-400-Unit---Lake-Street-Dive---2-Day-Pass-7-4-2025'],['Hinterland Music Festival: Tyler The Creator, Kacey Musgraves, & Lana Del Rey - 3 Day Pass','Avenue of the Saints Amphitheater and Event Center','Saint Charles, IA','Friday','8/1/2025','TBD','6886806','Hinterland-Music-Festival--Tyler-The-Creator--Kacey-Musgraves----Lana-Del-Rey---3-Day-Pass-8-1-2025'],['Hinterland Music Festival: Kacey Musgraves, The Marias, & Still Woozy - Saturday (Time: TBD)','Avenue of the Saints Amphitheater and Event Center','Saint Charles, IA','Saturday','8/2/2025','1:00 PM','6951802','Hinterland-Music-Festival--Kacey-Musgraves--The-Marias----Still-Woozy---Saturday--Time--TBD--8-2-2025'],['Up In The Sky Music Festival: Rufus Du Sol, Kacey Musgraves & Glass Animals - 2 Day Pass','Base of Buttermilk Mountain','Aspen, CO','Friday','8/8/2025','TBD','7009484','Up-In-The-Sky-Music-Festival--Rufus-Du-Sol--Kacey-Musgraves---Glass-Animals---2-Day-Pass-8-8-2025'],['Up In The Sky Music Festival: Kacey Musgraves, Glass Animals & Role Model - Saturday','Base of Buttermilk Mountain','Aspen, CO','Saturday','8/9/2025','2:30 PM','7009488','Up-In-The-Sky-Music-Festival--Kacey-Musgraves--Glass-Animals---Role-Model---Saturday-8-9-2025']],'Kacey Musgraves','http://www.ticketnetwork.com/en/search/?text=Kacey%20Musgraves');