// 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-02A TN_Widget.AddCss('https://fonts.googleapis.com/css?family=Open+Sans:400,700'); TN_Widget.AddCss('https://tickettransaction.com/BrokerSites/01504-011/widget2Css/WidgetStyle25.css'); TN_Widget.CreateTable([['James Taylor','A&B Amphitheatre','Kahului, HI','Sunday','May 5','6:30 PM','6142592','James-Taylor-5-5-2024'],['Mayjah Rayjah Music Festival','A&B Amphitheatre','Kahului, HI','Friday','May 10','6:00 PM','6387413','Mayjah-Rayjah-Music-Festival-5-10-2024'],['Mayjah Rayjah Music Festival','A&B Amphitheatre','Kahului, HI','Saturday','May 11','6:00 PM','6387414','Mayjah-Rayjah-Music-Festival-5-11-2024'],['Croce Plays Croce','Castle Theater at Maui Arts & Cultural Center','Kahului, HI','Sunday','May 19','7:30 PM','6382106','Croce-Plays-Croce-5-19-2024'],['Maoli','A&B Amphitheatre','Kahului, HI','Saturday','Jun 22','6:00 PM','6339970','Maoli-6-22-2024']]);