// 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-04B 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([['Wallows Album Signing','Rough Trade NYC','Brooklyn, NY','Friday','5/24/2024','11:00 AM','6415625','Wallows-Album-Signing-5-24-2024'],['Wallows','Moda Center at the Rose Quarter','Portland, OR','Tuesday','8/6/2024','7:30 PM','6314718','Wallows-8-6-2024'],['Wallows','UBC Thunderbird Arena','Vancouver, Canada','Wednesday','8/7/2024','7:30 PM','6314724','Wallows-8-7-2024'],['Wallows','Wamu Theater At Lumen Field Event Center','Seattle, WA','Thursday','8/8/2024','7:30 PM','6314954','Wallows-8-8-2024'],['Wallows','Treefort Music Hall','Boise, ID','Friday','8/9/2024','8:00 PM','6314367','Wallows-8-9-2024'],['Wallows','The Chelsea - The Cosmopolitan of Las Vegas','Las Vegas, NV','Sunday','8/11/2024','7:30 PM','6314368','Wallows-8-11-2024'],['Wallows','Arizona Financial Theatre','Phoenix, AZ','Monday','8/12/2024','7:30 PM','6314717','Wallows-8-12-2024'],['Wallows','Revel Entertainment Center','Albuquerque, NM','Tuesday','8/13/2024','7:30 PM','6314370','Wallows-8-13-2024'],['Wallows','Moody Center ATX','Austin, TX','Thursday','8/15/2024','7:30 PM','6314371','Wallows-8-15-2024'],['Wallows','The Pavilion at Toyota Music Factory','Irving, TX','Friday','8/16/2024','7:30 PM','6314372','Wallows-8-16-2024'],['Wallows','Smart Financial Centre','Sugar Land, TX','Saturday','8/17/2024','7:30 PM','6314373','Wallows-8-17-2024'],['Wallows','Cadence Bank Amphitheatre at Chastain Park','Atlanta, GA','Monday','8/19/2024','7:30 PM','6314374','Wallows-8-19-2024'],['Wallows','Ascend Amphitheater','Nashville, TN','Tuesday','8/20/2024','7:30 PM','6314375','Wallows-8-20-2024'],['Wallows','Merriweather Post Pavilion','Columbia, MD','Thursday','8/22/2024','7:30 PM','6314376','Wallows-8-22-2024'],['Wallows','Madison Square Garden','New York, NY','Friday','8/23/2024','7:30 PM','6314377','Wallows-8-23-2024'],['Wallows','TD Pavilion at The Mann Center For The Performing Arts','Philadelphia, PA','Saturday','8/24/2024','7:30 PM','6314729','Wallows-8-24-2024'],['Wallows','MGM Music Hall at Fenway Park','Boston, MA','Monday','8/26/2024','7:30 PM','6314379','Wallows-8-26-2024'],['Wallows','MGM Music Hall at Fenway Park','Boston, MA','Tuesday','8/27/2024','7:30 PM','6323699','Wallows-8-27-2024'],['Wallows','Place Bell','Laval, Canada','Wednesday','8/28/2024','7:30 PM','6314380','Wallows-8-28-2024'],['Wallows','Budweiser Stage - Toronto','Toronto, Canada','Friday','8/30/2024','7:30 PM','6314381','Wallows-8-30-2024'],['Wallows','Michigan Lottery Amphitheatre at Freedom Hill','Sterling Heights, MI','Saturday','8/31/2024','7:30 PM','6314383','Wallows-8-31-2024'],['Wallows','Huntington Bank Pavilion at Northerly Island','Chicago, IL','Monday','9/2/2024','7:30 PM','6314384','Wallows-9-2-2024'],['Wallows','Saint Louis Music Park','Maryland Heights, MO','Tuesday','9/3/2024','7:30 PM','6314389','Wallows-9-3-2024'],['Wallows','Red Rocks Amphitheatre','Morrison, CO','Thursday','9/5/2024','7:30 PM','6314390','Wallows-9-5-2024'],['Wallows','U of U Health Plaza at America First Field','Sandy, UT','Friday','9/6/2024','7:00 PM','6314959','Wallows-9-6-2024'],['Wallows','Bill Graham Civic Auditorium','San Francisco, CA','Sunday','9/8/2024','7:30 PM','6314394','Wallows-9-8-2024'],['Wallows','Santa Barbara Bowl','Santa Barbara, CA','Monday','9/9/2024','7:00 PM','6314915','Wallows-9-9-2024'],['Wallows','Cal Coast Credit Union Open Air Theatre','San Diego, CA','Tuesday','9/10/2024','7:30 PM','6314395','Wallows-9-10-2024'],['Wallows','The Kia Forum','Inglewood, CA','Thursday','9/12/2024','7:30 PM','6314396','Wallows-9-12-2024']],'Wallows','http://www.ticketnetwork.com/en/search/?text=Wallows');