// 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-04B 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','Thrivent Financial Hall At Fox Cities Performing Arts Center ','Appleton, WI','Wednesday','1/8/2025','7:30 PM','6317297','The-Lion-King-1-8-2025'],['The Lion King','Thrivent Financial Hall At Fox Cities Performing Arts Center ','Appleton, WI','Thursday','1/9/2025','1:00 PM','6317300','The-Lion-King-1-9-2025'],['The Lion King','Thrivent Financial Hall At Fox Cities Performing Arts Center ','Appleton, WI','Thursday','1/9/2025','7:30 PM','6317301','The-Lion-King-1-9-2025'],['The Lion King','Thrivent Financial Hall At Fox Cities Performing Arts Center ','Appleton, WI','Friday','1/10/2025','7:30 PM','6317302','The-Lion-King-1-10-2025'],['The Lion King','Thrivent Financial Hall At Fox Cities Performing Arts Center ','Appleton, WI','Saturday','1/11/2025','2:00 PM','6317304','The-Lion-King-1-11-2025'],['The Lion King','Thrivent Financial Hall At Fox Cities Performing Arts Center ','Appleton, WI','Saturday','1/11/2025','7:30 PM','6317306','The-Lion-King-1-11-2025'],['The Lion King','Thrivent Financial Hall At Fox Cities Performing Arts Center ','Appleton, WI','Sunday','1/12/2025','1:00 PM','6317307','The-Lion-King-1-12-2025'],['The Lion King','Thrivent Financial Hall At Fox Cities Performing Arts Center ','Appleton, WI','Sunday','1/12/2025','6:30 PM','6317308','The-Lion-King-1-12-2025'],['The Lion King','Thrivent Financial Hall At Fox Cities Performing Arts Center ','Appleton, WI','Tuesday','1/14/2025','7:30 PM','6317310','The-Lion-King-1-14-2025'],['The Lion King','Thrivent Financial Hall At Fox Cities Performing Arts Center ','Appleton, WI','Wednesday','1/15/2025','7:30 PM','6317311','The-Lion-King-1-15-2025'],['The Lion King','Thrivent Financial Hall At Fox Cities Performing Arts Center ','Appleton, WI','Thursday','1/16/2025','7:30 PM','6317313','The-Lion-King-1-16-2025'],['The Lion King','Thrivent Financial Hall At Fox Cities Performing Arts Center ','Appleton, WI','Friday','1/17/2025','7:30 PM','6317314','The-Lion-King-1-17-2025'],['The Lion King','Thrivent Financial Hall At Fox Cities Performing Arts Center ','Appleton, WI','Saturday','1/18/2025','2:00 PM','6317315','The-Lion-King-1-18-2025'],['The Lion King','Thrivent Financial Hall At Fox Cities Performing Arts Center ','Appleton, WI','Saturday','1/18/2025','7:30 PM','6317316','The-Lion-King-1-18-2025'],['The Lion King','Thrivent Financial Hall At Fox Cities Performing Arts Center ','Appleton, WI','Sunday','1/19/2025','1:00 PM','6317318','The-Lion-King-1-19-2025']],'Lion King Appleton WI','http://www.ticketnetwork.com/en/search/?text=Lion%20King%20Appleton%20WI');