//
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([['Wally B. Seck','Palladium Times Square','New York, NY','Saturday','7/11/2026','11:00 PM','8053173','Wally-B--Seck-7-11-2026'],['KengNamping','Palladium Times Square','New York, NY','Friday','7/17/2026','5:00 PM','8046392','KengNamping-7-17-2026'],['Jon Anderson and The Band Geeks','Palladium Times Square','New York, NY','Wednesday','7/22/2026','8:00 PM','7798093','Jon-Anderson-and-The-Band-Geeks-7-22-2026'],['Hermanos Espinoza','Palladium Times Square','New York, NY','Thursday','8/6/2026','8:00 PM','7874925','Hermanos-Espinoza-8-6-2026'],['Dimmu Borgir','Palladium Times Square','New York, NY','Friday','8/7/2026','7:00 PM','7875141','Dimmu-Borgir-8-7-2026'],['Siddhartha','Palladium Times Square','New York, NY','Tuesday','8/18/2026','8:00 PM','7864136','Siddhartha-8-18-2026'],['Lykn','Palladium Times Square','New York, NY','Saturday','8/22/2026','7:30 PM','7855406','Lykn-8-22-2026'],['In Conversation with Steven Pinker','Palladium Times Square','New York, NY','Tuesday','9/1/2026','7:00 PM','8015256','In-Conversation-with-Steven-Pinker-9-1-2026'],['Eslabon Armado','Palladium Times Square','New York, NY','Saturday','9/12/2026','7:00 PM','8045066','Eslabon-Armado-9-12-2026'],['NY Salsa All-Stars','Palladium Times Square','New York, NY','Saturday','9/19/2026','8:00 PM','8049769','NY-Salsa-All-Stars-9-19-2026'],['Jose Madero','Palladium Times Square','New York, NY','Tuesday','9/22/2026','8:00 PM','8071796','Jose-Madero-9-22-2026'],['Kamelot','Palladium Times Square','New York, NY','Saturday','9/26/2026','7:00 PM','7757413','Kamelot-9-26-2026'],['W.A.S.P. & KK's Priest','Palladium Times Square','New York, NY','Friday','10/2/2026','8:00 PM','7733444','W-A-S-P----KK-s-Priest-10-2-2026'],['Dance Now!','Palladium Times Square','New York, NY','Friday','10/16/2026','8:00 PM','7814474','Dance-Now--10-16-2026'],['Arch Enemy & The Black Dahlia Murder','Palladium Times Square','New York, NY','Saturday','10/24/2026','6:00 PM','7980206','Arch-Enemy---The-Black-Dahlia-Murder-10-24-2026'],['Blue October','Palladium Times Square','New York, NY','Wednesday','11/4/2026','8:00 PM','7827965','Blue-October-11-4-2026'],['Imminence','Palladium Times Square','New York, NY','Saturday','11/14/2026','7:00 PM','8057221','Imminence-11-14-2026'],['Grupo Duelo','Palladium Times Square','New York, NY','Saturday','11/21/2026','8:00 PM','7774934','Grupo-Duelo-11-21-2026'],['Inna','Palladium Times Square','New York, NY','Sunday','11/22/2026','8:00 PM','7710350','Inna-11-22-2026'],['A Night of Classic R&B','Palladium Times Square','New York, NY','Friday','11/27/2026','8:00 PM','8049868','A-Night-of-Classic-R-B-11-27-2026'],['Dragonforce','Palladium Times Square','New York, NY','Sunday','11/29/2026','7:30 PM','7997083','Dragonforce-11-29-2026'],['GWAR','Palladium Times Square','New York, NY','Thursday','12/10/2026','7:00 PM','7916951','GWAR-12-10-2026'],['Crush 40','Palladium Times Square','New York, NY','Saturday','4/10/2027','7:30 PM','8053249','Crush-40-4-10-2027'],['Untitled Musical','Palladium Times Square','New York, NY','Monday','5/17/2027','7:30 PM','8053213','Untitled-Musical-5-17-2027']],'Best Buy Theater','http://www.ticketnetwork.com/ticket/Best-Buy-Theater-events.aspx');