// 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-02B 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([['Sturgill Simpson','Mesa Amphitheatre','Mesa, AZ','Tuesday','4/29/2025','7:00 PM','6990560','Sturgill-Simpson-4-29-2025'],['Sturgill Simpson','BOK Center','Tulsa, OK','Friday','5/2/2025','7:00 PM','6989759','Sturgill-Simpson-5-2-2025'],['Sturgill Simpson','Cable Dahmer Arena','Independence, MO','Saturday','5/3/2025','8:00 PM','6989762','Sturgill-Simpson-5-3-2025'],['Sturgill Simpson','The Armory - Minneapolis','Minneapolis, MN','Tuesday','5/6/2025','8:00 PM','6989763','Sturgill-Simpson-5-6-2025'],['Sturgill Simpson','The Armory - Minneapolis','Minneapolis, MN','Wednesday','5/7/2025','8:00 PM','7003325','Sturgill-Simpson-5-7-2025'],['Sturgill Simpson','Allstate Arena','Rosemont, IL','Friday','5/9/2025','8:00 PM','6989764','Sturgill-Simpson-5-9-2025'],['Sturgill Simpson','Meadow Brook Amphitheatre','Rochester Hills, MI','Saturday','5/10/2025','8:00 PM','6989765','Sturgill-Simpson-5-10-2025'],['Sturgill Simpson','Skyla Credit Union Amphitheatre','Charlotte, NC','Monday','5/12/2025','7:00 PM','6999704','Sturgill-Simpson-5-12-2025'],['Sturgill Simpson','Skyla Credit Union Amphitheatre','Charlotte, NC','Tuesday','5/13/2025','7:00 PM','6989766','Sturgill-Simpson-5-13-2025'],['Sturgill Simpson','Knoxville Civic Coliseum','Knoxville, TN','Friday','5/16/2025','8:00 PM','6990576','Sturgill-Simpson-5-16-2025'],['Sturgill Simpson','Ameris Bank Amphitheatre','Alpharetta, GA','Saturday','5/17/2025','7:00 PM','6989767','Sturgill-Simpson-5-17-2025'],['Sturgill Simpson','ExploreAsheville.com Arena at Harrah's Cherokee Center','Asheville, NC','Tuesday','5/20/2025','8:00 PM','6989768','Sturgill-Simpson-5-20-2025'],['Sturgill Simpson','ExploreAsheville.com Arena at Harrah's Cherokee Center','Asheville, NC','Wednesday','5/21/2025','8:00 PM','6989769','Sturgill-Simpson-5-21-2025'],['Sturgill Simpson','Credit One Stadium','Charleston, SC','Friday','5/23/2025','8:00 PM','6989771','Sturgill-Simpson-5-23-2025'],['Sturgill Simpson','Merriweather Post Pavilion','Columbia, MD','Saturday','5/24/2025','8:00 PM','6989772','Sturgill-Simpson-5-24-2025'],['FairWell Festival: Tyler Childers & Sturgill Simpson - 2 Day Pass','Deschutes County Fairgrounds Expo Center','Redmond, OR','Friday','7/18/2025','TBD','6992035','FairWell-Festival--Tyler-Childers---Sturgill-Simpson---2-Day-Pass-7-18-2025'],['FairWell Festival: Sturgill Simpson, Sierra Ferrell, Koe Wetzel & Ludacris - Saturday','Deschutes County Fairgrounds Expo Center','Redmond, OR','Saturday','7/19/2025','12:00 PM','6992060','FairWell-Festival--Sturgill-Simpson--Sierra-Ferrell--Koe-Wetzel---Ludacris---Saturday-7-19-2025'],['Sturgill Simpson','Merriweather Post Pavilion','Columbia, MD','Saturday','8/9/2025','8:00 PM','7010719','Sturgill-Simpson-8-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'],['Bourbon & Beyond Festival: Sturgill Simpson, Jack White, Vance Joy & Ringo Starr and His All-Starr Band - Saturday','Highland Festival Grounds at Kentucky Expo Center','Louisville, KY','Saturday','9/13/2025','12:00 PM','6842779','Bourbon---Beyond-Festival--Sturgill-Simpson--Jack-White--Vance-Joy---Ringo-Starr-and-His-All-Starr-Band---Saturday-9-13-2025']],'Sturgill Simpson','http://www.ticketnetwork.com/en/search/?text=Sturgill%20Simpson');