// 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-02A TN_Widget.CreateTable([['Sebastian Maniscalco','Wind Creek Event Center','Bethlehem, PA','Friday','4/17/2026','6:30 PM','7772502','Sebastian-Maniscalco-4-17-2026'],['Sebastian Maniscalco','Wind Creek Event Center','Bethlehem, PA','Friday','4/17/2026','10:00 PM','7772504','Sebastian-Maniscalco-4-17-2026'],['Sebastian Maniscalco','Event Center at Turning Stone Resort & Casino','Verona, NY','Saturday','4/18/2026','8:00 PM','7772503','Sebastian-Maniscalco-4-18-2026'],['Sebastian Maniscalco','Encore Theatre At Wynn Las Vegas','Las Vegas, NV','Saturday','5/23/2026','7:30 PM','7673727','Sebastian-Maniscalco-5-23-2026'],['Sebastian Maniscalco','Encore Theatre At Wynn Las Vegas','Las Vegas, NV','Saturday','5/23/2026','10:30 PM','7673729','Sebastian-Maniscalco-5-23-2026'],['Sebastian Maniscalco','Encore Theatre At Wynn Las Vegas','Las Vegas, NV','Sunday','5/24/2026','7:30 PM','7673733','Sebastian-Maniscalco-5-24-2026'],['Sebastian Maniscalco','Encore Theatre At Wynn Las Vegas','Las Vegas, NV','Sunday','5/24/2026','10:30 PM','7673732','Sebastian-Maniscalco-5-24-2026'],['Sebastian Maniscalco','Northwell at Jones Beach Theater','Wantagh, NY','Friday','8/14/2026','8:00 PM','7791577','Sebastian-Maniscalco-8-14-2026'],['Sebastian Maniscalco','Sandia Casino Amphitheater','Albuquerque, NM','Friday','9/11/2026','8:00 PM','7791395','Sebastian-Maniscalco-9-11-2026'],['Sebastian Maniscalco','The Venue At Thunder Valley Casino','Lincoln, CA','Saturday','9/12/2026','8:00 PM','7791580','Sebastian-Maniscalco-9-12-2026'],['Sebastian Maniscalco','Ovation Hall at Ocean Resort Casino ','Atlantic City, NJ','Thursday','9/17/2026','8:00 PM','7772505','Sebastian-Maniscalco-9-17-2026'],['Sebastian Maniscalco','Ovation Hall at Ocean Resort Casino ','Atlantic City, NJ','Friday','9/18/2026','9:00 PM','7772506','Sebastian-Maniscalco-9-18-2026'],['Sebastian Maniscalco','Ovation Hall at Ocean Resort Casino ','Atlantic City, NJ','Saturday','9/19/2026','8:00 PM','7772507','Sebastian-Maniscalco-9-19-2026'],['Sebastian Maniscalco','Ovation Hall at Ocean Resort Casino ','Atlantic City, NJ','Sunday','9/20/2026','7:00 PM','7772508','Sebastian-Maniscalco-9-20-2026'],['Sebastian Maniscalco','Ovation Hall at Ocean Resort Casino ','Atlantic City, NJ','Thursday','9/24/2026','8:00 PM','7772509','Sebastian-Maniscalco-9-24-2026'],['Sebastian Maniscalco','Ovation Hall at Ocean Resort Casino ','Atlantic City, NJ','Friday','9/25/2026','9:00 PM','7772510','Sebastian-Maniscalco-9-25-2026'],['Sebastian Maniscalco','Ovation Hall at Ocean Resort Casino ','Atlantic City, NJ','Saturday','9/26/2026','8:00 PM','7772511','Sebastian-Maniscalco-9-26-2026'],['Sebastian Maniscalco','Ovation Hall at Ocean Resort Casino ','Atlantic City, NJ','Sunday','9/27/2026','7:00 PM','7772512','Sebastian-Maniscalco-9-27-2026'],['Sebastian Maniscalco','Hard Rock Live At The Seminole Hard Rock Hotel & Casino - Hollywood','Hollywood, FL','Thursday','11/19/2026','8:00 PM','7791582','Sebastian-Maniscalco-11-19-2026'],['Sebastian Maniscalco','Hard Rock Live At The Seminole Hard Rock Hotel & Casino - Hollywood','Hollywood, FL','Friday','11/20/2026','8:00 PM','7791583','Sebastian-Maniscalco-11-20-2026']],'Sebastian Maniscalco','http://www.ticketnetwork.com/ticket/Sebastian-Maniscalco-events.aspx');