// 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([['Chase Matthew','Ogden Theatre','Denver, CO','Thursday','12/4/2025','8:00 PM','7338458','Chase-Matthew-12-4-2025'],['Chase Matthew','The Union Event Center','Salt Lake City, UT','Friday','12/5/2025','7:40 PM','7338451','Chase-Matthew-12-5-2025'],['Chase Matthew','Revolution Concert House and Event Center','Garden City, ID','Saturday','12/6/2025','8:00 PM','7338452','Chase-Matthew-12-6-2025'],['Chase Matthew','Emerald Queen Casino','Tacoma, WA','Sunday','12/7/2025','7:00 PM','7338453','Chase-Matthew-12-7-2025'],['Chase Matthew & Julia Cole','Ponderosa Lounge & Grill','Portland, OR','Saturday','1/10/2026','8:00 PM','7510197','Chase-Matthew---Julia-Cole-1-10-2026'],['Coors Light Birds Nest: Bailey Zimmerman & Chase Matthew','Birds Nest At TPC Scottsdale','Scottsdale, AZ','Wednesday','2/4/2026','TBD','7367196','Coors-Light-Birds-Nest--Bailey-Zimmerman---Chase-Matthew-2-4-2026'],['Chase Matthew','The Mill & Mine','Knoxville, TN','Friday','2/13/2026','8:00 PM','7560149','Chase-Matthew-2-13-2026'],['Chase Matthew','Roxian Theatre','McKees Rocks, PA','Saturday','2/14/2026','8:00 PM','7558199','Chase-Matthew-2-14-2026'],['Chase Matthew','Grand Casino Hinckley Event Center','Hinckley, MN','Friday','2/27/2026','8:00 PM','7558012','Chase-Matthew-2-27-2026'],['Chase Matthew','Surf Ballroom','Clear Lake, IA','Thursday','3/5/2026','7:00 PM','7560468','Chase-Matthew-3-5-2026'],['Chase Matthew','The Factory - Chesterfield','St. Louis, MO','Friday','3/6/2026','8:00 PM','7558200','Chase-Matthew-3-6-2026'],['Chase Matthew','Blue Gate Performing Arts Center','Shipshewana, IN','Saturday','3/7/2026','7:30 PM','7523780','Chase-Matthew-3-7-2026'],['Chase Matthew','Charleston Music Hall','Charleston, SC','Thursday','3/12/2026','8:00 PM','7558198','Chase-Matthew-3-12-2026'],['Chase Matthew','The Ranch Concert Hall & Saloon','Fort Myers, FL','Friday','3/13/2026','9:00 PM','7560148','Chase-Matthew-3-13-2026'],['Chase Matthew','Prairie Band Casino & Resort','Mayetta, KS','Thursday','3/26/2026','7:00 PM','7560147','Chase-Matthew-3-26-2026'],['Chase Matthew','Skyline Event Center At Osage Casino','Tulsa, OK','Friday','3/27/2026','8:00 PM','7547696','Chase-Matthew-3-27-2026'],['Chase Matthew','Choctaw Casino & Resort - Durant','Durant, OK','Saturday','5/2/2026','8:00 PM','7558567','Chase-Matthew-5-2-2026'],['Chase Matthew','Dr. Pepper Park','Roanoke, VA','Friday','5/8/2026','6:00 PM','7542315','Chase-Matthew-5-8-2026'],['Tailgate N Tallboys Music Festival: Zach Top, Treaty Oak Revival & Jessie Murph - 3 Day Pass','Tailgate N' Tallboys - Normal','Normal, IL','Thursday','6/18/2026','TBD','7503974','Tailgate-N-Tallboys-Music-Festival--Zach-Top--Treaty-Oak-Revival---Jessie-Murph---3-Day-Pass-6-18-2026'],['Tailgate N Tallboys Music Festival: Treaty Oak Revival, Wyatt Flores & Chase Matthew - Friday','Tailgate N' Tallboys - Normal','Normal, IL','Friday','6/19/2026','12:00 PM','7503973','Tailgate-N-Tallboys-Music-Festival--Treaty-Oak-Revival--Wyatt-Flores---Chase-Matthew---Friday-6-19-2026'],['Rock The Park: Jordan Davis, Tucker Wetmore, Chase Matthew, & Mackenzie Carpenter','Harris Park - Ontario','London, Canada','Thursday','7/16/2026','5:00 PM','7465469','Rock-The-Park--Jordan-Davis--Tucker-Wetmore--Chase-Matthew----Mackenzie-Carpenter-7-16-2026']],'Chase Matthew','http://www.ticketnetwork.com/en/search/?text=Chase%20Matthew');