//
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-03A
TN_Widget.CreateTable([['Shades of Buble','Daniels Pavilion At Philharmonic Center for the Arts','Naples, FL','Thursday','7/24/2025','8:30 PM','7155115','Shades-of-Buble-7-24-2025'],['The Bob Band - A Bob Dylan Tribute','Daniels Pavilion At Philharmonic Center for the Arts','Naples, FL','Thursday','8/7/2025','8:30 PM','7155119','The-Bob-Band---A-Bob-Dylan-Tribute-8-7-2025'],['Cece Teneal's Divas of Soul','Daniels Pavilion At Philharmonic Center for the Arts','Naples, FL','Tuesday','8/19/2025','6:00 PM','7155121','Cece-Teneal-s-Divas-of-Soul-8-19-2025'],['Cece Teneal's Divas of Soul','Daniels Pavilion At Philharmonic Center for the Arts','Naples, FL','Tuesday','8/19/2025','8:30 PM','7155120','Cece-Teneal-s-Divas-of-Soul-8-19-2025'],['South Carolina Philharmonic: The Music of Studio Ghibli','Koger Center For The Arts','Columbia, SC','Saturday','8/23/2025','7:30 PM','7151520','South-Carolina-Philharmonic--The-Music-of-Studio-Ghibli-8-23-2025'],['South Carolina Philharmonic: Rick Steves' Europe - A Symphonic Journey','Koger Center For The Arts','Columbia, SC','Monday','11/10/2025','7:30 PM','7162058','South-Carolina-Philharmonic--Rick-Steves--Europe---A-Symphonic-Journey-11-10-2025'],['South Carolina Philharmonic: Home for the Holidays','Koger Center For The Arts','Columbia, SC','Thursday','12/18/2025','7:30 PM','7214756','South-Carolina-Philharmonic--Home-for-the-Holidays-12-18-2025'],['Straight No Chaser','Artis-Naples','Naples, FL','Sunday','12/28/2025','7:00 PM','7151837','Straight-No-Chaser-12-28-2025'],['Royal Philharmonic Orchestra','Concert Hall At Tilles Center for the Performing Arts','Brookville, NY','Saturday','1/24/2026','7:00 PM','7211164','Royal-Philharmonic-Orchestra-1-24-2026'],['Villages Philharmonic Orchestra: Felix Mendelssohn Concerto for Piano, Violin & Strings in D Minor','Sharon L. Morse Performing Arts Center','Lady Lake, FL','Tuesday','3/10/2026','7:00 PM','7269575','Villages-Philharmonic-Orchestra--Felix-Mendelssohn-Concerto-for-Piano--Violin---Strings-in-D-Minor-3-10-2026']],'Philharmonic Center for the Arts','https://www.ticketnetwork.com/ticket/Philharmonic-Center-for-the-Arts-events.aspx');