// 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([['Goo Goo Dolls & Dashboard Confessional','Utah First Credit Union Amphitheatre','Salt Lake City, UT','Tuesday','8/26/2025','7:30 PM','6827529','Goo-Goo-Dolls---Dashboard-Confessional-8-26-2025'],['Goo Goo Dolls & Dashboard Confessional','BECU Live at Northern Quest Resort & Casino','Airway Heights, WA','Thursday','8/28/2025','7:30 PM','6808342','Goo-Goo-Dolls---Dashboard-Confessional-8-28-2025'],['Goo Goo Dolls & Dashboard Confessional','Hayden Homes Amphitheater','Bend, OR','Friday','8/29/2025','6:30 PM','6827530','Goo-Goo-Dolls---Dashboard-Confessional-8-29-2025'],['Goo Goo Dolls','Chateau Ste Michelle Winery','Woodinville, WA','Sunday','8/31/2025','7:00 PM','7006967','Goo-Goo-Dolls-8-31-2025'],['Goo Goo Dolls','Chateau Ste Michelle Winery','Woodinville, WA','Monday','9/1/2025','7:00 PM','7006968','Goo-Goo-Dolls-9-1-2025'],['Goo Goo Dolls & Dashboard Confessional','Greek Theatre - U.C. Berkeley','Berkeley, CA','Thursday','9/4/2025','6:30 PM','6827531','Goo-Goo-Dolls---Dashboard-Confessional-9-4-2025'],['Goo Goo Dolls & Dashboard Confessional','Santa Barbara Bowl','Santa Barbara, CA','Saturday','9/6/2025','6:30 PM','6831473','Goo-Goo-Dolls---Dashboard-Confessional-9-6-2025'],['Goo Goo Dolls & Dashboard Confessional','Greek Theatre - Los Angeles CA','Los Angeles, CA','Sunday','9/7/2025','7:30 PM','6827532','Goo-Goo-Dolls---Dashboard-Confessional-9-7-2025'],['Goo Goo Dolls & Dashboard Confessional','Isleta Amphitheater','Albuquerque, NM','Tuesday','9/9/2025','7:30 PM','6827533','Goo-Goo-Dolls---Dashboard-Confessional-9-9-2025'],['Bourbon & Beyond Festival: The Lumineers, Phish, Sturgill Simpson & Noah Kahan - 4 Day Pass','Highland Festival Grounds at Kentucky Expo Center','Louisville, KY','Thursday','9/11/2025','TBD','6842775','Bourbon---Beyond-Festival--The-Lumineers--Phish--Sturgill-Simpson---Noah-Kahan---4-Day-Pass-9-11-2025'],['Goo Goo Dolls & Dashboard Confessional','Oklahoma City Zoo Amphitheatre','Oklahoma City, OK','Thursday','9/11/2025','7:30 PM','6832808','Goo-Goo-Dolls---Dashboard-Confessional-9-11-2025'],['Goo Goo Dolls & Dashboard Confessional','Ozarks Amphitheater - Missouri','Camdenton, MO','Friday','9/12/2025','7:30 PM','6827534','Goo-Goo-Dolls---Dashboard-Confessional-9-12-2025'],['Bourbon & Beyond Festival: Noah Kahan, Goo Goo Dolls, Megan Moroney & Nathaniel Rateliff and The Night Sweats - Sunday','Highland Festival Grounds at Kentucky Expo Center','Louisville, KY','Sunday','9/14/2025','12:00 PM','6842780','Bourbon---Beyond-Festival--Noah-Kahan--Goo-Goo-Dolls--Megan-Moroney---Nathaniel-Rateliff-and-The-Night-Sweats---Sunday-9-14-2025'],['Audacy's We Can Survive: Ed Sheeran, Goo Goo Dolls & Alex Warren','Prudential Center','Newark, NJ','Friday','9/26/2025','7:00 PM','7280997','Audacy-s-We-Can-Survive--Ed-Sheeran--Goo-Goo-Dolls---Alex-Warren-9-26-2025'],['Goo Goo Dolls','Beacon Theatre - NY','New York, NY','Sunday','11/9/2025','8:00 PM','7305675','Goo-Goo-Dolls-11-9-2025'],['Goo Goo Dolls','Beacon Theatre - NY','New York, NY','Monday','11/10/2025','8:00 PM','7305676','Goo-Goo-Dolls-11-10-2025']],'Goo Goo Dolls','http://www.ticketnetwork.com/en/search/?text=Goo%20Goo%20Dolls');