// var TN_Widget = function() { return { CreateEventRow : function(row, isAlt) { return "" + row[3] + "
" + row[4] + "
" + row[5] + "" + row[0] + "" + row[1] + "
" + row[2] + "Tickets"; }, 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 newTable = []; for(var cntr = 0; cntr < eventData.length; cntr++) newTable.push(this.CreateEventRow(eventData[cntr], cntr % 2 == 1)); var objToAddTo; if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML = '' + newTable.join('') + '
'; } else document.write('
' + newTable.join('') + '
'); if(eventData.length >= 100 && 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-03A TN_Widget.AddCss('//tn-widget.seatics.com/widget2Css/WidgetStyle9.css'); TN_Widget.CreateTable([['Hello, Dolly!','Roberts Mainstage At Olney Theatre Center','Olney, MD','Thursday','11/6/2025','7:00 PM','7491406','Hello--Dolly--11-6-2025'],['Hello, Dolly!','Roberts Mainstage At Olney Theatre Center','Olney, MD','Friday','11/7/2025','7:00 PM','7507694','Hello--Dolly--11-7-2025'],['Hello, Dolly!','Roberts Mainstage At Olney Theatre Center','Olney, MD','Saturday','11/8/2025','7:00 PM','7507695','Hello--Dolly--11-8-2025'],['Hello, Dolly!','Roberts Mainstage At Olney Theatre Center','Olney, MD','Wednesday','11/12/2025','1:00 PM','7491401','Hello--Dolly--11-12-2025'],['Hello, Dolly!','Roberts Mainstage At Olney Theatre Center','Olney, MD','Wednesday','11/12/2025','7:00 PM','7491407','Hello--Dolly--11-12-2025'],['Hello, Dolly!','Roberts Mainstage At Olney Theatre Center','Olney, MD','Thursday','11/13/2025','7:00 PM','7491439','Hello--Dolly--11-13-2025'],['Hello, Dolly!','Roberts Mainstage At Olney Theatre Center','Olney, MD','Saturday','11/15/2025','7:00 PM','7491408','Hello--Dolly--11-15-2025'],['Hello, Dolly!','Roberts Mainstage At Olney Theatre Center','Olney, MD','Sunday','11/16/2025','1:00 PM','7491409','Hello--Dolly--11-16-2025'],['Hello, Dolly!','Roberts Mainstage At Olney Theatre Center','Olney, MD','Wednesday','11/19/2025','7:00 PM','7491440','Hello--Dolly--11-19-2025'],['Hello, Dolly!','Roberts Mainstage At Olney Theatre Center','Olney, MD','Thursday','11/20/2025','7:00 PM','7491609','Hello--Dolly--11-20-2025'],['Hello, Dolly!','Roberts Mainstage At Olney Theatre Center','Olney, MD','Friday','11/21/2025','7:00 PM','7491610','Hello--Dolly--11-21-2025'],['Hello, Dolly!','Roberts Mainstage At Olney Theatre Center','Olney, MD','Saturday','11/22/2025','1:00 PM','7491603','Hello--Dolly--11-22-2025'],['Hello, Dolly!','Roberts Mainstage At Olney Theatre Center','Olney, MD','Saturday','11/22/2025','7:00 PM','7491611','Hello--Dolly--11-22-2025'],['Hello, Dolly!','Roberts Mainstage At Olney Theatre Center','Olney, MD','Sunday','11/23/2025','1:00 PM','7491612','Hello--Dolly--11-23-2025'],['Hello Dolly - Film','Carolina Theater - Greensboro','Greensboro, NC','Tuesday','3/24/2026','7:00 PM','7402365','Hello-Dolly---Film-3-24-2026'],['Hello, Dolly!','Thalian Hall','Wilmington, NC','Friday','5/15/2026','7:30 PM','7361701','Hello--Dolly--5-15-2026'],['Hello, Dolly!','Thalian Hall','Wilmington, NC','Saturday','5/16/2026','7:30 PM','7361702','Hello--Dolly--5-16-2026'],['Hello, Dolly!','Thalian Hall','Wilmington, NC','Sunday','5/17/2026','2:00 PM','7361703','Hello--Dolly--5-17-2026'],['Hello, Dolly!','Thalian Hall','Wilmington, NC','Friday','5/22/2026','7:30 PM','7361704','Hello--Dolly--5-22-2026'],['Hello, Dolly!','Thalian Hall','Wilmington, NC','Saturday','5/23/2026','7:30 PM','7361705','Hello--Dolly--5-23-2026'],['Hello, Dolly!','Thalian Hall','Wilmington, NC','Sunday','5/24/2026','2:00 PM','7361706','Hello--Dolly--5-24-2026']],'hello dolly','http://www.ticketnetwork.com/ticket/hello-dolly-events.aspx');