// 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-03A 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([['Thrice','The Observatory - North Park','San Diego, CA','Friday','10/17/2025','6:30 PM','7236364','Thrice-10-17-2025'],['Thrice','Marquee Theatre - AZ','Tempe, AZ','Saturday','10/18/2025','7:30 PM','7236359','Thrice-10-18-2025'],['Thrice','House Of Blues - Dallas','Dallas, TX','Monday','10/20/2025','7:00 PM','7236048','Thrice-10-20-2025'],['Thrice','Emo's East','Austin, TX','Tuesday','10/21/2025','6:00 PM','7236361','Thrice-10-21-2025'],['Thrice','Heaven Stage at Masquerade - GA','Atlanta, GA','Thursday','10/23/2025','6:30 PM','7236049','Thrice-10-23-2025'],['Thrice','Jannus Live','St. Petersburg, FL','Friday','10/24/2025','6:30 PM','7236360','Thrice-10-24-2025'],['Thrice','House Of Blues - Orlando','Orlando, FL','Saturday','10/25/2025','6:30 PM','7236358','Thrice-10-25-2025'],['Thrice','Charleston Music Hall','Charleston, SC','Monday','10/27/2025','7:00 PM','7236047','Thrice-10-27-2025'],['Thrice','The Norva','Norfolk, VA','Tuesday','10/28/2025','7:00 PM','7236045','Thrice-10-28-2025'],['Thrice','Baltimore Soundstage','Baltimore, MD','Wednesday','10/29/2025','7:00 PM','7236416','Thrice-10-29-2025'],['Thrice','Citizens House Of Blues - Boston','Boston, MA','Friday','10/31/2025','6:30 PM','7236365','Thrice-10-31-2025'],['Thrice','Irving Plaza','New York, NY','Saturday','11/1/2025','6:30 PM','7236354','Thrice-11-1-2025'],['Thrice','Theatre Of The Living Arts','Philadelphia, PA','Sunday','11/2/2025','7:00 PM','7236355','Thrice-11-2-2025'],['Thrice','Danforth Music Hall Theatre','Toronto, Canada','Tuesday','11/4/2025','7:30 PM','7236051','Thrice-11-4-2025'],['Thrice','Theatre Beanfield','Montreal, Canada','Wednesday','11/5/2025','7:00 PM','7236419','Thrice-11-5-2025'],['Thrice','Globe Iron','Cleveland, OH','Friday','11/7/2025','7:30 PM','7236366','Thrice-11-7-2025'],['Thrice','Majestic Theatre - MI','Detroit, MI','Saturday','11/8/2025','6:30 PM','7235742','Thrice-11-8-2025'],['Thrice','House Of Blues - Chicago','Chicago, IL','Sunday','11/9/2025','6:00 PM','7236356','Thrice-11-9-2025'],['Thrice','The Fillmore - Minneapolis','Minneapolis, MN','Tuesday','11/11/2025','7:00 PM','7236422','Thrice-11-11-2025'],['Thrice','The Summit Music Hall','Denver, CO','Thursday','11/13/2025','7:30 PM','7236400','Thrice-11-13-2025'],['Thrice','Washington's - Fort Collins','Fort Collins, CO','Friday','11/14/2025','7:30 PM','7235743','Thrice-11-14-2025'],['Thrice','The Union Event Center','Salt Lake City, UT','Saturday','11/15/2025','7:00 PM','7236424','Thrice-11-15-2025'],['Thrice','Commodore Ballroom','Vancouver, Canada','Monday','11/17/2025','6:00 PM','7236426','Thrice-11-17-2025'],['Thrice','Showbox SoDo','Seattle, WA','Tuesday','11/18/2025','7:00 PM','7236362','Thrice-11-18-2025'],['Thrice','Roseland Theater','Portland, OR','Wednesday','11/19/2025','7:30 PM','7235745','Thrice-11-19-2025'],['Thrice','The Regency Ballroom','San Francisco, CA','Friday','11/21/2025','7:30 PM','7236046','Thrice-11-21-2025'],['Thrice','The Novo','Los Angeles, CA','Saturday','11/22/2025','8:00 PM','7236363','Thrice-11-22-2025'],['Thrice','House Of Blues - Anaheim','Anaheim, CA','Sunday','11/23/2025','6:00 PM','7236357','Thrice-11-23-2025']],'Thrice','http://www.ticketnetwork.com/en/search/?text=Thrice');