//
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-03A
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','Desert Diamond Casino - Sahuarita','Sahuarita, AZ','Friday','4/4/2025','8:00 PM','6877189','Theresa-Caputo-4-4-2025'],['Theresa Caputo','Route 66 Casino','Albuquerque, NM','Saturday','4/5/2025','7:00 PM','6938063','Theresa-Caputo-4-5-2025'],['Theresa Caputo','The Plaza Theatre - El Paso','El Paso, TX','Sunday','4/6/2025','3:00 PM','6817323','Theresa-Caputo-4-6-2025'],['Theresa Caputo','Pikes Peak Center','Colorado Springs, CO','Wednesday','4/9/2025','7:30 PM','6860517','Theresa-Caputo-4-9-2025'],['Theresa Caputo','Asteria Theatre','Grand Junction, CO','Thursday','4/10/2025','7:30 PM','7027467','Theresa-Caputo-4-10-2025'],['Theresa Caputo','Asteria Theatre','Grand Junction, CO','Friday','4/11/2025','7:30 PM','6944047','Theresa-Caputo-4-11-2025'],['Theresa Caputo','Paramount Theatre - Denver','Denver, CO','Saturday','4/12/2025','7:30 PM','6859307','Theresa-Caputo-4-12-2025'],['Theresa Caputo','Paramount Theatre - Denver','Denver, CO','Sunday','4/13/2025','3:00 PM','6889865','Theresa-Caputo-4-13-2025'],['Theresa Caputo','Century II Concert Hall At Century II Performing Arts & Convention Center','Wichita, KS','Wednesday','4/30/2025','7:30 PM','6930866','Theresa-Caputo-4-30-2025'],['Theresa Caputo','The Pavilion at Toyota Music Factory','Irving, TX','Thursday','5/1/2025','7:30 PM','6928146','Theresa-Caputo-5-1-2025'],['Theresa Caputo','Long Center for the Performing Arts - TX','Austin, TX','Friday','5/2/2025','7:30 PM','6932670','Theresa-Caputo-5-2-2025'],['Theresa Caputo','Abilene Auditorium At Abilene Convention Center','Abilene, TX','Saturday','5/3/2025','3:00 PM','6888001','Theresa-Caputo-5-3-2025'],['Theresa Caputo','HEB Performance Hall At Tobin Center for the Performing Arts','San Antonio, TX','Sunday','5/4/2025','3:00 PM','6970366','Theresa-Caputo-5-4-2025'],['Theresa Caputo','Wagner Noel Performing Arts Center','Midland, TX','Tuesday','5/6/2025','7:30 PM','6995897','Theresa-Caputo-5-6-2025'],['Theresa Caputo','Amarillo Civic Center Auditorium','Amarillo, TX','Wednesday','5/7/2025','7:30 PM','6995903','Theresa-Caputo-5-7-2025'],['Theresa Caputo','The Criterion - Oklahoma City','Oklahoma City, OK','Thursday','5/8/2025','7:30 PM','7006830','Theresa-Caputo-5-8-2025'],['Theresa Caputo','The Vets','Providence, RI','Thursday','5/29/2025','7:30 PM','6981744','Theresa-Caputo-5-29-2025'],['Theresa Caputo','Springfield Symphony Hall','Springfield, MA','Friday','5/30/2025','7:30 PM','6859310','Theresa-Caputo-5-30-2025'],['Theresa Caputo','Hampton Beach Casino Ballroom','Hampton, NH','Saturday','5/31/2025','8:00 PM','6859313','Theresa-Caputo-5-31-2025'],['Theresa Caputo','Hampton Beach Casino Ballroom','Hampton, NH','Sunday','6/1/2025','7:00 PM','7021025','Theresa-Caputo-6-1-2025'],['Theresa Caputo','Oneglia Auditorium at Warner Theatre - CT','Torrington, CT','Wednesday','6/4/2025','7:30 PM','6836536','Theresa-Caputo-6-4-2025'],['Theresa Caputo','Hackensack Meridian Health Theatre at the Count Basie Center for the Arts','Red Bank, NJ','Thursday','6/5/2025','7:30 PM','6834160','Theresa-Caputo-6-5-2025'],['Theresa Caputo','Williamsport Community Arts Center','Williamsport, PA','Friday','6/6/2025','7:30 PM','6836531','Theresa-Caputo-6-6-2025'],['Theresa Caputo','Xcite Center At Parx Casino and Racing','Bensalem, PA','Saturday','6/7/2025','8:00 PM','7034571','Theresa-Caputo-6-7-2025'],['Theresa Caputo','Rivers Casino Event Center at The Rivers Casino - Pittsburgh','Pittsburgh, PA','Sunday','6/8/2025','5:00 PM','7024638','Theresa-Caputo-6-8-2025']],'theresa caputo','http://www.ticketnetwork.com/en/search/?text=theresa%20caputo');