//
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-01A
TN_Widget.CreateTable([['Osheaga Festival: The Killers, Tyler The Creator & Olivia Rodrigo - 3 Day Pass','Parc Jean-Drapeau','Montreal, Canada','Friday','8/1/2025','TBD','6883070','Osheaga-Festival--The-Killers--Tyler-The-Creator---Olivia-Rodrigo---3-Day-Pass-8-1-2025'],['Osheaga Festival: Tyler The Creator, Gracie Abrams & The Chainsmokers - Saturday','Parc Jean-Drapeau','Montreal, Canada','Saturday','8/2/2025','1:00 PM','6883072','Osheaga-Festival--Tyler-The-Creator--Gracie-Abrams---The-Chainsmokers---Saturday-8-2-2025'],['The Chainsmokers','XS Nightclub At Wynn Las Vegas','Las Vegas, NV','Saturday','8/2/2025','10:30 PM','6941907','The-Chainsmokers-8-2-2025'],['The Chainsmokers','Under The K Bridge','Brooklyn, NY','Friday','8/8/2025','7:00 PM','7287121','The-Chainsmokers-8-8-2025'],['The Chainsmokers','Encore Beach Club','Las Vegas, NV','Saturday','8/9/2025','11:00 AM','6941640','The-Chainsmokers-8-9-2025'],['The Chainsmokers','Illinois State Fairgrounds - Grandstand','Springfield, IL','Friday','8/15/2025','8:00 PM','7087112','The-Chainsmokers-8-15-2025'],['The Chainsmokers','Aon Grand Ballroom Navy Pier','Chicago, IL','Saturday','8/16/2025','7:00 PM','7175884','The-Chainsmokers-8-16-2025'],['The Chainsmokers','Encore Beach Club','Las Vegas, NV','Saturday','8/23/2025','11:00 AM','6941641','The-Chainsmokers-8-23-2025'],['The Chainsmokers','XS Nightclub At Wynn Las Vegas','Las Vegas, NV','Saturday','8/30/2025','10:30 PM','6941908','The-Chainsmokers-8-30-2025'],['Breakaway Music Festival: The Chainsmokers, Subtronics, DJ Diesel & Isoko - 2 Day Pass','Worcester Palladium','Worcester, MA','Friday','9/5/2025','TBD','6771204','Breakaway-Music-Festival--The-Chainsmokers--Subtronics--DJ-Diesel---Isoko---2-Day-Pass-9-5-2025'],['Breakaway Music Festival: The Chainsmokers, Isoxo, Audien & Cyclops - Friday','Worcester Palladium','Worcester, MA','Friday','9/5/2025','5:00 PM','7081827','Breakaway-Music-Festival--The-Chainsmokers--Isoxo--Audien---Cyclops---Friday-9-5-2025'],['The Chainsmokers','Encore Beach Club','Las Vegas, NV','Saturday','9/6/2025','11:00 AM','6941642','The-Chainsmokers-9-6-2025'],['The Chainsmokers','XS Nightclub At Wynn Las Vegas','Las Vegas, NV','Saturday','9/13/2025','10:30 PM','6941909','The-Chainsmokers-9-13-2025'],['The Chainsmokers','Encore Beach Club','Las Vegas, NV','Saturday','9/20/2025','11:00 AM','6941643','The-Chainsmokers-9-20-2025'],['The Chainsmokers','XS Nightclub At Wynn Las Vegas','Las Vegas, NV','Saturday','9/27/2025','10:30 PM','6941910','The-Chainsmokers-9-27-2025'],['Breakaway Music Festival: The Chainsmokers, Kaskade & Slander - 2 Day Pass','The Orion Amphitheater','Huntsville, AL','Friday','10/3/2025','TBD','6771207','Breakaway-Music-Festival--The-Chainsmokers--Kaskade---Slander---2-Day-Pass-10-3-2025']],'The Chainsmokers','http://www.ticketnetwork.com/ticket/The-Chainsmokers-events.aspx');