// 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([['Paul Thorn','Lyric Theatre - Stuart','Stuart, FL','Saturday','1/10/2026','7:00 PM','7382456','Paul-Thorn-1-10-2026'],['Paul Thorn','3rd & Lindsley','Nashville, TN','Friday','1/30/2026','8:00 PM','7486703','Paul-Thorn-1-30-2026'],['Paul Thorn','3rd & Lindsley','Nashville, TN','Saturday','1/31/2026','8:00 PM','7486702','Paul-Thorn-1-31-2026'],['Tab Benoit & Paul Thorn','Stafford Centre','Stafford, TX','Wednesday','2/11/2026','7:30 PM','7514313','Tab-Benoit---Paul-Thorn-2-11-2026'],['Tab Benoit & Paul Thorn','04 Center','Austin, TX','Thursday','2/12/2026','8:00 PM','7510181','Tab-Benoit---Paul-Thorn-2-12-2026'],['Tab Benoit & Paul Thorn','HEB Performance Hall At Tobin Center for the Performing Arts','San Antonio, TX','Saturday','2/14/2026','8:00 PM','7513859','Tab-Benoit---Paul-Thorn-2-14-2026'],['Tab Benoit & Paul Thorn','The Kessler','Dallas, TX','Sunday','2/15/2026','8:00 PM','7511872','Tab-Benoit---Paul-Thorn-2-15-2026'],['Tab Benoit & Paul Thorn','Minglewood Hall','Memphis, TN','Wednesday','2/18/2026','7:00 PM','7512031','Tab-Benoit---Paul-Thorn-2-18-2026'],['Tab Benoit & Paul Thorn','First Financial Music Hall at the Griffin','El Dorado, AR','Thursday','2/19/2026','8:00 PM','7510550','Tab-Benoit---Paul-Thorn-2-19-2026'],['The Paul Thorn Band','Manship Theatre','Baton Rouge, LA','Friday','2/20/2026','7:30 PM','7586356','The-Paul-Thorn-Band-2-20-2026'],['Tab Benoit & Paul Thorn','Hard Rock Live - Mississippi','Biloxi, MS','Saturday','2/21/2026','8:00 PM','7513836','Tab-Benoit---Paul-Thorn-2-21-2026'],['Tab Benoit & Paul Thorn','Von Braun Center Mars Music Hall','Huntsville, AL','Wednesday','2/25/2026','7:30 PM','7511557','Tab-Benoit---Paul-Thorn-2-25-2026'],['Tab Benoit & Paul Thorn','Harken Hall','Madison, TN','Friday','2/27/2026','7:00 PM','7510551','Tab-Benoit---Paul-Thorn-2-27-2026'],['Tab Benoit & Paul Thorn','Robert Kirk Walker Theatre','Chattanooga, TN','Saturday','2/28/2026','8:00 PM','7516528','Tab-Benoit---Paul-Thorn-2-28-2026'],['Tab Benoit & Paul Thorn','Paramount Center For The Performing Arts','Bristol, TN','Sunday','3/1/2026','7:30 PM','7513861','Tab-Benoit---Paul-Thorn-3-1-2026'],['Tab Benoit & Paul Thorn','The Orange Peel','Asheville, NC','Wednesday','3/4/2026','8:00 PM','7505831','Tab-Benoit---Paul-Thorn-3-4-2026'],['Tab Benoit & Paul Thorn','Carolina Theatre - Durham','Durham, NC','Thursday','3/5/2026','8:00 PM','7519373','Tab-Benoit---Paul-Thorn-3-5-2026'],['Tab Benoit & Paul Thorn','Harvester Performance Center','Rocky Mount, VA','Friday','3/6/2026','8:00 PM','7505682','Tab-Benoit---Paul-Thorn-3-6-2026'],['Tab Benoit & Paul Thorn','Beacon Theatre - VA','Hopewell, VA','Saturday','3/7/2026','7:30 PM','7510139','Tab-Benoit---Paul-Thorn-3-7-2026'],['Paul Thorn','Anderson Theater At Cincinnati Memorial Hall','Cincinnati, OH','Saturday','5/16/2026','8:00 PM','7547941','Paul-Thorn-5-16-2026']],'paul thorn','http://www.ticketnetwork.com/en/search/?text=paul%20thorn');