//
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([['Soulshine - Allman Brothers Experience','Garcia's at The Capitol Theatre','Port Chester, NY','Wednesday','3/5/2025','8:00 PM','6956802','Soulshine---Allman-Brothers-Experience-3-5-2025'],['Skydog - Allman Brothers Band Tribute','The Broadberry','Richmond, VA','Saturday','3/8/2025','8:00 PM','6957100','Skydog---Allman-Brothers-Band-Tribute-3-8-2025'],['End of the Line - Allman Brothers Tribute','Hargray Capitol Theatre','Macon, GA','Saturday','3/15/2025','8:00 PM','6895060','End-of-the-Line---Allman-Brothers-Tribute-3-15-2025'],['Brothers Again - Tribute to The Allman Brothers Band','Lauderhill Performing Arts Center','Fort Lauderdale, FL','Saturday','3/22/2025','7:30 PM','6769048','Brothers-Again---Tribute-to-The-Allman-Brothers-Band-3-22-2025'],['Soulshine - Allman Brothers Experience','Garcia's at The Capitol Theatre','Port Chester, NY','Wednesday','3/26/2025','8:00 PM','6956803','Soulshine---Allman-Brothers-Experience-3-26-2025'],['The Brothers Allmanac - A Tribute To The Allman Brothers','Park West','Chicago, IL','Saturday','3/29/2025','7:30 PM','6938294','The-Brothers-Allmanac---A-Tribute-To-The-Allman-Brothers-3-29-2025'],['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/29/2025','8:00 PM','6784543','A-Brothers-Revival---A-Tribute-to-the-Allman-Brothers-Band-3-29-2025'],['Live Dead and Brothers - Grateful Dead and Allman Bros Tribute','City Winery - Boston','Boston, MA','Wednesday','4/2/2025','7:30 PM','6975103','Live-Dead-and-Brothers---Grateful-Dead-and-Allman-Bros-Tribute-4-2-2025'],['End of the Line - Allman Brothers Tribute','City Winery At City Foundry STL','St. Louis, MO','Sunday','4/6/2025','7:00 PM','6870186','End-of-the-Line---Allman-Brothers-Tribute-4-6-2025'],['Live Dead and Brothers - Grateful Dead and Allman Bros Tribute','Sellersville Theater 1894','Sellersville, PA','Wednesday','4/9/2025','8:00 PM','6965560','Live-Dead-and-Brothers---Grateful-Dead-and-Allman-Bros-Tribute-4-9-2025'],['The Brothers: Allman Brothers Tribute','Madison Square Garden','New York, NY','Tuesday','4/15/2025','7:30 PM','6976477','The-Brothers--Allman-Brothers-Tribute-4-15-2025'],['The Brothers: Allman Brothers Tribute','Madison Square Garden','New York, NY','Wednesday','4/16/2025','7:30 PM','6976478','The-Brothers--Allman-Brothers-Tribute-4-16-2025'],['Live Dead and Brothers - Grateful Dead and Allman Bros Tribute','City Winery - Nashville','Nashville, TN','Wednesday','4/16/2025','7:30 PM','6954022','Live-Dead-and-Brothers---Grateful-Dead-and-Allman-Bros-Tribute-4-16-2025'],['Live Dead and Brothers - Grateful Dead and Allman Bros Tribute','Anderson Theater At Cincinnati Memorial Hall','Cincinnati, OH','Friday','4/18/2025','8:00 PM','6949881','Live-Dead-and-Brothers---Grateful-Dead-and-Allman-Bros-Tribute-4-18-2025'],['Live At The Fillmore - Tribute to The Allman Brothers','Live at the Ludlow Garage','Cincinnati, OH','Friday','5/9/2025','7:30 PM','6952494','Live-At-The-Fillmore---Tribute-to-The-Allman-Brothers-5-9-2025'],['Soulshine - Allman Brothers Experience','The Katharine Hepburn Cultural Arts Center','Old Saybrook, CT','Friday','5/9/2025','8:00 PM','6912264','Soulshine---Allman-Brothers-Experience-5-9-2025'],['A Band of Brothers - Allman Brothers Tribute','The Greenwich Odeum','East Greenwich, RI','Saturday','8/9/2025','8:00 PM','6976643','A-Band-of-Brothers---Allman-Brothers-Tribute-8-9-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']],'Allman Brothers','http://www.ticketnetwork.com/ticket/Allman-Brothers-events.aspx');