// 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-04A 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([['Amyl and The Sniffers','House Of Blues - Dallas','Dallas, TX','Friday','4/4/2025','8:00 PM','6784393','Amyl-and-The-Sniffers-4-4-2025'],['Amyl and The Sniffers','Stubbs Waller Creek Amphitheater','Austin, TX','Saturday','4/5/2025','7:00 PM','6784394','Amyl-and-The-Sniffers-4-5-2025'],['Amyl and The Sniffers','White Oak Music Hall - Downstairs','Houston, TX','Sunday','4/6/2025','7:00 PM','6784395','Amyl-and-The-Sniffers-4-6-2025'],['Amyl and The Sniffers','Paper Tiger','San Antonio, TX','Monday','4/7/2025','7:00 PM','6784396','Amyl-and-The-Sniffers-4-7-2025'],['Amyl and The Sniffers','The Van Buren','Phoenix, AZ','Thursday','4/10/2025','8:00 PM','6888022','Amyl-and-The-Sniffers-4-10-2025'],['Coachella 2025 Weekend 1: Travis Scott, Lady Gaga, Post Malone & Green Day- 3 Day Pass','Empire Polo Field','Indio, CA','Friday','4/11/2025','TBD','6400549','Coachella-2025-Weekend-1--Travis-Scott--Lady-Gaga--Post-Malone---Green-Day--3-Day-Pass-4-11-2025'],['Amyl and The Sniffers','Fox Theater - Oakland','Oakland, CA','Saturday','4/12/2025','8:00 PM','6888021','Amyl-and-The-Sniffers-4-12-2025'],['Coachella 2025 Weekend 2: Travis Scott, Lady Gaga, Post Malone & Green Day - 3 Day Pass','Empire Polo Field','Indio, CA','Friday','4/18/2025','TBD','6400550','Coachella-2025-Weekend-2--Travis-Scott--Lady-Gaga--Post-Malone---Green-Day---3-Day-Pass-4-18-2025'],['Amyl and The Sniffers','The Palace Theatre - St. Paul','Saint Paul, MN','Wednesday','5/7/2025','7:00 PM','6784397','Amyl-and-The-Sniffers-5-7-2025'],['Amyl and The Sniffers','The Salt Shed Indoors - Chicago','Chicago, IL','Thursday','5/8/2025','8:00 PM','6784398','Amyl-and-The-Sniffers-5-8-2025'],['Amyl and The Sniffers','The Sylvee - WI','Madison, WI','Friday','5/9/2025','8:00 PM','6784399','Amyl-and-The-Sniffers-5-9-2025'],['Amyl and The Sniffers','Royal Oak Music Theatre','Royal Oak, MI','Saturday','5/10/2025','7:00 PM','6784400','Amyl-and-The-Sniffers-5-10-2025'],['Amyl and The Sniffers','History - Toronto','Toronto, Canada','Monday','5/12/2025','7:00 PM','6784401','Amyl-and-The-Sniffers-5-12-2025'],['Amyl and The Sniffers','Agora Theatre','Cleveland, OH','Tuesday','5/13/2025','8:00 PM','6784402','Amyl-and-The-Sniffers-5-13-2025'],['Amyl and The Sniffers','The Rooftop at Pier 17','New York, NY','Thursday','5/15/2025','7:00 PM','6784403','Amyl-and-The-Sniffers-5-15-2025'],['Amyl and The Sniffers','Franklin Music Hall','Philadelphia, PA','Friday','5/16/2025','8:00 PM','6784404','Amyl-and-The-Sniffers-5-16-2025'],['Amyl and The Sniffers','Roadrunner','Brighton, MA','Saturday','5/17/2025','8:00 PM','6784405','Amyl-and-The-Sniffers-5-17-2025'],['Amyl and The Sniffers','The Fillmore Silver Spring','Silver Spring, MD','Monday','5/19/2025','8:00 PM','6784406','Amyl-and-The-Sniffers-5-19-2025'],['Amyl and The Sniffers','The Ritz - Raleigh','Raleigh, NC','Wednesday','5/21/2025','8:00 PM','6784407','Amyl-and-The-Sniffers-5-21-2025'],['Amyl and The Sniffers','The Eastern - GA','Atlanta, GA','Thursday','5/22/2025','8:00 PM','6784408','Amyl-and-The-Sniffers-5-22-2025'],['Amyl and The Sniffers','Marathon Music Works','Nashville, TN','Friday','5/23/2025','8:00 PM','6784224','Amyl-and-The-Sniffers-5-23-2025']],'Amyl and The Sniffers','http://www.ticketnetwork.com/en/search/?text=Amyl and The Sniffers');