// 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([['Nonpoint','The Ritz Ybor','Tampa, FL','Saturday','4/25/2026','6:30 PM','7744080','Nonpoint-4-25-2026'],['Nonpoint','Club LA - Destin','Destin, FL','Sunday','4/26/2026','7:30 PM','7744923','Nonpoint-4-26-2026'],['Nonpoint','The Radio Room Greenville','Greenville, SC','Tuesday','4/28/2026','7:30 PM','7743341','Nonpoint-4-28-2026'],['Nonpoint','Elevation 27','Virginia Beach, VA','Wednesday','4/29/2026','8:00 PM','7744079','Nonpoint-4-29-2026'],['Nonpoint','Webster Theater','Hartford, CT','Friday','5/1/2026','7:30 PM','7744076','Nonpoint-5-1-2026'],['Nonpoint','Jergel's Rhythm Grille','Warrendale, PA','Saturday','5/2/2026','8:00 PM','7743340','Nonpoint-5-2-2026'],['Nonpoint','XL Live','Harrisburg, PA','Sunday','5/3/2026','8:00 PM','7744083','Nonpoint-5-3-2026'],['Nonpoint','House of Independents','Asbury Park, NJ','Tuesday','5/5/2026','7:30 PM','7744082','Nonpoint-5-5-2026'],['Nonpoint','Tally Ho Theater','Leesburg, VA','Wednesday','5/6/2026','6:00 PM','7744081','Nonpoint-5-6-2026'],['Nonpoint','House Of Blues - New Orleans','New Orleans, LA','Sunday','5/10/2026','7:30 PM','7744077','Nonpoint-5-10-2026'],['Nonpoint','The Blue Note - MO','Columbia, MO','Tuesday','5/12/2026','7:30 PM','7744078','Nonpoint-5-12-2026'],['Nonpoint','The Castle Theatre','Bloomington, IL','Wednesday','5/13/2026','7:30 PM','7743339','Nonpoint-5-13-2026'],['Nonpoint','Bottom Lounge','Chicago, IL','Thursday','5/14/2026','7:30 PM','7744926','Nonpoint-5-14-2026'],['Mid Summer Music Fest: Nonpoint & Vrsty - Thursday','Mid Summer Music Fest Grounds','Menahga, MN','Thursday','7/23/2026','8:00 AM','7649666','Mid-Summer-Music-Fest--Nonpoint---Vrsty---Thursday-7-23-2026']],'Nonpoint','http://www.ticketnetwork.com/en/search/?text=Nonpoint');