// 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-01A TN_Widget.CreateTable([['Southwest Florida Symphony: Stilian Kirov - A Space Odyssey','Barbara B Mann Performing Arts Hall','Fort Myers, FL','Saturday','3/15/2025','7:30 PM','6947684','Southwest-Florida-Symphony--Stilian-Kirov---A-Space-Odyssey-3-15-2025'],['Third Street Concerto Competition Concert','Peter Jay Sharp Theatre at Symphony Space','New York, NY','Sunday','3/16/2025','3:30 PM','7007922','Third-Street-Concerto-Competition-Concert-3-16-2025'],['Seattle Symphony: Sunny Xia - A Trip to Outer Space','Benaroya Hall - S. Mark Taper Foundation Auditorium','Seattle, WA','Saturday','3/22/2025','11:00 AM','6598608','Seattle-Symphony--Sunny-Xia---A-Trip-to-Outer-Space-3-22-2025'],['Sound of Music Sing-a-Long','Peter Jay Sharp Theatre at Symphony Space','New York, NY','Saturday','3/22/2025','7:00 PM','6913064','Sound-of-Music-Sing-a-Long-3-22-2025'],['Omaha Symphony: Ankush Kumar Bahl - Outer Space Orchestra','Kiewit Hall At Holland Performing Arts Center','Omaha, NE','Sunday','3/23/2025','2:00 PM','6628161','Omaha-Symphony--Ankush-Kumar-Bahl---Outer-Space-Orchestra-3-23-2025'],['Ben Ben Baruch','Peter Jay Sharp Theatre at Symphony Space','New York, NY','Wednesday','3/26/2025','8:30 PM','7018693','Ben-Ben-Baruch-3-26-2025'],['National Symphony Orchestra: Family Concert - Earth to Space','Kennedy Center Concert Hall','Washington, DC','Sunday','3/30/2025','1:00 PM','6570433','National-Symphony-Orchestra--Family-Concert---Earth-to-Space-3-30-2025'],['Maggie Smith','Peter Jay Sharp Theatre at Symphony Space','New York, NY','Monday','3/31/2025','7:00 PM','6913065','Maggie-Smith-3-31-2025'],['The Paper Bag Players','Peter Jay Sharp Theatre at Symphony Space','New York, NY','Sunday','4/13/2025','11:00 AM','7007921','The-Paper-Bag-Players-4-13-2025'],['The Moth Mainstage','Peter Jay Sharp Theatre at Symphony Space','New York, NY','Thursday','4/24/2025','7:30 PM','7007918','The-Moth-Mainstage-4-24-2025'],['Yunist Ukrainian Dance Ensemble','Peter Jay Sharp Theatre at Symphony Space','New York, NY','Saturday','4/26/2025','6:00 PM','7018698','Yunist-Ukrainian-Dance-Ensemble-4-26-2025'],['Atlanta Symphony Orchestra: Family Concert: Out of This World - Symphonic Space Adventure','Atlanta Symphony Hall','Atlanta, GA','Sunday','4/27/2025','1:30 PM','6586935','Atlanta-Symphony-Orchestra--Family-Concert--Out-of-This-World---Symphonic-Space-Adventure-4-27-2025'],['Atlanta Symphony Orchestra: Family Concert: Out of This World - Symphonic Space Adventure','Atlanta Symphony Hall','Atlanta, GA','Sunday','4/27/2025','3:00 PM','6586936','Atlanta-Symphony-Orchestra--Family-Concert--Out-of-This-World---Symphonic-Space-Adventure-4-27-2025'],['Selected Shorts: Classics with a Twist','Peter Jay Sharp Theatre at Symphony Space','New York, NY','Wednesday','4/30/2025','7:00 PM','6907412','Selected-Shorts--Classics-with-a-Twist-4-30-2025'],['Isabel Allende','Peter Jay Sharp Theatre at Symphony Space','New York, NY','Tuesday','5/6/2025','7:00 PM','7007917','Isabel-Allende-5-6-2025'],['Stephane Wrembel's Django A Gogo','Peter Jay Sharp Theatre at Symphony Space','New York, NY','Friday','5/9/2025','8:00 PM','6913071','Stephane-Wrembel-s-Django-A-Gogo-5-9-2025'],['Etgar Keret & Ira Glass','Peter Jay Sharp Theatre at Symphony Space','New York, NY','Tuesday','6/3/2025','7:00 PM','6913083','Etgar-Keret---Ira-Glass-6-3-2025'],['Sibling Revelry: Lacey Lamar & Amber Ruffin','Peter Jay Sharp Theatre at Symphony Space','New York, NY','Wednesday','6/11/2025','7:00 PM','6913105','Sibling-Revelry--Lacey-Lamar---Amber-Ruffin-6-11-2025']],'Symphony Space','https://www.ticketnetwork.com/ticket/Symphony-Space-events.aspx');