// var TN_Widget = function() { return { //Options newWindow : true, linkText : "View Tickets", tixUrl : "https://www.ticketliquidator.com/tickets/", trackingParams : "", custLink : true, //depricated kbid : "", //Overwrittable functions CreateCustomUrl : function(row) { var customUrl = row[6] + '/' + row[0].replace(/\//g, '') + '-tickets-' + row[3].substring(0,3) + '-' + row[4] + '-' + row[7].substring(row[7].length - 4) + '-' + row[1] return customUrl.replace(/\s+/g, '-').replace(/&/g, '').replace(/[.,#!$%^&*;:{}=_`~()]/g, '').toLowerCase(); }, CreateEventRow : function(row, isAlt) { return "" + "
" + row[3].substring(0,3) + "" + row[4] + "" + row[5] + "
" + "" + row[0] +"" + "" + "" + row[1] + "" + "" + row[2] + "" + "Tickets"; }, 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) { 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'; else document.write('
' + newTable.join('') + '
'); } }; }(); //BPW-TNSERV-01A TN_Widget.AddCss('https://fonts.googleapis.com/css?family=Open+Sans:400,700'); TN_Widget.AddCss('https://tickettransaction.com/BrokerSites/01504-011/widget2Css/WidgetStyle25.css'); TN_Widget.CreateTable([['Boston Celtics vs. Dallas Mavericks','TD Garden','Boston, MA','Thursday','Feb 6','7:30 PM','6633537','Boston-Celtics-vs--Dallas-Mavericks-2-6-2025'],['Boston Bruins vs. Vegas Golden Knights','TD Garden','Boston, MA','Saturday','Feb 8','3:30 PM','6545267','Boston-Bruins-vs--Vegas-Golden-Knights-2-8-2025'],['Boston Beanpot Tournament','TD Garden','Boston, MA','Monday','Feb 10','4:30 PM','6654157','Boston-Beanpot-Tournament-2-10-2025'],['Boston Celtics vs. San Antonio Spurs','TD Garden','Boston, MA','Wednesday','Feb 12','7:00 PM','6633541','Boston-Celtics-vs--San-Antonio-Spurs-2-12-2025'],['Kelsea Ballerini','TD Garden','Boston, MA','Thursday','Feb 13','7:00 PM','6779587','Kelsea-Ballerini-2-13-2025'],['Tom Segura','TD Garden','Boston, MA','Friday','Feb 14','8:00 PM','6623872','Tom-Segura-2-14-2025'],['4 Nations Face-Off Cup: Canada vs. Finland','TD Garden','Boston, MA','Monday','Feb 17','1:00 PM','6499942','4-Nations-Face-Off-Cup--Canada-vs--Finland-2-17-2025'],['4 Nations Face-Off Cup: Sweden vs. United States','TD Garden','Boston, MA','Monday','Feb 17','8:00 PM','6499943','4-Nations-Face-Off-Cup--Sweden-vs--United-States-2-17-2025'],['4 Nations Face-Off Cup Championship Game','TD Garden','Boston, MA','Thursday','Feb 20','8:00 PM','6499945','4-Nations-Face-Off-Cup-Championship-Game-2-20-2025'],['Boston Bruins vs. Anaheim Ducks','TD Garden','Boston, MA','Saturday','Feb 22','7:00 PM','6545270','Boston-Bruins-vs--Anaheim-Ducks-2-22-2025']]);