//
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([['FloydFest: Gov't Mule, Femi Kuti and The Positive Force & Maggie Rose - Thursday','Floydfest Grounds','Check, VA','Thursday','7/24/2025','10:00 AM','6856763','FloydFest--Gov-t-Mule--Femi-Kuti-and-The-Positive-Force---Maggie-Rose---Thursday-7-24-2025'],['Gov't Mule','Iroquois Amphitheater','Louisville, KY','Friday','7/25/2025','7:30 PM','7139245','Gov-t-Mule-7-25-2025'],['Gov't Mule','Aurora Pavilion at Henry Maier Festival Park','Milwaukee, WI','Wednesday','8/27/2025','7:30 PM','7216315','Gov-t-Mule-8-27-2025'],['Gov't Mule','KEMBA Live!','Columbus, OH','Thursday','8/28/2025','8:00 PM','7216443','Gov-t-Mule-8-28-2025'],['Gov't Mule','Warner Vineyards','Paw Paw, MI','Sunday','8/31/2025','6:30 PM','7216444','Gov-t-Mule-8-31-2025'],['Gov't Mule','Terminal B At The Outer Harbor','Buffalo, NY','Monday','9/1/2025','6:30 PM','7216453','Gov-t-Mule-9-1-2025'],['Gov't Mule','The Bowl in the Pines','Augusta, ME','Sunday','9/7/2025','6:00 PM','7216457','Gov-t-Mule-9-7-2025'],['Gov't Mule','Eastern States Exposition - The Big E Xfinity Arena','West Springfield, MA','Friday','9/12/2025','7:30 PM','7216411','Gov-t-Mule-9-12-2025'],['Gov't Mule','Southern Kentucky Performing Arts Center','Bowling Green, KY','Friday','10/10/2025','7:30 PM','7216458','Gov-t-Mule-10-10-2025'],['Gov't Mule','The Refinery - SC','North Charleston, SC','Sunday','10/12/2025','7:30 PM','7216317','Gov-t-Mule-10-12-2025'],['Gov't Mule','Ruth Eckerd Hall','Clearwater, FL','Tuesday','10/14/2025','8:00 PM','7216459','Gov-t-Mule-10-14-2025'],['Gov't Mule','Au-Rene Theater at Broward Ctr For The Perf Arts','Fort Lauderdale, FL','Wednesday','10/15/2025','8:00 PM','7216318','Gov-t-Mule-10-15-2025'],['Gov't Mule','Greenfield Lake Amphitheater','Wilmington, NC','Friday','10/17/2025','7:00 PM','7216319','Gov-t-Mule-10-17-2025'],['Gov't Mule','The Lincoln Theatre - Raleigh','Raleigh, NC','Saturday','10/18/2025','5:00 PM','7226754','Gov-t-Mule-10-18-2025'],['Gov't Mule','Sandler Center For The Performing Arts','Virginia Beach, VA','Sunday','10/19/2025','7:30 PM','7216462','Gov-t-Mule-10-19-2025'],['Gov't Mule','The Theater at Spartanburg Memorial Auditorium','Spartanburg, SC','Tuesday','10/21/2025','7:30 PM','7216321','Gov-t-Mule-10-21-2025'],['Gov't Mule','Forum River Center Arena','Rome, GA','Wednesday','10/22/2025','7:30 PM','7216463','Gov-t-Mule-10-22-2025'],['Gov't Mule','The Shed - Smoky Mountain Harley-Davidson','Maryville, TN','Friday','10/24/2025','7:30 PM','7216464','Gov-t-Mule-10-24-2025'],['Gov't Mule','MegaCorp Pavilion','Newport, KY','Saturday','10/25/2025','7:30 PM','7216475','Gov-t-Mule-10-25-2025'],['Gov't Mule','Santander Performing Arts Center','Reading, PA','Tuesday','10/28/2025','8:00 PM','7216322','Gov-t-Mule-10-28-2025']],'Govt Mule','http://www.ticketnetwork.com/en/search/?text=Govt%20Mule');