// 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([['Breakaway Music Festival Philadelphia - 2 Day Pass','Festival Grounds at Subaru Park','Chester, PA','Friday','9/11/2026','TBD','7532055','Breakaway-Music-Festival-Philadelphia---2-Day-Pass-9-11-2026'],['Rock The Country: Kid Rock, Hank Williams Jr. & Gavin Adcock - 2 Day Pass','Erie County Fairgrounds in Hamburg','Hamburg, NY','Friday','9/11/2026','TBD','7674543','Rock-The-Country--Kid-Rock--Hank-Williams-Jr----Gavin-Adcock---2-Day-Pass-9-11-2026'],['Hopscotch Music Festival - Friday','Hopscotch Music Festival','Raleigh, NC','Friday','9/11/2026','TBD','8203334','Hopscotch-Music-Festival---Friday-9-11-2026'],['Dancefestopia - 3 Day Pass','Wildwood Outdoor Education Center','Lacygne, KS','Friday','9/11/2026','TBD','7610896','Dancefestopia---3-Day-Pass-9-11-2026'],['Global Dance Festival: BOLO, Chris Lake, JSTJR & Kai Wachi - 2 Day Pass','Livestock Center (LVC) At National Western Center','Denver, CO','Friday','9/11/2026','TBD','7954972','Global-Dance-Festival--BOLO--Chris-Lake--JSTJR---Kai-Wachi---2-Day-Pass-9-11-2026'],['Goldrush: Alesso, Deadmau5, Griz & Martin Garrix - 2 Day Pass','Rawhide Western Town and Event Center','Chandler, AZ','Friday','9/11/2026','TBD','7594568','Goldrush--Alesso--Deadmau5--Griz---Martin-Garrix---2-Day-Pass-9-11-2026'],['Sacred Acre Festival: Tape B, Effin & Maddy O'Neal - 3 Day Pass','Kenai Peninsula State Fairgrounds','Ninilchik, AK','Friday','9/11/2026','TBD','7622482','Sacred-Acre-Festival--Tape-B--Effin---Maddy-O-Neal---3-Day-Pass-9-11-2026'],['Goldrush - Friday','Rawhide Western Town and Event Center','Chandler, AZ','Friday','9/11/2026','6:00 PM','7996089','Goldrush---Friday-9-11-2026'],['Nitya Nritya Festival','Mid-Valley Performing Arts Center','Taylorsville, UT','Friday','9/11/2026','7:00 PM','8187183','Nitya-Nritya-Festival-9-11-2026'],['Durango Fest','El Paso County Coliseum','El Paso, TX','Friday','9/11/2026','7:00 PM','8226967','Durango-Fest-9-11-2026']],'"Festival"','https://www.ticketnetwork.com');