//
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-02A
TN_Widget.AddCss('//s3.amazonaws.com/TNService/pl-widget/styles/tnpl-results-widget.css');
TN_Widget.CreateTable([['Oxford Stomp: Sheryl Crow, The Sheepdogs & Dear Rouge','Prince's Island Park','Calgary, Canada','Friday','7/11/2025','3:00 PM','7149441','Oxford-Stomp--Sheryl-Crow--The-Sheepdogs---Dear-Rouge-7-11-2025'],['Minnesota Yacht Club Festival: Hozier, Alabama Shakes, Train & Sheryl Crow - Friday (Time: TBD)','Harriet Island Regional Park','Saint Paul, MN','Friday','7/18/2025','12:30 PM','6963745','Minnesota-Yacht-Club-Festival--Hozier--Alabama-Shakes--Train---Sheryl-Crow---Friday--Time--TBD--7-18-2025'],['Sheryl Crow','Illinois State Fairgrounds - Grandstand','Springfield, IL','Tuesday','8/12/2025','8:00 PM','6983800','Sheryl-Crow-8-12-2025'],['Sheryl Crow','The Theatre at Great Canadian Casino Resort','Toronto, Canada','Saturday','8/16/2025','8:00 PM','6985768','Sheryl-Crow-8-16-2025'],['Outlaw Music Festival: Willie Nelson, Bob Dylan, Sheryl Crow & Waxahatchee','Maine Savings Amphitheater','Bangor, ME','Friday','9/5/2025','4:00 PM','6968014','Outlaw-Music-Festival--Willie-Nelson--Bob-Dylan--Sheryl-Crow---Waxahatchee-9-5-2025'],['Outlaw Music Festival: Willie Nelson, Bob Dylan, Sheryl Crow & Waxahatchee','Xfinity Theatre','Hartford, CT','Saturday','9/6/2025','4:00 PM','6968015','Outlaw-Music-Festival--Willie-Nelson--Bob-Dylan--Sheryl-Crow---Waxahatchee-9-6-2025'],['Outlaw Music Festival: Willie Nelson, Bob Dylan, Sheryl Crow & Waxahatchee','Freedom Mortgage Pavilion','Camden, NJ','Friday','9/12/2025','4:00 PM','6968017','Outlaw-Music-Festival--Willie-Nelson--Bob-Dylan--Sheryl-Crow---Waxahatchee-9-12-2025'],['Outlaw Music Festival: Willie Nelson, Bob Dylan, Sheryl Crow & Waxahatchee','PNC Bank Arts Center','Holmdel, NJ','Saturday','9/13/2025','5:30 PM','6968018','Outlaw-Music-Festival--Willie-Nelson--Bob-Dylan--Sheryl-Crow---Waxahatchee-9-13-2025'],['Outlaw Music Festival: Willie Nelson, Bob Dylan, Sheryl Crow & Madeline Edwards','Merriweather Post Pavilion','Columbia, MD','Sunday','9/14/2025','4:00 PM','6968019','Outlaw-Music-Festival--Willie-Nelson--Bob-Dylan--Sheryl-Crow---Madeline-Edwards-9-14-2025'],['Outlaw Music Festival: Willie Nelson, Bob Dylan, Sheryl Crow & Waxahatchee','Ruoff Music Center','Noblesville, IN','Thursday','9/18/2025','3:45 PM','7033112','Outlaw-Music-Festival--Willie-Nelson--Bob-Dylan--Sheryl-Crow---Waxahatchee-9-18-2025']],'Sheryl Crow','https://www.ticketnetwork.com');