// 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. St. Louis Cardinals - Home Opener','Fenway Park','Boston, MA','Friday','Apr 4','2:10 PM','6574219','Boston-Red-Sox-vs--St--Louis-Cardinals---Home-Opener-4-4-2025'],['Boston Red Sox vs. St. Louis Cardinals','Fenway Park','Boston, MA','Saturday','Apr 5','4:10 PM','6574220','Boston-Red-Sox-vs--St--Louis-Cardinals-4-5-2025'],['Boston Red Sox vs. St. Louis Cardinals','Fenway Park','Boston, MA','Sunday','Apr 6','7:10 PM','6574221','Boston-Red-Sox-vs--St--Louis-Cardinals-4-6-2025'],['Boston Red Sox vs. Toronto Blue Jays','Fenway Park','Boston, MA','Monday','Apr 7','6:45 PM','6574222','Boston-Red-Sox-vs--Toronto-Blue-Jays-4-7-2025'],['Boston Red Sox vs. Toronto Blue Jays','Fenway Park','Boston, MA','Tuesday','Apr 8','6:45 PM','6574223','Boston-Red-Sox-vs--Toronto-Blue-Jays-4-8-2025'],['Boston Red Sox vs. Toronto Blue Jays','Fenway Park','Boston, MA','Wednesday','Apr 9','6:45 PM','6574224','Boston-Red-Sox-vs--Toronto-Blue-Jays-4-9-2025'],['Boston Red Sox vs. Toronto Blue Jays','Fenway Park','Boston, MA','Thursday','Apr 10','4:10 PM','6574225','Boston-Red-Sox-vs--Toronto-Blue-Jays-4-10-2025'],['Boston Red Sox vs. Chicago White Sox','Fenway Park','Boston, MA','Friday','Apr 18','7:10 PM','6574226','Boston-Red-Sox-vs--Chicago-White-Sox-4-18-2025'],['Boston Red Sox vs. Chicago White Sox','Fenway Park','Boston, MA','Saturday','Apr 19','4:10 PM','6574227','Boston-Red-Sox-vs--Chicago-White-Sox-4-19-2025'],['Boston Red Sox vs. Chicago White Sox','Fenway Park','Boston, MA','Sunday','Apr 20','1:35 PM','6574228','Boston-Red-Sox-vs--Chicago-White-Sox-4-20-2025'],['Boston Red Sox vs. Chicago White Sox','Fenway Park','Boston, MA','Monday','Apr 21','11:00 AM','6574229','Boston-Red-Sox-vs--Chicago-White-Sox-4-21-2025'],['Boston Red Sox vs. Seattle Mariners','Fenway Park','Boston, MA','Tuesday','Apr 22','6:45 PM','6574230','Boston-Red-Sox-vs--Seattle-Mariners-4-22-2025'],['Boston Red Sox vs. Seattle Mariners','Fenway Park','Boston, MA','Wednesday','Apr 23','6:45 PM','6574231','Boston-Red-Sox-vs--Seattle-Mariners-4-23-2025'],['Boston Red Sox vs. Seattle Mariners','Fenway Park','Boston, MA','Thursday','Apr 24','1:35 PM','6574232','Boston-Red-Sox-vs--Seattle-Mariners-4-24-2025']]);