// var TN_Widget = function() { var months = ["", "Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec"]; return { newWindow : true, CreateEventRow : function(row, isAlt) { var dateArray = row[4].split('/'); var date = months[dateArray[0]] + " " + dateArray[1]; var parking = row[0].split(':')[0] if (parking !== "PARKING") { return "
" + row[3].substring(0,3) + "
" + date + "" + row[5] + "
" + row[0] + "" + row[1] + ", " + row[2] + "
"; } }, 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,kwds,url) { if(typeof(TN_SetWidgetOptions) == "function") TN_SetWidgetOptions(); //for backwards compatability var newResults = []; for(var cntr = 0; cntr < eventData.length; cntr++) newResults.push(this.CreateEventRow(eventData[cntr], cntr % 2 == 1)); var objToAddTo; if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML = '
' + newResults.join('') + '
'; } else document.write('
' + newResults.join('') + '
'); if(eventData.length >= 101 && kwds != undefined) { if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML += '
See all events for '+ kwds + ' on TicketNetwork.com
'; } else { document.write("
See all events for "+ kwds + " on TicketNetwork.com
"); } } } }; }(); //BPW-TNSERV-02A TN_Widget.AddCss('//tn-widget.seatics.com/widget2Css/results-style-1.css'); TN_Widget.AddCss('//s3.amazonaws.com/ticketnetwork/fonts/TTNorms/TTNorms.css'); TN_Widget.CreateTable([['Marshmello','Encore Beach Club','Las Vegas, NV','Sunday','5/19/2024','12:00 PM','6237664','Marshmello-5-19-2024'],['Marshmello','Parc Jean-Drapeau','Montreal, Canada','Friday','5/31/2024','4:00 PM','6379344','Marshmello-5-31-2024'],['Marshmello','Buffalo Riverworks','Buffalo, NY','Saturday','6/1/2024','7:00 PM','6380801','Marshmello-6-1-2024'],['Marshmello','XS Nightclub At Wynn Las Vegas','Las Vegas, NV','Friday','6/7/2024','10:30 PM','6237563','Marshmello-6-7-2024'],['Marshmello','Encore Beach Club','Las Vegas, NV','Saturday','6/15/2024','12:00 PM','6237665','Marshmello-6-15-2024'],['Marshmello','Encore Beach Club','Las Vegas, NV','Saturday','6/29/2024','12:00 PM','6237666','Marshmello-6-29-2024'],['Marshmello','XS Nightclub At Wynn Las Vegas','Las Vegas, NV','Friday','7/19/2024','10:30 PM','6237564','Marshmello-7-19-2024'],['MLS All-Star Concert: Marshmello','Nationwide Arena','Columbus, OH','Sunday','7/21/2024','7:30 PM','6403457','MLS-All-Star-Concert--Marshmello-7-21-2024'],['Marshmello','Encore Beach Club','Las Vegas, NV','Saturday','7/27/2024','12:00 PM','6237667','Marshmello-7-27-2024'],['Marshmello','Encore Beach Club','Las Vegas, NV','Saturday','8/10/2024','12:00 PM','6237668','Marshmello-8-10-2024'],['Marshmello','XS Nightclub At Wynn Las Vegas','Las Vegas, NV','Friday','8/16/2024','10:30 PM','6237565','Marshmello-8-16-2024'],['Marshmello','Encore Beach Club','Las Vegas, NV','Saturday','8/24/2024','12:00 PM','6237669','Marshmello-8-24-2024'],['Marshmello','XS Nightclub At Wynn Las Vegas','Las Vegas, NV','Friday','8/30/2024','10:30 PM','6237566','Marshmello-8-30-2024'],['Marshmello','Encore Beach Club','Las Vegas, NV','Saturday','9/7/2024','12:00 PM','6237670','Marshmello-9-7-2024'],['Marshmello','XS Nightclub At Wynn Las Vegas','Las Vegas, NV','Friday','9/13/2024','10:30 PM','6237567','Marshmello-9-13-2024'],['Marshmello','Encore Beach Club','Las Vegas, NV','Saturday','9/21/2024','12:00 PM','6237671','Marshmello-9-21-2024'],['Marshmello','XS Nightclub At Wynn Las Vegas','Las Vegas, NV','Saturday','9/28/2024','10:30 PM','6237568','Marshmello-9-28-2024']],'Marshmello','http://www.ticketnetwork.com/en/search/?text=Marshmello');