// 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([['Life and Times of Michael K','Orchard Stage At Paramount Center','Boston, MA','Thursday','Feb 6','7:30 PM','6678862','Life-and-Times-of-Michael-K-2-6-2025'],['Life and Times of Michael K','Orchard Stage At Paramount Center','Boston, MA','Friday','Feb 7','8:00 PM','6678863','Life-and-Times-of-Michael-K-2-7-2025'],['Life and Times of Michael K','Orchard Stage At Paramount Center','Boston, MA','Saturday','Feb 8','2:00 PM','6678864','Life-and-Times-of-Michael-K-2-8-2025'],['Life and Times of Michael K','Orchard Stage At Paramount Center','Boston, MA','Saturday','Feb 8','8:00 PM','6678865','Life-and-Times-of-Michael-K-2-8-2025'],['Life and Times of Michael K','Orchard Stage At Paramount Center','Boston, MA','Sunday','Feb 9','2:00 PM','6678866','Life-and-Times-of-Michael-K-2-9-2025'],['Boston Lyric Opera: The Seasons','Orchard Stage At Paramount Center','Boston, MA','Wednesday','Mar 12','7:30 PM','6959465','Boston-Lyric-Opera--The-Seasons-3-12-2025'],['Boston Lyric Opera: The Seasons','Orchard Stage At Paramount Center','Boston, MA','Thursday','Mar 13','7:30 PM','6959466','Boston-Lyric-Opera--The-Seasons-3-13-2025'],['Boston Lyric Opera: The Seasons','Orchard Stage At Paramount Center','Boston, MA','Friday','Mar 14','7:30 PM','6959541','Boston-Lyric-Opera--The-Seasons-3-14-2025'],['Boston Lyric Opera: The Seasons','Orchard Stage At Paramount Center','Boston, MA','Saturday','Mar 15','3:00 PM','6959542','Boston-Lyric-Opera--The-Seasons-3-15-2025'],['Boston Lyric Opera: The Seasons','Orchard Stage At Paramount Center','Boston, MA','Sunday','Mar 16','3:00 PM','6959543','Boston-Lyric-Opera--The-Seasons-3-16-2025']]);