// 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-02A 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([['The Teskey Brothers','MGM Music Hall at Fenway Park','Boston, MA','Tuesday','9/9/2025','7:30 PM','7041671','The-Teskey-Brothers-9-9-2025'],['The Teskey Brothers & The Paper Kites','Wolf Trap National Park for the Performing Arts','Vienna, VA','Wednesday','9/10/2025','8:00 PM','6982812','The-Teskey-Brothers---The-Paper-Kites-9-10-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: Phish, Khruangbin, Joe Bonamassa & The Teskey Brothers - Friday','Highland Festival Grounds at Kentucky Expo Center','Louisville, KY','Friday','9/12/2025','12:00 PM','6842778','Bourbon---Beyond-Festival--Phish--Khruangbin--Joe-Bonamassa---The-Teskey-Brothers---Friday-9-12-2025'],['The Teskey Brothers','Capitol Theatre - Port Chester','Port Chester, NY','Sunday','9/14/2025','7:30 PM','7041669','The-Teskey-Brothers-9-14-2025'],['The Teskey Brothers','The Pinnacle At Nashville Yards','Nashville, TN','Tuesday','9/16/2025','7:30 PM','7044620','The-Teskey-Brothers-9-16-2025'],['The Teskey Brothers','The Fillmore - Charlotte','Charlotte, NC','Wednesday','9/17/2025','7:30 PM','7041670','The-Teskey-Brothers-9-17-2025'],['Bristol Rhythm & Roots Festival: The Teskey Brothers, Shane Smith and The Saints & Lukas Nelson - 3 Day Pass','Bristol Festival Grounds','Bristol, TN','Friday','9/19/2025','TBD','7002788','Bristol-Rhythm---Roots-Festival--The-Teskey-Brothers--Shane-Smith-and-The-Saints---Lukas-Nelson---3-Day-Pass-9-19-2025'],['Bristol Rhythm & Roots Festival: The Teskey Brothers, Joy Oladokun, Mountain Grass Unit & Plus - Friday','Bristol Festival Grounds','Bristol, TN','Friday','9/19/2025','3:00 PM','7256821','Bristol-Rhythm---Roots-Festival--The-Teskey-Brothers--Joy-Oladokun--Mountain-Grass-Unit---Plus---Friday-9-19-2025'],['Sing Out Loud Festival: Hozier, The Teskey Brothers, Rilo Kiley & Gigi Perez - Sunday','St. Augustine Francis Field','St. Augustine, FL','Sunday','9/21/2025','1:30 PM','6998540','Sing-Out-Loud-Festival--Hozier--The-Teskey-Brothers--Rilo-Kiley---Gigi-Perez---Sunday-9-21-2025'],['The Teskey Brothers','The Mission Ballroom','Denver, CO','Tuesday','9/23/2025','7:30 PM','7042325','The-Teskey-Brothers-9-23-2025'],['The Teskey Brothers','McMenamins Grand Lodge','Forest Grove, OR','Friday','9/26/2025','6:30 PM','7040910','The-Teskey-Brothers-9-26-2025'],['The Teskey Brothers','Remlinger Farms - WA','Carnation, WA','Saturday','9/27/2025','6:00 PM','7041673','The-Teskey-Brothers-9-27-2025'],['The Teskey Brothers','The Sound At The Del Mar Fairgrounds','Del Mar, CA','Sunday','9/28/2025','7:30 PM','7041672','The-Teskey-Brothers-9-28-2025']],'The Teskey Brothers','http://www.ticketnetwork.com/en/search/?text=The%20Teskey%20Brothers');