//
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([['Monster Spectacular','Abbotsford Exhibition Park','Abbotsford, Canada','Friday','8/1/2025','12:00 PM','7189184','Monster-Spectacular-8-1-2025'],['Monster Spectacular','Abbotsford Exhibition Park','Abbotsford, Canada','Friday','8/1/2025','6:00 PM','7189185','Monster-Spectacular-8-1-2025'],['Monster Spectacular','Abbotsford Exhibition Park','Abbotsford, Canada','Saturday','8/2/2025','12:00 PM','7189186','Monster-Spectacular-8-2-2025'],['Monster Spectacular','Abbotsford Exhibition Park','Abbotsford, Canada','Saturday','8/2/2025','6:00 PM','7189187','Monster-Spectacular-8-2-2025'],['Parker McCollum, Ashley Cooke & Vincent Mason','Abbotsford Centre','Abbotsford, Canada','Saturday','8/23/2025','7:30 PM','6881876','Parker-McCollum--Ashley-Cooke---Vincent-Mason-8-23-2025'],['Jordan Sandhu','Abbotsford Centre','Abbotsford, Canada','Saturday','8/30/2025','7:00 PM','7248824','Jordan-Sandhu-8-30-2025'],['Ranjit Bawa','Abbotsford Centre','Abbotsford, Canada','Saturday','9/13/2025','7:00 PM','7245638','Ranjit-Bawa-9-13-2025'],['Warren Zeiders','Abbotsford Centre','Abbotsford, Canada','Saturday','9/20/2025','7:30 PM','7044854','Warren-Zeiders-9-20-2025'],['NHL Preseason: Vancouver Canucks vs. Calgary Flames','Abbotsford Centre','Abbotsford, Canada','Wednesday','9/24/2025','TBD','7249126','NHL-Preseason--Vancouver-Canucks-vs--Calgary-Flames-9-24-2025'],['Theresa Caputo','Abbotsford Centre','Abbotsford, Canada','Saturday','10/4/2025','8:00 PM','7193959','Theresa-Caputo-10-4-2025'],['Darius Rucker','Abbotsford Centre','Abbotsford, Canada','Wednesday','10/15/2025','7:00 PM','7022624','Darius-Rucker-10-15-2025'],['Brad Paisley','Abbotsford Centre','Abbotsford, Canada','Tuesday','11/4/2025','7:30 PM','7216291','Brad-Paisley-11-4-2025'],['CoComelon: Sing-A-Long LIVE','Abbotsford Centre','Abbotsford, Canada','Friday','11/21/2025','7:00 PM','7229651','CoComelon--Sing-A-Long-LIVE-11-21-2025'],['The Tea Party, Headstones & Finger Eleven','Abbotsford Centre','Abbotsford, Canada','Wednesday','11/26/2025','6:50 PM','7223557','The-Tea-Party--Headstones---Finger-Eleven-11-26-2025'],['Terri Clark & Paul Brandt','Abbotsford Centre','Abbotsford, Canada','Saturday','11/29/2025','7:30 PM','7139238','Terri-Clark---Paul-Brandt-11-29-2025']],'Abbotsford','http://www.ticketnetwork.com/ticket/Abbotsford-events.aspx');