// 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 t = row[4].split("/"); t[0] = months[t[0]]; t[2] = ", " + t[2]; return "

" + t[0] + " " + "" + t[1] + "" + t[2] + "

" + row[3].substring(0,3) + " " + row[5] + "

" + row[0] + "

" + row[1] + " - " + row[2] + "

" + this.btnText + "" + ""; }, 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; var footerLink = "" + this.footerText + ""; if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML = "" + newTable.join('') + "" + footerLink + "
"; } else if(document.querySelector(".tnpl_results_container") != null) { document.querySelector(".tnpl_results_container").innerHTML = "" + newTable.join('') + "" + footerLink + "
"; } else document.write("
" + newTable.join('') + "" + footerLink + "
"); } }; }(); //BPW-TNSERV-04A TN_Widget.AddCss('//s3.amazonaws.com/TNService/pl-widget/styles/tnpl-results-widget.css'); TN_Widget.CreateTable([['Max Gomez','City Vineyard by City Winery - New York City','New York, NY','Wednesday','3/4/2026','7:00 PM','7745661','Max-Gomez-3-4-2026'],['Heather Maloney','City Vineyard by City Winery - New York City','New York, NY','Thursday','3/5/2026','7:00 PM','7745662','Heather-Maloney-3-5-2026'],['Mindy Smith','City Vineyard by City Winery - New York City','New York, NY','Friday','3/6/2026','7:00 PM','7650937','Mindy-Smith-3-6-2026'],['The Nields','City Vineyard by City Winery - New York City','New York, NY','Saturday','3/7/2026','7:00 PM','7745664','The-Nields-3-7-2026'],['Karen Rontowski','City Vineyard by City Winery - New York City','New York, NY','Sunday','3/8/2026','12:00 PM','7745665','Karen-Rontowski-3-8-2026'],['Writers and Actors on the Hudson','City Vineyard by City Winery - New York City','New York, NY','Monday','3/9/2026','7:00 PM','7745666','Writers-and-Actors-on-the-Hudson-3-9-2026'],['Jill Hennessy','City Vineyard by City Winery - New York City','New York, NY','Thursday','3/12/2026','7:00 PM','7650938','Jill-Hennessy-3-12-2026'],['James Maddock','City Vineyard by City Winery - New York City','New York, NY','Saturday','3/14/2026','7:00 PM','7650940','James-Maddock-3-14-2026'],['Rita Harvey - A Tribute to the Music of Linda Ronstadt','City Vineyard by City Winery - New York City','New York, NY','Sunday','3/15/2026','12:00 PM','7745667','Rita-Harvey---A-Tribute-to-the-Music-of-Linda-Ronstadt-3-15-2026'],['Maddie Pizzarelli','City Vineyard by City Winery - New York City','New York, NY','Wednesday','3/18/2026','7:00 PM','7745668','Maddie-Pizzarelli-3-18-2026']],'Live In The Vineyard','https://www.ticketnetwork.com');