// 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','Sarofim Hall - Hobby Center','Houston, TX','Thursday','7/11/2024','1:00 PM','5581005','The-Lion-King-7-11-2024'],['The Lion King','Sarofim Hall - Hobby Center','Houston, TX','Thursday','7/11/2024','7:30 PM','5580975','The-Lion-King-7-11-2024'],['The Lion King','Sarofim Hall - Hobby Center','Houston, TX','Friday','7/12/2024','8:00 PM','5580985','The-Lion-King-7-12-2024'],['The Lion King','Sarofim Hall - Hobby Center','Houston, TX','Saturday','7/13/2024','2:00 PM','5580993','The-Lion-King-7-13-2024'],['The Lion King','Sarofim Hall - Hobby Center','Houston, TX','Saturday','7/13/2024','8:00 PM','5580986','The-Lion-King-7-13-2024'],['The Lion King','Sarofim Hall - Hobby Center','Houston, TX','Sunday','7/14/2024','1:00 PM','5582913','The-Lion-King-7-14-2024'],['The Lion King','Sarofim Hall - Hobby Center','Houston, TX','Sunday','7/14/2024','6:30 PM','5582914','The-Lion-King-7-14-2024'],['The Lion King','Sarofim Hall - Hobby Center','Houston, TX','Tuesday','7/16/2024','7:30 PM','5580976','The-Lion-King-7-16-2024'],['The Lion King','Sarofim Hall - Hobby Center','Houston, TX','Wednesday','7/17/2024','7:30 PM','5580977','The-Lion-King-7-17-2024'],['The Lion King','Sarofim Hall - Hobby Center','Houston, TX','Thursday','7/18/2024','7:30 PM','5580978','The-Lion-King-7-18-2024'],['The Lion King','Sarofim Hall - Hobby Center','Houston, TX','Friday','7/19/2024','8:00 PM','5580987','The-Lion-King-7-19-2024'],['The Lion King','Sarofim Hall - Hobby Center','Houston, TX','Saturday','7/20/2024','2:00 PM','5580994','The-Lion-King-7-20-2024'],['The Lion King','Sarofim Hall - Hobby Center','Houston, TX','Saturday','7/20/2024','8:00 PM','5580988','The-Lion-King-7-20-2024'],['The Lion King','Sarofim Hall - Hobby Center','Houston, TX','Sunday','7/21/2024','1:00 PM','5582916','The-Lion-King-7-21-2024'],['The Lion King','Sarofim Hall - Hobby Center','Houston, TX','Sunday','7/21/2024','6:30 PM','5582915','The-Lion-King-7-21-2024']],'Lion King Sarofim Hall Hobby Center','http://www.ticketnetwork.com/en/search/?text=Lion%20King%20Sarofim%20Hall%20Hobby%20Center');