// 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-01A 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 Bacon Brothers','Heindl Center for the Performing Arts Center','Senatobia, MS','Friday','5/1/2026','7:30 PM','7530660','The-Bacon-Brothers-5-1-2026'],['The Bacon Brothers','Belly Up Tavern','Solana Beach, CA','Friday','6/26/2026','9:30 PM','7691340','The-Bacon-Brothers-6-26-2026'],['The Bacon Brothers','Mary Stuart Rogers Theater at Gallo Center For The Arts','Modesto, CA','Saturday','6/27/2026','7:30 PM','7786525','The-Bacon-Brothers-6-27-2026'],['The Bacon Brothers','Bottle & Cork','Dewey Beach, DE','Friday','7/17/2026','8:00 PM','7742292','The-Bacon-Brothers-7-17-2026'],['The Bacon Brothers','Shenandoah Valley Music Festival','Woodstock, VA','Saturday','8/8/2026','7:00 PM','7154462','The-Bacon-Brothers-8-8-2026'],['The Bacon Brothers','Vilar Performing Arts Center','Avon, CO','Monday','8/17/2026','7:00 PM','7848107','The-Bacon-Brothers-8-17-2026'],['The Bacon Brothers','Crystal Grand Music Theatre','Lake Delton, WI','Friday','9/11/2026','8:00 PM','7667570','The-Bacon-Brothers-9-11-2026'],['The Bacon Brothers','The Rhythm Section Amphitheater','Mount Carroll, IL','Saturday','9/12/2026','7:00 PM','7698619','The-Bacon-Brothers-9-12-2026'],['The Bacon Brothers','Blue Gate Performing Arts Center','Shipshewana, IN','Friday','9/18/2026','7:30 PM','7741329','The-Bacon-Brothers-9-18-2026'],['The Bacon Brothers','Historic Academy of Music Theatre','Lynchburg, VA','Friday','10/9/2026','7:30 PM','7216569','The-Bacon-Brothers-10-9-2026']],'The Bacon Brothers','http://www.ticketnetwork.com/en/search/?text=The%20Bacon%20Brothers');