//
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 = "";
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([['When We Were Young Sideshow: Emo Night Brooklyn','Brooklyn Bowl - Las Vegas','Las Vegas, NV','Sunday','10/19/2025','11:00 PM','7336345','When-We-Were-Young-Sideshow--Emo-Night-Brooklyn-10-19-2025'],['Atlanta Jewish Film Festival 25th Gala Concert with Atlanta Symphony Orchestra','Atlanta Symphony Hall','Atlanta, GA','Monday','10/20/2025','8:00 PM','7260252','Atlanta-Jewish-Film-Festival-25th-Gala-Concert-with-Atlanta-Symphony-Orchestra-10-20-2025'],['Angela Autumn','Mississippi Studios','Portland, OR','Monday','10/20/2025','9:00 PM','7306618','Angela-Autumn-10-20-2025'],['August Wilson's Jitney','Angus Bowmer Theatre - Oregon Shakespeare Festival','Ashland, OR','Tuesday','10/21/2025','1:30 PM','6850600','August-Wilson-s-Jitney-10-21-2025'],['Sense and Sensibility','Stratford Festival Theatre','Stratford, Canada','Tuesday','10/21/2025','2:00 PM','6851671','Sense-and-Sensibility-10-21-2025'],['Mudvayne','Red Hat Amphitheater','Raleigh, NC','Tuesday','10/21/2025','6:30 PM','7141577','Mudvayne-10-21-2025'],['Dangerous Liaisons','Stratford Festival Theatre','Stratford, Canada','Tuesday','10/21/2025','8:00 PM','6851576','Dangerous-Liaisons-10-21-2025'],['Quixote Nuevo','Thomas Theatre - Oregon Shakespeare Festival','Ashland, OR','Tuesday','10/21/2025','8:00 PM','6850836','Quixote-Nuevo-10-21-2025'],['Julius Caesar','Angus Bowmer Theatre - Oregon Shakespeare Festival','Ashland, OR','Tuesday','10/21/2025','8:00 PM','6850750','Julius-Caesar-10-21-2025'],['Annie','Stratford Festival Theatre','Stratford, Canada','Wednesday','10/22/2025','12:30 PM','6850329','Annie-10-22-2025']],'"Festival"','https://www.ticketnetwork.com');