// 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-03A 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([['NHL Eastern Conference First Round: Boston Bruins vs. Toronto Maple Leafs - Home Game 3, Series Game 5','TD Garden','Boston, MA','Tuesday','Apr 30','7:00 PM','6282672','NHL-Eastern-Conference-First-Round--Boston-Bruins-vs--Toronto-Maple-Leafs---Home-Game-3--Series-Game-5-4-30-2024'],['NBA Eastern Conference First Round: Boston Celtics vs. Miami Heat - Home Game 3, Series Game 5','TD Garden','Boston, MA','Wednesday','May 1','7:30 PM','6281722','NBA-Eastern-Conference-First-Round--Boston-Celtics-vs--Miami-Heat---Home-Game-3--Series-Game-5-5-1-2024'],['NHL Eastern Conference First Round: Boston Bruins vs. Toronto Maple Leafs - Home Game 4, Series Game 7 (If Necessary)','TD Garden','Boston, MA','Saturday','May 4','TBD','6282673','NHL-Eastern-Conference-First-Round--Boston-Bruins-vs--Toronto-Maple-Leafs---Home-Game-4--Series-Game-7--If-Necessary--5-4-2024'],['NBA Eastern Conference First Round: Boston Celtics vs. Miami Heat - Home Game 4, Series Game 7 (If Necessary)','TD Garden','Boston, MA','Sunday','May 5','TBD','6281724','NBA-Eastern-Conference-First-Round--Boston-Celtics-vs--Miami-Heat---Home-Game-4--Series-Game-7--If-Necessary--5-5-2024'],['NHL Eastern Conference Second Round: Boston Bruins vs. TBD - Home Game 1 (Date: TBD - If Necessary)','TD Garden','Boston, MA','Monday','May 6','TBD','6282674','NHL-Eastern-Conference-Second-Round--Boston-Bruins-vs--TBD---Home-Game-1--Date--TBD---If-Necessary--5-6-2024'],['NBA Eastern Conference Semifinals: Boston Celtics vs. TBD - Home Game 1, Series Game 1 (Date: TBD - If Necessary)','TD Garden','Boston, MA','Tuesday','May 7','TBD','6281727','NBA-Eastern-Conference-Semifinals--Boston-Celtics-vs--TBD---Home-Game-1--Series-Game-1--Date--TBD---If-Necessary--5-7-2024'],['NHL Eastern Conference Second Round: Boston Bruins vs. TBD - Home Game 2 (Date: TBD - If Necessary)','TD Garden','Boston, MA','Wednesday','May 8','TBD','6282675','NHL-Eastern-Conference-Second-Round--Boston-Bruins-vs--TBD---Home-Game-2--Date--TBD---If-Necessary--5-8-2024'],['NBA Eastern Conference Semifinals: Boston Celtics vs. TBD - Home Game 2, Series Game 2 (Date: TBD - If Necessary)','TD Garden','Boston, MA','Thursday','May 9','TBD','6281728','NBA-Eastern-Conference-Semifinals--Boston-Celtics-vs--TBD---Home-Game-2--Series-Game-2--Date--TBD---If-Necessary--5-9-2024'],['Tim McGraw & Carly Pearce','TD Garden','Boston, MA','Friday','May 10','7:00 PM','5955984','Tim-McGraw---Carly-Pearce-5-10-2024'],['NHL Eastern Conference Second Round: Boston Bruins vs. TBD - Home Game 3 (Date: TBD - If Necessary)','TD Garden','Boston, MA','Wednesday','May 15','TBD','6282676','NHL-Eastern-Conference-Second-Round--Boston-Bruins-vs--TBD---Home-Game-3--Date--TBD---If-Necessary--5-15-2024']]);