// var TN_Widget = function() { var months = ["", "Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec"]; return { newWindow : true, CreateEventRow : function(row, isAlt) { var dateArray = row[4].split('/'); var date = months[dateArray[0]] + " " + dateArray[1]; var parking = row[0].split(':')[0] if (parking !== "PARKING") { return "
" + row[3].substring(0,3) + "
" + date + "" + row[5] + "
" + row[0] + "" + row[1] + ", " + row[2] + "
"; } }, 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,kwds,url) { if(typeof(TN_SetWidgetOptions) == "function") TN_SetWidgetOptions(); //for backwards compatability var newResults = []; for(var cntr = 0; cntr < eventData.length; cntr++) newResults.push(this.CreateEventRow(eventData[cntr], cntr % 2 == 1)); var objToAddTo; if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML = '
' + newResults.join('') + '
'; } else document.write('
' + newResults.join('') + '
'); if(eventData.length >= 101 && kwds != undefined) { if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML += '
See all events for '+ kwds + ' on TicketNetwork.com
'; } else { document.write("
See all events for "+ kwds + " on TicketNetwork.com
"); } } } }; }(); //BPW-TNSERV-02A TN_Widget.AddCss('//tn-widget.seatics.com/widget2Css/results-style-1.css'); TN_Widget.AddCss('//s3.amazonaws.com/ticketnetwork/fonts/TTNorms/TTNorms.css'); TN_Widget.CreateTable([['The Lion King','Queen Elizabeth Theatre - Vancouver','Vancouver, Canada','Wednesday','8/20/2025','7:30 PM','6302957','The-Lion-King-8-20-2025'],['The Lion King','Queen Elizabeth Theatre - Vancouver','Vancouver, Canada','Thursday','8/21/2025','2:00 PM','6302959','The-Lion-King-8-21-2025'],['The Lion King','Queen Elizabeth Theatre - Vancouver','Vancouver, Canada','Thursday','8/21/2025','7:30 PM','6302958','The-Lion-King-8-21-2025'],['The Lion King','Queen Elizabeth Theatre - Vancouver','Vancouver, Canada','Friday','8/22/2025','7:30 PM','6302960','The-Lion-King-8-22-2025'],['The Lion King','Queen Elizabeth Theatre - Vancouver','Vancouver, Canada','Saturday','8/23/2025','2:00 PM','6302962','The-Lion-King-8-23-2025'],['The Lion King','Queen Elizabeth Theatre - Vancouver','Vancouver, Canada','Saturday','8/23/2025','7:30 PM','6302961','The-Lion-King-8-23-2025'],['The Lion King','Queen Elizabeth Theatre - Vancouver','Vancouver, Canada','Sunday','8/24/2025','1:00 PM','6302963','The-Lion-King-8-24-2025'],['The Lion King','Queen Elizabeth Theatre - Vancouver','Vancouver, Canada','Sunday','8/24/2025','6:30 PM','6302964','The-Lion-King-8-24-2025'],['The Lion King','Queen Elizabeth Theatre - Vancouver','Vancouver, Canada','Tuesday','8/26/2025','7:30 PM','6302966','The-Lion-King-8-26-2025'],['The Lion King','Queen Elizabeth Theatre - Vancouver','Vancouver, Canada','Wednesday','8/27/2025','7:30 PM','6302967','The-Lion-King-8-27-2025'],['The Lion King','Queen Elizabeth Theatre - Vancouver','Vancouver, Canada','Thursday','8/28/2025','7:30 PM','6302968','The-Lion-King-8-28-2025'],['The Lion King','Queen Elizabeth Theatre - Vancouver','Vancouver, Canada','Friday','8/29/2025','7:30 PM','6302969','The-Lion-King-8-29-2025'],['The Lion King','Queen Elizabeth Theatre - Vancouver','Vancouver, Canada','Saturday','8/30/2025','2:00 PM','6302971','The-Lion-King-8-30-2025'],['The Lion King','Queen Elizabeth Theatre - Vancouver','Vancouver, Canada','Saturday','8/30/2025','7:30 PM','6302970','The-Lion-King-8-30-2025'],['The Lion King','Queen Elizabeth Theatre - Vancouver','Vancouver, Canada','Sunday','8/31/2025','1:00 PM','6302972','The-Lion-King-8-31-2025'],['The Lion King','Queen Elizabeth Theatre - Vancouver','Vancouver, Canada','Sunday','8/31/2025','6:30 PM','6302973','The-Lion-King-8-31-2025'],['The Lion King','Queen Elizabeth Theatre - Vancouver','Vancouver, Canada','Tuesday','9/2/2025','7:30 PM','6302974','The-Lion-King-9-2-2025'],['The Lion King','Queen Elizabeth Theatre - Vancouver','Vancouver, Canada','Wednesday','9/3/2025','7:30 PM','6302975','The-Lion-King-9-3-2025'],['The Lion King','Queen Elizabeth Theatre - Vancouver','Vancouver, Canada','Thursday','9/4/2025','7:30 PM','6302976','The-Lion-King-9-4-2025'],['The Lion King','Queen Elizabeth Theatre - Vancouver','Vancouver, Canada','Friday','9/5/2025','7:30 PM','6302977','The-Lion-King-9-5-2025'],['The Lion King','Queen Elizabeth Theatre - Vancouver','Vancouver, Canada','Saturday','9/6/2025','2:00 PM','6302979','The-Lion-King-9-6-2025'],['The Lion King','Queen Elizabeth Theatre - Vancouver','Vancouver, Canada','Saturday','9/6/2025','7:30 PM','6302978','The-Lion-King-9-6-2025'],['The Lion King','Queen Elizabeth Theatre - Vancouver','Vancouver, Canada','Sunday','9/7/2025','1:00 PM','6302980','The-Lion-King-9-7-2025'],['The Lion King','Queen Elizabeth Theatre - Vancouver','Vancouver, Canada','Sunday','9/7/2025','6:30 PM','6302982','The-Lion-King-9-7-2025'],['The Lion King','Queen Elizabeth Theatre - Vancouver','Vancouver, Canada','Tuesday','9/9/2025','7:30 PM','6302984','The-Lion-King-9-9-2025']],'Lion King Vancouver BC','http://www.ticketnetwork.com/en/search/?text=Lion%20King%20Vancouver%20BC');