// var TN_Widget = function() { return { //Options newWindow : true, linkText : "Tickets", tixUrl : "https://www.ticketnetwork.com/tix/", trackingParams : "", custLink : true, //depricated kbid : "", //Overwrittable functions trackingLink :"", CreateCustomUrl : function(row) { return this.tixUrl + row[7] + "-tickets-"+ row[6] + ".aspx"; }, CreateEventRow : function(row, isAlt) { return "" + row[3] +"
"+"" + row[4] + "
"+"" + row[5] + ""+"" + row[0] +"" + row[1] +"
" + row[2] +""+""+ this.linkText+ ""; }, 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,kywrds,url) { if(typeof(TN_SetWidgetOptions) == "function") TN_SetWidgetOptions(); //for backwards compatability if(this.kbid != "") this.trackingParams = "?img=249&kbid="+this.kbid; 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 && kywrds != undefined) { if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML += '
See all events for '+ kywrds + ' on TicketNetwork.com
'; } else { document.write("
See all events for "+ kywrds + " on TicketNetwork.com
"); } } if(eventData.length > 0) { document.getElementById("previewNote").style.display = "none"; } } }; }(); //BPW-TNSERV-02A TN_Widget.CreateTable([['Sylvia','Sharon Playhouse','Sharon, CT','Sunday','8/31/2025','3:00 PM','7071824','Sylvia-8-31-2025'],['Sylvia','Sharon Playhouse','Sharon, CT','Thursday','9/4/2025','2:00 PM','7071825','Sylvia-9-4-2025'],['Sylvia','Sharon Playhouse','Sharon, CT','Thursday','9/4/2025','7:00 PM','7071826','Sylvia-9-4-2025'],['Sylvia','Sharon Playhouse','Sharon, CT','Friday','9/5/2025','7:00 PM','7071827','Sylvia-9-5-2025'],['Sylvia','Sharon Playhouse','Sharon, CT','Saturday','9/6/2025','2:00 PM','7071828','Sylvia-9-6-2025'],['Sylvia','Sharon Playhouse','Sharon, CT','Saturday','9/6/2025','7:00 PM','7071829','Sylvia-9-6-2025'],['Sylvia','Sharon Playhouse','Sharon, CT','Sunday','9/7/2025','3:00 PM','7071830','Sylvia-9-7-2025'],['We Call It Ballet: Sleeping Beauty Dance and Light Show','Sylvia And Danny Kaye Playhouse','New York, NY','Friday','9/19/2025','6:30 PM','7294812','We-Call-It-Ballet--Sleeping-Beauty-Dance-and-Light-Show-9-19-2025'],['We Call It Ballet: Sleeping Beauty Dance and Light Show','Sylvia And Danny Kaye Playhouse','New York, NY','Friday','9/19/2025','9:00 PM','7294813','We-Call-It-Ballet--Sleeping-Beauty-Dance-and-Light-Show-9-19-2025'],['We Call It Ballet: Sleeping Beauty Dance and Light Show','Sylvia And Danny Kaye Playhouse','New York, NY','Friday','11/7/2025','6:30 PM','7294814','We-Call-It-Ballet--Sleeping-Beauty-Dance-and-Light-Show-11-7-2025'],['We Call It Ballet: Sleeping Beauty Dance and Light Show','Sylvia And Danny Kaye Playhouse','New York, NY','Friday','11/7/2025','9:00 PM','7294815','We-Call-It-Ballet--Sleeping-Beauty-Dance-and-Light-Show-11-7-2025'],['Houston Ballet: Sylvia','Brown Theater at Wortham Center','Houston, TX','Thursday','2/26/2026','7:30 PM','7025623','Houston-Ballet--Sylvia-2-26-2026'],['Houston Ballet: Sylvia','Brown Theater at Wortham Center','Houston, TX','Saturday','2/28/2026','7:30 PM','7025624','Houston-Ballet--Sylvia-2-28-2026'],['Houston Ballet: Sylvia','Brown Theater at Wortham Center','Houston, TX','Sunday','3/1/2026','2:00 PM','7025625','Houston-Ballet--Sylvia-3-1-2026'],['Houston Ballet: Sylvia','Brown Theater at Wortham Center','Houston, TX','Friday','3/6/2026','7:30 PM','7025626','Houston-Ballet--Sylvia-3-6-2026'],['Houston Ballet: Sylvia','Brown Theater at Wortham Center','Houston, TX','Saturday','3/7/2026','7:30 PM','7025627','Houston-Ballet--Sylvia-3-7-2026'],['Houston Ballet: Sylvia','Brown Theater at Wortham Center','Houston, TX','Sunday','3/8/2026','2:00 PM','7025749','Houston-Ballet--Sylvia-3-8-2026'],['American Ballet Theatre: Sylvia','Segerstrom Center For The Arts - Segerstrom Hall','Costa Mesa, CA','Thursday','4/9/2026','7:30 PM','7293748','American-Ballet-Theatre--Sylvia-4-9-2026'],['American Ballet Theatre: Sylvia','Segerstrom Center For The Arts - Segerstrom Hall','Costa Mesa, CA','Friday','4/10/2026','7:30 PM','7293749','American-Ballet-Theatre--Sylvia-4-10-2026'],['American Ballet Theatre: Sylvia','Segerstrom Center For The Arts - Segerstrom Hall','Costa Mesa, CA','Saturday','4/11/2026','2:00 PM','7293750','American-Ballet-Theatre--Sylvia-4-11-2026'],['American Ballet Theatre: Sylvia','Segerstrom Center For The Arts - Segerstrom Hall','Costa Mesa, CA','Saturday','4/11/2026','7:30 PM','7293751','American-Ballet-Theatre--Sylvia-4-11-2026'],['American Ballet Theatre: Sylvia','Segerstrom Center For The Arts - Segerstrom Hall','Costa Mesa, CA','Sunday','4/12/2026','1:00 PM','7293752','American-Ballet-Theatre--Sylvia-4-12-2026']],'Sylvia','https://www.ticketnetwork.com/ticket/Sylvia-events.aspx');