// 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([['21 Savage','White River Amphitheatre','Auburn, WA','Friday','5/3/2024','7:30 PM','6292366','21-Savage-5-3-2024'],['Needtobreathe & Judah and The Lion','White River Amphitheatre','Auburn, WA','Saturday','5/11/2024','7:30 PM','5938807','Needtobreathe---Judah-and-The-Lion-5-11-2024'],['Avril Lavigne, All Time Low & Royal and The Serpent','White River Amphitheatre','Auburn, WA','Saturday','5/25/2024','7:00 PM','6226908','Avril-Lavigne--All-Time-Low---Royal-and-The-Serpent-5-25-2024'],['Sam Hunt, Russell Dickerson & George Birge','White River Amphitheatre','Auburn, WA','Saturday','6/29/2024','7:00 PM','6353532','Sam-Hunt--Russell-Dickerson---George-Birge-6-29-2024'],['Hootie and The Blowfish','White River Amphitheatre','Auburn, WA','Saturday','7/20/2024','7:00 PM','6062238','Hootie-and-The-Blowfish-7-20-2024'],['Barbie: The Movie - In Concert','White River Amphitheatre','Auburn, WA','Sunday','7/21/2024','8:00 PM','6302524','Barbie--The-Movie---In-Concert-7-21-2024'],['Niall Horan','White River Amphitheatre','Auburn, WA','Tuesday','7/23/2024','7:30 PM','5724948','Niall-Horan-7-23-2024'],['Thirty Seconds to Mars & AFI','White River Amphitheatre','Auburn, WA','Friday','7/26/2024','6:30 PM','6072221','Thirty-Seconds-to-Mars---AFI-7-26-2024'],['Alanis Morissette, Joan Jett And The Blackhearts & Morgan Wade','White River Amphitheatre','Auburn, WA','Saturday','8/3/2024','7:00 PM','6071959','Alanis-Morissette--Joan-Jett-And-The-Blackhearts---Morgan-Wade-8-3-2024'],['Megadeth','White River Amphitheatre','Auburn, WA','Monday','8/12/2024','6:30 PM','6399779','Megadeth-8-12-2024'],['Slightly Stoopid & Dirty Heads','White River Amphitheatre','Auburn, WA','Saturday','8/17/2024','6:00 PM','6303692','Slightly-Stoopid---Dirty-Heads-8-17-2024'],['Limp Bizkit','White River Amphitheatre','Auburn, WA','Tuesday','8/20/2024','6:30 PM','6132037','Limp-Bizkit-8-20-2024'],['Santana & Counting Crows','White River Amphitheatre','Auburn, WA','Saturday','8/24/2024','7:00 PM','6264344','Santana---Counting-Crows-8-24-2024'],['Train, REO Speedwagon & Yacht Rock Revue','White River Amphitheatre','Auburn, WA','Saturday','8/31/2024','7:00 PM','6239162','Train--REO-Speedwagon---Yacht-Rock-Revue-8-31-2024'],['The Doobie Brothers & Robert Cray Band','White River Amphitheatre','Auburn, WA','Friday','9/6/2024','7:00 PM','6226817','The-Doobie-Brothers---Robert-Cray-Band-9-6-2024'],['The Marley Brothers','White River Amphitheatre','Auburn, WA','Sunday','9/8/2024','7:30 PM','6381716','The-Marley-Brothers-9-8-2024'],['Lynyrd Skynyrd, ZZ Top & The Outlaws','White River Amphitheatre','Auburn, WA','Saturday','9/21/2024','6:30 PM','6045652','Lynyrd-Skynyrd--ZZ-Top---The-Outlaws-9-21-2024'],['Gloria Trevi','White River Amphitheatre','Auburn, WA','Sunday','9/22/2024','8:00 PM','6001886','Gloria-Trevi-9-22-2024'],['Lainey Wilson, Jackson Dean & Zach Top','White River Amphitheatre','Auburn, WA','Friday','9/27/2024','7:00 PM','6021106','Lainey-Wilson--Jackson-Dean---Zach-Top-9-27-2024'],['Pitbull','White River Amphitheatre','Auburn, WA','Saturday','9/28/2024','8:00 PM','6399318','Pitbull-9-28-2024'],['Breaking Benjamin & Staind','White River Amphitheatre','Auburn, WA','Tuesday','10/8/2024','5:30 PM','6314449','Breaking-Benjamin---Staind-10-8-2024']],'White River Amphitheatre Auburn','http://www.ticketnetwork.com/en/search/?text=White%20River%20Amphitheatre%20Auburn');