// 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-03B 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([['The Queen of Versailles','Emerson Colonial Theatre','Boston, MA','Tuesday','Jul 16','8:00 PM','6282038','The-Queen-of-Versailles-7-16-2024'],['The Queen of Versailles','Emerson Colonial Theatre','Boston, MA','Wednesday','Jul 17','8:00 PM','6282039','The-Queen-of-Versailles-7-17-2024'],['The Queen of Versailles','Emerson Colonial Theatre','Boston, MA','Thursday','Jul 18','8:00 PM','6282040','The-Queen-of-Versailles-7-18-2024'],['The Queen of Versailles','Emerson Colonial Theatre','Boston, MA','Friday','Jul 19','8:00 PM','6282041','The-Queen-of-Versailles-7-19-2024'],['The Queen of Versailles','Emerson Colonial Theatre','Boston, MA','Saturday','Jul 20','8:00 PM','6277348','The-Queen-of-Versailles-7-20-2024'],['The Queen of Versailles','Emerson Colonial Theatre','Boston, MA','Monday','Jul 22','8:00 PM','6282042','The-Queen-of-Versailles-7-22-2024'],['The Queen of Versailles','Emerson Colonial Theatre','Boston, MA','Tuesday','Jul 23','8:00 PM','6282043','The-Queen-of-Versailles-7-23-2024'],['The Queen of Versailles','Emerson Colonial Theatre','Boston, MA','Wednesday','Jul 24','8:00 PM','6282044','The-Queen-of-Versailles-7-24-2024'],['The Queen of Versailles','Emerson Colonial Theatre','Boston, MA','Thursday','Jul 25','8:00 PM','6282045','The-Queen-of-Versailles-7-25-2024'],['The Queen of Versailles','Emerson Colonial Theatre','Boston, MA','Friday','Jul 26','8:00 PM','6282046','The-Queen-of-Versailles-7-26-2024']]);