//
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-03A
TN_Widget.CreateTable([['The Legendary Wailers','Upper Merion Township Building Park','King Of Prussia, PA','Friday','7/11/2025','7:00 PM','7026110','The-Legendary-Wailers-7-11-2025'],['The Original Wailers','Music Box - San Diego','San Diego, CA','Sunday','7/13/2025','8:00 PM','7167660','The-Original-Wailers-7-13-2025'],['The Wailers','Ocean City Music Pier','Ocean City, NJ','Monday','7/14/2025','7:00 PM','6881549','The-Wailers-7-14-2025'],['The Original Wailers','Ventura Music Hall','Ventura, CA','Tuesday','7/15/2025','8:00 PM','7167698','The-Original-Wailers-7-15-2025'],['The Original Wailers','Tower Theatre - Fresno','Fresno, CA','Wednesday','7/16/2025','7:00 PM','7173202','The-Original-Wailers-7-16-2025'],['The Original Wailers','Cornerstone - CA','Berkeley, CA','Thursday','7/17/2025','8:00 PM','7167699','The-Original-Wailers-7-17-2025'],['Junior Marvin and the Legendary Wailers','The Hamilton','Washington, DC','Friday','7/18/2025','8:00 PM','7245098','Junior-Marvin-and-the-Legendary-Wailers-7-18-2025'],['The Legendary Wailers','Lock 3 Live','Akron, OH','Friday','7/25/2025','7:00 PM','7153838','The-Legendary-Wailers-7-25-2025'],['Shaggy, The Original Wailers & Alex Duncan','Tulalip Amphitheatre','Marysville, WA','Saturday','8/2/2025','7:00 PM','7089834','Shaggy--The-Original-Wailers---Alex-Duncan-8-2-2025'],['Classic Albums Live Tribute Show: Bob Marley and The Wailers - Legend','Mainstage Theatre at Reilly Arts Center - Ocala','Ocala, FL','Thursday','8/21/2025','7:30 PM','7053250','Classic-Albums-Live-Tribute-Show--Bob-Marley-and-The-Wailers---Legend-8-21-2025'],['Classic Albums Live Tribute Show: Bob Marley and The Wailers - Legend','Youkey Theatre - RP Funding Center','Lakeland, FL','Friday','8/22/2025','7:30 PM','6859041','Classic-Albums-Live-Tribute-Show--Bob-Marley-and-The-Wailers---Legend-8-22-2025'],['Classic Albums Live Tribute Show: Bob Marley and The Wailers - Legend','Nancy and David Bilheimer Capitol Theatre','Clearwater, FL','Saturday','8/23/2025','8:00 PM','7080511','Classic-Albums-Live-Tribute-Show--Bob-Marley-and-The-Wailers---Legend-8-23-2025'],['The Wailers','Nectar Lounge','Seattle, WA','Wednesday','9/17/2025','7:00 PM','7198282','The-Wailers-9-17-2025'],['The Wailers','Commodore Ballroom','Vancouver, Canada','Friday','9/19/2025','8:00 PM','7112266','The-Wailers-9-19-2025'],['The Wailers','Kelowna Community Theatre','Kelowna, Canada','Saturday','9/20/2025','7:30 PM','7169422','The-Wailers-9-20-2025'],['The Wailers','Moxi Theater','Greeley, CO','Wednesday','9/24/2025','8:00 PM','7229578','The-Wailers-9-24-2025'],['The Wailers','Arlington Music Hall','Arlington, TX','Saturday','9/27/2025','7:30 PM','7090738','The-Wailers-9-27-2025'],['The Wailers','Neighborhood Theatre','Charlotte, NC','Wednesday','10/1/2025','8:00 PM','7252611','The-Wailers-10-1-2025'],['The Wailers','State Theatre Greenville','Greenville, NC','Thursday','10/2/2025','8:00 PM','7233590','The-Wailers-10-2-2025'],['The Wailers','Tarrytown Music Hall','Tarrytown, NY','Wednesday','10/8/2025','8:00 PM','7166057','The-Wailers-10-8-2025'],['The Wailers','Harvester Performance Center','Rocky Mount, VA','Saturday','10/11/2025','8:00 PM','7193603','The-Wailers-10-11-2025'],['Classic Albums Live Tribute Show: Bob Marley and The Wailers - Legend','King Center For The Performing Arts','Melbourne, FL','Friday','12/19/2025','8:00 PM','7212325','Classic-Albums-Live-Tribute-Show--Bob-Marley-and-The-Wailers---Legend-12-19-2025']],'The Wailers','http://www.ticketnetwork.com/ticket/The-Wailers-events.aspx');