// 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 += '
See all events for '+ kywrds + ' on TicketNetwork.com
'; } else { document.write("
See all events for "+ kywrds + " on TicketNetwork.com
"); } } if(eventData.length > 0) { document.getElementById("previewNote").style.display = "none"; } } }; }(); //BPW-TNSERV-04A TN_Widget.CreateTable([['Vancouver Symphony Orchestra','Isabel Bader Centre for the Performing Arts','Kingston, Canada','Saturday','3/15/2025','7:30 PM','6637394','Vancouver-Symphony-Orchestra-3-15-2025'],['Vancouver Symphony Orchestra & Stewart Goodyear','Southam Hall at National Arts Centre','Ottawa, Canada','Monday','3/17/2025','8:00 PM','6517866','Vancouver-Symphony-Orchestra---Stewart-Goodyear-3-17-2025'],['Vancouver Symphony Orchestra','Orpheum Theatre - Vancouver','Vancouver, Canada','Friday','3/21/2025','8:00 PM','6916267','Vancouver-Symphony-Orchestra-3-21-2025'],['Vancouver Symphony Orchestra','Orpheum Theatre - Vancouver','Vancouver, Canada','Saturday','3/22/2025','8:00 PM','6916268','Vancouver-Symphony-Orchestra-3-22-2025'],['Vancouver Symphony Orchestra','Orpheum Theatre - Vancouver','Vancouver, Canada','Sunday','3/23/2025','2:00 PM','6916269','Vancouver-Symphony-Orchestra-3-23-2025'],['Vancouver Symphony Orchestra','Orpheum Theatre - Vancouver','Vancouver, Canada','Friday','3/28/2025','8:00 PM','6916324','Vancouver-Symphony-Orchestra-3-28-2025'],['Vancouver Symphony Orchestra','Orpheum Theatre - Vancouver','Vancouver, Canada','Saturday','3/29/2025','8:00 PM','6916401','Vancouver-Symphony-Orchestra-3-29-2025'],['Vancouver Symphony Orchestra','Orpheum Theatre - Vancouver','Vancouver, Canada','Friday','4/11/2025','8:00 PM','6916416','Vancouver-Symphony-Orchestra-4-11-2025'],['Vancouver Symphony Orchestra','Orpheum Theatre - Vancouver','Vancouver, Canada','Saturday','4/12/2025','8:00 PM','6916417','Vancouver-Symphony-Orchestra-4-12-2025'],['Vancouver Symphony Orchestra','Orpheum Theatre - Vancouver','Vancouver, Canada','Sunday','4/13/2025','2:00 PM','6916443','Vancouver-Symphony-Orchestra-4-13-2025'],['Vancouver Symphony Orchestra: Harry Potter and The Philosopher's Stone In Concert','Orpheum Theatre - Vancouver','Vancouver, Canada','Thursday','4/24/2025','7:00 PM','6538605','Vancouver-Symphony-Orchestra--Harry-Potter-and-The-Philosopher-s-Stone-In-Concert-4-24-2025'],['Vancouver Symphony Orchestra: Harry Potter and The Philosopher's Stone In Concert','Orpheum Theatre - Vancouver','Vancouver, Canada','Friday','4/25/2025','7:00 PM','6538606','Vancouver-Symphony-Orchestra--Harry-Potter-and-The-Philosopher-s-Stone-In-Concert-4-25-2025'],['Vancouver Symphony Orchestra: Harry Potter and The Philosopher's Stone In Concert','Orpheum Theatre - Vancouver','Vancouver, Canada','Saturday','4/26/2025','2:00 PM','6538607','Vancouver-Symphony-Orchestra--Harry-Potter-and-The-Philosopher-s-Stone-In-Concert-4-26-2025'],['Vancouver Symphony Orchestra','Orpheum Theatre - Vancouver','Vancouver, Canada','Thursday','5/1/2025','2:00 PM','6981543','Vancouver-Symphony-Orchestra-5-1-2025'],['Vancouver Symphony Orchestra: Let's Misbehave - The Songs of Cole Porter With Tony DeSare','Orpheum Theatre - Vancouver','Vancouver, Canada','Friday','5/2/2025','8:00 PM','6472296','Vancouver-Symphony-Orchestra--Let-s-Misbehave---The-Songs-of-Cole-Porter-With-Tony-DeSare-5-2-2025'],['Vancouver Symphony Orchestra: Let's Misbehave - The Songs of Cole Porter With Tony DeSare','Orpheum Theatre - Vancouver','Vancouver, Canada','Saturday','5/3/2025','8:00 PM','6472297','Vancouver-Symphony-Orchestra--Let-s-Misbehave---The-Songs-of-Cole-Porter-With-Tony-DeSare-5-3-2025'],['Vancouver Symphony Orchestra','Orpheum Theatre - Vancouver','Vancouver, Canada','Friday','5/30/2025','8:00 PM','6916495','Vancouver-Symphony-Orchestra-5-30-2025'],['Vancouver Symphony Orchestra','Orpheum Theatre - Vancouver','Vancouver, Canada','Saturday','5/31/2025','8:00 PM','6916496','Vancouver-Symphony-Orchestra-5-31-2025'],['Vancouver Symphony Orchestra','Orpheum Theatre - Vancouver','Vancouver, Canada','Thursday','6/12/2025','2:00 PM','6981770','Vancouver-Symphony-Orchestra-6-12-2025']],'Vancouver Symphony Orchestra','https://www.ticketnetwork.com/ticket/Vancouver-Symphony-Orchestra-events.aspx');