// 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([['Colorado Symphony Orchestra: THe Nightmare Before Christmas In Concert','Boettcher Concert Hall','Denver, CO','Friday','10/31/2025','7:30 PM','7020092','Colorado-Symphony-Orchestra--THe-Nightmare-Before-Christmas-In-Concert-10-31-2025'],['A Christmas Carol','Royal George Theatre - Ontario','Niagara On The Lake, Canada','Saturday','11/1/2025','1:00 PM','6850253','A-Christmas-Carol-11-1-2025'],['A Celtic Christmas','King's Castle Theatre','Branson, MO','Saturday','11/1/2025','2:00 PM','7031456','A-Celtic-Christmas-11-1-2025'],['Atlanta Symphony Orchestra: Thiago Tiberio - The Nightmare Before Christmas In Concert','Atlanta Symphony Hall','Atlanta, GA','Saturday','11/1/2025','7:00 PM','7042022','Atlanta-Symphony-Orchestra--Thiago-Tiberio---The-Nightmare-Before-Christmas-In-Concert-11-1-2025'],['Christmas On Main','Greg Rowles Legacy Theatre','North Myrtle Beach, SC','Saturday','11/1/2025','7:00 PM','7365525','Christmas-On-Main-11-1-2025'],['Orchestra Iowa Pops: The Nightmare Before Christmas','Paramount Theatre - Cedar Rapids','Cedar Rapids, IA','Saturday','11/1/2025','7:30 PM','7336295','Orchestra-Iowa-Pops--The-Nightmare-Before-Christmas-11-1-2025'],['Rocky Mountain High Experience - A John Denver Christmas','Tennessee Performing Arts Center - James K Polk Theater','Nashville, TN','Saturday','11/1/2025','7:30 PM','7376933','Rocky-Mountain-High-Experience---A-John-Denver-Christmas-11-1-2025'],['Colorado Symphony Orchestra: THe Nightmare Before Christmas In Concert','Boettcher Concert Hall','Denver, CO','Saturday','11/1/2025','7:30 PM','7020093','Colorado-Symphony-Orchestra--THe-Nightmare-Before-Christmas-In-Concert-11-1-2025'],['Branson's Christmas Wonderland','King's Castle Theatre','Branson, MO','Saturday','11/1/2025','8:00 PM','7031846','Branson-s-Christmas-Wonderland-11-1-2025'],['C.J. Newsom's Country Classic and Comedy Christmas Show','Americana Theatre','Branson, MO','Saturday','11/1/2025','8:00 PM','6958644','C-J--Newsom-s-Country-Classic-and-Comedy-Christmas-Show-11-1-2025']],'"Christmas"','https://www.ticketnetwork.com');