//
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([['Europa Super Circus','Under The Big Top - Abbotsford Power Centre','Abbotsford, Canada','Sunday','5/11/2025','1:30 PM','7005955','Europa-Super-Circus-5-11-2025'],['Europa Super Circus','Under The Big Top - Abbotsford Power Centre','Abbotsford, Canada','Sunday','5/11/2025','4:30 PM','7005956','Europa-Super-Circus-5-11-2025'],['AHL Pacific Division Finals: Colorado Eagles vs. TBD - Home Game 1 (Date: TBD)','Blue Federal Credit Union Arena','Loveland, CO','Wednesday','5/14/2025','TBD','7085809','AHL-Pacific-Division-Finals--Colorado-Eagles-vs--TBD---Home-Game-1--Date--TBD--5-14-2025'],['AHL Pacific Division Finals: Colorado Eagles vs. TBD - Home Game 2 (Date: TBD - If Necessary)','Blue Federal Credit Union Arena','Loveland, CO','Saturday','5/17/2025','TBD','7085810','AHL-Pacific-Division-Finals--Colorado-Eagles-vs--TBD---Home-Game-2--Date--TBD---If-Necessary--5-17-2025'],['AHL Pacific Division Finals: Colorado Eagles vs. TBD - Home Game 3 (Date: TBD - If Necessary)','Blue Federal Credit Union Arena','Loveland, CO','Thursday','5/22/2025','TBD','7085811','AHL-Pacific-Division-Finals--Colorado-Eagles-vs--TBD---Home-Game-3--Date--TBD---If-Necessary--5-22-2025'],['Sesame Street Live!','Abbotsford Centre','Abbotsford, Canada','Sunday','6/15/2025','2:00 PM','6815147','Sesame-Street-Live--6-15-2025'],['Whose Live Anyway?','Abbotsford Centre','Abbotsford, Canada','Friday','6/20/2025','8:00 PM','6789905','Whose-Live-Anyway--6-20-2025'],['Cody Jinks','Abbotsford Centre','Abbotsford, Canada','Friday','7/4/2025','8:00 PM','6978883','Cody-Jinks-7-4-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'],['Warren Zeiders','Abbotsford Centre','Abbotsford, Canada','Saturday','9/20/2025','7:30 PM','7044854','Warren-Zeiders-9-20-2025'],['Darius Rucker','Abbotsford Centre','Abbotsford, Canada','Wednesday','10/15/2025','7:00 PM','7022624','Darius-Rucker-10-15-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');