// 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([['Penn & Teller','Penn & Teller Theater at Rio Las Vegas','Las Vegas, NV','Sunday','5/5/2024','9:00 PM','6226755','Penn---Teller-5-5-2024'],['Six The Musical','Lena Horne Theatre','New York, NY','Monday','5/6/2024','7:00 PM','6090523','Six-The-Musical-5-6-2024'],['Illinoise','St. James Theatre','New York, NY','Monday','5/6/2024','7:00 PM','6332445','Illinoise-5-6-2024'],['Blue Man Group','Astor Place Theatre','New York, NY','Monday','5/6/2024','7:00 PM','5945316','Blue-Man-Group-5-6-2024'],['Chicago - The Musical','Ambassador Theatre - NY','New York, NY','Monday','5/6/2024','7:00 PM','5939767','Chicago---The-Musical-5-6-2024'],['The Life and Slimes of Marc Summers','New World Stages: Stage 5','New York, NY','Monday','5/6/2024','7:00 PM','6181575','The-Life-and-Slimes-of-Marc-Summers-5-6-2024'],['The Play That Goes Wrong ','New World Stages: Stage 4','New York, NY','Monday','5/6/2024','7:00 PM','6214203','The-Play-That-Goes-Wrong--5-6-2024'],['The Great Gatsby - A New Musical','Broadway Theatre - New York','New York, NY','Monday','5/6/2024','7:00 PM','6229735','The-Great-Gatsby---A-New-Musical-5-6-2024'],['Netflix Is A Joke Festival: Mike Birbiglia','The United Theater on Broadway - Los Angeles','Los Angeles, CA','Monday','5/6/2024','7:00 PM','6155034','Netflix-Is-A-Joke-Festival--Mike-Birbiglia-5-6-2024'],['Perfect Crime','Anne L. Bernstein Theater at The Theater Center','New York, NY','Monday','5/6/2024','8:00 PM','6367658','Perfect-Crime-5-6-2024'],['Broadway to Buble: George Dyer','Americana Theatre','Branson, MO','Tuesday','5/7/2024','10:00 AM','6370942','Broadway-to-Buble--George-Dyer-5-7-2024'],['The Outsiders','Bernard B. Jacobs Theater','New York, NY','Tuesday','5/7/2024','7:00 PM','6071849','The-Outsiders-5-7-2024'],['Suffs','Music Box Theatre - NY','New York, NY','Tuesday','5/7/2024','7:00 PM','6113181','Suffs-5-7-2024'],['The Lion King','Minskoff Theatre','New York, NY','Tuesday','5/7/2024','7:00 PM','6034701','The-Lion-King-5-7-2024'],['Wicked','Gershwin Theatre','New York, NY','Tuesday','5/7/2024','7:00 PM','5936765','Wicked-5-7-2024'],['Water For Elephants - The Musical','Imperial Theatre - NY','New York, NY','Tuesday','5/7/2024','7:00 PM','5940508','Water-For-Elephants---The-Musical-5-7-2024'],['Stereophonic','John Golden Theatre','New York, NY','Tuesday','5/7/2024','7:00 PM','6230320','Stereophonic-5-7-2024'],['MJ - The Musical','Neil Simon Theatre','New York, NY','Tuesday','5/7/2024','7:00 PM','5940260','MJ---The-Musical-5-7-2024'],['Hadestown','Walter Kerr Theatre','New York, NY','Tuesday','5/7/2024','7:00 PM','5922805','Hadestown-5-7-2024'],['Little Shop Of Horrors','Westside Theatre Upstairs','New York, NY','Tuesday','5/7/2024','7:00 PM','5694047','Little-Shop-Of-Horrors-5-7-2024'],['The Who's Tommy','Nederlander Theatre - NY','New York, NY','Tuesday','5/7/2024','7:00 PM','6045781','The-Who-s-Tommy-5-7-2024'],['An Enemy of the People','Circle In The Square Theatre','New York, NY','Tuesday','5/7/2024','7:00 PM','6089200','An-Enemy-of-the-People-5-7-2024'],['Moulin Rouge - The Musical','Al Hirschfeld Theatre','New York, NY','Tuesday','5/7/2024','7:00 PM','5996628','Moulin-Rouge---The-Musical-5-7-2024'],['Chicago - The Musical','Ambassador Theatre - NY','New York, NY','Tuesday','5/7/2024','7:00 PM','5939771','Chicago---The-Musical-5-7-2024'],['A Beautiful Noise - The Neil Diamond Musical','Broadhurst Theatre','New York, NY','Tuesday','5/7/2024','7:00 PM','5747186','A-Beautiful-Noise---The-Neil-Diamond-Musical-5-7-2024']],'broadway','http://www.ticketnetwork.com/en/search/?text=broadway');