// 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-02A TN_Widget.AddCss('https://fonts.googleapis.com/css?family=Open+Sans:400,700'); TN_Widget.AddCss('https://tickettransaction.com/BrokerSites/01504-011/widget2Css/WidgetStyle24.css'); TN_Widget.CreateTable([['Boston Red Sox vs. The Athletics','Fenway Park','Boston, MA','Thursday','Sep 18','1:35 PM','6574442','Boston-Red-Sox-vs--The-Athletics-9-18-2025'],['Billy Currington & Kip Moore','MGM Music Hall at Fenway Park','Boston, MA','Friday','Sep 19','7:00 PM','6955668','Billy-Currington---Kip-Moore-9-19-2025'],['Morrissey','MGM Music Hall at Fenway Park','Boston, MA','Saturday','Sep 20','8:00 PM','7194729','Morrissey-9-20-2025'],['Elvis Costello and The Imposters ','MGM Music Hall at Fenway Park','Boston, MA','Monday','Sep 22','8:00 PM','7106730','Elvis-Costello-and-The-Imposters--9-22-2025'],['Lil Tecca AKA TEC','MGM Music Hall at Fenway Park','Boston, MA','Wednesday','Sep 24','8:00 PM','7283576','Lil-Tecca-AKA-TEC-9-24-2025'],['Dylan Gossett','MGM Music Hall at Fenway Park','Boston, MA','Friday','Sep 26','7:00 PM','7166148','Dylan-Gossett-9-26-2025'],['Boston Red Sox vs. Detroit Tigers','Fenway Park','Boston, MA','Friday','Sep 26','7:10 PM','6574452','Boston-Red-Sox-vs--Detroit-Tigers-9-26-2025'],['Boston Red Sox vs. Detroit Tigers','Fenway Park','Boston, MA','Saturday','Sep 27','4:10 PM','6574453','Boston-Red-Sox-vs--Detroit-Tigers-9-27-2025'],['Car Seat Headrest','MGM Music Hall at Fenway Park','Boston, MA','Saturday','Sep 27','8:00 PM','7022822','Car-Seat-Headrest-9-27-2025'],['Boston Red Sox vs. Detroit Tigers','Fenway Park','Boston, MA','Sunday','Sep 28','3:05 PM','6574455','Boston-Red-Sox-vs--Detroit-Tigers-9-28-2025'],['AL Wild Card: Boston Red Sox vs. TBD - Game 1 (Date: TBD - If Necessary)','Fenway Park','Boston, MA','Tuesday','Sep 30','TBD','7305713','AL-Wild-Card--Boston-Red-Sox-vs--TBD---Game-1--Date--TBD---If-Necessary--9-30-2025'],['AL Wild Card: Boston Red Sox vs. TBD - Game 2 (Date: TBD - If Necessary)','Fenway Park','Boston, MA','Wednesday','Oct 1','TBD','7305714','AL-Wild-Card--Boston-Red-Sox-vs--TBD---Game-2--Date--TBD---If-Necessary--10-1-2025'],['Kevin Gates','MGM Music Hall at Fenway Park','Boston, MA','Wednesday','Oct 1','8:00 PM','7138526','Kevin-Gates-10-1-2025'],['AL Wild Card: Boston Red Sox vs. TBD - Game 3 (Date: TBD - If Necessary)','Fenway Park','Boston, MA','Thursday','Oct 2','TBD','7305715','AL-Wild-Card--Boston-Red-Sox-vs--TBD---Game-3--Date--TBD---If-Necessary--10-2-2025'],['Jordan Davis','MGM Music Hall at Fenway Park','Boston, MA','Friday','Oct 3','7:00 PM','7068623','Jordan-Davis-10-3-2025']]);