//
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([['Ruthie Foster','City Winery - Nashville','Nashville, TN','Tuesday','8/12/2025','7:30 PM','7195168','Ruthie-Foster-8-12-2025'],['Ruthie Foster','The Katharine Hepburn Cultural Arts Center','Old Saybrook, CT','Thursday','8/21/2025','7:30 PM','7054130','Ruthie-Foster-8-21-2025'],['Ruthie Foster','Suffolk Theater','Riverhead, NY','Friday','8/22/2025','8:00 PM','7213194','Ruthie-Foster-8-22-2025'],['Ruthie Foster','Jimmy's Jazz & Blues Club','Portsmouth, NH','Sunday','8/24/2025','7:30 PM','7174425','Ruthie-Foster-8-24-2025'],['Ruthie Foster','Live at the Ludlow Garage','Cincinnati, OH','Wednesday','8/27/2025','7:30 PM','7199846','Ruthie-Foster-8-27-2025'],['The John Coltrane International Jazz and Blues Festival: Jose James, John Brown, Stanley Clarke & The Baylor Project (Time: TBD) - Sunday','Oak Hollow Park','High Point, NC','Sunday','8/31/2025','12:00 PM','7288286','The-John-Coltrane-International-Jazz-and-Blues-Festival--Jose-James--John-Brown--Stanley-Clarke---The-Baylor-Project--Time--TBD----Sunday-8-31-2025'],['Ruthie Foster','Shank Hall','Milwaukee, WI','Thursday','9/4/2025','8:00 PM','7202205','Ruthie-Foster-9-4-2025'],['Ruthie Foster','New Orleans Jazz Market','New Orleans, LA','Saturday','9/13/2025','7:30 PM','7260482','Ruthie-Foster-9-13-2025'],['Ruthie Foster','New Orleans Jazz Market','New Orleans, LA','Sunday','9/14/2025','7:30 PM','7260485','Ruthie-Foster-9-14-2025'],['Ruthie Foster','Freight & Salvage','Berkeley, CA','Wednesday','9/17/2025','8:00 PM','7238365','Ruthie-Foster-9-17-2025'],['Ruthie Foster','Moe's Alley','Santa Cruz, CA','Thursday','9/18/2025','8:00 PM','7202209','Ruthie-Foster-9-18-2025'],['Ruthie Foster','Musical Instrument Museum - Music Theater','Phoenix, AZ','Sunday','9/21/2025','7:00 PM','7258593','Ruthie-Foster-9-21-2025'],['Ruthie Foster','Washington's - Fort Collins','Fort Collins, CO','Thursday','9/25/2025','7:00 PM','7194604','Ruthie-Foster-9-25-2025'],['Ruthie Foster','Belly Up Aspen','Aspen, CO','Friday','9/26/2025','8:00 PM','7295986','Ruthie-Foster-9-26-2025'],['Ruthie Foster','Main Street Crossing','Tomball, TX','Wednesday','10/1/2025','8:00 PM','7082037','Ruthie-Foster-10-1-2025'],['Ruthie Foster','Manship Theatre','Baton Rouge, LA','Thursday','10/2/2025','7:30 PM','7291334','Ruthie-Foster-10-2-2025'],['Ruthie Foster','Princess Theatre - Decatur','Decatur, AL','Sunday','10/5/2025','7:00 PM','7258730','Ruthie-Foster-10-5-2025'],['Ruthie Foster','The Baby Grand At Grand Opera House - DE','Wilmington, DE','Saturday','10/25/2025','8:00 PM','7124653','Ruthie-Foster-10-25-2025'],['Ruthie Foster','The Hamilton','Washington, DC','Sunday','10/26/2025','8:00 PM','7252895','Ruthie-Foster-10-26-2025']],'Ruthie Foster','http://www.ticketnetwork.com/en/search/?text=Ruthie%20Foster');