// 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-04B 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([['Suffs','Emerson Colonial Theatre','Boston, MA','Tuesday','Mar 17','7:00 PM','7012281','Suffs-3-17-2026'],['Suffs','Emerson Colonial Theatre','Boston, MA','Wednesday','Mar 18','7:00 PM','7012282','Suffs-3-18-2026'],['Suffs','Emerson Colonial Theatre','Boston, MA','Thursday','Mar 19','7:30 PM','7012279','Suffs-3-19-2026'],['Suffs','Emerson Colonial Theatre','Boston, MA','Friday','Mar 20','8:00 PM','7012275','Suffs-3-20-2026'],['Suffs','Emerson Colonial Theatre','Boston, MA','Saturday','Mar 21','2:00 PM','7012273','Suffs-3-21-2026'],['Suffs','Emerson Colonial Theatre','Boston, MA','Saturday','Mar 21','8:00 PM','7012276','Suffs-3-21-2026'],['Suffs','Emerson Colonial Theatre','Boston, MA','Sunday','Mar 22','1:00 PM','7012271','Suffs-3-22-2026'],['Suffs','Emerson Colonial Theatre','Boston, MA','Sunday','Mar 22','6:30 PM','7012269','Suffs-3-22-2026'],['Suffs','Emerson Colonial Theatre','Boston, MA','Tuesday','Mar 24','7:00 PM','7012283','Suffs-3-24-2026'],['Suffs','Emerson Colonial Theatre','Boston, MA','Wednesday','Mar 25','7:00 PM','7012284','Suffs-3-25-2026'],['Suffs','Emerson Colonial Theatre','Boston, MA','Thursday','Mar 26','7:30 PM','7012280','Suffs-3-26-2026'],['Suffs','Emerson Colonial Theatre','Boston, MA','Friday','Mar 27','8:00 PM','7012277','Suffs-3-27-2026']]);