// var TN_Widget = function() { return { //Options newWindow : true, linkText : "view
tickets", tixUrl : "http://www.ticketnetwork.com/tix/", trackingParams : "", custLink : true, //depricated kbid : "", //Overwrittable functions trackingLink :"", CreateCustomUrl : function(row) { return this.tixUrl + row[7] + "-tickets-"+ row[6] + ".aspx"; }, CreateEventRow : function(row, isAlt) { return "" + row[0] +"" + row[1] +"
" + row[2] +"" + row[3] +"
" + row[4] + "
" + row[5] + ""+ this.linkText+ ""; }, 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,kywrds,url) { if(typeof(TN_SetWidgetOptions) == "function") TN_SetWidgetOptions(); //for backwards compatability if(this.kbid != "") this.trackingParams = "?img=249&kbid="+this.kbid; var newTable = []; for(var cntr = 0; cntr < eventData.length; cntr++) newTable.push(this.CreateEventRow(eventData[cntr], cntr % 2 == 1)); var objToAddTo; if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML = '' + newTable.join('') + '
'; } else document.write('
' + newTable.join('') + '
'); if(eventData.length >= 100 && kywrds != undefined) { if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML += '
See all events for '+ kywrds + ' on TicketNetwork.com
'; } else { document.write("
See all events for "+ kywrds + " on TicketNetwork.com
"); } } if(eventData.length > 0) { document.getElementById("previewNote").style.display = "none"; } } }; }(); //BPW-TNSERV-01A TN_Widget.CreateTable([['A Band of Brothers - Allman Brothers Tribute','The Greenwich Odeum','East Greenwich, RI','Friday','7/18/2025','8:00 PM','6976643','A-Band-of-Brothers---Allman-Brothers-Tribute-7-18-2025'],['End of the Line - Allman Brothers Tribute','Rams Head On Stage','Annapolis, MD','Wednesday','7/23/2025','8:00 PM','7169189','End-of-the-Line---Allman-Brothers-Tribute-7-23-2025'],['A Band of Brothers - Allman Brothers Tribute','The Vine at Del Lago Resort','Waterloo, NY','Friday','7/25/2025','8:00 PM','7094149','A-Band-of-Brothers---Allman-Brothers-Tribute-7-25-2025'],['Live At The Fillmore - Tribute to The Allman Brothers','Tupelo Music Hall','Derry, NH','Saturday','7/26/2025','8:00 PM','7113082','Live-At-The-Fillmore---Tribute-to-The-Allman-Brothers-7-26-2025'],['A Brothers Revival - A Tribute to the Allman Brothers Band','Riviera Theatre - NY','North Tonawanda, NY','Friday','8/8/2025','7:30 PM','6994455','A-Brothers-Revival---A-Tribute-to-the-Allman-Brothers-Band-8-8-2025'],['A Band of Brothers - Allman Brothers Tribute','Off The Rails Music Venue','Worcester, MA','Friday','8/8/2025','8:00 PM','7008538','A-Band-of-Brothers---Allman-Brothers-Tribute-8-8-2025'],['Brothers Again - Tribute to The Allman Brothers Band','Athens Theatre - FL','Deland, FL','Saturday','8/9/2025','7:30 PM','7080416','Brothers-Again---Tribute-to-The-Allman-Brothers-Band-8-9-2025'],['End of the Line - Allman Brothers Tribute','City Winery - Nashville','Nashville, TN','Friday','8/22/2025','7:30 PM','7195171','End-of-the-Line---Allman-Brothers-Tribute-8-22-2025'],['Southbound - Allman Brothers Tribute','Wildwood Smokehouse & Saloon','Iowa City, IA','Friday','9/5/2025','8:00 PM','7263459','Southbound---Allman-Brothers-Tribute-9-5-2025'],['Trifecta Food Truck & Music Festival: Almost Queen, Ed Hough's Allman Brothers Collective & Unforgettable Fire','Maryland State Fair','Lutherville Timonium, MD','Saturday','9/20/2025','11:00 AM','7230994','Trifecta-Food-Truck---Music-Festival--Almost-Queen--Ed-Hough-s-Allman-Brothers-Collective---Unforgettable-Fire-9-20-2025'],['Friends of the Brothers: Honoring The Allman Brothers Band','Patchogue Theater For The Performing Arts','Patchogue, NY','Saturday','10/18/2025','8:00 PM','7238413','Friends-of-the-Brothers--Honoring-The-Allman-Brothers-Band-10-18-2025'],['End of the Line - Allman Brothers Tribute','Bank of New Hampshire Stage','Concord, NH','Thursday','11/6/2025','7:30 PM','6978617','End-of-the-Line---Allman-Brothers-Tribute-11-6-2025'],['Soulshine - Allman Brothers Experience','New Hope Winery','New Hope, PA','Saturday','11/8/2025','8:00 PM','7185510','Soulshine---Allman-Brothers-Experience-11-8-2025'],['Faster Things - Allman Brothers Tribute','StageOne at Fairfield Theatre Company','Fairfield, CT','Saturday','11/29/2025','8:00 PM','7202362','Faster-Things---Allman-Brothers-Tribute-11-29-2025']],'Allman Brothers','http://www.ticketnetwork.com/ticket/Allman-Brothers-events.aspx');