//
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([['Theresa Caputo','Turfway Park','Florence, KY','Friday','8/8/2025','9:00 PM','7080969','Theresa-Caputo-8-8-2025'],['Theresa Caputo','Turfway Park','Florence, KY','Saturday','8/9/2025','9:00 PM','7080970','Theresa-Caputo-8-9-2025'],['Theresa Caputo','Capitol Theatre - Wheeling','Wheeling, WV','Sunday','8/10/2025','3:00 PM','7092647','Theresa-Caputo-8-10-2025'],['Theresa Caputo','Robinson Center Performance Hall','Little Rock, AR','Wednesday','8/13/2025','7:30 PM','7092776','Theresa-Caputo-8-13-2025'],['Theresa Caputo','Mark C. Smith Concert Hall at the Von Braun Center','Huntsville, AL','Thursday','8/14/2025','7:30 PM','7092777','Theresa-Caputo-8-14-2025'],['Theresa Caputo','The Pantheon at Caesars Virginia','Danville, VA','Friday','8/15/2025','8:00 PM','7057709','Theresa-Caputo-8-15-2025'],['Theresa Caputo','Harrah's Cherokee Resort Event Center','Cherokee, NC','Saturday','8/16/2025','7:30 PM','7166074','Theresa-Caputo-8-16-2025'],['Theresa Caputo','Tennessee Performing Arts Center - Andrew Jackson Hall','Nashville, TN','Sunday','8/17/2025','3:00 PM','7092775','Theresa-Caputo-8-17-2025'],['Theresa Caputo','Overture Hall At Overture Center for the Arts','Madison, WI','Tuesday','8/19/2025','7:30 PM','7081209','Theresa-Caputo-8-19-2025'],['Theresa Caputo','Stranahan Theater','Toledo, OH','Wednesday','8/20/2025','7:00 PM','7091365','Theresa-Caputo-8-20-2025'],['Theresa Caputo','Palace Theatre Columbus','Columbus, OH','Thursday','8/21/2025','7:30 PM','7091366','Theresa-Caputo-8-21-2025'],['Theresa Caputo','Symphony Hall At DECC','Duluth, MN','Wednesday','8/27/2025','7:30 PM','7092067','Theresa-Caputo-8-27-2025'],['Theresa Caputo','Thrivent Financial Hall At Fox Cities Performing Arts Center ','Appleton, WI','Thursday','8/28/2025','7:30 PM','7092068','Theresa-Caputo-8-28-2025'],['Theresa Caputo','The Venue at Horseshoe Casino','Hammond, IN','Friday','8/29/2025','8:00 PM','7091582','Theresa-Caputo-8-29-2025'],['Theresa Caputo','The Colosseum At Caesars Windsor','Windsor, Canada','Saturday','8/30/2025','8:00 PM','7180043','Theresa-Caputo-8-30-2025'],['Theresa Caputo','FirstOntario Concert Hall','Hamilton, Canada','Sunday','8/31/2025','3:00 PM','7103809','Theresa-Caputo-8-31-2025'],['Theresa Caputo','Theatre St. Denis','Montreal, Canada','Tuesday','9/2/2025','7:30 PM','7193940','Theresa-Caputo-9-2-2025'],['Theresa Caputo','Centre In The Square - Ontario','Kitchener, Canada','Wednesday','9/3/2025','8:00 PM','7193986','Theresa-Caputo-9-3-2025'],['Theresa Caputo','Pickering Casino Resort','Pickering, Canada','Thursday','9/4/2025','8:00 PM','7234109','Theresa-Caputo-9-4-2025'],['Theresa Caputo','Fred Kavli Theatre At Bank Of America Performing Arts Center','Thousand Oaks, CA','Thursday','9/18/2025','7:30 PM','6995902','Theresa-Caputo-9-18-2025'],['Theresa Caputo','Fred Kavli Theatre At Bank Of America Performing Arts Center','Thousand Oaks, CA','Friday','9/19/2025','7:30 PM','6710624','Theresa-Caputo-9-19-2025'],['Theresa Caputo','Mary Stuart Rogers Theater at Gallo Center For The Arts','Modesto, CA','Saturday','9/20/2025','7:30 PM','7146146','Theresa-Caputo-9-20-2025'],['Theresa Caputo','Prospera Place','Kelowna, Canada','Wednesday','10/1/2025','8:00 PM','7197867','Theresa-Caputo-10-1-2025'],['Theresa Caputo','Save On Foods Memorial Centre','Victoria, Canada','Friday','10/3/2025','7:30 PM','7195091','Theresa-Caputo-10-3-2025'],['Theresa Caputo','Abbotsford Centre','Abbotsford, Canada','Saturday','10/4/2025','8:00 PM','7193959','Theresa-Caputo-10-4-2025']],'theresa caputo','http://www.ticketnetwork.com/en/search/?text=theresa%20caputo');