// 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-03A 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([['Beauty and The Beast','Citizens Bank Opera House','Boston, MA','Wednesday','Apr 15','7:00 PM','7012321','Beauty-and-The-Beast-4-15-2026'],['Beauty and The Beast','Citizens Bank Opera House','Boston, MA','Thursday','Apr 16','7:30 PM','7012316','Beauty-and-The-Beast-4-16-2026'],['Rhiannon Giddens','Orpheum Theatre - Boston','Boston, MA','Thursday','Apr 16','7:30 PM','7384963','Rhiannon-Giddens-4-16-2026'],['Beauty and The Beast','Citizens Bank Opera House','Boston, MA','Friday','Apr 17','8:00 PM','7012310','Beauty-and-The-Beast-4-17-2026'],['Beauty and The Beast','Citizens Bank Opera House','Boston, MA','Saturday','Apr 18','2:00 PM','7012307','Beauty-and-The-Beast-4-18-2026'],['Charlotte's Web','Wheelock Family Theatre','Boston, MA','Saturday','Apr 18','2:00 PM','7766510','Charlotte-s-Web-4-18-2026'],['Beauty and The Beast','Citizens Bank Opera House','Boston, MA','Saturday','Apr 18','8:00 PM','7012311','Beauty-and-The-Beast-4-18-2026'],['Michael McIntyre','Wang Theater At The Boch Center','Boston, MA','Saturday','Apr 18','8:00 PM','7487932','Michael-McIntyre-4-18-2026'],['Blessd','Orpheum Theatre - Boston','Boston, MA','Saturday','Apr 18','8:00 PM','7710922','Blessd-4-18-2026'],['Wild Kratts - Live','Wang Theater At The Boch Center','Boston, MA','Sunday','Apr 19','1:00 PM','7411349','Wild-Kratts---Live-4-19-2026'],['Beauty and The Beast','Citizens Bank Opera House','Boston, MA','Sunday','Apr 19','1:00 PM','7012305','Beauty-and-The-Beast-4-19-2026'],['Charlotte's Web','Wheelock Family Theatre','Boston, MA','Sunday','Apr 19','2:00 PM','7766511','Charlotte-s-Web-4-19-2026']]);