//
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-03A
TN_Widget.CreateTable([['Statesboro - Tribute To The Allman Brothers','Stone Pony','Asbury Park, NJ','Friday','5/16/2025','7:00 PM','7081797','Statesboro---Tribute-To-The-Allman-Brothers-5-16-2025'],['End of the Line - Allman Brothers Tribute','The Ramkat','Winston Salem, NC','Saturday','5/31/2025','8:00 PM','6974558','End-of-the-Line---Allman-Brothers-Tribute-5-31-2025'],['Faster Things - Allman Brothers Tribute','Garcia's at The Capitol Theatre','Port Chester, NY','Wednesday','6/4/2025','8:00 PM','7097044','Faster-Things---Allman-Brothers-Tribute-6-4-2025'],['Live Dead and Brothers - Grateful Dead and Allman Bros Tribute','Coach House - Capistrano','San Juan Capistrano, CA','Thursday','6/5/2025','7:00 PM','7033719','Live-Dead-and-Brothers---Grateful-Dead-and-Allman-Bros-Tribute-6-5-2025'],['End of the Line - Allman Brothers Tribute','The Barrelhouse Ballroom','Chattanooga, TN','Friday','6/6/2025','9:00 PM','6982777','End-of-the-Line---Allman-Brothers-Tribute-6-6-2025'],['The Peacheaters - Allman Brothers Tribute Band','The Vault Music Hall & Pub At Greasy Luck','New Bedford, MA','Friday','6/13/2025','8:00 PM','7137953','The-Peacheaters---Allman-Brothers-Tribute-Band-6-13-2025'],['A Brothers Revival - A Tribute to the Allman Brothers Band','Miller Theater - GA','Augusta, GA','Saturday','6/14/2025','7:30 PM','7056927','A-Brothers-Revival---A-Tribute-to-the-Allman-Brothers-Band-6-14-2025'],['End of the Line - Allman Brothers Tribute','Tybee Post Theater','Tybee Island, GA','Friday','6/20/2025','8:00 PM','7022341','End-of-the-Line---Allman-Brothers-Tribute-6-20-2025'],['Other Brothers - Allman Brothers Band Tribute','Fox Theatre - Boulder','Boulder, CO','Friday','6/20/2025','8:00 PM','7076731','Other-Brothers---Allman-Brothers-Band-Tribute-6-20-2025'],['Live Dead and Brothers - Grateful Dead and Allman Bros Tribute','Sweetwater Music Hall','Mill Valley, CA','Wednesday','6/25/2025','8:00 PM','7127213','Live-Dead-and-Brothers---Grateful-Dead-and-Allman-Bros-Tribute-6-25-2025'],['Live Dead and Brothers - Grateful Dead and Allman Bros Tribute','Sweetwater Music Hall','Mill Valley, CA','Thursday','6/26/2025','8:00 PM','7127214','Live-Dead-and-Brothers---Grateful-Dead-and-Allman-Bros-Tribute-6-26-2025'],['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'],['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','Londonderry, 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','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');