//
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-03A
TN_Widget.CreateTable([['NHL Eastern Conference Second Round: Carolina Hurricanes vs. Washington Capitals - Home Game 1, Series Game 3','Lenovo Center','Raleigh, NC','Saturday','5/10/2025','6:00 PM','6983603','NHL-Eastern-Conference-Second-Round--Carolina-Hurricanes-vs--Washington-Capitals---Home-Game-1--Series-Game-3-5-10-2025'],['NHL Eastern Conference Second Round: Carolina Hurricanes vs. Washington Capitals - Home Game 2, Series Game 4','Lenovo Center','Raleigh, NC','Monday','5/12/2025','7:00 PM','6983604','NHL-Eastern-Conference-Second-Round--Carolina-Hurricanes-vs--Washington-Capitals---Home-Game-2--Series-Game-4-5-12-2025'],['NHL Eastern Conference Second Round: Washington Capitals vs. Carolina Hurricanes - Home Game 3, Series Game 5','Capital One Arena','Washington, DC','Thursday','5/15/2025','TBD','6983572','NHL-Eastern-Conference-Second-Round--Washington-Capitals-vs--Carolina-Hurricanes---Home-Game-3--Series-Game-5-5-15-2025'],['NHL Eastern Conference Second Round: Carolina Hurricanes vs. Washington Capitals - Home Game 3, Series Game 6 (If Necessary)','Lenovo Center','Raleigh, NC','Saturday','5/17/2025','TBD','6983605','NHL-Eastern-Conference-Second-Round--Carolina-Hurricanes-vs--Washington-Capitals---Home-Game-3--Series-Game-6--If-Necessary--5-17-2025'],['NHL Eastern Conference Second Round: Washington Capitals vs. Carolina Hurricanes - Home Game 4, Series Game 7 (If Necessary)','Capital One Arena','Washington, DC','Monday','5/19/2025','TBD','6983573','NHL-Eastern-Conference-Second-Round--Washington-Capitals-vs--Carolina-Hurricanes---Home-Game-4--Series-Game-7--If-Necessary--5-19-2025'],['NHL Eastern Conference Finals: Washington Capitals vs. TBD - Home Game 1, Series Game 1 (Date: TBD - If Necessary)','Capital One Arena','Washington, DC','Friday','5/23/2025','TBD','6983574','NHL-Eastern-Conference-Finals--Washington-Capitals-vs--TBD---Home-Game-1--Series-Game-1--Date--TBD---If-Necessary--5-23-2025'],['NHL Eastern Conference Finals: Washington Capitals vs. TBD - Home Game 2, Series Game 2 (Date: TBD - If Necessary)','Capital One Arena','Washington, DC','Sunday','5/25/2025','TBD','6983575','NHL-Eastern-Conference-Finals--Washington-Capitals-vs--TBD---Home-Game-2--Series-Game-2--Date--TBD---If-Necessary--5-25-2025'],['NHL Eastern Conference Finals: Washington Capitals vs. TBD - Home Game 3, Series Game 5 (Date: TBD - If Necessary)','Capital One Arena','Washington, DC','Saturday','5/31/2025','TBD','6983576','NHL-Eastern-Conference-Finals--Washington-Capitals-vs--TBD---Home-Game-3--Series-Game-5--Date--TBD---If-Necessary--5-31-2025'],['NHL Eastern Conference Finals: Washington Capitals vs. TBD - Home Game 4, Series Game 7 (Date: TBD - If Necessary)','Capital One Arena','Washington, DC','Wednesday','6/4/2025','TBD','6983577','NHL-Eastern-Conference-Finals--Washington-Capitals-vs--TBD---Home-Game-4--Series-Game-7--Date--TBD---If-Necessary--6-4-2025'],['NHL Stanley Cup Finals: Washington Capitals vs. TBD - Home Game 1 (Date: TBD - If Necessary)','Capital One Arena','Washington, DC','Sunday','6/8/2025','TBD','6983578','NHL-Stanley-Cup-Finals--Washington-Capitals-vs--TBD---Home-Game-1--Date--TBD---If-Necessary--6-8-2025'],['NHL Stanley Cup Finals: Washington Capitals vs. TBD - Home Game 2 (Date: TBD - If Necessary)','Capital One Arena','Washington, DC','Tuesday','6/10/2025','TBD','6983579','NHL-Stanley-Cup-Finals--Washington-Capitals-vs--TBD---Home-Game-2--Date--TBD---If-Necessary--6-10-2025'],['NHL Stanley Cup Finals: Washington Capitals vs. TBD - Home Game 3 (Date: TBD - If Necessary)','Capital One Arena','Washington, DC','Wednesday','6/18/2025','TBD','6983580','NHL-Stanley-Cup-Finals--Washington-Capitals-vs--TBD---Home-Game-3--Date--TBD---If-Necessary--6-18-2025'],['NHL Stanley Cup Finals: Washington Capitals vs. TBD - Home Game 4 (Date: TBD - If Necessary)','Capital One Arena','Washington, DC','Tuesday','6/24/2025','TBD','6983581','NHL-Stanley-Cup-Finals--Washington-Capitals-vs--TBD---Home-Game-4--Date--TBD---If-Necessary--6-24-2025']],'Washington Capitals','http://www.ticketnetwork.com/ticket/Washington-Capitals-events.aspx');