// var TN_Widget = function() { return { //Options newWindow : true, linkText : "View Tickets", tixUrl : "https://www.ticketliquidator.com/tix/tickets.aspx", trackingParams : "", custLink : true, //depricated kbid : "", //Overwrittable functions CreateCustomUrl : function(row) { return this.tixUrl + row[7] + "-tickets-"+ row[6] + ".aspx"; }, 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/WidgetStyle26.css'); TN_Widget.CreateTable([['Belle and Sebastian','Orpheum Theatre - Boston','Boston, MA','Saturday','Apr 27','7:00 PM','6084223','Belle-and-Sebastian-4-27-2024'],['Golden Stone: Sound of Asia','Orpheum Theatre - Boston','Boston, MA','Friday','May 3','7:30 PM','6380053','Golden-Stone--Sound-of-Asia-5-3-2024'],['Mon Laferte ','Orpheum Theatre - Boston','Boston, MA','Sunday','May 5','8:00 PM','6262101','Mon-Laferte--5-5-2024'],['Tye Tribbett','Orpheum Theatre - Boston','Boston, MA','Friday','May 17','7:30 PM','6305100','Tye-Tribbett-5-17-2024'],['R&B Money Tour: Tank & Keri Hilson','Orpheum Theatre - Boston','Boston, MA','Thursday','May 30','8:00 PM','6315057','R-B-Money-Tour--Tank---Keri-Hilson-5-30-2024'],['Mat Kearney','Orpheum Theatre - Boston','Boston, MA','Saturday','Sep 28','8:00 PM','6304543','Mat-Kearney-9-28-2024'],['Davido','Orpheum Theatre - Boston','Boston, MA','Wednesday','Mar 26','TBD','4319800','Davido-3-26-2070'],['The Adventure Zone','Orpheum Theatre - Boston','Boston, MA','Wednesday','Apr 2','TBD','4407367','The-Adventure-Zone-4-2-2070']]);