//
var TN_Widget = function() {
return {
//Options
newWindow : true,
linkText : "Tickets",
tixUrl : "https://www.ticketnetwork.com/tix/",
trackingParams : "",
custLink : true,
//depricated
kbid : "",
//Overwrittable functions
trackingLink :"",
CreateCustomUrl : function(row) {
return this.tixUrl + row[7] + "-tickets-"+ row[6] + ".aspx";
},
CreateEventRow : function(row, isAlt) {
return "
" +
row[3] +" "+"" +
row[4] + " "+"" +
row[5] + " | "+"" +
row[0] +" | " +
row[1] +" " +
row[2] +" | "+""+ this.linkText+ " |
";
},
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,kywrds,url) {
if(typeof(TN_SetWidgetOptions) == "function")
TN_SetWidgetOptions();
//for backwards compatability
if(this.kbid != "")
this.trackingParams = "?img=249&kbid="+this.kbid;
var newTable = [];
for(var cntr = 0; cntr < eventData.length; cntr++)
newTable.push(this.CreateEventRow(eventData[cntr], cntr % 2 == 1));
var objToAddTo;
if(objToAddTo = document.getElementById("tn_results_container")) {
objToAddTo.innerHTML = '' + newTable.join('') + '
';
} else
document.write('' + newTable.join('') + '
');
if(eventData.length >= 100 && kywrds != undefined) {
if(objToAddTo = document.getElementById("tn_results_container")) {
objToAddTo.innerHTML += '';
} else {
document.write("");
}
}
if(eventData.length > 0) {
document.getElementById("previewNote").style.display = "none";
}
}
};
}();
//BPW-TNSERV-01A
TN_Widget.CreateTable([['Naples Philharmonic: Zachary DePue - Zachary Plays Barber','Artis-Naples','Naples, FL','Friday','5/9/2025','7:30 PM','6949788','Naples-Philharmonic--Zachary-DePue---Zachary-Plays-Barber-5-9-2025'],['Colorado Springs Philharmonic: Thomas Wilson - Star Wars - A New Hope In Concert','Pikes Peak Center','Colorado Springs, CO','Friday','5/9/2025','7:30 PM','6660529','Colorado-Springs-Philharmonic--Thomas-Wilson---Star-Wars---A-New-Hope-In-Concert-5-9-2025'],['Colorado Springs Philharmonic: Thomas Wilson - Star Wars - A New Hope In Concert','Pikes Peak Center','Colorado Springs, CO','Saturday','5/10/2025','7:30 PM','6660530','Colorado-Springs-Philharmonic--Thomas-Wilson---Star-Wars---A-New-Hope-In-Concert-5-10-2025'],['Naples Philharmonic: Side-by-Side','Artis-Naples','Naples, FL','Sunday','5/11/2025','7:00 PM','7031766','Naples-Philharmonic--Side-by-Side-5-11-2025'],['Naples Ballet: The Sleeping Beauty','Artis-Naples','Naples, FL','Thursday','5/15/2025','7:00 PM','6949794','Naples-Ballet--The-Sleeping-Beauty-5-15-2025'],['Colorado Springs Philharmonic: Louis Lohraseb - Madama Butterfly','Pikes Peak Center','Colorado Springs, CO','Saturday','5/17/2025','7:30 PM','6660531','Colorado-Springs-Philharmonic--Louis-Lohraseb---Madama-Butterfly-5-17-2025'],['Colorado Springs Philharmonic: Louis Lohraseb - Madama Butterfly','Pikes Peak Center','Colorado Springs, CO','Sunday','5/18/2025','2:30 PM','6660532','Colorado-Springs-Philharmonic--Louis-Lohraseb---Madama-Butterfly-5-18-2025'],['Triangle Youth Music - Triangle Youth Philharmonic','Meymandi Concert Hall At Martin Marietta Center for the Performing Arts','Raleigh, NC','Sunday','5/18/2025','5:00 PM','7138325','Triangle-Youth-Music---Triangle-Youth-Philharmonic-5-18-2025'],['Patriotic Pops','Artis-Naples','Naples, FL','Thursday','5/22/2025','7:30 PM','6949785','Patriotic-Pops-5-22-2025'],['Patriotic Pops','Artis-Naples','Naples, FL','Friday','5/23/2025','7:30 PM','6949786','Patriotic-Pops-5-23-2025'],['Mariachi Cobre & Reno Philharmonic','Pioneer Center for The Performing Arts','Reno, NV','Saturday','5/31/2025','7:00 PM','6970655','Mariachi-Cobre---Reno-Philharmonic-5-31-2025'],['Stomp','Artis-Naples','Naples, FL','Tuesday','6/3/2025','7:30 PM','6809629','Stomp-6-3-2025'],['Stomp','Artis-Naples','Naples, FL','Wednesday','6/4/2025','7:30 PM','6809630','Stomp-6-4-2025'],['Massapequa Philharmonic','Concert Hall At Tilles Center for the Performing Arts','Brookville, NY','Sunday','7/13/2025','3:00 PM','7031233','Massapequa-Philharmonic-7-13-2025']],'Philharmonic Center for the Arts','https://www.ticketnetwork.com/ticket/Philharmonic-Center-for-the-Arts-events.aspx');