// 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-01A TN_Widget.AddCss('//s3.amazonaws.com/TNService/pl-widget/styles/tnpl-results-widget.css'); TN_Widget.CreateTable([['Toronto Jazz Fest: A Holly Jolly Jill Barber Christmas','Jane Mallett Theatre','Toronto, Canada','Thursday','11/27/2025','8:00 PM','7407247','Toronto-Jazz-Fest--A-Holly-Jolly-Jill-Barber-Christmas-11-27-2025'],['Snow Fest: Jeezy and Friends','Smart Financial Centre','Sugar Land, TX','Friday','11/28/2025','7:30 PM','7404789','Snow-Fest--Jeezy-and-Friends-11-28-2025'],['Soul Fest: King George, Calvin Richardson, Mike Clark Jr. & Wilson Meadows','Columbus Civic Center','Columbus, GA','Saturday','11/29/2025','7:00 PM','7192218','Soul-Fest--King-George--Calvin-Richardson--Mike-Clark-Jr----Wilson-Meadows-11-29-2025'],['BrownstoneJAZZ Fest Weekend Concert Series','BrownstoneJAZZ','Brooklyn, NY','Saturday','11/29/2025','7:30 PM','7079184','BrownstoneJAZZ-Fest-Weekend-Concert-Series-11-29-2025'],['Vive Chihuahua Fest','YouTube Theater at Hollywood Park','Inglewood, CA','Saturday','11/29/2025','8:00 PM','7192417','Vive-Chihuahua-Fest-11-29-2025'],['Foul Play Fest','The Ship','Kansas City, MO','Sunday','11/30/2025','12:00 PM','7560976','Foul-Play-Fest-11-30-2025'],['BrownstoneJAZZ Fest Weekend Concert Series','BrownstoneJAZZ','Brooklyn, NY','Sunday','11/30/2025','4:00 PM','7079185','BrownstoneJAZZ-Fest-Weekend-Concert-Series-11-30-2025'],['BrownstoneJAZZ Fest Weekend Concert Series','BrownstoneJAZZ','Brooklyn, NY','Sunday','11/30/2025','6:00 PM','7079186','BrownstoneJAZZ-Fest-Weekend-Concert-Series-11-30-2025'],['Found Footage Fest','The Lounge At City Winery - Nashville','Nashville, TN','Wednesday','12/3/2025','7:00 PM','7480835','Found-Footage-Fest-12-3-2025'],['Big Ten Fan Fest - 2 Day Pass','Indiana Convention Center','Indianapolis, IN','Friday','12/5/2025','TBD','6861326','Big-Ten-Fan-Fest---2-Day-Pass-12-5-2025']],'Fest','https://www.ticketnetwork.com');