//
var TN_Widget = function() {
return {
//Options
newWindow : true,
linkText : "Tickets",
tixUrl : "https://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[3] +" "+"" +
row[4] + " "+"" +
row[5] + " | "+"" +
row[0] +" | " +
row[1] +" " +
row[2] +" | "+""+ 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-04A
TN_Widget.CreateTable([['Royal Winnipeg Ballet: Hansel and Gretel','Southam Hall at National Arts Centre','Ottawa, Canada','Thursday','10/23/2025','8:00 PM','7312842','Royal-Winnipeg-Ballet--Hansel-and-Gretel-10-23-2025'],['Royal Winnipeg Ballet: Hansel and Gretel','Southam Hall at National Arts Centre','Ottawa, Canada','Friday','10/24/2025','8:00 PM','7312843','Royal-Winnipeg-Ballet--Hansel-and-Gretel-10-24-2025'],['Royal Winnipeg Ballet: Hansel and Gretel','Southam Hall at National Arts Centre','Ottawa, Canada','Saturday','10/25/2025','1:30 PM','7212401','Royal-Winnipeg-Ballet--Hansel-and-Gretel-10-25-2025'],['Royal Winnipeg Ballet: Hansel and Gretel','Southam Hall at National Arts Centre','Ottawa, Canada','Saturday','10/25/2025','8:00 PM','7312844','Royal-Winnipeg-Ballet--Hansel-and-Gretel-10-25-2025'],['Royal Winnipeg Ballet: The Nutcracker','Conexus Arts Centre','Regina, Canada','Wednesday','11/26/2025','7:30 PM','7217369','Royal-Winnipeg-Ballet--The-Nutcracker-11-26-2025'],['Royal Winnipeg Ballet: The Nutcracker','TCU Place','Saskatoon, Canada','Friday','11/28/2025','7:30 PM','7217265','Royal-Winnipeg-Ballet--The-Nutcracker-11-28-2025'],['Royal Winnipeg Ballet: The Nutcracker','TCU Place','Saskatoon, Canada','Saturday','11/29/2025','2:00 PM','7217266','Royal-Winnipeg-Ballet--The-Nutcracker-11-29-2025'],['Royal Winnipeg Ballet: The Nutcracker','TCU Place','Saskatoon, Canada','Saturday','11/29/2025','7:30 PM','7217267','Royal-Winnipeg-Ballet--The-Nutcracker-11-29-2025'],['Royal Winnipeg Ballet: The Nutcracker','Southam Hall at National Arts Centre','Ottawa, Canada','Wednesday','12/3/2025','7:00 PM','7312690','Royal-Winnipeg-Ballet--The-Nutcracker-12-3-2025'],['Royal Winnipeg Ballet: The Nutcracker','Southam Hall at National Arts Centre','Ottawa, Canada','Thursday','12/4/2025','7:00 PM','7312691','Royal-Winnipeg-Ballet--The-Nutcracker-12-4-2025'],['Royal Winnipeg Ballet: The Nutcracker','Southam Hall at National Arts Centre','Ottawa, Canada','Friday','12/5/2025','7:00 PM','7312692','Royal-Winnipeg-Ballet--The-Nutcracker-12-5-2025'],['Royal Winnipeg Ballet: The Nutcracker','Southam Hall at National Arts Centre','Ottawa, Canada','Saturday','12/6/2025','1:30 PM','7312702','Royal-Winnipeg-Ballet--The-Nutcracker-12-6-2025'],['Royal Winnipeg Ballet: The Nutcracker','Southam Hall at National Arts Centre','Ottawa, Canada','Saturday','12/6/2025','7:00 PM','7312693','Royal-Winnipeg-Ballet--The-Nutcracker-12-6-2025'],['Royal Winnipeg Ballet: The Nutcracker','Southam Hall at National Arts Centre','Ottawa, Canada','Sunday','12/7/2025','1:30 PM','7312703','Royal-Winnipeg-Ballet--The-Nutcracker-12-7-2025'],['Royal Winnipeg Ballet: The Nutcracker','Southam Hall at National Arts Centre','Ottawa, Canada','Sunday','12/7/2025','7:00 PM','7312700','Royal-Winnipeg-Ballet--The-Nutcracker-12-7-2025'],['Royal Winnipeg Ballet: The Nutcracker','Queen Elizabeth Theatre - Vancouver','Vancouver, Canada','Friday','12/12/2025','6:30 PM','7201986','Royal-Winnipeg-Ballet--The-Nutcracker-12-12-2025'],['Royal Winnipeg Ballet: The Nutcracker','Queen Elizabeth Theatre - Vancouver','Vancouver, Canada','Saturday','12/13/2025','1:30 PM','7201987','Royal-Winnipeg-Ballet--The-Nutcracker-12-13-2025'],['Royal Winnipeg Ballet: The Nutcracker','Queen Elizabeth Theatre - Vancouver','Vancouver, Canada','Saturday','12/13/2025','6:30 PM','7201988','Royal-Winnipeg-Ballet--The-Nutcracker-12-13-2025'],['Royal Winnipeg Ballet: The Nutcracker','Queen Elizabeth Theatre - Vancouver','Vancouver, Canada','Sunday','12/14/2025','1:30 PM','7201989','Royal-Winnipeg-Ballet--The-Nutcracker-12-14-2025'],['Royal Winnipeg Ballet: The Nutcracker','Queen Elizabeth Theatre - Vancouver','Vancouver, Canada','Sunday','12/14/2025','6:30 PM','7201990','Royal-Winnipeg-Ballet--The-Nutcracker-12-14-2025'],['Royal Winnipeg Ballet: The Nutcracker','Manitoba Centennial Concert Hall','Winnipeg, Canada','Friday','12/19/2025','6:30 PM','7217189','Royal-Winnipeg-Ballet--The-Nutcracker-12-19-2025'],['Royal Winnipeg Ballet: The Nutcracker','Manitoba Centennial Concert Hall','Winnipeg, Canada','Saturday','12/20/2025','1:00 PM','7217190','Royal-Winnipeg-Ballet--The-Nutcracker-12-20-2025'],['Royal Winnipeg Ballet: The Nutcracker','Manitoba Centennial Concert Hall','Winnipeg, Canada','Saturday','12/20/2025','6:30 PM','7217191','Royal-Winnipeg-Ballet--The-Nutcracker-12-20-2025'],['Royal Winnipeg Ballet: The Nutcracker','Manitoba Centennial Concert Hall','Winnipeg, Canada','Sunday','12/21/2025','1:00 PM','7217192','Royal-Winnipeg-Ballet--The-Nutcracker-12-21-2025'],['Royal Winnipeg Ballet: The Nutcracker','Manitoba Centennial Concert Hall','Winnipeg, Canada','Monday','12/22/2025','6:30 PM','7217193','Royal-Winnipeg-Ballet--The-Nutcracker-12-22-2025'],['Royal Winnipeg Ballet: The Nutcracker','Manitoba Centennial Concert Hall','Winnipeg, Canada','Tuesday','12/23/2025','1:00 PM','7289799','Royal-Winnipeg-Ballet--The-Nutcracker-12-23-2025'],['Royal Winnipeg Ballet: The Nutcracker','Manitoba Centennial Concert Hall','Winnipeg, Canada','Tuesday','12/23/2025','6:30 PM','7217194','Royal-Winnipeg-Ballet--The-Nutcracker-12-23-2025'],['Royal Winnipeg Ballet: The Nutcracker','Manitoba Centennial Concert Hall','Winnipeg, Canada','Friday','12/26/2025','6:30 PM','7217195','Royal-Winnipeg-Ballet--The-Nutcracker-12-26-2025'],['Royal Winnipeg Ballet: The Nutcracker','Manitoba Centennial Concert Hall','Winnipeg, Canada','Saturday','12/27/2025','1:00 PM','7217196','Royal-Winnipeg-Ballet--The-Nutcracker-12-27-2025'],['Royal Winnipeg Ballet: The Nutcracker','Manitoba Centennial Concert Hall','Winnipeg, Canada','Saturday','12/27/2025','6:30 PM','7217197','Royal-Winnipeg-Ballet--The-Nutcracker-12-27-2025'],['Royal Winnipeg Ballet: Carmina Burana & Tel','The Port Theatre','Nanaimo, Canada','Friday','2/6/2026','7:30 PM','7370184','Royal-Winnipeg-Ballet--Carmina-Burana---Tel-2-6-2026']],'Royal Winnipeg Ballet','https://www.ticketnetwork.com/ticket/Royal-Winnipeg-Ballet-events.aspx');