// 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-01A 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([['Prison Dancer','Cutler Majestic Theatre','Boston, MA','Tuesday','Feb 25','7:30 PM','6607525','Prison-Dancer-2-25-2025'],['Prison Dancer','Cutler Majestic Theatre','Boston, MA','Wednesday','Feb 26','7:30 PM','6607526','Prison-Dancer-2-26-2025'],['Prison Dancer','Cutler Majestic Theatre','Boston, MA','Thursday','Feb 27','7:30 PM','6607527','Prison-Dancer-2-27-2025'],['Prison Dancer','Cutler Majestic Theatre','Boston, MA','Friday','Feb 28','8:00 PM','6607528','Prison-Dancer-2-28-2025'],['Prison Dancer','Cutler Majestic Theatre','Boston, MA','Saturday','Mar 1','2:00 PM','6607529','Prison-Dancer-3-1-2025'],['Prison Dancer','Cutler Majestic Theatre','Boston, MA','Saturday','Mar 1','8:00 PM','6607530','Prison-Dancer-3-1-2025'],['Prison Dancer','Cutler Majestic Theatre','Boston, MA','Sunday','Mar 2','2:00 PM','6607531','Prison-Dancer-3-2-2025'],['Prison Dancer','Cutler Majestic Theatre','Boston, MA','Monday','Mar 3','7:30 PM','6607532','Prison-Dancer-3-3-2025'],['Prison Dancer','Cutler Majestic Theatre','Boston, MA','Wednesday','Mar 5','7:30 PM','6607533','Prison-Dancer-3-5-2025'],['Prison Dancer','Cutler Majestic Theatre','Boston, MA','Thursday','Mar 6','7:30 PM','6607534','Prison-Dancer-3-6-2025']]);