//
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([['Hugh Jackman - From New York, With Love','Radio City Music Hall','New York, NY','Friday','4/18/2025','8:00 PM','6755418','Hugh-Jackman---From-New-York--With-Love-4-18-2025'],['Hugh Jackman - From New York, With Love','Radio City Music Hall','New York, NY','Saturday','4/19/2025','2:00 PM','6767039','Hugh-Jackman---From-New-York--With-Love-4-19-2025'],['Hugh Jackman - From New York, With Love','Radio City Music Hall','New York, NY','Saturday','4/19/2025','8:00 PM','6755419','Hugh-Jackman---From-New-York--With-Love-4-19-2025'],['Hugh Jackman - From New York, With Love','Radio City Music Hall','New York, NY','Friday','5/23/2025','8:00 PM','6755420','Hugh-Jackman---From-New-York--With-Love-5-23-2025'],['Hugh Jackman - From New York, With Love','Radio City Music Hall','New York, NY','Saturday','5/24/2025','2:00 PM','6767040','Hugh-Jackman---From-New-York--With-Love-5-24-2025'],['Hugh Jackman - From New York, With Love','Radio City Music Hall','New York, NY','Saturday','5/24/2025','8:00 PM','6755421','Hugh-Jackman---From-New-York--With-Love-5-24-2025'],['Hugh Jackman - From New York, With Love','Radio City Music Hall','New York, NY','Friday','6/20/2025','8:00 PM','6755422','Hugh-Jackman---From-New-York--With-Love-6-20-2025'],['Hugh Jackman - From New York, With Love','Radio City Music Hall','New York, NY','Saturday','6/21/2025','2:00 PM','6767041','Hugh-Jackman---From-New-York--With-Love-6-21-2025'],['Hugh Jackman - From New York, With Love','Radio City Music Hall','New York, NY','Saturday','6/21/2025','8:00 PM','6755423','Hugh-Jackman---From-New-York--With-Love-6-21-2025'],['Hugh Jackman - From New York, With Love','Radio City Music Hall','New York, NY','Friday','7/18/2025','8:00 PM','6755424','Hugh-Jackman---From-New-York--With-Love-7-18-2025'],['Hugh Jackman - From New York, With Love','Radio City Music Hall','New York, NY','Saturday','7/19/2025','2:00 PM','6767042','Hugh-Jackman---From-New-York--With-Love-7-19-2025'],['Hugh Jackman - From New York, With Love','Radio City Music Hall','New York, NY','Saturday','7/19/2025','8:00 PM','6755425','Hugh-Jackman---From-New-York--With-Love-7-19-2025'],['Hugh Jackman - From New York, With Love','Radio City Music Hall','New York, NY','Friday','8/15/2025','8:00 PM','6755426','Hugh-Jackman---From-New-York--With-Love-8-15-2025'],['Hugh Jackman - From New York, With Love','Radio City Music Hall','New York, NY','Saturday','8/16/2025','2:00 PM','6767043','Hugh-Jackman---From-New-York--With-Love-8-16-2025'],['Hugh Jackman - From New York, With Love','Radio City Music Hall','New York, NY','Saturday','8/16/2025','8:00 PM','6755427','Hugh-Jackman---From-New-York--With-Love-8-16-2025'],['Hugh Jackman - From New York, With Love','Radio City Music Hall','New York, NY','Friday','9/19/2025','8:00 PM','6765539','Hugh-Jackman---From-New-York--With-Love-9-19-2025'],['Hugh Jackman - From New York, With Love','Radio City Music Hall','New York, NY','Saturday','9/20/2025','2:00 PM','6765714','Hugh-Jackman---From-New-York--With-Love-9-20-2025'],['Hugh Jackman - From New York, With Love','Radio City Music Hall','New York, NY','Saturday','9/20/2025','8:00 PM','6765715','Hugh-Jackman---From-New-York--With-Love-9-20-2025'],['Hugh Jackman - From New York, With Love','Radio City Music Hall','New York, NY','Friday','10/3/2025','8:00 PM','6765718','Hugh-Jackman---From-New-York--With-Love-10-3-2025'],['Hugh Jackman - From New York, With Love','Radio City Music Hall','New York, NY','Saturday','10/4/2025','2:00 PM','6765719','Hugh-Jackman---From-New-York--With-Love-10-4-2025'],['Hugh Jackman - From New York, With Love','Radio City Music Hall','New York, NY','Saturday','10/4/2025','8:00 PM','6765720','Hugh-Jackman---From-New-York--With-Love-10-4-2025']],'Hugh Jackman','http://www.ticketnetwork.com/ticket/Hugh-Jackman-events.aspx');