// 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-02B 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([['Harry Potter and The Cursed Child','Emerson Colonial Theatre','Boston, MA','Tuesday','Dec 2','7:00 PM','7009218','Harry-Potter-and-The-Cursed-Child-12-2-2025'],['Harry Potter and The Cursed Child','Emerson Colonial Theatre','Boston, MA','Wednesday','Dec 3','7:00 PM','7009222','Harry-Potter-and-The-Cursed-Child-12-3-2025'],['Boston Ballet: The Nutcracker','Citizens Bank Opera House','Boston, MA','Wednesday','Dec 3','7:30 PM','7090810','Boston-Ballet--The-Nutcracker-12-3-2025'],['Cirque Du Soleil - Twas The Night Before','Wang Theater At The Boch Center','Boston, MA','Wednesday','Dec 3','7:30 PM','7078670','Cirque-Du-Soleil---Twas-The-Night-Before-12-3-2025'],['Harry Potter and The Cursed Child','Emerson Colonial Theatre','Boston, MA','Thursday','Dec 4','7:00 PM','7009226','Harry-Potter-and-The-Cursed-Child-12-4-2025'],['Boston Ballet: The Nutcracker','Citizens Bank Opera House','Boston, MA','Thursday','Dec 4','7:30 PM','7090811','Boston-Ballet--The-Nutcracker-12-4-2025'],['Cirque Du Soleil - Twas The Night Before','Wang Theater At The Boch Center','Boston, MA','Thursday','Dec 4','7:30 PM','7078691','Cirque-Du-Soleil---Twas-The-Night-Before-12-4-2025'],['Blue Man Group','Charles Playhouse','Boston, MA','Thursday','Dec 4','7:30 PM','6727566','Blue-Man-Group-12-4-2025'],['Boston Ballet: The Nutcracker','Citizens Bank Opera House','Boston, MA','Friday','Dec 5','1:30 PM','7090813','Boston-Ballet--The-Nutcracker-12-5-2025'],['Harry Potter and The Cursed Child','Emerson Colonial Theatre','Boston, MA','Friday','Dec 5','7:00 PM','7009230','Harry-Potter-and-The-Cursed-Child-12-5-2025'],['Cirque Du Soleil - Twas The Night Before','Wang Theater At The Boch Center','Boston, MA','Friday','Dec 5','7:30 PM','7078699','Cirque-Du-Soleil---Twas-The-Night-Before-12-5-2025'],['Boston Ballet: The Nutcracker','Citizens Bank Opera House','Boston, MA','Friday','Dec 5','7:30 PM','7090812','Boston-Ballet--The-Nutcracker-12-5-2025']]);