//
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 += '';
} else {
document.write("");
}
}
if(eventData.length > 0) {
document.getElementById("previewNote").style.display = "none";
}
}
};
}();
//BPW-TNSERV-04A
TN_Widget.CreateTable([['Southbound - Allman Brothers Tribute & Mission In The Rain - JGB Tribute','Wildwood Smokehouse & Saloon','Iowa City, IA','Wednesday','12/31/2025','8:00 PM','7459985','Southbound---Allman-Brothers-Tribute---Mission-In-The-Rain---JGB-Tribute-12-31-2025'],['Local Artist Series: Wake Up Mama - Tribute To Allman Brothers Band','Jimmy's Jazz & Blues Club','Portsmouth, NH','Monday','1/5/2026','7:00 PM','7594290','Local-Artist-Series--Wake-Up-Mama---Tribute-To-Allman-Brothers-Band-1-5-2026'],['Friends of the Brothers: Honoring The Allman Brothers Band','Daryl's House','Pawling, NY','Friday','1/23/2026','8:00 PM','7549104','Friends-of-the-Brothers--Honoring-The-Allman-Brothers-Band-1-23-2026'],['One Way Out - Tribute to The Allman Brothers','Wow Hall','Eugene, OR','Saturday','1/31/2026','8:00 PM','7614572','One-Way-Out---Tribute-to-The-Allman-Brothers-1-31-2026'],['End of the Line - Allman Brothers Tribute','City Winery - Nashville','Nashville, TN','Saturday','2/7/2026','7:30 PM','7582301','End-of-the-Line---Allman-Brothers-Tribute-2-7-2026'],['Artimus Pyle Band & SoulShine - Tributes to Lynyrd Skynyrd and Allman Brothers','Stadium Theatre Performing Arts Center','Woonsocket, RI','Friday','2/20/2026','8:00 PM','7259623','Artimus-Pyle-Band---SoulShine---Tributes-to-Lynyrd-Skynyrd-and-Allman-Brothers-2-20-2026'],['End of the Line - Allman Brothers Tribute','The Parrot Live','Sarasota, FL','Sunday','3/1/2026','6:00 PM','7557510','End-of-the-Line---Allman-Brothers-Tribute-3-1-2026'],['Statesboro - Tribute To The Allman Brothers','Avalon Theatre - MD','Easton, MD','Saturday','3/14/2026','7:00 PM','7550810','Statesboro---Tribute-To-The-Allman-Brothers-3-14-2026'],['A Brothers Revival - A Tribute to the Allman Brothers Band','The Vogel at the Count Basie Center for the Arts','Red Bank, NJ','Saturday','3/14/2026','8:00 PM','7405689','A-Brothers-Revival---A-Tribute-to-the-Allman-Brothers-Band-3-14-2026'],['End of the Line - Allman Brothers Tribute','Jergel's Rhythm Grille','Warrendale, PA','Thursday','3/19/2026','7:00 PM','7511645','End-of-the-Line---Allman-Brothers-Tribute-3-19-2026'],['End of the Line - Allman Brothers Tribute','Rams Head On Stage','Annapolis, MD','Friday','3/20/2026','8:00 PM','7583137','End-of-the-Line---Allman-Brothers-Tribute-3-20-2026']],'Allman Brothers','http://www.ticketnetwork.com/ticket/Allman-Brothers-events.aspx');