// 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-03A TN_Widget.AddCss('//s3.amazonaws.com/TNService/pl-widget/styles/tnpl-results-widget.css'); TN_Widget.CreateTable([['Huapango Fest','24 Oxford at Virgin Hotels - Las Vegas','Las Vegas, NV','Wednesday','11/26/2025','9:00 PM','7467734','Huapango-Fest-11-26-2025'],['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'],['BrownstoneJAZZ Fest Weekend Concert Series','BrownstoneJAZZ','Brooklyn, NY','Friday','11/28/2025','7:00 PM','7079182','BrownstoneJAZZ-Fest-Weekend-Concert-Series-11-28-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'],['Durango Fest','Intersection','Grand Rapids, MI','Friday','11/28/2025','8:30 PM','7374802','Durango-Fest-11-28-2025'],['BrownstoneJAZZ Fest Weekend Concert Series','BrownstoneJAZZ','Brooklyn, NY','Friday','11/28/2025','9:00 PM','7079183','BrownstoneJAZZ-Fest-Weekend-Concert-Series-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']],'Fest','https://www.ticketnetwork.com');