// 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 dateArray = row[4].split('/'); var date = months[dateArray[0]] + " " + dateArray[1]; var parking = row[0].split(':')[0] if (parking !== "PARKING") { return "
" + row[3].substring(0,3) + "
" + date + "" + row[5] + "
" + row[0] + "" + row[1] + ", " + row[2] + "
"; } }, 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 newResults = []; for(var cntr = 0; cntr < eventData.length; cntr++) newResults.push(this.CreateEventRow(eventData[cntr], cntr % 2 == 1)); var objToAddTo; if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML = '
' + newResults.join('') + '
'; } else document.write('
' + newResults.join('') + '
'); if(eventData.length >= 101 && 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-04B TN_Widget.AddCss('//tn-widget.seatics.com/widget2Css/results-style-1.css'); TN_Widget.AddCss('//s3.amazonaws.com/ticketnetwork/fonts/TTNorms/TTNorms.css'); TN_Widget.CreateTable([['Head In The Clouds Festival: (G)I-dle, Illenium, Joji & Atarashii Gakko! - 2 Day Pass','Forest Hills Stadium','Forest Hills, NY','Saturday','5/11/2024','TBD','6252680','Head-In-The-Clouds-Festival---G-I-dle--Illenium--Joji---Atarashii-Gakko----2-Day-Pass-5-11-2024'],['Head In The Clouds Festival: (G)I-dle, Illenium, b2b Dabin & Balming Tiger - Saturday','Forest Hills Stadium','Forest Hills, NY','Saturday','5/11/2024','3:00 PM','6260147','Head-In-The-Clouds-Festival---G-I-dle--Illenium--b2b-Dabin---Balming-Tiger---Saturday-5-11-2024'],['Head In The Clouds Festival: Joji, Atarashii Gakko!, Bibi, Awich & deb never - Sunday','Forest Hills Stadium','Forest Hills, NY','Sunday','5/12/2024','3:00 PM','6260148','Head-In-The-Clouds-Festival--Joji--Atarashii-Gakko---Bibi--Awich---deb-never---Sunday-5-12-2024'],['Neil Young & Crazy Horse','Forest Hills Stadium','Forest Hills, NY','Tuesday','5/14/2024','7:00 PM','6264905','Neil-Young---Crazy-Horse-5-14-2024'],['Neil Young & Crazy Horse','Forest Hills Stadium','Forest Hills, NY','Wednesday','5/15/2024','7:30 PM','6276698','Neil-Young---Crazy-Horse-5-15-2024'],['The Avett Brothers & Sierra Ferrell','Forest Hills Stadium','Forest Hills, NY','Friday','5/17/2024','7:00 PM','6211924','The-Avett-Brothers---Sierra-Ferrell-5-17-2024'],['Hozier & Allison Russell','Forest Hills Stadium','Forest Hills, NY','Tuesday','6/4/2024','7:00 PM','6072054','Hozier---Allison-Russell-6-4-2024'],['Hozier & Allison Russell','Forest Hills Stadium','Forest Hills, NY','Wednesday','6/5/2024','7:00 PM','6072055','Hozier---Allison-Russell-6-5-2024'],['Hozier & Allison Russell','Forest Hills Stadium','Forest Hills, NY','Friday','6/7/2024','7:00 PM','6096916','Hozier---Allison-Russell-6-7-2024'],['Hozier','Forest Hills Stadium','Forest Hills, NY','Saturday','6/8/2024','7:00 PM','6240915','Hozier-6-8-2024']],'Forest Hills Stadium ','http://www.ticketnetwork.com/en/search/?text=Forest Hills Stadium ');