// 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-04A 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 Red Sox vs. Cincinnati Reds','Fenway Park','Boston, MA','Monday','Jun 30','7:10 PM','6574320','Boston-Red-Sox-vs--Cincinnati-Reds-6-30-2025'],['Boston Red Sox vs. Cincinnati Reds','Fenway Park','Boston, MA','Tuesday','Jul 1','7:10 PM','6574321','Boston-Red-Sox-vs--Cincinnati-Reds-7-1-2025'],['Boston Red Sox vs. Cincinnati Reds','Fenway Park','Boston, MA','Wednesday','Jul 2','7:10 PM','6574322','Boston-Red-Sox-vs--Cincinnati-Reds-7-2-2025'],['Goldfish','Boat Cruise Summer Series','Boston, MA','Thursday','Jul 3','6:00 PM','7181537','Goldfish-7-3-2025'],['Blue Man Group','Charles Playhouse','Boston, MA','Thursday','Jul 3','7:30 PM','6727598','Blue-Man-Group-7-3-2025'],['Kasey Chambers','City Winery - Boston','Boston, MA','Thursday','Jul 3','7:30 PM','7070514','Kasey-Chambers-7-3-2025'],['Kes','Leader Bank Pavilion','Boston, MA','Thursday','Jul 3','7:30 PM','7062054','Kes-7-3-2025'],['Davy Knowles','Haymarket Lounge At City Winery - Boston','Boston, MA','Thursday','Jul 3','7:30 PM','7194987','Davy-Knowles-7-3-2025'],['White Top Affair: Kenny Haiti, TonyMix, & Rutshelle Guillaume','Big Night Live','Boston, MA','Thursday','Jul 3','10:00 PM','7134340','White-Top-Affair--Kenny-Haiti--TonyMix----Rutshelle-Guillaume-7-3-2025'],['Just Fine - Mary J. Blige Tribute Band','City Winery - Boston','Boston, MA','Friday','Jul 4','7:30 PM','7194988','Just-Fine---Mary-J--Blige-Tribute-Band-7-4-2025']]);