//
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 t = row[4].split("/");
t[0] = months[t[0]];
t[2] = ", " + t[2];
return "
" +
t[0] + " " + "" + t[1] + "" +
t[2] + " " +
row[3].substring(0,3) + " " +
row[5] + " | " +
row[0] + " " +
row[1] + " - " +
row[2] + " | " + this.btnText + "" +
" |
";
},
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 newTable = [];
for(var cntr = 0; cntr < eventData.length; cntr++)
newTable.push(this.CreateEventRow(eventData[cntr], cntr % 2 == 1));
var objToAddTo;
var footerLink = "";
if(objToAddTo = document.getElementById("tn_results_container")) {
objToAddTo.innerHTML = "" + newTable.join('') + "" + footerLink + "
";
}
else if(document.querySelector(".tnpl_results_container") != null) {
document.querySelector(".tnpl_results_container").innerHTML = "" + newTable.join('') + "" + footerLink + "
";
}
else
document.write("" + newTable.join('') + "" + footerLink + "
");
}
};
}();
//BPW-TNSERV-04A
TN_Widget.AddCss('//s3.amazonaws.com/TNService/pl-widget/styles/tnpl-results-widget.css');
TN_Widget.CreateTable([['The Troubadours - A Tribute to the Music of Carole King and James Taylor','Isaac Harris Cary Memorial Building','Lexington, MA','Saturday','3/14/2026','7:30 PM','7670289','The-Troubadours---A-Tribute-to-the-Music-of-Carole-King-and-James-Taylor-3-14-2026'],['Steve Leslie Sings James Taylor','Stage One at Harris Center for the Arts','Folsom, CA','Sunday','3/15/2026','2:00 PM','7316147','Steve-Leslie-Sings-James-Taylor-3-15-2026'],['Jimmy, Jim and James - The Music of Buffet, Croce and Taylor','Orange Blossom Opry','Weirsdale, FL','Saturday','4/4/2026','7:00 PM','7597943','Jimmy--Jim-and-James---The-Music-of-Buffet--Croce-and-Taylor-4-4-2026'],['Anticipation - The Carly Simon and James Taylor Story','Meadowvale Theatre','Mississauga, Canada','Thursday','4/9/2026','7:30 PM','7699679','Anticipation---The-Carly-Simon-and-James-Taylor-Story-4-9-2026'],['Sweet Baby James - James Taylor Tribute','The Celestia Theater At Wadsworth Square','Wadsworth, OH','Saturday','4/11/2026','8:00 PM','7700044','Sweet-Baby-James---James-Taylor-Tribute-4-11-2026'],['James Taylor','Yaamava Theater at Yaamava Resort & Casino','Highland, CA','Sunday','4/26/2026','8:00 PM','7677323','James-Taylor-4-26-2026'],['James Taylor & His All-Star Band','The Rady Shell at Jacobs Park','San Diego, CA','Tuesday','4/28/2026','7:30 PM','7676583','James-Taylor---His-All-Star-Band-4-28-2026'],['The Carole King & James Taylor Story - Tribute Show','Newmark Theatre','Portland, OR','Wednesday','4/29/2026','7:30 PM','7708089','The-Carole-King---James-Taylor-Story---Tribute-Show-4-29-2026'],['Anticipation - The Carly Simon and James Taylor Story','Lyric Theatre at Meridian Arts Centre','North York, Canada','Thursday','4/30/2026','7:30 PM','7626933','Anticipation---The-Carly-Simon-and-James-Taylor-Story-4-30-2026'],['The Carole King & James Taylor Story - Tribute Show','Rialto Theatre - Tacoma','Tacoma, WA','Thursday','4/30/2026','7:30 PM','7709602','The-Carole-King---James-Taylor-Story---Tribute-Show-4-30-2026']],'James Taylor','https://www.ticketnetwork.com');