// 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-04A 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([['Don't Eat The Mangos','Virginia Wimberly Theatre','Boston, MA','Tuesday','Apr 1','7:00 PM','6715591','Don-t-Eat-The-Mangos-4-1-2025'],['The Triumph of Love','Huntington Theatre at Huntington Avenue Theatre','Boston, MA','Wednesday','Apr 2','2:00 PM','6715554','The-Triumph-of-Love-4-2-2025'],['The Play That Goes Wrong ','Greater Boston Stage Company','Stoneham, MA','Wednesday','Apr 2','2:00 PM','6952314','The-Play-That-Goes-Wrong--4-2-2025'],['The Triumph of Love','Huntington Theatre at Huntington Avenue Theatre','Boston, MA','Wednesday','Apr 2','7:00 PM','6715557','The-Triumph-of-Love-4-2-2025'],['Shen Yun Performing Arts','Wang Theater At The Boch Center','Boston, MA','Thursday','Apr 3','7:00 PM','6731534','Shen-Yun-Performing-Arts-4-3-2025'],['The Triumph of Love','Huntington Theatre at Huntington Avenue Theatre','Boston, MA','Thursday','Apr 3','7:00 PM','6715558','The-Triumph-of-Love-4-3-2025'],['Don't Eat The Mangos','Virginia Wimberly Theatre','Boston, MA','Thursday','Apr 3','7:00 PM','6715602','Don-t-Eat-The-Mangos-4-3-2025'],['The Play That Goes Wrong ','Greater Boston Stage Company','Stoneham, MA','Thursday','Apr 3','7:00 PM','6952315','The-Play-That-Goes-Wrong--4-3-2025'],['Blue Man Group','Charles Playhouse','Boston, MA','Thursday','Apr 3','7:30 PM','6726377','Blue-Man-Group-4-3-2025'],['Shen Yun Performing Arts','Wang Theater At The Boch Center','Boston, MA','Friday','Apr 4','7:00 PM','6731508','Shen-Yun-Performing-Arts-4-4-2025'],['The Play That Goes Wrong ','Greater Boston Stage Company','Stoneham, MA','Friday','Apr 4','7:00 PM','6952316','The-Play-That-Goes-Wrong--4-4-2025'],['Boston Lyric Opera: Carousel','Emerson Colonial Theatre','Boston, MA','Friday','Apr 4','7:30 PM','6481707','Boston-Lyric-Opera--Carousel-4-4-2025']]);