//
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-01A
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([['David Foster & Katharine McPhee','The Show - Agua Caliente Casino','Rancho Mirage, CA','Friday','3/27/2026','8:00 PM','7419172','David-Foster---Katharine-McPhee-3-27-2026'],['The Kat and Dave Show: David Foster & Katharine McPhee','Highlands Church Scottsdale','Scottsdale, AZ','Saturday','3/28/2026','2:00 PM','7276814','The-Kat-and-Dave-Show--David-Foster---Katharine-McPhee-3-28-2026'],['The Kat and Dave Show: David Foster & Katharine McPhee','Highlands Church Scottsdale','Scottsdale, AZ','Saturday','3/28/2026','7:30 PM','7276815','The-Kat-and-Dave-Show--David-Foster---Katharine-McPhee-3-28-2026'],['David Foster & Katharine McPhee','Fox Tucson Theatre','Tucson, AZ','Sunday','3/29/2026','7:00 PM','7419721','David-Foster---Katharine-McPhee-3-29-2026'],['David Foster & Katherine McPhee','Palace Theater - CT','Waterbury, CT','Friday','9/25/2026','7:00 PM','7420986','David-Foster---Katherine-McPhee-9-25-2026'],['David Foster & Katharine McPhee','Mayo Performing Arts Center','Morristown, NJ','Sunday','9/27/2026','7:00 PM','7232829','David-Foster---Katharine-McPhee-9-27-2026'],['David Foster & Katharine McPhee','Music Center At Strathmore','North Bethesda, MD','Tuesday','9/29/2026','8:00 PM','7422203','David-Foster---Katharine-McPhee-9-29-2026'],['David Foster & Katharine McPhee','Paramount Theater Of Charlottesville','Charlottesville, VA','Thursday','10/1/2026','8:00 PM','7419189','David-Foster---Katharine-McPhee-10-1-2026'],['David Foster & Katharine McPhee','Hard Rock Hotel & Casino Bristol','Bristol, VA','Saturday','10/3/2026','8:00 PM','7417767','David-Foster---Katharine-McPhee-10-3-2026'],['David Foster & Katharine McPhee','Mahaffey Theater At The Duke Energy Center for the Arts','St. Petersburg, FL','Friday','11/13/2026','8:00 PM','7417762','David-Foster---Katharine-McPhee-11-13-2026'],['David Foster & Katharine McPhee','Van Wezel Performing Arts Hall','Sarasota, FL','Saturday','11/14/2026','7:00 PM','7378088','David-Foster---Katharine-McPhee-11-14-2026'],['David Foster & Katharine McPhee','Hackensack Meridian Health Theatre at the Count Basie Center for the Arts','Red Bank, NJ','Wednesday','1/27/2027','7:30 PM','7437195','David-Foster---Katharine-McPhee-1-27-2027']],'david foster','http://www.ticketnetwork.com/en/search/?text=david%20foster');