//
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-02A
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([['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','Ting Pavilion','Charlottesville, VA','Sunday','10/26/2025','7:00 PM','7287442','Gov-t-Mule-10-26-2025'],['Gov't Mule','Santander Performing Arts Center','Reading, PA','Tuesday','10/28/2025','8:00 PM','7216322','Gov-t-Mule-10-28-2025'],['Gov't Mule','College Street Music Hall','New Haven, CT','Thursday','10/30/2025','8:00 PM','7260097','Gov-t-Mule-10-30-2025'],['Gov't Mule','Warner Theatre - DC','Washington, DC','Friday','10/31/2025','8:00 PM','7260290','Gov-t-Mule-10-31-2025'],['Gov't Mule','The Met Presented by Highmark','Philadelphia, PA','Saturday','11/1/2025','7:30 PM','7260291','Gov-t-Mule-11-1-2025'],['Gov't Mule','Proctors Theatre','Schenectady, NY','Sunday','12/28/2025','7:30 PM','7417444','Gov-t-Mule-12-28-2025'],['Gov't Mule','Beacon Theatre - NY','New York, NY','Tuesday','12/30/2025','8:00 PM','7410622','Gov-t-Mule-12-30-2025'],['Gov't Mule','Beacon Theatre - NY','New York, NY','Wednesday','12/31/2025','9:00 PM','7410623','Gov-t-Mule-12-31-2025']],'Govt Mule','http://www.ticketnetwork.com/en/search/?text=Govt%20Mule');