//
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 "
";
}
},
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 += '';
} else {
document.write("");
}
}
}
};
}();
//BPW-TNSERV-03A
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','Paramount Theatre - Seattle','Seattle, WA','Thursday','12/4/2025','1:00 PM','6948975','The-Lion-King-12-4-2025'],['The Lion King','Paramount Theatre - Seattle','Seattle, WA','Thursday','12/4/2025','7:30 PM','6948976','The-Lion-King-12-4-2025'],['The Lion King','Paramount Theatre - Seattle','Seattle, WA','Friday','12/5/2025','7:30 PM','6948977','The-Lion-King-12-5-2025'],['The Lion King','Paramount Theatre - Seattle','Seattle, WA','Saturday','12/6/2025','2:00 PM','6948980','The-Lion-King-12-6-2025'],['The Lion King','Paramount Theatre - Seattle','Seattle, WA','Saturday','12/6/2025','7:30 PM','6948978','The-Lion-King-12-6-2025'],['The Lion King','Paramount Theatre - Seattle','Seattle, WA','Sunday','12/7/2025','1:00 PM','6948981','The-Lion-King-12-7-2025'],['The Lion King','Paramount Theatre - Seattle','Seattle, WA','Sunday','12/7/2025','6:30 PM','6948982','The-Lion-King-12-7-2025'],['The Lion King','Paramount Theatre - Seattle','Seattle, WA','Tuesday','12/9/2025','7:30 PM','6948983','The-Lion-King-12-9-2025'],['The Lion King','Paramount Theatre - Seattle','Seattle, WA','Wednesday','12/10/2025','7:30 PM','6948984','The-Lion-King-12-10-2025'],['The Lion King','Paramount Theatre - Seattle','Seattle, WA','Thursday','12/11/2025','1:00 PM','6948986','The-Lion-King-12-11-2025'],['The Lion King','Paramount Theatre - Seattle','Seattle, WA','Thursday','12/11/2025','7:30 PM','6948985','The-Lion-King-12-11-2025'],['The Lion King','Paramount Theatre - Seattle','Seattle, WA','Friday','12/12/2025','7:30 PM','6948987','The-Lion-King-12-12-2025'],['The Lion King','Paramount Theatre - Seattle','Seattle, WA','Saturday','12/13/2025','2:00 PM','6948989','The-Lion-King-12-13-2025'],['The Lion King','Paramount Theatre - Seattle','Seattle, WA','Saturday','12/13/2025','7:30 PM','6948988','The-Lion-King-12-13-2025'],['The Lion King','Paramount Theatre - Seattle','Seattle, WA','Sunday','12/14/2025','1:00 PM','6948990','The-Lion-King-12-14-2025'],['The Lion King','Paramount Theatre - Seattle','Seattle, WA','Sunday','12/14/2025','6:30 PM','6948991','The-Lion-King-12-14-2025'],['The Lion King','Paramount Theatre - Seattle','Seattle, WA','Tuesday','12/16/2025','7:30 PM','6948995','The-Lion-King-12-16-2025'],['The Lion King','Paramount Theatre - Seattle','Seattle, WA','Wednesday','12/17/2025','7:30 PM','6948996','The-Lion-King-12-17-2025'],['The Lion King','Paramount Theatre - Seattle','Seattle, WA','Thursday','12/18/2025','7:30 PM','6948998','The-Lion-King-12-18-2025'],['The Lion King','Paramount Theatre - Seattle','Seattle, WA','Friday','12/19/2025','7:30 PM','6948999','The-Lion-King-12-19-2025'],['The Lion King','Paramount Theatre - Seattle','Seattle, WA','Saturday','12/20/2025','2:00 PM','6949004','The-Lion-King-12-20-2025'],['The Lion King','Paramount Theatre - Seattle','Seattle, WA','Saturday','12/20/2025','7:30 PM','6949000','The-Lion-King-12-20-2025'],['The Lion King','Paramount Theatre - Seattle','Seattle, WA','Sunday','12/21/2025','1:00 PM','6949005','The-Lion-King-12-21-2025'],['The Lion King','Paramount Theatre - Seattle','Seattle, WA','Sunday','12/21/2025','6:30 PM','6949007','The-Lion-King-12-21-2025'],['The Lion King','Paramount Theatre - Seattle','Seattle, WA','Tuesday','12/23/2025','7:30 PM','6949039','The-Lion-King-12-23-2025'],['The Lion King','Paramount Theatre - Seattle','Seattle, WA','Wednesday','12/24/2025','1:00 PM','6949041','The-Lion-King-12-24-2025'],['The Lion King','Paramount Theatre - Seattle','Seattle, WA','Friday','12/26/2025','7:30 PM','6949066','The-Lion-King-12-26-2025'],['The Lion King','Paramount Theatre - Seattle','Seattle, WA','Saturday','12/27/2025','2:00 PM','6949068','The-Lion-King-12-27-2025'],['The Lion King','Paramount Theatre - Seattle','Seattle, WA','Saturday','12/27/2025','7:30 PM','6949067','The-Lion-King-12-27-2025'],['The Lion King','Paramount Theatre - Seattle','Seattle, WA','Sunday','12/28/2025','1:00 PM','6949069','The-Lion-King-12-28-2025'],['The Lion King','Paramount Theatre - Seattle','Seattle, WA','Sunday','12/28/2025','6:30 PM','6949070','The-Lion-King-12-28-2025'],['The Lion King','Paramount Theatre - Seattle','Seattle, WA','Monday','12/29/2025','7:30 PM','6949071','The-Lion-King-12-29-2025'],['The Lion King','Paramount Theatre - Seattle','Seattle, WA','Tuesday','12/30/2025','1:00 PM','6949073','The-Lion-King-12-30-2025'],['The Lion King','Paramount Theatre - Seattle','Seattle, WA','Tuesday','12/30/2025','7:30 PM','6949072','The-Lion-King-12-30-2025'],['The Lion King','Paramount Theatre - Seattle','Seattle, WA','Wednesday','12/31/2025','1:00 PM','6949074','The-Lion-King-12-31-2025'],['The Lion King','Paramount Theatre - Seattle','Seattle, WA','Friday','1/2/2026','1:00 PM','6949075','The-Lion-King-1-2-2026'],['The Lion King','Paramount Theatre - Seattle','Seattle, WA','Friday','1/2/2026','7:30 PM','6949076','The-Lion-King-1-2-2026'],['The Lion King','Paramount Theatre - Seattle','Seattle, WA','Saturday','1/3/2026','2:00 PM','6949078','The-Lion-King-1-3-2026'],['The Lion King','Paramount Theatre - Seattle','Seattle, WA','Saturday','1/3/2026','7:30 PM','6949077','The-Lion-King-1-3-2026'],['The Lion King','Paramount Theatre - Seattle','Seattle, WA','Sunday','1/4/2026','1:00 PM','6949081','The-Lion-King-1-4-2026']],'Lion King Seattle WA','http://www.ticketnetwork.com/en/search/?text=Lion%20King%20Seattle%20WA');