// 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-02A TN_Widget.AddCss('//s3.amazonaws.com/TNService/pl-widget/styles/tnpl-results-widget.css'); TN_Widget.CreateTable([['Governors Ball Music Festival: Post Malone, Rauw Alejandro, The Killers, 21 Savage, SZA & Peso Pluma - 3 Day Pass','Flushing Meadows - Corona Park','Flushing, NY','Friday','6/7/2024','TBD','6215371','Governors-Ball-Music-Festival--Post-Malone--Rauw-Alejandro--The-Killers--21-Savage--SZA---Peso-Pluma---3-Day-Pass-6-7-2024'],['Governors Ball Music Festival: Post Malone & Rauw Alejandro - Friday','Flushing Meadows - Corona Park','Flushing, NY','Friday','6/7/2024','11:45 AM','6215375','Governors-Ball-Music-Festival--Post-Malone---Rauw-Alejandro---Friday-6-7-2024'],['Governors Ball Music Festival - 2 Day Pass','Flushing Meadows - Corona Park','Flushing, NY','Saturday','6/8/2024','TBD','6215378','Governors-Ball-Music-Festival---2-Day-Pass-6-8-2024'],['Governors Ball Music Festival: The Killers & 21 Savage - Saturday','Flushing Meadows - Corona Park','Flushing, NY','Saturday','6/8/2024','11:45 AM','6215376','Governors-Ball-Music-Festival--The-Killers---21-Savage---Saturday-6-8-2024'],['Governors Ball Music Festival: SZA & Peso Pluma - Sunday','Flushing Meadows - Corona Park','Flushing, NY','Sunday','6/9/2024','11:45 AM','6215377','Governors-Ball-Music-Festival--SZA---Peso-Pluma---Sunday-6-9-2024']],'','https://www.ticketnetwork.com');