//
var TN_Widget = function() {
return {
//Options
newWindow : true,
linkText : "view
tickets",
tixUrl : "http://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[0] +" | " +
row[1] +" " +
row[2] +" | " +
row[3] +" " +
row[4] + " " +
row[5] + " | "+ 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-02A
TN_Widget.CreateTable([['NHL Eastern Conference Second Round: Florida Panthers vs. Toronto Maple Leafs - Home Game 2, Series Game 4','Amerant Bank Arena','Sunrise, FL','Sunday','5/11/2025','7:30 PM','6983588','NHL-Eastern-Conference-Second-Round--Florida-Panthers-vs--Toronto-Maple-Leafs---Home-Game-2--Series-Game-4-5-11-2025'],['NHL Eastern Conference Second Round: Toronto Maple Leafs vs. Florida Panthers - Home Game 3, Series Game 5','Scotiabank Arena','Toronto, Canada','Wednesday','5/14/2025','7:00 PM','6983640','NHL-Eastern-Conference-Second-Round--Toronto-Maple-Leafs-vs--Florida-Panthers---Home-Game-3--Series-Game-5-5-14-2025'],['NHL Eastern Conference Second Round: Florida Panthers vs. Toronto Maple Leafs - Home Game 3, Series Game 6 (If Necessary)','Amerant Bank Arena','Sunrise, FL','Friday','5/16/2025','TBD','6983589','NHL-Eastern-Conference-Second-Round--Florida-Panthers-vs--Toronto-Maple-Leafs---Home-Game-3--Series-Game-6--If-Necessary--5-16-2025'],['NHL Eastern Conference Second Round: Toronto Maple Leafs vs. Florida Panthers - Home Game 4, Series Game 7 (If Necessary)','Scotiabank Arena','Toronto, Canada','Sunday','5/18/2025','TBD','6983641','NHL-Eastern-Conference-Second-Round--Toronto-Maple-Leafs-vs--Florida-Panthers---Home-Game-4--Series-Game-7--If-Necessary--5-18-2025'],['NHL Eastern Conference Finals: Florida Panthers vs. TBD - Home Game 1, Series Game 3 (Date: TBD - If Necessary)','Amerant Bank Arena','Sunrise, FL','Friday','5/23/2025','TBD','6983591','NHL-Eastern-Conference-Finals--Florida-Panthers-vs--TBD---Home-Game-1--Series-Game-3--Date--TBD---If-Necessary--5-23-2025'],['NHL Eastern Conference Finals: Florida Panthers vs. TBD - Home Game 2, Series Game 4 (Date: TBD - If Necessary)','Amerant Bank Arena','Sunrise, FL','Sunday','5/25/2025','TBD','6983592','NHL-Eastern-Conference-Finals--Florida-Panthers-vs--TBD---Home-Game-2--Series-Game-4--Date--TBD---If-Necessary--5-25-2025'],['NHL Eastern Conference Finals: Florida Panthers vs. TBD - Home Game 3, Series Game 6 (Date: TBD - If Necessary)','Amerant Bank Arena','Sunrise, FL','Saturday','5/31/2025','TBD','6983593','NHL-Eastern-Conference-Finals--Florida-Panthers-vs--TBD---Home-Game-3--Series-Game-6--Date--TBD---If-Necessary--5-31-2025'],['NHL Stanley Cup Finals: Florida Panthers vs. TBD - Home Game 1 (Date: TBD - If Necessary)','Amerant Bank Arena','Sunrise, FL','Sunday','6/8/2025','TBD','6983595','NHL-Stanley-Cup-Finals--Florida-Panthers-vs--TBD---Home-Game-1--Date--TBD---If-Necessary--6-8-2025'],['NHL Stanley Cup Finals: Florida Panthers vs. TBD - Home Game 2 (Date: TBD - If Necessary)','Amerant Bank Arena','Sunrise, FL','Tuesday','6/10/2025','TBD','6983596','NHL-Stanley-Cup-Finals--Florida-Panthers-vs--TBD---Home-Game-2--Date--TBD---If-Necessary--6-10-2025'],['NHL Stanley Cup Finals: Florida Panthers vs. TBD - Home Game 3 (Date: TBD - If Necessary)','Amerant Bank Arena','Sunrise, FL','Wednesday','6/18/2025','TBD','6983597','NHL-Stanley-Cup-Finals--Florida-Panthers-vs--TBD---Home-Game-3--Date--TBD---If-Necessary--6-18-2025'],['NHL Stanley Cup Finals: Florida Panthers vs. TBD - Home Game 4 (Date: TBD - If Necessary)','Amerant Bank Arena','Sunrise, FL','Tuesday','6/24/2025','TBD','6983598','NHL-Stanley-Cup-Finals--Florida-Panthers-vs--TBD---Home-Game-4--Date--TBD---If-Necessary--6-24-2025'],['NHL Winter Classic: Florida Panthers vs. New York Rangers','loanDepot park','Miami, FL','Friday','1/2/2026','TBD','6918196','NHL-Winter-Classic--Florida-Panthers-vs--New-York-Rangers-1-2-2026']],'Florida Panthers','http://www.ticketnetwork.com/ticket/Florida-Panthers-events.aspx');