//
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([['El Paso Symphony Orchestra: Bohuslav Rattay - Van Cliburn Gold','The Plaza Theatre - El Paso','El Paso, TX','Friday','9/19/2025','7:30 PM','7302911','El-Paso-Symphony-Orchestra--Bohuslav-Rattay---Van-Cliburn-Gold-9-19-2025'],['El Paso Symphony Orchestra: Bohuslav Rattay - Van Cliburn Gold','The Plaza Theatre - El Paso','El Paso, TX','Saturday','9/20/2025','7:30 PM','7302805','El-Paso-Symphony-Orchestra--Bohuslav-Rattay---Van-Cliburn-Gold-9-20-2025'],['El Paso Symphony Orchestra: Bohuslav Rattay - Space Odyssey','The Plaza Theatre - El Paso','El Paso, TX','Friday','10/17/2025','7:30 PM','7302924','El-Paso-Symphony-Orchestra--Bohuslav-Rattay---Space-Odyssey-10-17-2025'],['El Paso Symphony Orchestra: Bohuslav Rattay - Space Odyssey','The Plaza Theatre - El Paso','El Paso, TX','Saturday','10/18/2025','7:30 PM','7302838','El-Paso-Symphony-Orchestra--Bohuslav-Rattay---Space-Odyssey-10-18-2025'],['El Paso Symphony Orchestra: Jurassic Park In Concert','The Plaza Theatre - El Paso','El Paso, TX','Saturday','11/8/2025','7:00 PM','7287736','El-Paso-Symphony-Orchestra--Jurassic-Park-In-Concert-11-8-2025'],['El Paso Symphony Orchestra: A Christmas Fantasia - Gretchen Shope & UTEP Choral Union','The Plaza Theatre - El Paso','El Paso, TX','Friday','12/5/2025','7:30 PM','7315843','El-Paso-Symphony-Orchestra--A-Christmas-Fantasia---Gretchen-Shope---UTEP-Choral-Union-12-5-2025'],['El Paso Symphony Orchestra: A Christmas Fantasia - Gretchen Shope & UTEP Choral Union','The Plaza Theatre - El Paso','El Paso, TX','Saturday','12/6/2025','7:30 PM','7302917','El-Paso-Symphony-Orchestra--A-Christmas-Fantasia---Gretchen-Shope---UTEP-Choral-Union-12-6-2025'],['El Paso Symphony Orchestra: Bohuslav Rattay - Majestic Rhythms','The Plaza Theatre - El Paso','El Paso, TX','Friday','1/23/2026','7:30 PM','7303043','El-Paso-Symphony-Orchestra--Bohuslav-Rattay---Majestic-Rhythms-1-23-2026'],['El Paso Symphony Orchestra: Bohuslav Rattay - Majestic Rhythms','The Plaza Theatre - El Paso','El Paso, TX','Saturday','1/24/2026','7:30 PM','7302748','El-Paso-Symphony-Orchestra--Bohuslav-Rattay---Majestic-Rhythms-1-24-2026'],['El Paso Symphony Orchestra: Bohuslav Rattay - The Seventh Symphonies','The Plaza Theatre - El Paso','El Paso, TX','Friday','2/27/2026','7:30 PM','7302873','El-Paso-Symphony-Orchestra--Bohuslav-Rattay---The-Seventh-Symphonies-2-27-2026'],['El Paso Symphony Orchestra: Bohuslav Rattay - The Seventh Symphonies','The Plaza Theatre - El Paso','El Paso, TX','Saturday','2/28/2026','7:30 PM','7302733','El-Paso-Symphony-Orchestra--Bohuslav-Rattay---The-Seventh-Symphonies-2-28-2026'],['El Paso Symphony Orchestra: Bohuslav Rattay - Carmina!','The Plaza Theatre - El Paso','El Paso, TX','Friday','4/24/2026','7:30 PM','7302928','El-Paso-Symphony-Orchestra--Bohuslav-Rattay---Carmina--4-24-2026'],['El Paso Symphony Orchestra: Bohuslav Rattay - Carmina!','The Plaza Theatre - El Paso','El Paso, TX','Saturday','4/25/2026','7:30 PM','7302961','El-Paso-Symphony-Orchestra--Bohuslav-Rattay---Carmina--4-25-2026']],'El Paso Symphony Orchestra','https://www.ticketnetwork.com');