//
var TN_Widget = function() {
return {
//Options
newWindow : true,
linkText : "view
tickets",
tixUrl : "http://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[0] +" | " +
row[1] +" " +
row[2] +" | " +
row[3] +" " +
row[4] + " " +
row[5] + " | "+ 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-02A
TN_Widget.CreateTable([['Arizona Bike Week: Black Stone Cherry','Westworld Of Scottsdale','Scottsdale, AZ','Wednesday','4/8/2026','TBD','7417803','Arizona-Bike-Week--Black-Stone-Cherry-4-8-2026'],['Black Stone Cherry','Madison Theater - Covington','Covington, KY','Friday','5/1/2026','8:00 PM','7772913','Black-Stone-Cherry-5-1-2026'],['Shinedown, Coheed and Cambria & Black Stone Cherry','Resch Center','Green Bay, WI','Wednesday','5/13/2026','7:00 PM','7741402','Shinedown--Coheed-and-Cambria---Black-Stone-Cherry-5-13-2026'],['Shinedown, Coheed and Cambria & Black Stone Cherry','Kohl Center','Madison, WI','Saturday','5/16/2026','7:00 PM','7741403','Shinedown--Coheed-and-Cambria---Black-Stone-Cherry-5-16-2026'],['Shinedown, Coheed and Cambria & Black Stone Cherry','Denny Sanford Premier Center','Sioux Falls, SD','Monday','5/18/2026','7:00 PM','7741404','Shinedown--Coheed-and-Cambria---Black-Stone-Cherry-5-18-2026'],['Shinedown, Coheed and Cambria & Black Stone Cherry','INTRUST Bank Arena','Wichita, KS','Tuesday','5/19/2026','7:00 PM','7741405','Shinedown--Coheed-and-Cambria---Black-Stone-Cherry-5-19-2026'],['Black Stone Cherry','Sunshine Studios - CO','Colorado Springs, CO','Wednesday','5/20/2026','7:00 PM','7354291','Black-Stone-Cherry-5-20-2026'],['Shinedown, Coheed and Cambria & Black Stone Cherry','Moody Center ATX','Austin, TX','Friday','5/22/2026','7:00 PM','7741406','Shinedown--Coheed-and-Cambria---Black-Stone-Cherry-5-22-2026'],['Shinedown, Coheed and Cambria & Black Stone Cherry','Paycom Center','Oklahoma City, OK','Saturday','5/23/2026','7:00 PM','7741407','Shinedown--Coheed-and-Cambria---Black-Stone-Cherry-5-23-2026'],['Shinedown, Coheed and Cambria & Black Stone Cherry','VyStar Veterans Memorial Arena','Jacksonville, FL','Tuesday','5/26/2026','7:00 PM','7741408','Shinedown--Coheed-and-Cambria---Black-Stone-Cherry-5-26-2026'],['Shinedown, Coheed and Cambria & Black Stone Cherry','Hertz Arena','Estero, FL','Thursday','5/28/2026','7:00 PM','7741409','Shinedown--Coheed-and-Cambria---Black-Stone-Cherry-5-28-2026'],['Shinedown, Coheed and Cambria & Black Stone Cherry','Benchmark International Arena','Tampa, FL','Saturday','5/30/2026','7:00 PM','7741410','Shinedown--Coheed-and-Cambria---Black-Stone-Cherry-5-30-2026'],['Shinedown, Coheed and Cambria & Black Stone Cherry','Mississippi Coast Coliseum','Biloxi, MS','Tuesday','6/2/2026','7:00 PM','7741411','Shinedown--Coheed-and-Cambria---Black-Stone-Cherry-6-2-2026'],['Shinedown, Coheed and Cambria & Black Stone Cherry','Chartway Arena at Ted Constant Convocation Center','Norfolk, VA','Friday','6/5/2026','7:00 PM','7741412','Shinedown--Coheed-and-Cambria---Black-Stone-Cherry-6-5-2026'],['Shinedown, Coheed and Cambria & Black Stone Cherry','Giant Center','Hershey, PA','Saturday','6/6/2026','7:00 PM','7741413','Shinedown--Coheed-and-Cambria---Black-Stone-Cherry-6-6-2026'],['Black Stone Cherry','Univest Performance Center','Quakertown, PA','Friday','7/10/2026','5:30 PM','7764662','Black-Stone-Cherry-7-10-2026'],['Black Stone Cherry','Walker's Bluff Casino Resort','Carterville, IL','Friday','7/24/2026','8:00 PM','7663014','Black-Stone-Cherry-7-24-2026']],'Black Stone Cherry','http://www.ticketnetwork.com/ticket/Black-Stone-Cherry-events.aspx');