//
var TN_Widget = function() {
return {
//Options
newWindow : true,
linkText : "Tickets",
tixUrl : "https://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[3] +" "+"" +
row[4] + " "+"" +
row[5] + " | "+"" +
row[0] +" | " +
row[1] +" " +
row[2] +" | "+""+ 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([['The Avett Brothers','Red Rocks Amphitheatre','Morrison, CO','Saturday','7/12/2025','7:30 PM','6952691','The-Avett-Brothers-7-12-2025'],['The Avett Brothers','Red Rocks Amphitheatre','Morrison, CO','Sunday','7/13/2025','7:30 PM','6952692','The-Avett-Brothers-7-13-2025'],['The Avett Brothers','The Astro Amphitheater','La Vista, NE','Thursday','7/17/2025','7:00 PM','7040717','The-Avett-Brothers-7-17-2025'],['The Avett Brothers','Ozarks Amphitheater - Missouri','Camdenton, MO','Friday','7/18/2025','7:00 PM','7040718','The-Avett-Brothers-7-18-2025'],['The Avett Brothers & Dawes','Paycom Center','Oklahoma City, OK','Saturday','7/19/2025','8:00 PM','7040719','The-Avett-Brothers---Dawes-7-19-2025'],['The Avett Brothers','Chautauqua Institution Amphitheater','Chautauqua, NY','Friday','8/1/2025','8:15 PM','7071524','The-Avett-Brothers-8-1-2025'],['The Avett Brothers','Bethlehem Musikfest - Wind Creek Steel Stage','Bethlehem, PA','Saturday','8/2/2025','7:00 PM','6859447','The-Avett-Brothers-8-2-2025'],['The Avett Brothers','Concert Hall At Tilles Center for the Performing Arts','Brookville, NY','Sunday','8/3/2025','7:30 PM','7017652','The-Avett-Brothers-8-3-2025'],['The Avett Brothers','Thompson's Point','Portland, ME','Tuesday','8/5/2025','7:00 PM','7065732','The-Avett-Brothers-8-5-2025'],['The Avett Brothers','Capitol Theatre - Port Chester','Port Chester, NY','Friday','8/8/2025','8:00 PM','7065733','The-Avett-Brothers-8-8-2025'],['The Avett Brothers','Hard Rock Live At Etess Arena','Atlantic City, NJ','Saturday','8/9/2025','8:00 PM','7065734','The-Avett-Brothers-8-9-2025'],['The Avett Brothers','Azura Amphitheater','Bonner Springs, KS','Thursday','8/21/2025','7:00 PM','6978330','The-Avett-Brothers-8-21-2025'],['The Avett Brothers','Walmart AMP','Rogers, AR','Friday','8/22/2025','7:45 PM','6978470','The-Avett-Brothers-8-22-2025'],['The Avett Brothers','MAD Amphitheater','El Dorado, AR','Saturday','8/23/2025','7:30 PM','6985116','The-Avett-Brothers-8-23-2025'],['The Avett Brothers','La Crosse Center','La Crosse, WI','Thursday','8/28/2025','8:00 PM','7065736','The-Avett-Brothers-8-28-2025'],['The Avett Brothers & The Milk Carton Kids','Minnesota State Fair Grandstand','Saint Paul, MN','Friday','8/29/2025','7:00 PM','7091627','The-Avett-Brothers---The-Milk-Carton-Kids-8-29-2025'],['The Avett Brothers & The Milk Carton Kids','Bluestem Center for the Arts Amphitheatre','Moorhead, MN','Saturday','8/30/2025','7:00 PM','7070425','The-Avett-Brothers---The-Milk-Carton-Kids-8-30-2025'],['The Avett Brothers','Akins Arena at The Classic Center','Athens, GA','Friday','9/12/2025','8:00 PM','7093734','The-Avett-Brothers-9-12-2025'],['The Avett Brothers','Enmarket Arena','Savannah, GA','Saturday','9/13/2025','8:00 PM','7089166','The-Avett-Brothers-9-13-2025'],['The Avett Brothers','Southern Kentucky Performing Arts Center','Bowling Green, KY','Tuesday','9/16/2025','7:30 PM','7094946','The-Avett-Brothers-9-16-2025'],['The Avett Brothers','MegaCorp Pavilion','Newport, KY','Thursday','9/18/2025','7:30 PM','7089648','The-Avett-Brothers-9-18-2025'],['The Avett Brothers','Eastern States Exposition - The Big E Xfinity Arena','West Springfield, MA','Saturday','9/20/2025','7:30 PM','7144672','The-Avett-Brothers-9-20-2025']],'The Avett Brothers','https://www.ticketnetwork.com/ticket/The-Avett-Brothers-events.aspx');