// 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-03B 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([['Sebastian Maniscalco','Encore Theatre At Wynn Las Vegas','Las Vegas, NV','Saturday','5/25/2024','7:30 PM','5908451','Sebastian-Maniscalco-5-25-2024'],['Sebastian Maniscalco','Encore Theatre At Wynn Las Vegas','Las Vegas, NV','Saturday','5/25/2024','10:30 PM','5908452','Sebastian-Maniscalco-5-25-2024'],['Sebastian Maniscalco','Encore Theatre At Wynn Las Vegas','Las Vegas, NV','Sunday','5/26/2024','7:30 PM','5908454','Sebastian-Maniscalco-5-26-2024'],['Sebastian Maniscalco','Encore Theatre At Wynn Las Vegas','Las Vegas, NV','Sunday','5/26/2024','10:30 PM','5908453','Sebastian-Maniscalco-5-26-2024'],['Sebastian Maniscalco','Scope Arena','Norfolk, VA','Thursday','7/11/2024','7:30 PM','6115231','Sebastian-Maniscalco-7-11-2024'],['Sebastian Maniscalco','PNC Arena','Raleigh, NC','Friday','7/12/2024','7:00 PM','6115232','Sebastian-Maniscalco-7-12-2024'],['Sebastian Maniscalco','ExploreAsheville.com Arena at Harrah's Cherokee Center','Asheville, NC','Saturday','7/13/2024','7:00 PM','6115233','Sebastian-Maniscalco-7-13-2024'],['Sebastian Maniscalco','VyStar Veterans Memorial Arena','Jacksonville, FL','Thursday','7/18/2024','7:30 PM','6115234','Sebastian-Maniscalco-7-18-2024'],['Sebastian Maniscalco','Enmarket Arena','Savannah, GA','Friday','7/19/2024','7:30 PM','6115164','Sebastian-Maniscalco-7-19-2024'],['Sebastian Maniscalco','State Farm Arena - GA','Atlanta, GA','Saturday','7/20/2024','7:00 PM','6115235','Sebastian-Maniscalco-7-20-2024'],['Sebastian Maniscalco','Bridgestone Arena','Nashville, TN','Sunday','7/21/2024','7:00 PM','6115236','Sebastian-Maniscalco-7-21-2024'],['Sebastian Maniscalco','Toyota Center - TX','Houston, TX','Thursday','8/8/2024','8:00 PM','6115237','Sebastian-Maniscalco-8-8-2024'],['Sebastian Maniscalco','Moody Center ATX','Austin, TX','Friday','8/9/2024','7:30 PM','6115238','Sebastian-Maniscalco-8-9-2024'],['Sebastian Maniscalco','American Airlines Center','Dallas, TX','Saturday','8/10/2024','7:00 PM','6115239','Sebastian-Maniscalco-8-10-2024'],['Sebastian Maniscalco','Frost Bank Center','San Antonio, TX','Sunday','8/11/2024','7:00 PM','6115240','Sebastian-Maniscalco-8-11-2024'],['Sebastian Maniscalco','Footprint Center','Phoenix, AZ','Thursday','8/15/2024','7:30 PM','6115241','Sebastian-Maniscalco-8-15-2024'],['Sebastian Maniscalco','Viejas Arena At Aztec Bowl','San Diego, CA','Friday','8/16/2024','7:30 PM','6115242','Sebastian-Maniscalco-8-16-2024'],['Sebastian Maniscalco','Intuit Dome','Inglewood, CA','Saturday','8/17/2024','7:00 PM','6314365','Sebastian-Maniscalco-8-17-2024'],['Sebastian Maniscalco','Chase Center','San Francisco, CA','Sunday','8/18/2024','7:00 PM','6115243','Sebastian-Maniscalco-8-18-2024'],['Sebastian Maniscalco','Kia Center','Orlando, FL','Thursday','9/12/2024','7:30 PM','6115244','Sebastian-Maniscalco-9-12-2024'],['Sebastian Maniscalco','North Charleston Coliseum','North Charleston, SC','Friday','9/13/2024','7:30 PM','6115245','Sebastian-Maniscalco-9-13-2024'],['Sebastian Maniscalco','PNC Music Pavilion - Charlotte','Charlotte, NC','Saturday','9/14/2024','7:00 PM','6115246','Sebastian-Maniscalco-9-14-2024'],['Sebastian Maniscalco','Madison Square Garden','New York, NY','Wednesday','9/18/2024','7:30 PM','6115247','Sebastian-Maniscalco-9-18-2024'],['Sebastian Maniscalco','Madison Square Garden','New York, NY','Thursday','9/19/2024','7:30 PM','6115248','Sebastian-Maniscalco-9-19-2024'],['Sebastian Maniscalco','Madison Square Garden','New York, NY','Friday','9/20/2024','7:30 PM','6147633','Sebastian-Maniscalco-9-20-2024']],'sebastian maniscalco','http://www.ticketnetwork.com/en/search/?text=sebastian%20maniscalco');