// 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-03B 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([['Lyle Lovett & His Acoustic Group','Isaac Harris Cary Memorial Building','Lexington, MA','Friday','5/2/2025','8:00 PM','6877092','Lyle-Lovett---His-Acoustic-Group-5-2-2025'],['Lyle Lovett and His Large Band','Mountain Winery','Saratoga, CA','Sunday','6/22/2025','7:30 PM','7024008','Lyle-Lovett-and-His-Large-Band-6-22-2025'],['Lyle Lovett and His Large Band','Luther Burbank Center for the Arts - Ruth Finley Person Theater','Santa Rosa, CA','Wednesday','6/25/2025','7:30 PM','7056364','Lyle-Lovett-and-His-Large-Band-6-25-2025'],['Lyle Lovett','Outlaw Field at The Idaho Botanical Garden','Boise, ID','Wednesday','7/2/2025','7:00 PM','7045502','Lyle-Lovett-7-2-2025'],['Lyle Lovett','Hero Arena At Mountain America Center','Idaho Falls, ID','Thursday','7/3/2025','7:00 PM','7045627','Lyle-Lovett-7-3-2025'],['Lyle Lovett','The Elm - Bozeman','Bozeman, MT','Friday','7/4/2025','8:00 PM','7045628','Lyle-Lovett-7-4-2025'],['Lyle Lovett','Sweetland Amphitheatre at Boyd Park','Lagrange, GA','Friday','7/25/2025','8:00 PM','6995891','Lyle-Lovett-7-25-2025'],['Lyle Lovett and His Large Band','Point of the Bluff Vineyards','Hammondsport, NY','Sunday','8/3/2025','4:30 PM','6880026','Lyle-Lovett-and-His-Large-Band-8-3-2025'],['Lyle Lovett and His Large Band & Asleep at the Wheel','Wolf Trap National Park for the Performing Arts','Vienna, VA','Thursday','8/7/2025','8:00 PM','6982804','Lyle-Lovett-and-His-Large-Band---Asleep-at-the-Wheel-8-7-2025']],'Lyle Lovett','http://www.ticketnetwork.com/en/search/?text=Lyle Lovett');