// 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([['Ballet West: The Choreographic Fest VII','Jeanne Wagner Theatre At Rose Wagner PAC','Salt Lake City, UT','Wednesday','5/13/2026','7:30 PM','7778234','Ballet-West--The-Choreographic-Fest-VII-5-13-2026'],['Ballet West: The Choreographic Fest VII','Jeanne Wagner Theatre At Rose Wagner PAC','Salt Lake City, UT','Thursday','5/14/2026','7:30 PM','7778235','Ballet-West--The-Choreographic-Fest-VII-5-14-2026'],['Tattoo Punks: The Fest','Capital City Music Hall','Harrisburg, PA','Friday','5/15/2026','7:00 PM','7820939','Tattoo-Punks--The-Fest-5-15-2026'],['Ballet West: The Choreographic Fest VII','Jeanne Wagner Theatre At Rose Wagner PAC','Salt Lake City, UT','Friday','5/15/2026','7:30 PM','7778236','Ballet-West--The-Choreographic-Fest-VII-5-15-2026'],['Fast Life Fest','Cecil County Dragway','Rising Sun, MD','Saturday','5/16/2026','TBD','7852289','Fast-Life-Fest-5-16-2026'],['PokeKon Fest','Holiday Inn - Wichita East','Wichita, KS','Saturday','5/16/2026','10:00 AM','7867420','PokeKon-Fest-5-16-2026'],['Totally Rad Vintage Fest','Gallatin County Fairgrounds','Bozeman, MT','Saturday','5/16/2026','10:00 AM','7848984','Totally-Rad-Vintage-Fest-5-16-2026'],['Tattoo Punks: The Fest','Capital City Music Hall','Harrisburg, PA','Saturday','5/16/2026','11:00 AM','7833218','Tattoo-Punks--The-Fest-5-16-2026'],['WJTL 90.3FM Fest: Chandler Moore, Colton Dixon, Ashes Remain & Lizzie Morgan','Cherry Crest Adventure Farm','Ronks, PA','Saturday','5/16/2026','12:00 PM','7627450','WJTL-90-3FM-Fest--Chandler-Moore--Colton-Dixon--Ashes-Remain---Lizzie-Morgan-5-16-2026'],['Pointfest: Staind, Blue October, Mammoth, Highly Suspect & From Ashes To New','Hollywood Casino Amphitheatre - MO','Maryland Heights, MO','Saturday','5/16/2026','1:00 PM','7757203','Pointfest--Staind--Blue-October--Mammoth--Highly-Suspect---From-Ashes-To-New-5-16-2026']],'Fest','https://www.ticketnetwork.com');