//
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-04A
TN_Widget.CreateTable([['The Bouncing Souls','Saint Andrews Hall - Detroit','Detroit, MI','Thursday','4/24/2025','6:00 PM','6959705','The-Bouncing-Souls-4-24-2025'],['The Bouncing Souls','The Pyramid Scheme','Grand Rapids, MI','Friday','4/25/2025','6:00 PM','6959634','The-Bouncing-Souls-4-25-2025'],['The Bouncing Souls','Agora Theatre','Cleveland, OH','Saturday','4/26/2025','7:00 PM','6959706','The-Bouncing-Souls-4-26-2025'],['The Bouncing Souls','Mr Small's Theatre','Pittsburgh, PA','Sunday','4/27/2025','7:00 PM','6958913','The-Bouncing-Souls-4-27-2025'],['The Bouncing Souls','Town Ballroom','Buffalo, NY','Tuesday','4/29/2025','6:00 PM','6958915','The-Bouncing-Souls-4-29-2025'],['The Bouncing Souls','Empire Live','Albany, NY','Wednesday','4/30/2025','7:00 PM','6959707','The-Bouncing-Souls-4-30-2025'],['The Bouncing Souls','District Music Hall','Norwalk, CT','Thursday','5/1/2025','7:00 PM','6958919','The-Bouncing-Souls-5-1-2025'],['The Bouncing Souls','Baltimore Soundstage','Baltimore, MD','Friday','5/2/2025','8:00 PM','6962543','The-Bouncing-Souls-5-2-2025'],['The Bouncing Souls','Nile Theater - AZ','Mesa, AZ','Thursday','5/22/2025','7:00 PM','6962998','The-Bouncing-Souls-5-22-2025'],['The Bouncing Souls','Ogden Theatre','Denver, CO','Monday','5/26/2025','7:00 PM','6959737','The-Bouncing-Souls-5-26-2025'],['The Bouncing Souls','The Depot - Salt Lake City','Salt Lake City, UT','Tuesday','5/27/2025','6:00 PM','6959736','The-Bouncing-Souls-5-27-2025'],['The Bouncing Souls','Treefort Music Hall','Boise, ID','Wednesday','5/28/2025','6:00 PM','6962544','The-Bouncing-Souls-5-28-2025'],['The Bouncing Souls','Revolution Hall - Portland','Portland, OR','Thursday','5/29/2025','8:00 PM','6958941','The-Bouncing-Souls-5-29-2025'],['The Bouncing Souls','The Crocodile','Seattle, WA','Friday','5/30/2025','8:00 PM','6958945','The-Bouncing-Souls-5-30-2025'],['The Bouncing Souls','Commodore Ballroom','Vancouver, Canada','Saturday','5/31/2025','7:00 PM','6959804','The-Bouncing-Souls-5-31-2025'],['The Bouncing Souls','Stone Pony Summer Stage','Asbury Park, NJ','Saturday','8/16/2025','5:00 PM','7024181','The-Bouncing-Souls-8-16-2025']],'The Bouncing Souls','https://www.ticketnetwork.com/ticket/The-Bouncing-Souls-events.aspx');