// 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([['Blue Man Group','Charles Playhouse','Boston, MA','Sunday','Jun 15','2:00 PM','6730106','Blue-Man-Group-6-15-2025'],['Little Shop Of Horrors','Greater Boston Stage Company','Stoneham, MA','Sunday','Jun 15','2:00 PM','6964697','Little-Shop-Of-Horrors-6-15-2025'],['Beautiful: The Carole King Musical','Reagle Music Theatre','Waltham, MA','Sunday','Jun 15','2:00 PM','7162022','Beautiful--The-Carole-King-Musical-6-15-2025'],['Blue Man Group','Charles Playhouse','Boston, MA','Sunday','Jun 15','5:00 PM','6729993','Blue-Man-Group-6-15-2025'],['Little Shop Of Horrors','Greater Boston Stage Company','Stoneham, MA','Wednesday','Jun 18','2:00 PM','6964698','Little-Shop-Of-Horrors-6-18-2025'],['Little Shop Of Horrors','Greater Boston Stage Company','Stoneham, MA','Thursday','Jun 19','7:00 PM','6964686','Little-Shop-Of-Horrors-6-19-2025'],['Blue Man Group','Charles Playhouse','Boston, MA','Thursday','Jun 19','7:30 PM','6730277','Blue-Man-Group-6-19-2025'],['Little Shop Of Horrors','Greater Boston Stage Company','Stoneham, MA','Friday','Jun 20','7:00 PM','6964687','Little-Shop-Of-Horrors-6-20-2025'],['Beautiful: The Carole King Musical','Reagle Music Theatre','Waltham, MA','Friday','Jun 20','7:30 PM','7162023','Beautiful--The-Carole-King-Musical-6-20-2025'],['Blue Man Group','Charles Playhouse','Boston, MA','Friday','Jun 20','7:30 PM','6730228','Blue-Man-Group-6-20-2025'],['Hello, Dolly!','Lyric Stage Boston','Boston, MA','Friday','Jun 20','8:00 PM','6669955','Hello--Dolly--6-20-2025'],['Beautiful: The Carole King Musical','Reagle Music Theatre','Waltham, MA','Saturday','Jun 21','2:00 PM','7162026','Beautiful--The-Carole-King-Musical-6-21-2025']]);