// 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-01B 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','Hippodrome Theatre At The France-Merrick PAC','Baltimore, MD','Wednesday','2/12/2025','7:30 PM','6237274','The-Lion-King-2-12-2025'],['The Lion King','Hippodrome Theatre At The France-Merrick PAC','Baltimore, MD','Thursday','2/13/2025','2:00 PM','6237276','The-Lion-King-2-13-2025'],['The Lion King','Hippodrome Theatre At The France-Merrick PAC','Baltimore, MD','Thursday','2/13/2025','7:30 PM','6237275','The-Lion-King-2-13-2025'],['The Lion King','Hippodrome Theatre At The France-Merrick PAC','Baltimore, MD','Friday','2/14/2025','8:00 PM','6237277','The-Lion-King-2-14-2025'],['The Lion King','Hippodrome Theatre At The France-Merrick PAC','Baltimore, MD','Saturday','2/15/2025','2:00 PM','6237279','The-Lion-King-2-15-2025'],['The Lion King','Hippodrome Theatre At The France-Merrick PAC','Baltimore, MD','Saturday','2/15/2025','8:00 PM','6237278','The-Lion-King-2-15-2025'],['The Lion King','Hippodrome Theatre At The France-Merrick PAC','Baltimore, MD','Sunday','2/16/2025','1:00 PM','6237280','The-Lion-King-2-16-2025'],['The Lion King','Hippodrome Theatre At The France-Merrick PAC','Baltimore, MD','Sunday','2/16/2025','6:30 PM','6237281','The-Lion-King-2-16-2025'],['The Lion King','Hippodrome Theatre At The France-Merrick PAC','Baltimore, MD','Tuesday','2/18/2025','7:30 PM','6237282','The-Lion-King-2-18-2025'],['The Lion King','Hippodrome Theatre At The France-Merrick PAC','Baltimore, MD','Wednesday','2/19/2025','7:30 PM','6237283','The-Lion-King-2-19-2025'],['The Lion King','Hippodrome Theatre At The France-Merrick PAC','Baltimore, MD','Thursday','2/20/2025','7:30 PM','6237284','The-Lion-King-2-20-2025'],['The Lion King','Hippodrome Theatre At The France-Merrick PAC','Baltimore, MD','Friday','2/21/2025','8:00 PM','6237286','The-Lion-King-2-21-2025'],['The Lion King','Hippodrome Theatre At The France-Merrick PAC','Baltimore, MD','Saturday','2/22/2025','2:00 PM','6237288','The-Lion-King-2-22-2025'],['The Lion King','Hippodrome Theatre At The France-Merrick PAC','Baltimore, MD','Saturday','2/22/2025','8:00 PM','6237287','The-Lion-King-2-22-2025'],['The Lion King','Hippodrome Theatre At The France-Merrick PAC','Baltimore, MD','Sunday','2/23/2025','1:00 PM','6237289','The-Lion-King-2-23-2025']],'Lion King Baltimore MD','http://www.ticketnetwork.com/en/search/?text=Lion%20King%20Baltimore%20MD');