//
var TN_Widget = function() {
return {
//Options
newWindow : true,
linkText : "Tickets",
tixUrl : "https://www.ticketnetwork.com/tix/",
trackingParams : "",
custLink : true,
//depricated
kbid : "",
//Overwrittable functions
trackingLink :"",
CreateCustomUrl : function(row) {
return this.tixUrl + row[7] + "-tickets-"+ row[6] + ".aspx";
},
CreateEventRow : function(row, isAlt) {
return "
" +
row[3] +" "+"" +
row[4] + " "+"" +
row[5] + " | "+"" +
row[0] +" | " +
row[1] +" " +
row[2] +" | "+""+ this.linkText+ " |
";
},
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,kywrds,url) {
if(typeof(TN_SetWidgetOptions) == "function")
TN_SetWidgetOptions();
//for backwards compatability
if(this.kbid != "")
this.trackingParams = "?img=249&kbid="+this.kbid;
var newTable = [];
for(var cntr = 0; cntr < eventData.length; cntr++)
newTable.push(this.CreateEventRow(eventData[cntr], cntr % 2 == 1));
var objToAddTo;
if(objToAddTo = document.getElementById("tn_results_container")) {
objToAddTo.innerHTML = '' + newTable.join('') + '
';
} else
document.write('' + newTable.join('') + '
');
if(eventData.length >= 100 && kywrds != undefined) {
if(objToAddTo = document.getElementById("tn_results_container")) {
objToAddTo.innerHTML += '';
} else {
document.write("");
}
}
if(eventData.length > 0) {
document.getElementById("previewNote").style.display = "none";
}
}
};
}();
//BPW-TNSERV-03A
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'],['Outlaw Music Festival: Willie Nelson, Bob Dylan, Sheryl Crow & Waxahatchee','Alpine Valley Music Theatre','East Troy, WI','Friday','9/19/2025','4:20 PM','6968020','Outlaw-Music-Festival--Willie-Nelson--Bob-Dylan--Sheryl-Crow---Waxahatchee-9-19-2025'],['Sheryl Crow','The Ridgefield Playhouse','Ridgefield, CT','Saturday','10/18/2025','8:00 PM','7008329','Sheryl-Crow-10-18-2025']],'Sheryl Crow','https://www.ticketnetwork.com/ticket/Sheryl-Crow-events.aspx');