// var TN_Widget = function() { return { //Options newWindow : true, linkText : "view
tickets", tixUrl : "http://www.ticketnetwork.com/tix/", trackingParams : "", custLink : true, //depricated kbid : "", //Overwrittable functions trackingLink :"", CreateCustomUrl : function(row) { return this.tixUrl + row[7] + "-tickets-"+ row[6] + ".aspx"; }, CreateEventRow : function(row, isAlt) { return "" + row[0] +"" + row[1] +"
" + row[2] +"" + row[3] +"
" + row[4] + "
" + row[5] + ""+ this.linkText+ ""; }, 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,kywrds,url) { 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 < eventData.length; cntr++) newTable.push(this.CreateEventRow(eventData[cntr], cntr % 2 == 1)); var objToAddTo; if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML = '' + newTable.join('') + '
'; } else document.write('
' + newTable.join('') + '
'); if(eventData.length >= 100 && kywrds != undefined) { if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML += '
See all events for '+ kywrds + ' on TicketNetwork.com
'; } else { document.write("
See all events for "+ kywrds + " on TicketNetwork.com
"); } } if(eventData.length > 0) { document.getElementById("previewNote").style.display = "none"; } } }; }(); //BPW-TNSERV-04A TN_Widget.CreateTable([['Marshmello','Encore Beach Club','Las Vegas, NV','Saturday','3/15/2025','11:00 AM','6941644','Marshmello-3-15-2025'],['Marshmello','XS Nightclub At Wynn Las Vegas','Las Vegas, NV','Saturday','3/29/2025','10:30 PM','6893402','Marshmello-3-29-2025'],['Marshmello','Encore Beach Club','Las Vegas, NV','Saturday','4/5/2025','11:00 AM','6941645','Marshmello-4-5-2025'],['Marshmello','XS Nightclub At Wynn Las Vegas','Las Vegas, NV','Saturday','4/19/2025','10:30 PM','6941911','Marshmello-4-19-2025'],['Marshmello','Encore Beach Club','Las Vegas, NV','Saturday','4/26/2025','11:00 AM','6941646','Marshmello-4-26-2025'],['Marshmello','XS Nightclub At Wynn Las Vegas','Las Vegas, NV','Saturday','5/17/2025','10:30 PM','6941912','Marshmello-5-17-2025'],['Marshmello','Encore Beach Club','Las Vegas, NV','Sunday','5/25/2025','12:00 PM','6941647','Marshmello-5-25-2025'],['Breakaway Music Festival: Dom Dolla, Sofi Tukker, Marshmello & Afrojack - 2 Day Pass','Historic Crew Stadium','Columbus, OH','Friday','5/30/2025','TBD','6771200','Breakaway-Music-Festival--Dom-Dolla--Sofi-Tukker--Marshmello---Afrojack---2-Day-Pass-5-30-2025'],['Breakaway Music Festival: Marshmello, Afrojack & Isoxo - Saturday','Historic Crew Stadium','Columbus, OH','Saturday','5/31/2025','4:00 PM','6869097','Breakaway-Music-Festival--Marshmello--Afrojack---Isoxo---Saturday-5-31-2025'],['Marshmello','XS Nightclub At Wynn Las Vegas','Las Vegas, NV','Saturday','6/14/2025','10:30 PM','6941913','Marshmello-6-14-2025'],['Marshmello','XS Nightclub At Wynn Las Vegas','Las Vegas, NV','Saturday','6/21/2025','10:30 PM','6941914','Marshmello-6-21-2025'],['Marshmello','Encore Beach Club','Las Vegas, NV','Saturday','6/28/2025','11:00 AM','6946569','Marshmello-6-28-2025'],['Marshmello','Encore Beach Club','Las Vegas, NV','Saturday','7/5/2025','11:00 AM','6941648','Marshmello-7-5-2025'],['Marshmello','Encore Beach Club','Las Vegas, NV','Saturday','7/12/2025','11:00 AM','6941649','Marshmello-7-12-2025'],['Marshmello','Encore Beach Club','Las Vegas, NV','Saturday','7/19/2025','11:00 AM','6941650','Marshmello-7-19-2025'],['Marshmello','XS Nightclub At Wynn Las Vegas','Las Vegas, NV','Saturday','7/26/2025','11:00 AM','7040279','Marshmello-7-26-2025'],['Marshmello','Encore Beach Club','Las Vegas, NV','Saturday','8/2/2025','11:00 AM','6941651','Marshmello-8-2-2025'],['Marshmello','XS Nightclub At Wynn Las Vegas','Las Vegas, NV','Saturday','8/9/2025','10:30 PM','6941916','Marshmello-8-9-2025'],['Marshmello','Encore Beach Club','Las Vegas, NV','Saturday','8/16/2025','11:00 AM','6941652','Marshmello-8-16-2025'],['Marshmello','XS Nightclub At Wynn Las Vegas','Las Vegas, NV','Saturday','8/23/2025','10:30 PM','6941917','Marshmello-8-23-2025'],['Marshmello','Encore Beach Club','Las Vegas, NV','Saturday','8/30/2025','11:00 AM','6941653','Marshmello-8-30-2025'],['Marshmello','XS Nightclub At Wynn Las Vegas','Las Vegas, NV','Friday','9/12/2025','10:30 PM','6941918','Marshmello-9-12-2025'],['Marshmello','XS Nightclub At Wynn Las Vegas','Las Vegas, NV','Saturday','9/20/2025','10:30 PM','6941919','Marshmello-9-20-2025'],['Marshmello','Encore Beach Club','Las Vegas, NV','Saturday','9/27/2025','11:00 AM','6941654','Marshmello-9-27-2025']],'Marshmello','http://www.ticketnetwork.com/ticket/Marshmello-events.aspx');